about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-07-26 15:24:17 +0200
committerBastian Köcher <git@kchr.de>2018-07-26 23:28:29 +0200
commit6e5d977b97966c832dfbb51c9dfded86e2bde172 (patch)
tree319fef8c5e606e0d733e40d572d3f64d80a7f4de /pkgs/desktops
parentaf44ab8400de82ce16bb846164b55fd7b779b230 (diff)
downloadnixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar.gz
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar.bz2
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar.lz
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar.xz
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.tar.zst
nixlib-6e5d977b97966c832dfbb51c9dfded86e2bde172.zip
plasma-workspace: Improve the NixOS patch set
We changed some if condition that is not required to be changed.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch b/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
index 272088b72b7b..7f45d51d1609 100644
--- a/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
+++ b/pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch
@@ -907,10 +907,10 @@ index dd9e304d..49d456e9 100644
 -    }
  fi
  
- kstartupconfig5
+-kstartupconfig5
++@CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5
  returncode=$?
--if test $returncode -ne 0; then
-+if ! @CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5; then
+ if test $returncode -ne 0; then
      exit 1
  fi
 -[ -r $configDir/startupconfig ] && . $configDir/startupconfig