rr: enable on 32bit x86
Lack of 32bit support led to the creation of an overlay to add it back again, but since it at least builds and seems to work don't see why we'd disallow it here :).
This commit is contained in:
@@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = "custom";
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron thoughtpolice ];
|
||||
platforms = ["x86_64-linux"];
|
||||
platforms = stdenv.lib.platforms.x86;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user