mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mathgl: mark cross as broken (#397608)
This commit is contained in:
commit
3bfc4d057e
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.GabrielDougherty ];
|
maintainers = [ maintainers.GabrielDougherty ];
|
||||||
|
# build tool make_bin is built for host
|
||||||
|
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue