mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
solfege: do not use top-level python packages
This commit is contained in:
parent
8ed1a955d2
commit
a07a60724b
@ -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 New Issue
Block a user