summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains/monero-gui
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-08-31 01:39:25 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-30 23:27:18 -0400
commitbd1e4424e51ec3240933377f0746c4e9d10e856e (patch)
tree2fc432b0a29eb6551c728c0e796a98209ffadab1 /pkgs/applications/blockchains/monero-gui
parenteedf3dc6e28ddc6b8315ea8a4b5dd0d46b09f3a7 (diff)
monero-gui: cleanup for qt wrappers
Diffstat (limited to 'pkgs/applications/blockchains/monero-gui')
-rw-r--r--pkgs/applications/blockchains/monero-gui/default.nix27
1 files changed, 6 insertions, 21 deletions
diff --git a/pkgs/applications/blockchains/monero-gui/default.nix b/pkgs/applications/blockchains/monero-gui/default.nix
index aaff39f1c6be..92f6f0080219 100644
--- a/pkgs/applications/blockchains/monero-gui/default.nix
+++ b/pkgs/applications/blockchains/monero-gui/default.nix
@@ -1,5 +1,4 @@
-{ stdenv, fetchFromGitHub
-, wrapQtAppsHook, makeDesktopItem
+{ mkDerivation, lib, makeDesktopItem, fetchFromGitHub
, qtbase, qmake, qtmultimedia, qttools
, qtgraphicaleffects, qtdeclarative
, qtlocation, qtquickcontrols, qtquickcontrols2
@@ -9,22 +8,10 @@
, hidapi
}:
-with stdenv.lib;
+with lib;
-let
- qmlPath = qmlLib: "${qmlLib}/${qtbase.qtQmlPrefix}";
-
- qml2ImportPath = concatMapStringsSep ":" qmlPath [
- qtbase.bin qtmultimedia.bin qtgraphicaleffects
- qtdeclarative.bin qtlocation.bin
- qtquickcontrols qtquickcontrols2.bin
- qtwebchannel.bin qtwebengine.bin qtxmlpatterns
- ];
-
-in
-
-stdenv.mkDerivation rec {
- name = "monero-gui-${version}";
+mkDerivation rec {
+ pname = "monero-gui";
version = "0.14.1.2";
src = fetchFromGitHub {
@@ -34,7 +21,7 @@ stdenv.mkDerivation rec {
sha256 = "1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k";
};
- nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
+ nativeBuildInputs = [ qmake pkgconfig ];
buildInputs = [
qtbase qtmultimedia qtgraphicaleffects
@@ -46,9 +33,7 @@ stdenv.mkDerivation rec {
cppzmq hidapi
];
- patches = [
- ./move-log-file.patch
- ];
+ patches = [ ./move-log-file.patch ];
postPatch = ''
echo '