mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
midori: fix file chooser dialog (Ctrl+o)
vcunat: change to double-prefix of the variable, instead of clearing it.
This commit is contained in:
parent
f6a8fe34b2
commit
55a49a3f93
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, cmake, pkgconfig, intltool, vala, makeWrapper
|
||||
, webkitgtk, librsvg, libnotify
|
||||
, gtk3, webkitgtk, librsvg, libnotify
|
||||
, glib_networking, gsettings_desktop_schemas
|
||||
}:
|
||||
|
||||
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/midori \
|
||||
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \
|
||||
--prefix XDG_DATA_DIRS : "${gsettings_desktop_schemas}/share"
|
||||
--prefix XDG_DATA_DIRS : "${gtk3}/share:${gsettings_desktop_schemas}/share"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user