mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jogl: remove not required xcbuild (#502982)
This commit is contained in:
commit
e505efdaf5
1 changed files with 0 additions and 4 deletions
|
|
@ -7,7 +7,6 @@
|
|||
git,
|
||||
xmlstarlet,
|
||||
stripJavaArchivesHook,
|
||||
xcbuild,
|
||||
udev,
|
||||
libxxf86vm,
|
||||
libxt,
|
||||
|
|
@ -76,9 +75,6 @@ stdenv.mkDerivation {
|
|||
git
|
||||
xmlstarlet
|
||||
stripJavaArchivesHook
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
xcbuild
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue