wire-desktop: fixup evaluation on other platforms

version (i.e. name) is evaluated strictly before meta.platforms, apparently,
so let's simply hack around that, so we may eventually fix the tarball job.
This commit is contained in:
Vladimír Čunát
2019-08-03 14:31:19 +02:00
parent 292b922ef2
commit 854b43404f

View File

@@ -18,7 +18,7 @@ let
version = {
"x86_64-linux" = "3.9.2895";
"x86_64-darwin" = "3.9.2943";
}.${system};
}.${system} or "";
sha256 = {
"x86_64-linux" = "0wrn95m64j4b7ym44h9zawq13kg4m12aixlyyzp56bfyczmjq4a5";