forked from mirrors/nixpkgs
Add platforms meta attribute to vanitygen
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue