From 977cd5de36aa59a24685a730c332a422a62bfa39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Mon, 9 May 2016 20:32:32 +0200 Subject: [PATCH] moreutils: add meta.platforms (= all) --- pkgs/tools/misc/moreutils/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }