It seems to get stuck on the line break so I'm putting it all on one line now
svn path=/nixpkgs/trunk/; revision=33672
This commit is contained in:
parent
fc1bc797bd
commit
11040732bd
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
cd jack-1.9.8
|
cd jack-1.9.8
|
||||||
python waf configure --prefix=$out --dbus --alsa \
|
python waf configure --prefix=$out --dbus --alsa ${if firewireSupport then "--firewire" else ""}
|
||||||
${if firewireSupport then "--firewire" else ""}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = "python waf build";
|
buildPhase = "python waf build";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user