summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 01:45:06 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-04-11 01:45:06 -0400
commit932f1086a9a66885d57c7428540fc6731af58c61 (patch)
treef3041fcb52bc98fe946be8f2c7761a277e99c7ac /pkgs/desktops/plasma-5
parentb528e0aecfc9307306ecccd7c1b43cc6cf019412 (diff)
downloadnixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar.gz
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar.bz2
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar.lz
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar.xz
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.tar.zst
nixpkgs-932f1086a9a66885d57c7428540fc6731af58c61.zip
plasma5.plasma-workspace: fix patch
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch b/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
index 21adba7359d..55a4518021e 100644
--- a/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
+++ b/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
@@ -595,7 +595,6 @@ index 1fe41c5..11757df 100644
 +wait_drkonqi=$(@NIXPKGS_KREADCONFIG5@ --file startkderc --group WaitForDrKonqi --key Enabled --default true)
 
 -if test x"$wait_drkonqi"x = x"true"x ; then
->>>>>>> upstream/master
 +if [ x"$wait_drkonqi"x = x"true"x ]; then
      # wait for remaining drkonqi instances with timeout (in seconds)
 -    wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group WaitForDrKonqi --key Timeout --default 900`