about summary refs log tree commit diff
path: root/pkgs/applications/misc/electron-cash
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2018-09-23 18:50:38 +0200
committernyanloutre <paul@nyanlout.re>2018-09-23 18:50:38 +0200
commit1004dae356854507a3001570fddbc0ca87e52d9e (patch)
tree5c6ef9dc45991941d15b8a2bdf912df19248dc72 /pkgs/applications/misc/electron-cash
parentf5a5752630690bb35b15e144d9171bff5217bab5 (diff)
electron-cash: Reminder to remove the QT wrapper
Diffstat (limited to 'pkgs/applications/misc/electron-cash')
-rw-r--r--pkgs/applications/misc/electron-cash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/electron-cash/default.nix b/pkgs/applications/misc/electron-cash/default.nix
index d3e93d357f045..66a423238b34f 100644
--- a/pkgs/applications/misc/electron-cash/default.nix
+++ b/pkgs/applications/misc/electron-cash/default.nix
@@ -59,6 +59,7 @@ python3Packages.buildPythonApplication rec {
     substituteInPlace $out/share/applications/electron-cash.desktop \
       --replace "Exec=electron-cash %u" "Exec=$out/bin/electron-cash %u"
 
+    # Please remove this when #44047 is fixed
     wrapProgram $out/bin/electron-cash \
       --prefix QT_PLUGIN_PATH : ${qtbase}/lib/qt-5.${lib.versions.minor qtbase.version}/plugins
   '';