sip-4.13.2
svn path=/nixpkgs/trunk/; revision=34395
This commit is contained in:
parent
f5cb1ecaf4
commit
888a6507e6
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sip-4.12.4";
|
||||
name = "sip-4.13.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.riverbankcomputing.co.uk/static/Downloads/sip4/${name}.tar.gz";
|
||||
sha256 = "1cs7q2z5r59yil71ysy9nc32x0s65b9dz9jcrdsjmp6cww51z33n";
|
||||
sha256 = "1gzff61bi22g6fkdg9iya4q2qfdkwxs19v4rhhf8x4bm7hszbhsb";
|
||||
};
|
||||
|
||||
configurePhase = "python ./configure.py -d $out/lib/${python.libPrefix}/site-packages -b $out/bin -e $out/include";
|
||||
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Creates C++ bindings for Python modules";
|
||||
license = "GPL";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud sander ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user