From 4a3c05b920c3a83fc90721e5a7cbfda47c3f388d Mon Sep 17 00:00:00 2001 From: romildo Date: Fri, 7 Oct 2016 06:56:41 -0300 Subject: [PATCH] lxqt-common: Do not preserve mode when copying files to home direcotry --- pkgs/desktops/lxqt/core/lxqt-common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/desktops/lxqt/core/lxqt-common/default.nix b/pkgs/desktops/lxqt/core/lxqt-common/default.nix index b8076042a049..a4b8f000dc7b 100644 --- a/pkgs/desktops/lxqt/core/lxqt-common/default.nix +++ b/pkgs/desktops/lxqt/core/lxqt-common/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { postPatch = lxqt.standardPatch + '' substituteInPlace ./startlxqt.in \ + --replace "cp " "cp --no-preserve=mode " \ --replace xmessage "${xmessage}"/bin/xmessage '';