about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-03-29 18:32:32 +0100
committerDomen Kozar <domen@dev.si>2013-03-29 18:32:58 +0100
commit92f72cb80fbcadbcf41797add1004cd344fc6d87 (patch)
treea861961e2e616c42389163e292a7ec5ccbc728f4
parent6c890824bddecb77b7450e168d75fad963183451 (diff)
downloadnixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar.gz
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar.bz2
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar.lz
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar.xz
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.tar.zst
nixlib-92f72cb80fbcadbcf41797add1004cd344fc6d87.zip
pwgen, wgetpaste: set platforms
-rw-r--r--pkgs/tools/security/pwgen/default.nix1
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/security/pwgen/default.nix b/pkgs/tools/security/pwgen/default.nix
index 72ca4c987c59..ecbc95362e61 100644
--- a/pkgs/tools/security/pwgen/default.nix
+++ b/pkgs/tools/security/pwgen/default.nix
@@ -8,5 +8,6 @@ stdenv.mkDerivation {
   };
   meta = {
 	description = "Small, GPL'ed password generator which creates passwords which can be easily memorized by a human.";
+        platforms = stdenv.lib.platforms.all;
   };
 }
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index 63313872ede9..04102093aae4 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -23,5 +23,6 @@
       homepage = http://wgetpaste.zlin.dk/;
       license = "publicDomain";
       maintainers = with stdenv.lib.maintainers; [qknight];
+      platforms = stdenv.lib.platforms.all;
     };
   }