about summary refs log tree commit diff
path: root/pkgs/aszlig/psi/darkstyle.patch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-02-10 02:01:56 +0100
committeraszlig <aszlig@nix.build>2020-02-10 06:18:17 +0100
commitd312d05e0e3f9539f24993895cee26e8a084b20b (patch)
tree2f94e2f85e3258c1b49a9e1f58efd0955e023001 /pkgs/aszlig/psi/darkstyle.patch
parent4eb43849cff17c1da74a82b719ef0b9bc43f2808 (diff)
pkgs/psi: Update to latest upstream master
Updating to latest master fixes one of the most annoying theming issue
where the chat message input box text will turn black on dark background
for my custom Qt theme.

There are also quite a lot of fixes in master (which is still
unreleased), which we want to have as well.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/psi/darkstyle.patch')
-rw-r--r--pkgs/aszlig/psi/darkstyle.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/aszlig/psi/darkstyle.patch b/pkgs/aszlig/psi/darkstyle.patch
index 45c5067f..4e3a1296 100644
--- a/pkgs/aszlig/psi/darkstyle.patch
+++ b/pkgs/aszlig/psi/darkstyle.patch
@@ -5,7 +5,7 @@ index 7118ea75..c6f58e35 100644
 @@ -237,6 +237,7 @@ endif()
  set(RESOURCES
      ${PROJECT_SOURCE_DIR}/psi.qrc
-     ${PROJECT_SOURCE_DIR}/iconsets.qrc
+     ${ICONSETSQRC_OUTPUT_FILE}
 +    ${QDARKSTYLE_PATH}/qdarkstyle/style.qrc
  )
  qt5_add_resources(QRC_SOURCES ${RESOURCES})