lol

ecl_16_1_2: backport getcwd fix

+8
+8
pkgs/development/compilers/ecl/16.1.2.nix
··· 53 53 url = "https://gitlab.com/embeddable-common-lisp/ecl/commit/caba1989f40ef917e7486f41b9cd5c7e3c5c2d79.patch"; 54 54 sha256 = "07vw91psbc9gdn8grql46ra8lq3bgkzg5v480chnbryna4sv6lbb"; 55 55 }) 56 + (fetchpatch { 57 + # Fix getcwd with long pathnames 58 + # Rebased version of 59 + # https://gitlab.com/embeddable-common-lisp/ecl/commit/ac5f011f57a85a38627af154bc3ee7580e7fecd4.patch 60 + name = "getcwd.patch"; 61 + url = "https://git.sagemath.org/sage.git/plain/build/pkgs/ecl/patches/16.1.2-getcwd.patch?id=07d6c37d18811e2b377a9689790a7c5e24da16ba"; 62 + sha256 = "1fbi8gn7rv8nqff5mpaijsrch3k3z7qc5cn4h1vl8qrr8xwqlqhb"; 63 + }) 56 64 ]; 57 65 58 66 hardeningDisable = [ "format" ];