From b53692cdc6c06881578f206239291326ed42a78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 20 Jul 2021 11:40:04 +0200 Subject: [PATCH] Revert "osm2xmap: mark as broken" This reverts commit a57e9fc6c0ae4c349ff0e8c57e1bd56d958ac664. After the parent commit it builds again. For now; future seems bleak. --- pkgs/applications/misc/osm2xmap/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/misc/osm2xmap/default.nix b/pkgs/applications/misc/osm2xmap/default.nix index 101a626f2c3..4f2af99ab14 100644 --- a/pkgs/applications/misc/osm2xmap/default.nix +++ b/pkgs/applications/misc/osm2xmap/default.nix @@ -29,7 +29,5 @@ stdenv.mkDerivation rec { license = licenses.gpl3; maintainers = [ maintainers.mpickering ]; platforms = with lib.platforms; linux; - # it probably needs https://proj.org/development/migration.html - broken = true; }; }