Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 0 additions & 92 deletions pkgs/development/libraries/mapbox-gl-native/default.nix

This file was deleted.

3 changes: 1 addition & 2 deletions pkgs/top-level/qt5-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ makeScopeWithSplicing' {

libqaccessibilityclient = callPackage ../development/libraries/libqaccessibilityclient { };

mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };

mapbox-gl-qml = libsForQt5.callPackage ../development/libraries/mapbox-gl-qml { };

maplibre-gl-native = callPackage ../development/libraries/maplibre-gl-native { };
Expand Down Expand Up @@ -228,6 +226,7 @@ makeScopeWithSplicing' {
'libsForQt5.kf5gpgmepp' has been removed because it has been unmaintained upstream since 2017.
Consider switching to the gpgmepp included in gpgme (gpgme <2), or to the GnuPG fork of gpgmepp (gpgme 2+), instead.
''; # Added 2025-10-25
mapbox-gl-native = throw "libsForQt5.mapbox-gl-native has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
}
))
);
Expand Down
Loading