about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-02-22 21:57:11 +0400
committerNikolay Korotkiy <sikmir@disroot.org>2024-02-22 21:57:11 +0400
commit6e7184b10f8f98d344aff0d355f9fb97c0dd0c6d (patch)
tree09543ccf6a699555f881fcbae76b0c23eea43077 /pkgs/top-level
parentce2f3c81a04ab1cb73ee4135b05f356c4546588e (diff)
openorienteering-mapper: migrate to by-name
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index da5c8d5e0b371..f4695ef79c6fc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -30091,8 +30091,6 @@ with pkgs;
     stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
   };
 
-  openorienteering-mapper = libsForQt5.callPackage ../applications/gis/openorienteering-mapper { };
-
   qgis-ltr = callPackage ../applications/gis/qgis/ltr.nix { };
 
   qgis = callPackage ../applications/gis/qgis { };