mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 17:42:36 +08:00
build-sanitized-clang: fix for aarch64
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
CFLAGS = "-Werror -Wno-unused-command-line-argument";
|
||||
}));
|
||||
build-sanitized-clang = forAllSystems (system: self.hydraJobs.build-sanitized.${system}.override {
|
||||
stdenv = pkgs.libcxxStdenv;
|
||||
stdenv = nixpkgsFor.${system}.libcxxStdenv;
|
||||
});
|
||||
|
||||
release = pkgs.releaseTools.aggregate
|
||||
|
Reference in New Issue
Block a user