gnome3_20.nautilus: disable format hardening flag
This commit is contained in:
parent
2fa03127c8
commit
d9e5fd3b07
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
gnome3.gnome_desktop gnome3.adwaita-icon-theme
|
gnome3.gnome_desktop gnome3.adwaita-icon-theme
|
||||||
gnome3.gsettings_desktop_schemas gnome3.dconf libnotify tracker libselinux ];
|
gnome3.gsettings_desktop_schemas gnome3.dconf libnotify tracker libselinux ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
patches = [ ./extension_dir.patch ];
|
patches = [ ./extension_dir.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user