lv2: switch to python3
This commit is contained in:
parent
e942647826
commit
6b5e932792
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, gtk2, libsndfile, pkgconfig, python, wafHook }:
|
{ stdenv, fetchurl, gtk2, libsndfile, pkgconfig, python3, wafHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lv2";
|
pname = "lv2";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig wafHook ];
|
||||||
buildInputs = [ gtk2 libsndfile python ];
|
buildInputs = [ gtk2 libsndfile python3 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://lv2plug.in;
|
homepage = http://lv2plug.in;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user