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:
parent
1e54a4e5e9
commit
541d30a3a9
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user