nettee: remove broken shell scripts

This commit is contained in:
Petr Zahradnik 2025-03-25 23:45:58 +01:00
parent 5a441fd2f2
commit 25feed0b26

View file

@ -19,6 +19,11 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
# additional shell scripts require accudate (not in nixpkgs)
postInstall = ''
rm $out/bin/*.sh
'';
nativeInstallCheckInputs = [
versionCheckHook
];