Merge pull request #65656 from layus/fix-gpx-mime
gpx-viewer: avoid generating a mime database
This commit is contained in:
commit
9a77211486
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
patchFlags = [ "-p0" ];
|
patchFlags = [ "-p0" ];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-database-updates" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool pkgconfig
|
intltool pkgconfig
|
||||||
shared-mime-info # For update-mime-database
|
|
||||||
desktop-file-utils # For update-desktop-database
|
|
||||||
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
|
wrapGAppsHook # Fix error: GLib-GIO-ERROR **: No GSettings schemas are installed on the system
|
||||||
];
|
];
|
||||||
buildInputs = [ gdl libchamplain gnome3.adwaita-icon-theme libxml2 ];
|
buildInputs = [ gdl libchamplain gnome3.adwaita-icon-theme libxml2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user