mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
darwin.linux-builder: Set meta.position
This commit is contained in:
parent
f6caf65a4a
commit
9443a0b51e
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ in
|
||||||
|
|
||||||
in
|
in
|
||||||
script.overrideAttrs (old: {
|
script.overrideAttrs (old: {
|
||||||
|
pos = __curPos; # sets meta.position to point here; see script binding above for package definition
|
||||||
meta = (old.meta or { }) // {
|
meta = (old.meta or { }) // {
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue