mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
c-stdaux: add meta.platform
This commit is contained in:
parent
bb94ade8a5
commit
15a1b03483
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
asl20
|
asl20
|
||||||
lgpl2Plus
|
lgpl2Plus
|
||||||
];
|
];
|
||||||
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ qbisi ];
|
maintainers = with lib.maintainers; [ qbisi ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue