sip: 4.14.7 -> 4.18.1, drop unused old version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user