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:
Will Dietz 2018-07-30 07:27:25 -05:00
parent 1e54a4e5e9
commit 541d30a3a9

View File

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