diff --git a/pkgs/applications/misc/vanitygen/default.nix b/pkgs/applications/misc/vanitygen/default.nix index c68767290ee0..e16767d4c261 100644 --- a/pkgs/applications/misc/vanitygen/default.nix +++ b/pkgs/applications/misc/vanitygen/default.nix @@ -34,5 +34,6 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/samr7/vanitygen"; license = "AGPLv3"; + platforms = stdenv.lib.platforms.all; }; }