Merge pull request #111016 from pingiun/patch-1
nq: Make available on macOS
This commit is contained in:
commit
a2006317f2
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue