We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f800fe + 84e89be commit a9a0c2cCopy full SHA for a9a0c2c
pkgs/development/compilers/sbcl/bootstrap.nix
@@ -26,4 +26,6 @@ stdenv.mkDerivation rec {
26
postFixup = lib.optionalString (!stdenv.isAarch32 && stdenv.isLinux) ''
27
patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) $out/share/sbcl/sbcl
28
'';
29
+
30
+ meta.sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
31
}
0 commit comments