summary refs log tree commit diff
path: root/pkgs/applications/audio/pd-plugins
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2017-08-12 18:18:14 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-13 22:37:35 +0200
commitb7bd842fd646bf802623b9da22b873b3c9c40d99 (patch)
tree9e28e8a91f3d736262684091b6b9274dabe9e6d6 /pkgs/applications/audio/pd-plugins
parent946f536f934fc28d6f863790f10e5639c52ae245 (diff)
downloadnixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar.gz
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar.bz2
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar.lz
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar.xz
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.tar.zst
nixpkgs-b7bd842fd646bf802623b9da22b873b3c9c40d99.zip
zexy: fix build
Diffstat (limited to 'pkgs/applications/audio/pd-plugins')
-rw-r--r--pkgs/applications/audio/pd-plugins/zexy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pd-plugins/zexy/default.nix b/pkgs/applications/audio/pd-plugins/zexy/default.nix
index 7cd244c9ea4..8b7c2121bd7 100644
--- a/pkgs/applications/audio/pd-plugins/zexy/default.nix
+++ b/pkgs/applications/audio/pd-plugins/zexy/default.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ autoconf automake puredata ];
 
-  patchPhase = ''
+  preBuild = ''
+    export LD=$CXX
     cd src/
     for i in ${puredata}/include/pd/*; do
       ln -s $i .