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 -3
View File
@@ -1,12 +1,10 @@
{ stdenv
, fetchurl
, buildPythonApplication
, pyqt4
, pythonPackages
}:
let
version = "2.3.2";
in buildPythonApplication rec {
in pythonPackages.buildPythonApplication rec {
name = "mnemosyne-${version}";
src = fetchurl {
url = "http://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/${name}/Mnemosyne-${version}.tar.gz";