monero-gui: fixup of 7a498ab

The INSTALL_PATH has been fixed upstream and this was causing
the binary to be under $out/bin/bin/.
This commit is contained in:
rnhmjoj 2020-10-29 08:53:31 +01:00
parent 79a81f81aa
commit b0a06f1786
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -75,11 +75,7 @@ stdenv.mkDerivation rec {
'add_subdirectory(monero EXCLUDE_FROM_ALL)' 'add_subdirectory(monero EXCLUDE_FROM_ALL)'
''; '';
preConfigure = '' cmakeFlags = [ "-DARCH=${arch}" ];
# because $out needs to be expanded
cmakeFlagsArray+=("-DCMAKE_INSTALL_PREFIX=$out/bin")
cmakeFlagsArray+=("-DARCH=${arch}")
'';
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "monero-wallet-gui"; name = "monero-wallet-gui";