aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix b/infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix
index 114a7530f271..0a3b0b1c7508 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/tools/misc/gengetopt/default.nix
@@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
};
doCheck = true;
+ # attempts to open non-existent file
+ preCheck = ''
+ rm tests/test_conf_parser_save.sh
+ '';
enableParallelBuilding = true;