Merge pull request #290943 from hraban/ecl-check
ecl: enable (install)check phase
This commit is contained in:
@@ -65,6 +65,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
# ECL’s ‘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 ':' "${
|
||||
|
||||
Reference in New Issue
Block a user