nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 4b9d671715a21acac6af9d9653031f9026a5145a
parent 5fb42501c54e1586c6dace35808cd043c85fea95
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Thu, 28 Jan 2021 03:58:03 +0300

Fix build on 20.09

Diffstat:
Mpkgs/default.nix | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pkgs/default.nix b/pkgs/default.nix @@ -229,7 +229,9 @@ lib.makeScope newScope ( docker-mbtileserver = if pkgs ? mbtileserver then callPackage ./images/mbtileserver { } else null; - docker-quark = callPackage ./images/quark { }; + docker-quark = if pkgs.dockerTools ? fakeNss + then callPackage ./images/quark { } + else null; docker-wekan = callPackage ./images/wekan { }; ### MISC