sip: 4.14.7 -> 4.18.1, drop unused old version

This commit is contained in:
Nikolay Amiantov
2016-08-17 20:30:51 +03:00
parent 1c5399626a
commit 3e5bf44aab
7 changed files with 9 additions and 43 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{ stdenv, fetchbzr, pythonPackages, rtmpdump, makeWrapper }:
let
inherit (pythonPackages) python pyqt4;
sip = pythonPackages.sip_4_16;
inherit (pythonPackages) python pyqt4 sip;
in stdenv.mkDerivation {
name = "qarte-2.4.0";
src = fetchbzr {