mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Upgraded SIP to 4.9
svn path=/nixpkgs/trunk/; revision=17538
This commit is contained in:
parent
7d808c4229
commit
acce623d3f
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, lib, python}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sip-4.8.2";
|
||||
name = "sip-4.9";
|
||||
src = fetchurl {
|
||||
url = http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.8.2.tar.gz;
|
||||
sha256 = "1afr2qaibzgf8fq4fmc31jz9hvbwxbg5jvl68ygvkkdvnbg2kfrf";
|
||||
url = http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.9.tar.gz;
|
||||
sha256 = "00ny3vj34pbykscp7jjk7qsy0ybx3lwzbw0nxq31r2xq51ayzplv";
|
||||
};
|
||||
configurePhase = "python ./configure.py -d $out/lib/python2.5/site-packages -b $out/bin -e $out/include";
|
||||
buildInputs = [ python ];
|
||||
|
Loading…
Reference in New Issue
Block a user