aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix b/infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix
index 990d073528e1..051caf120fa2 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix
+++ b/infra/libkookie/nixpkgs/pkgs/applications/audio/faust/faust2.nix
@@ -168,8 +168,7 @@ let
stdenv.mkDerivation ((faust2ApplBase args) // {
- nativeBuildInputs = [ pkg-config ];
- buildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ pkg-config makeWrapper ];
propagatedBuildInputs = [ faust ] ++ propagatedBuildInputs;
@@ -209,7 +208,7 @@ let
in stdenv.mkDerivation ((faust2ApplBase args) // {
- buildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ makeWrapper ];
postFixup = ''
for script in "$out"/bin/*; do