parity: set linux platforms

This commit is contained in:
Alexander Krupenkin 2018-03-01 23:26:47 +03:00 committed by Jörg Thalheim
parent 40ffdbf728
commit 140ae896b2

View File

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = http://parity.io;
license = licenses.gpl3;
maintainers = [ maintainers.akru ];
platforms = platforms.linux;
};
}