Add platforms meta attribute to vanitygen

This commit is contained in:
Gergely Risko
2013-08-29 00:55:01 +03:00
committed by Evgeny Egorochkin
parent 41a52417fe
commit 74d6995f44
@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/samr7/vanitygen"; homepage = "https://github.com/samr7/vanitygen";
license = "AGPLv3"; license = "AGPLv3";
platforms = stdenv.lib.platforms.all;
}; };
} }