nettee: remove broken shell scripts

+5
+5
pkgs/by-name/ne/nettee/package.nix
··· 19 20 nativeBuildInputs = [ cmake ]; 21 22 nativeInstallCheckInputs = [ 23 versionCheckHook 24 ];
··· 19 20 nativeBuildInputs = [ cmake ]; 21 22 + # additional shell scripts require accudate (not in nixpkgs) 23 + postInstall = '' 24 + rm $out/bin/*.sh 25 + ''; 26 + 27 nativeInstallCheckInputs = [ 28 versionCheckHook 29 ];