Merge pull request #290943 from hraban/ecl-check

ecl: enable (install)check phase
This commit is contained in:
7c6f434c
2024-02-25 16:38:45 +00:00
committed by GitHub

View File

@@ -65,6 +65,11 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
# ECLs make check only works after install, making it a de-facto
# installCheck.
doInstallCheck = true;
installCheckTarget = "check";
postInstall = ''
sed -e 's/@[-a-zA-Z_]*@//g' -i $out/bin/ecl-config
wrapProgram "$out/bin/ecl" --prefix PATH ':' "${