From 5348f71ab93b399482bd3d57ee67651087686013 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 23 Apr 2021 11:15:17 -0400 Subject: Switch to my nixpkgs fork This way I can develop on nixpkgs directly, and directly send patches upstream, instead of trying to copy files back and forth and work with overlays. Of course with private stuff that I will never publish, I should use overlays, but that will probably not be very many things, I imagine. --- Biz/Bild/Deps/gmni.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Biz/Bild/Deps/gmni.nix (limited to 'Biz/Bild/Deps/gmni.nix') 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; - }; -} -- cgit v1.2.3