trilium-desktop: fix missing metadata on Linux

This commit is contained in:
John Chadwick 2023-09-16 17:52:35 -04:00
parent 1cecff0ea9
commit 166c2151ec

View file

@ -20,8 +20,7 @@ let
};
linux = stdenv.mkDerivation rec {
pname = "trilium-desktop";
inherit version;
inherit pname version meta;
src = fetchurl linuxSource;