diff options
Diffstat (limited to 'Biz/Bild/Deps/gmni.nix')
-rw-r--r-- | Biz/Bild/Deps/gmni.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Biz/Bild/Deps/gmni.nix b/Biz/Bild/Deps/gmni.nix deleted file mode 100644 index 14c88b9..0000000 --- a/Biz/Bild/Deps/gmni.nix +++ /dev/null @@ -1,20 +0,0 @@ -{stdenv, fetchgit, pkg-config, bearssl, scdoc}: - -stdenv.mkDerivation rec { - name = "gmni"; - version = "77b73efb"; - src = fetchgit { - url = "https://git.sr.ht/~sircmpwn/gmni"; - rev = version; - sha256 = "1wvnzyv7vyddcd39y6q5aflpnnsdl4k4y5aj5ssb7vgkld0h1b7r"; - }; - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ bearssl scdoc ]; - meta = with stdenv.lib; { - description = "A Gemini client"; - homepage = "https://git.sr.ht/~sircmpwn/gmni"; - license = licenses.gpl3; - maintainers = with maintainers; [ bsima ]; - platforms = platforms.all; - }; -} |