Merge pull request #328824 from Artturin/pegcross

peg: Fix cross
This commit is contained in:
Artturin 2024-07-22 01:07:27 +03:00 committed by GitHub
commit fdf908ec46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-uLcXvJOll2ijXWUlZ5pODOlOa/ZvkrrPKXnGR0VytFo=";
};
postPatch = ''
substituteInPlace Makefile \
--replace-fail "strip" '$(STRIP)'
'';
preBuild="makeFlagsArray+=( PREFIX=$out )";
meta = with lib; {