ardour5: use python2
This commit is contained in:
parent
e730b15076
commit
ce4e71eda6
@ -3,7 +3,7 @@
|
|||||||
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
|
, libgnomecanvas, libgnomecanvasmm, liblo, libmad, libogg, librdf
|
||||||
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
|
, librdf_raptor, librdf_rasqal, libsamplerate, libsigcxx, libsndfile
|
||||||
, libusb, libuuid, libxml2, libxslt, lilv-svn, lv2, makeWrapper
|
, libusb, libuuid, libxml2, libxslt, lilv-svn, lv2, makeWrapper
|
||||||
, perl, pkgconfig, python, rubberband, serd, sord-svn, sratom
|
, perl, pkgconfig, python2, rubberband, serd, sord-svn, sratom
|
||||||
, taglib, vampSDK, dbus, fftw, pango, suil, libarchive }:
|
, taglib, vampSDK, dbus, fftw, pango, suil, libarchive }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
glibmm graphviz gtkmm2 libjack2 libgnomecanvas libgnomecanvasmm liblo
|
glibmm graphviz gtkmm2 libjack2 libgnomecanvas libgnomecanvasmm liblo
|
||||||
libmad libogg librdf librdf_raptor librdf_rasqal libsamplerate
|
libmad libogg librdf librdf_raptor librdf_rasqal libsamplerate
|
||||||
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv-svn lv2
|
libsigcxx libsndfile libusb libuuid libxml2 libxslt lilv-svn lv2
|
||||||
makeWrapper pango perl pkgconfig python rubberband serd sord-svn
|
makeWrapper pango perl pkgconfig python2 rubberband serd sord-svn
|
||||||
sratom suil taglib vampSDK libarchive
|
sratom suil taglib vampSDK libarchive
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -47,12 +47,12 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs ./tools/
|
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 = ''
|
installPhase = ''
|
||||||
python waf install
|
${python2.interpreter} waf install
|
||||||
|
|
||||||
# Install desktop file
|
# Install desktop file
|
||||||
mkdir -p "$out/share/applications"
|
mkdir -p "$out/share/applications"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user