mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
gpx-viewer: migrate from libchamplain to libchamplain_libsoup3
These packages are API compatible, and libsoup 2.4 is insecure.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
vala,
|
||||
pkg-config,
|
||||
adwaita-icon-theme,
|
||||
libchamplain,
|
||||
libchamplain_libsoup3,
|
||||
gdl,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
gdl
|
||||
libchamplain
|
||||
libchamplain_libsoup3
|
||||
adwaita-icon-theme
|
||||
libxml2
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user