3
0
Fork 0
forked from mirrors/nixpkgs

Add platforms meta attribute to vanitygen

This commit is contained in:
Gergely Risko 2013-08-28 21:59:27 +02:00 committed by Evgeny Egorochkin
parent 41a52417fe
commit 74d6995f44

View file

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/samr7/vanitygen";
license = "AGPLv3";
platforms = stdenv.lib.platforms.all;
};
}