swig: 3.0.7 -> 3.0.10
This commit is contained in:
parent
d7176a83a7
commit
eb2e3965b8
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "swig-${version}";
|
name = "swig-${version}";
|
||||||
version = "3.0.7";
|
version = "3.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "swig";
|
owner = "swig";
|
||||||
repo = "swig";
|
repo = "swig";
|
||||||
rev = "rel-${version}";
|
rev = "rel-${version}";
|
||||||
sha256 = "18zp9546d5xfq88nyykk5v3hh0iyp8r59i2ridbavxn3z914mhyv";
|
sha256 = "049rj883r9mf2bgabj3b03p7cnmqgl5939lmh8v5nnia24zb51jg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool bison ];
|
nativeBuildInputs = [ autoconf automake libtool bison ];
|
||||||
@ -23,12 +23,12 @@ stdenv.mkDerivation rec {
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "SWIG, an interface compiler that connects C/C++ code to higher-level languages";
|
description = "SWIG, an interface compiler that connects C/C++ code to higher-level languages";
|
||||||
homepage = http://swig.org/;
|
homepage = http://swig.org/;
|
||||||
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
# Different types of licenses available: http://www.swig.org/Release/LICENSE .
|
||||||
license = "BSD-style";
|
license = licenses.gpl3Plus;
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = with platforms; [ linux darwin ];
|
||||||
maintainers = [ lib.maintainers.urkud lib.maintainers.wkennington ];
|
maintainers = with maintainers; [ urkud wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user