Commit 878f51f0 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

attr: mark unsupported on microblaze

Requires symver, which isn't available on microblaze.
parent 6f95189f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}