libbsd: mark unsupported on microblaze

This commit is contained in:
Alyssa Ross 2023-12-14 00:57:23 +01:00
parent fcec8edc3f
commit 4ca8ae0d1f

View file

@ -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 ];
};
}