nixpkgs: remove redundant attribute sip

Because:

 1. It is a mere alias of `pythonPackages.sip`
 2. It is usually not needed since propagated by `pyqt4`
 3. It makes it easy to have a packages depend on two different versions
 of sip
This commit is contained in:
Vincent Laporte
2014-12-23 08:42:30 +01:00
parent 49f53f63f5
commit 81a2b58c39
7 changed files with 12 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, sip, qt4, pythonDBus, pkgconfig, lndir, makeWrapper }:
{ stdenv, fetchurl, python, pythonPackages, qt4, pythonDBus, pkgconfig, lndir, makeWrapper }:
let version = "4.10.2"; # kde410.pykde4 doesn't build with 4.10.3
in
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
buildInputs = [ python pkgconfig makeWrapper qt4 lndir ];
propagatedBuildInputs = [ sip ];
propagatedBuildInputs = [ pythonPackages.sip ];
postInstall = ''
for i in $out/bin/*; do