commit
91da9ed129
@ -9,16 +9,15 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "palp";
|
pname = "palp";
|
||||||
version = "2.1";
|
version = "2.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz";
|
url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz";
|
||||||
sha256 = "1s7s2lc5f0ig1yy7ygsh3sddm3sbq4mxwybqsj8lp9wjdxs7qfrs";
|
sha256 = "09l4ysrdkqs91igg1faah75ay6ii684634ggvcxbkjsck65378l4";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [
|
hardeningDisable = [
|
||||||
"format"
|
"format"
|
||||||
"strictoverflow" # causes runtime failure (tested in checkPhase)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
|
patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
@ -78,6 +77,9 @@ stdenv.mkDerivation rec {
|
|||||||
facet enumeration compares well with existing packages.
|
facet enumeration compares well with existing packages.
|
||||||
'';
|
'';
|
||||||
homepage = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
|
homepage = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
|
||||||
|
# Not really a changelog, but a one-line summary of each update that should
|
||||||
|
# be reviewed on update.
|
||||||
|
changelog = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html";
|
||||||
# Just a link on the website pointing to gpl -- now gplv3. When the last
|
# Just a link on the website pointing to gpl -- now gplv3. When the last
|
||||||
# version was released that pointed to gplv2 however, so thats probably
|
# version was released that pointed to gplv2 however, so thats probably
|
||||||
# the right license.
|
# the right license.
|
||||||
|
Loading…
Reference in New Issue
Block a user