summaryrefslogtreecommitdiff
path: root/customized/jack2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'customized/jack2.nix')
-rw-r--r--customized/jack2.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/customized/jack2.nix b/customized/jack2.nix
index 1432eea9..e65bdb0d 100644
--- a/customized/jack2.nix
+++ b/customized/jack2.nix
@@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
33 installPhase = '' 33 installPhase = ''
34 python waf install 34 python waf install
35 wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH 35 wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH
36 done
37 ''; 36 '';
38 37
39 meta = with stdenv.lib; { 38 meta = with stdenv.lib; {