mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #291393 from hraban/sbcl/source-provenance
sbcl: set source provenance on binary bootstrap
This commit is contained in:
commit
a9a0c2c4ed
1 changed files with 2 additions and 0 deletions
|
@ -26,4 +26,6 @@ stdenv.mkDerivation rec {
|
|||
postFixup = lib.optionalString (!stdenv.isAarch32 && stdenv.isLinux) ''
|
||||
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) $out/share/sbcl/sbcl
|
||||
'';
|
||||
|
||||
meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue