summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-05-01 01:49:12 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-06-30 01:20:46 +0200
commitfca3ea07377e7bd1428e6b612a8cf26f1c44ebb3 (patch)
treeaa913fcdc25b8dcff6378d5a48fc745ab87420e8
parentf49f133513f233e5313ffb8d5d3e5fc2e47c64f5 (diff)
downloadnixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar.gz
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar.bz2
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar.lz
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar.xz
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.tar.zst
nixlib-fca3ea07377e7bd1428e6b612a8cf26f1c44ebb3.zip
ecl_16_1_2: backport getcwd fix
-rw-r--r--pkgs/development/compilers/ecl/16.1.2.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ecl/16.1.2.nix b/pkgs/development/compilers/ecl/16.1.2.nix
index 291b0ed013d6..c27f2a226705 100644
--- a/pkgs/development/compilers/ecl/16.1.2.nix
+++ b/pkgs/development/compilers/ecl/16.1.2.nix
@@ -53,6 +53,14 @@ stdenv.mkDerivation {
       url = "https://gitlab.com/embeddable-common-lisp/ecl/commit/caba1989f40ef917e7486f41b9cd5c7e3c5c2d79.patch";
       sha256 = "07vw91psbc9gdn8grql46ra8lq3bgkzg5v480chnbryna4sv6lbb";
     })
+    (fetchpatch {
+      # Fix getcwd with long pathnames
+      # Rebased version of
+      # https://gitlab.com/embeddable-common-lisp/ecl/commit/ac5f011f57a85a38627af154bc3ee7580e7fecd4.patch
+      name = "getcwd.patch";
+      url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ecl/patches/16.1.2-getcwd.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba";
+      sha256 = "1fbi8gn7rv8nqff5mpaijsrch3k3z7qc5cn4h1vl8qrr8xwqlqhb";
+    })
   ];
 
   hardeningDisable = [ "format" ];