summaryrefslogtreecommitdiff
path: root/pkgs/applications/audio/ardour/ardour3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ardour/ardour3.nix')
-rw-r--r--pkgs/applications/audio/ardour/ardour3.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/ardour/ardour3.nix b/pkgs/applications/audio/ardour/ardour3.nix
index ff2d4bbce4e2..13fea9a99afe 100644
--- a/pkgs/applications/audio/ardour/ardour3.nix
+++ b/pkgs/applications/audio/ardour/ardour3.nix
@@ -3,7 +3,7 @@
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
, libusb, libuuid, libxml2, libxslt, lilv-svn, lv2, makeWrapper, pango
-, perl, pkgconfig, python, rubberband, serd, sord-svn, sratom, suil, taglib, vampSDK }:
+, perl, pkgconfig, python2, rubberband, serd, sord-svn, sratom, suil, taglib, vampSDK }:
let
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
glibmm graphviz gtkmm2 libjack2 libgnomecanvas libgnomecanvasmm liblo
libmad libogg librdf librdf_raptor librdf_rasqal libsamplerate
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv-svn lv2
- makeWrapper pango perl pkgconfig python rubberband serd sord-svn sratom suil taglib vampSDK
+ makeWrapper pango perl pkgconfig python2 rubberband serd sord-svn sratom suil taglib vampSDK
];
patchPhase = ''
@@ -52,12 +52,12 @@ stdenv.mkDerivation rec {
patchShebangs ./tools/
'';
- configurePhase = "python waf configure --optimize --docs --with-backends=jack,alsa --prefix=$out";
+ configurePhase = "${python2.interpreter} waf configure --optimize --docs --with-backends=jack,alsa --prefix=$out";
- buildPhase = "python waf";
+ buildPhase = "${python2.interpreter} waf";
installPhase = ''
- python waf install
+ ${python2.interpreter} waf install
# Install desktop file
mkdir -p "$out/share/applications"