gnome-terminal 3.12: enable nautilus extension
This commit is contained in:
parent
a013d00448
commit
a7d6947343
@ -15,12 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte appdata-tools
|
buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte appdata-tools
|
||||||
gnome3.dconf itstool ncurses makeWrapper ];
|
gnome3.dconf itstool ncurses makeWrapper gnome3.nautilus ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which libuuid libxml2 desktop_file_utils ];
|
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which libuuid libxml2 desktop_file_utils ];
|
||||||
|
|
||||||
# FIXME: enable for gnome3
|
# FIXME: enable for gnome3
|
||||||
configureFlags = [ "--disable-search-provider" "--without-nautilus-extension" "--disable-migration" ];
|
configureFlags = [ "--disable-search-provider" "--disable-migration" ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in "$out/libexec/gnome-terminal-server"; do
|
for f in "$out/libexec/gnome-terminal-server"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user