megasync: Wrap xorg.xrdb
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
sqlite,
|
sqlite,
|
||||||
unzip,
|
unzip,
|
||||||
wget,
|
wget,
|
||||||
|
xorg,
|
||||||
zlib,
|
zlib,
|
||||||
qt5,
|
qt5,
|
||||||
}:
|
}:
|
||||||
@@ -121,6 +122,10 @@ mkDerivation rec {
|
|||||||
(lib.cmakeBool "ENABLE_DESIGN_TOKENS_IMPORTER" false) # cannot be fetched
|
(lib.cmakeBool "ENABLE_DESIGN_TOKENS_IMPORTER" false) # cannot be fetched
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram $out/bin/megasync --prefix PATH : ${lib.makeBinPath [ xorg.xrdb ]}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Easy automated syncing between your computers and your MEGA Cloud Drive";
|
description = "Easy automated syncing between your computers and your MEGA Cloud Drive";
|
||||||
homepage = "https://mega.nz/";
|
homepage = "https://mega.nz/";
|
||||||
|
|||||||
Reference in New Issue
Block a user