From b4da5a5b3564e644975c90dad0ef32073b6513a9 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 26 Sep 2018 14:34:38 +1000 Subject: Fix mosdepth --- tools/mosdepth-depth.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/mosdepth-depth.nix b/tools/mosdepth-depth.nix index 3340872..586cdcb 100644 --- a/tools/mosdepth-depth.nix +++ b/tools/mosdepth-depth.nix @@ -1,7 +1,10 @@ { stdenv +, lib , mosdepth , flags ? null}: +with lib; + input: stdenv.mkDerivation { -- cgit v1.2.3