From 5cb8c9132f85636360a14a1a32322f384ab94815 Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Thu, 28 Jan 2021 15:18:15 +0100 Subject: [PATCH] Make nq available on macOS Tested on macOS with NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1, builds and runs just fine --- pkgs/tools/system/nq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }