mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
zexy: fix build
This commit is contained in:
parent
946f536f93
commit
b7bd842fd6
@ -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 New Issue
Block a user