nq: RIP
This commit is contained in:
parent
bbc59a85a8
commit
198407f70f
@ -1,16 +0,0 @@
|
||||
{ fetchgit, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nq-${rev}";
|
||||
rev = "0eae839cb1";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/chneukirchen/nq;
|
||||
inherit rev;
|
||||
sha256 = "1150274750cde934932d65bd6053d7a0ba2404a59eadfb87fc6bd8a4fb70febb";
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
sed -i "s:^PREFIX=.*:PREFIX=$out:" Makefile
|
||||
'';
|
||||
}
|
@ -56,7 +56,6 @@ with config.krebs.lib;
|
||||
netcat
|
||||
nix-repl
|
||||
nmap
|
||||
nq
|
||||
p7zip
|
||||
pass
|
||||
posix_man_pages
|
||||
|
@ -46,7 +46,6 @@ with config.krebs.lib;
|
||||
netcat
|
||||
nix-repl
|
||||
nmap
|
||||
nq
|
||||
p7zip
|
||||
push
|
||||
qrencode
|
||||
|
@ -58,7 +58,6 @@ with config.krebs.lib;
|
||||
netcat
|
||||
nix-repl
|
||||
nmap
|
||||
nq
|
||||
p7zip
|
||||
pass
|
||||
qrencode
|
||||
|
Loading…
Reference in New Issue
Block a user