ivm: Package is not x86 specific

This commit is contained in:
adisbladis 2020-05-23 22:46:38 +01:00
parent 64f8baf108
commit 1f8bda3ce2
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/eXeC64/imv";
license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj markus1189 ];
platforms = [ "i686-linux" "x86_64-linux" ];
platforms = platforms.all;
};
}