Remove top-level pyqt4

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 12:38:01 +02:00
parent 4b2120f5b8
commit 6842a24b21
13 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pythonPackages, lilypond, pyqt4, pygame }:
{ stdenv, fetchurl, pythonPackages, lilypond}:
pythonPackages.buildPythonApplication rec {
name = "frescobaldi-${version}";