tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ecl_16_1_2: backport getcwd fix
Timo Kaufmann
7 years ago
fca3ea07
f49f1335
+8
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ecl
16.1.2.nix
+8
pkgs/development/compilers/ecl/16.1.2.nix
reviewed
···
53
53
url = "https://gitlab.com/embeddable-common-lisp/ecl/commit/caba1989f40ef917e7486f41b9cd5c7e3c5c2d79.patch";
54
54
sha256 = "07vw91psbc9gdn8grql46ra8lq3bgkzg5v480chnbryna4sv6lbb";
55
55
})
56
56
+
(fetchpatch {
57
57
+
# Fix getcwd with long pathnames
58
58
+
# Rebased version of
59
59
+
# https://gitlab.com/embeddable-common-lisp/ecl/commit/ac5f011f57a85a38627af154bc3ee7580e7fecd4.patch
60
60
+
name = "getcwd.patch";
61
61
+
url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ecl/patches/16.1.2-getcwd.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba";
62
62
+
sha256 = "1fbi8gn7rv8nqff5mpaijsrch3k3z7qc5cn4h1vl8qrr8xwqlqhb";
63
63
+
})
56
64
];
57
65
58
66
hardeningDisable = [ "format" ];