mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
libbsd: mark unsupported on microblaze
This commit is contained in:
parent
fcec8edc3f
commit
4ca8ae0d1f
@ -59,6 +59,8 @@ stdenv.mkDerivation {
|
||||
homepage = "https://libbsd.freedesktop.org/";
|
||||
license = with licenses; [ beerware bsd2 bsd3 bsdOriginal isc mit ];
|
||||
platforms = platforms.unix;
|
||||
# See architectures defined in src/local-elf.h.
|
||||
badPlatforms = lib.platforms.microblaze;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user