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
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configurePhase = ''
|
||||
cd jack-1.9.8
|
||||
python waf configure --prefix=$out --dbus --alsa \
|
||||
${if firewireSupport then "--firewire" else ""}
|
||||
python waf configure --prefix=$out --dbus --alsa ${if firewireSupport then "--firewire" else ""}
|
||||
'';
|
||||
|
||||
buildPhase = "python waf build";
|
||||
|
|
Loading…
Reference in a new issue