mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #12092 from gebner/metis-20160101
metis-prover: 2.3 -> 2.3.20160101
This commit is contained in:
commit
a158f61313
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "metis-prover-${version}";
|
name = "metis-prover-${version}";
|
||||||
version = "2.3";
|
version = "2.3.20160101";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.gilith.com/software/metis/metis.tar.gz";
|
url = "http://www.gilith.com/software/metis/metis.tar.gz";
|
||||||
sha256 = "07wqhic66i5ip2j194x6pswwrxyxrimpc4vg0haa5aqv9pfpmxad";
|
sha256 = "0wkh506ggwmfacwl19n84n1xi6ak4xhrc96d9pdkpk8zdwh5w58l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.gilith.com/research/metis/;
|
homepage = http://www.gilith.com/research/metis/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ gebner ];
|
maintainers = with maintainers; [ gebner ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue