mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
frescobaldi: add pygame dependency for midi support
This commit is contained in:
parent
51902ba32d
commit
0075e6bd3a
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pythonPackages, lilypond, pyqt4 }:
|
||||
{ stdenv, fetchurl, pythonPackages, lilypond, pyqt4, pygame }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "frescobaldi-${version}";
|
||||
@ -11,7 +11,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ lilypond
|
||||
pyqt4 poppler-qt4 ];
|
||||
pyqt4 poppler-qt4 pygame ];
|
||||
|
||||
patches = [ ./setup.cfg.patch ./python-path.patch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user