summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorJelle Besseling <jelle@pingiun.com>2021-01-28 15:18:15 +0100
committerGitHub <noreply@github.com>2021-01-28 15:18:15 +0100
commit5cb8c9132f85636360a14a1a32322f384ab94815 (patch)
tree7c84e3cb4189db62f829bb4d6b81608541156266 /pkgs/tools/system
parent9b7e9dc61114185be99078de04f93f50727d5ae2 (diff)
Make nq available on macOS
Tested on macOS with NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1, builds and runs just fine
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/nq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/nq/default.nix b/pkgs/tools/system/nq/default.nix
index 9e6522b20284..551d18618a7e 100644
--- a/pkgs/tools/system/nq/default.nix
+++ b/pkgs/tools/system/nq/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Unix command line queue utility";
homepage = "https://github.com/chneukirchen/nq";
license = licenses.publicDomain;
- platforms = platforms.linux;
+ platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
};
}