Skip to content

Commit a9a0c2c

Browse files
authored
Merge pull request #291393 from hraban/sbcl/source-provenance
sbcl: set source provenance on binary bootstrap
2 parents 8f800fe + 84e89be commit a9a0c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/compilers/sbcl/bootstrap.nix

+2
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ stdenv.mkDerivation rec {
2626
postFixup = lib.optionalString (!stdenv.isAarch32 && stdenv.isLinux) ''
2727
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) $out/share/sbcl/sbcl
2828
'';
29+
30+
meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
2931
}

0 commit comments

Comments
 (0)