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

authored by

Artturi and committed by
GitHub
1d56444d bc6d173e

+4
+4
pkgs/tools/package-management/nix/common.nix
··· 132 132 (lib.optionalString (stdenv.hostPlatform.system == "armv5tel-linux" || stdenv.hostPlatform.system == "armv6l-linux") "-latomic") 133 133 ]; 134 134 135 + postPatch = '' 136 + patchShebangs --build tests 137 + ''; 138 + 135 139 preConfigure = 136 140 # Copy libboost_context so we don't get all of Boost in our closure. 137 141 # https://github.com/NixOS/nixpkgs/issues/45462