nettee: remove broken shell scripts
This commit is contained in:
@@ -19,6 +19,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# additional shell scripts require accudate (not in nixpkgs)
|
||||
postInstall = ''
|
||||
rm $out/bin/*.sh
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user