summary refs log tree commit diff
path: root/pkgs/applications/misc/vanitygen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/vanitygen/default.nix')
-rw-r--r--pkgs/applications/misc/vanitygen/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }