solfege: do not use top-level python packages
This commit is contained in:
parent
8ed1a955d2
commit
a07a60724b
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
{ stdenv, fetchurl, pkgconfig, python, pygtk, gettext, texinfo
|
||||
{ stdenv, fetchurl, pkgconfig, pythonPackages, gettext, texinfo
|
||||
, ghostscript, pysqlite, librsvg, gdk_pixbuf, txt2man, timidity, mpg123
|
||||
, alsaUtils, vorbis-tools, csound, lilypond
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygtk;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "solfege-3.22.2";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue