1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 19:45:42 +03:00

darwin.linux-builder: Set meta.position

This commit is contained in:
Robert Hensing 2023-10-12 22:58:50 +02:00
parent f6caf65a4a
commit 9443a0b51e

View file

@ -163,6 +163,7 @@ in
in
script.overrideAttrs (old: {
pos = __curPos; # sets meta.position to point here; see script binding above for package definition
meta = (old.meta or { }) // {
platforms = lib.platforms.darwin;
};