mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
picolisp: 15.11 -> 16.6
This commit is contained in:
parent
d281a93960
commit
13f82b0445
@ -3,10 +3,10 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "picoLisp-${version}";
|
name = "picoLisp-${version}";
|
||||||
version = "15.11";
|
version = "16.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.software-lab.de/${name}.tgz";
|
url = "http://www.software-lab.de/${name}.tgz";
|
||||||
sha256 = "0gi1n7gl786wbz6sn0f0002h49f0zvfrzxlhabkghwlbva1rwp58";
|
sha256 = "0y9b4wqpgx0j0igbp4h7k0bw3hvp7dnrhl3fsaagjpp305b003z3";
|
||||||
};
|
};
|
||||||
buildInputs = optional stdenv.is64bit jdk;
|
buildInputs = optional stdenv.is64bit jdk;
|
||||||
patchPhase = optionalString stdenv.isArm ''
|
patchPhase = optionalString stdenv.isArm ''
|
||||||
|
Loading…
Reference in New Issue
Block a user