mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Revert "castxml: mark as broken on Darwin"
The package was marked as broken on master, but is fixed in this
iteration of staging.
This reverts commit d5eaacf7db
.
This commit is contained in:
parent
6af0c1b318
commit
a3f99775da
1 changed files with 0 additions and 1 deletions
|
@ -64,6 +64,5 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue