libwhereami: Mark as unsupported for ARM

This commit is contained in:
Silvan Mosberger 2019-03-08 19:26:26 +01:00
parent ced5e13dd7
commit 6c03c2e504
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = [ maintainers.womfoo ];
platforms = platforms.linux;
badPlatforms = platforms.arm;
};
}