use lib in smouldering_durtles
Some checks are pending
Build apps to test the derivations / generate-matrix (push) Waiting to run
Build apps to test the derivations / build-app (push) Blocked by required conditions
Build Documentation / build-docs (push) Waiting to run

This commit is contained in:
Osman Faruk Bayram 2025-11-03 08:52:31 +03:00
parent b9a858999f
commit 1a5e9c7b90

View file

@ -1,6 +1,7 @@
{ {
pkgs, pkgs,
inputs, inputs,
lib,
... ...
}: }:
let let
@ -47,7 +48,7 @@ pkgs.stdenv.mkDerivation rec {
meta = { meta = {
description = "Wanikani Android Client - japanese kanji learning platform"; description = "Wanikani Android Client - japanese kanji learning platform";
homepage = "https://github.com/jerryhcooke/smouldering_durtles"; homepage = "https://github.com/jerryhcooke/smouldering_durtles";
license = pkgs.lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with pkgs.lib.maintainers; [ osbm ]; maintainers = with lib.maintainers; [ osbm ];
}; };
} }