linuxband: do not use top-level python packages
This commit is contained in:
parent
eb1d9269e0
commit
76ef3ef0e1
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, MMA, libjack2, libsmf, python, pyGtkGlade, pygtksourceview }:
|
{ stdenv, fetchurl, makeWrapper, pkgconfig, MMA, libjack2, libsmf, pythonPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) pyGtkGlade pygtksourceview python;
|
||||||
|
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