commit
eda72ad748
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, gmpxx, perl, gnum4 }:
|
{ fetchurl, fetchpatch, stdenv, gmpxx, perl, gnum4 }:
|
||||||
|
|
||||||
let version = "1.2"; in
|
let version = "1.2"; in
|
||||||
|
|
||||||
@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1wgxcbgmijgk11df43aiqfzv31r3bkxmgb4yl68g21194q60nird";
|
sha256 = "1wgxcbgmijgk11df43aiqfzv31r3bkxmgb4yl68g21194q60nird";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [(fetchpatch {
|
||||||
|
name = "ppl.patch";
|
||||||
|
url = "http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=patch;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7";
|
||||||
|
sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87";
|
||||||
|
})];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl gnum4 ];
|
nativeBuildInputs = [ perl gnum4 ];
|
||||||
propagatedBuildInputs = [ gmpxx ];
|
propagatedBuildInputs = [ gmpxx ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user