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
+6 -6
View File
@@ -1,10 +1,10 @@
{ stdenv, buildPythonApplication, fetchurl, gettext
{ stdenv, pythonPackages, fetchurl, gettext
, pkgconfig, libofa, ffmpeg, chromaprint
, pyqt4, mutagen, python-libdiscid
}:
let version = "1.3.2"; in
buildPythonApplication {
let
version = "1.3.2";
in pythonPackages.buildPythonApplication {
name = "picard-${version}";
namePrefix = "";
@@ -20,10 +20,10 @@ buildPythonApplication {
gettext
];
propagatedBuildInputs = [
propagatedBuildInputs = with pythonPackages; [
pyqt4
mutagen
python-libdiscid
discid
];
installPhase = ''