Merge pull request #244478 from oxij/pkgs/nix-shebang-tests

This commit is contained in:
Artturi 2023-07-23 00:52:01 +03:00 committed by GitHub
commit 1d56444d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,10 @@ self = stdenv.mkDerivation {
(lib.optionalString (stdenv.hostPlatform.system == "armv5tel-linux" || stdenv.hostPlatform.system == "armv6l-linux") "-latomic")
];
postPatch = ''
patchShebangs --build tests
'';
preConfigure =
# Copy libboost_context so we don't get all of Boost in our closure.
# https://github.com/NixOS/nixpkgs/issues/45462