Merge pull request #111016 from pingiun/patch-1

nq: Make available on macOS
This commit is contained in:
Sandro
2021-01-28 18:36:32 +01:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Unix command line queue utility"; description = "Unix command line queue utility";
homepage = "https://github.com/chneukirchen/nq"; homepage = "https://github.com/chneukirchen/nq";
license = licenses.publicDomain; license = licenses.publicDomain;
platforms = platforms.linux; platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];
}; };
} }