commit d0ff55e1cdcc32cd703bde0ed01b98cc6250b658 parent fcafe760550d15479678b289fb32e033c570ebc7 Author: Nikolay Korotkiy <sikmir@gmail.com> Date: Thu, 4 Feb 2021 22:26:39 +0300 Fix build Diffstat:
M | pkgs/data/maps/dem/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/data/maps/dem/default.nix b/pkgs/data/maps/dem/default.nix @@ -1,5 +1,5 @@ -, withVRT ? true, gdal }: { lib, stdenvNoCC, fetchurl, unzip +, withVRT ? true, gdal }: let dem1 = builtins.fromJSON (builtins.readFile ./dem1.json); in