summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/programming/scyther/cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/programming/scyther/cli.nix')
-rw-r--r--pkgs/applications/science/programming/scyther/cli.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/science/programming/scyther/cli.nix b/pkgs/applications/science/programming/scyther/cli.nix
index 6623f5def4cb..0acf0989c636 100644
--- a/pkgs/applications/science/programming/scyther/cli.nix
+++ b/pkgs/applications/science/programming/scyther/cli.nix
@@ -6,12 +6,8 @@ stdenv.mkDerivation {
inherit src meta;
- buildInputs = [
- cmake
- glibc.static
- flex
- bison
- ];
+ nativeBuildInputs = [ cmake flex bison ];
+ buildInputs = [ glibc.static ];
patchPhase = ''
# Since we're not in a git dir, the normal command this project uses to create this file wouldn't work