about summary refs log tree commit diff
path: root/pkgs/tools/misc/moreutils/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-05-09 20:32:32 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-05-09 20:34:45 +0200
commit977cd5de36aa59a24685a730c332a422a62bfa39 (patch)
tree89a18fe03d6dd3f54c19e77d8f7c3afab8dae390 /pkgs/tools/misc/moreutils/default.nix
parent89008a2c582a386aeefb360a64bb077348738b2d (diff)
downloadnixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar.gz
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar.bz2
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar.lz
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar.xz
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.tar.zst
nixlib-977cd5de36aa59a24685a730c332a422a62bfa39.zip
moreutils: add meta.platforms (= all)
Diffstat (limited to 'pkgs/tools/misc/moreutils/default.nix')
-rw-r--r--pkgs/tools/misc/moreutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/moreutils/default.nix b/pkgs/tools/misc/moreutils/default.nix
index 759847b897a0..d7e529dea9e3 100644
--- a/pkgs/tools/misc/moreutils/default.nix
+++ b/pkgs/tools/misc/moreutils/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young";
     homepage = https://joeyh.name/code/moreutils/;
     maintainers = with maintainers; [ koral ];
+    platforms = platforms.all;
   };
 }