linuxband: use python2
This commit is contained in:
parent
472c25cfa2
commit
85e170c2c1
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, MMA, libjack2, libsmf, pythonPackages }:
|
{ stdenv, fetchurl, makeWrapper, pkgconfig, MMA, libjack2, libsmf, python2Packages }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) pyGtkGlade pygtksourceview python;
|
inherit (python2Packages) pyGtkGlade pygtksourceview python;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "12.02.1";
|
version = "12.02.1";
|
||||||
name = "linuxband-${version}";
|
name = "linuxband-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user