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:
Cillian de Roiste 2012-04-08 12:03:15 +00:00
parent fc1bc797bd
commit 11040732bd

View File

@ -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";