Revert "vinagre: disable format hardening"
This reverts commit f34b498bd2
.
It did not fix the build error in https://hydra.nixos.org/build/75464534/nixlog,
but #41449 did.
This commit is contained in:
parent
5574df3549
commit
8414fa2d6b
@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Vinagre;
|
homepage = https://wiki.gnome.org/Apps/Vinagre;
|
||||||
description = "Remote desktop viewer for GNOME";
|
description = "Remote desktop viewer for GNOME";
|
||||||
|
Loading…
Reference in New Issue
Block a user