mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
zexy: fix build
This commit is contained in:
parent
946f536f93
commit
b7bd842fd6
1 changed files with 2 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue