attr: mark unsupported on microblaze

Requires symver, which isn't available on microblaze.
This commit is contained in:
Alyssa Ross 2024-08-04 11:37:24 +02:00
parent 6f95189f88
commit 878f51f098

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
homepage = "https://savannah.nongnu.org/projects/attr/";
description = "Library and tools for manipulating extended attributes";
platforms = platforms.linux;
badPlatforms = platforms.microblaze;
license = licenses.gpl2Plus;
};
}