Loading pkgs/tools/misc/encpipe/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "encpipe"; version = "0.5"; src = fetchFromGitHub { owner = "jedisct1"; repo = "encpipe"; rev = version; hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY="; fetchSubmodules = true; }; installFlags = [ "PREFIX=$(out)" ]; meta = with lib; { description = "An encryption tool"; homepage = "https://github.com/jedisct1/encpipe"; license = licenses.isc; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4772,6 +4772,8 @@ with pkgs; enca = callPackage ../tools/text/enca { }; encpipe = callPackage ../tools/misc/encpipe { }; engage = callPackage ../tools/misc/engage { }; ent = callPackage ../tools/misc/ent { }; Loading
pkgs/tools/misc/encpipe/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "encpipe"; version = "0.5"; src = fetchFromGitHub { owner = "jedisct1"; repo = "encpipe"; rev = version; hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY="; fetchSubmodules = true; }; installFlags = [ "PREFIX=$(out)" ]; meta = with lib; { description = "An encryption tool"; homepage = "https://github.com/jedisct1/encpipe"; license = licenses.isc; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4772,6 +4772,8 @@ with pkgs; enca = callPackage ../tools/text/enca { }; encpipe = callPackage ../tools/misc/encpipe { }; engage = callPackage ../tools/misc/engage { }; ent = callPackage ../tools/misc/ent { };