Commit 25feed0b authored by Petr Zahradnik's avatar Petr Zahradnik
Browse files

nettee: remove broken shell scripts

parent 5a441fd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -19,6 +19,11 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [ cmake ];

  # additional shell scripts require accudate (not in nixpkgs)
  postInstall = ''
    rm $out/bin/*.sh
  '';

  nativeInstallCheckInputs = [
    versionCheckHook
  ];