imv: build only on x86_64 linux

This commit is contained in:
rnhmjoj 2018-09-04 00:35:17 +02:00
parent 7a58a44474
commit d5b0c4d5c2
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

View File

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