tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nettee: remove broken shell scripts
Petr Zahradnik
11 months ago
25feed0b
5a441fd2
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ne
nettee
package.nix
+5
pkgs/by-name/ne/nettee/package.nix
···
19
19
20
20
nativeBuildInputs = [ cmake ];
21
21
22
22
+
# additional shell scripts require accudate (not in nixpkgs)
23
23
+
postInstall = ''
24
24
+
rm $out/bin/*.sh
25
25
+
'';
26
26
+
22
27
nativeInstallCheckInputs = [
23
28
versionCheckHook
24
29
];