Upgraded PyQt to version 4.7.2
svn path=/nixpkgs/trunk/; revision=20889
This commit is contained in:
parent
903fff2bdd
commit
cc7a6e0b1d
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ stdenv.mkDerivation {
|
|||
name = "pyqt-x11-gpl-4.7.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.tar.gz;
|
||||
sha256 = "0hwp84igw639mgw344q2jmnjarhq5wk60ncn8h2jjg7k4vchbvkz";
|
||||
url = http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.7.2.tar.gz;
|
||||
sha256 = "097gxdr7jqv5a58z89djylm2b21x83crqn2fjsr5zmwhc0zwj5yv";
|
||||
};
|
||||
|
||||
configurePhase = "python ./configure.py --confirm-license -b $out/bin -d $out/lib/${python.libPrefix}/site-packages -v $out/share/sip -p $out/plugins";
|
||||
|
|
Loading…
Reference in a new issue