trilium: Rename package to trilium-desktop
This commit is contained in:
parent
fa851fd7a8
commit
184339fe8b
@ -11,9 +11,12 @@ let
|
||||
categories = "Office";
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "trilium";
|
||||
version = "0.37.8";
|
||||
in {
|
||||
|
||||
trilium-desktop = stdenv.mkDerivation rec {
|
||||
pname = "trilium-desktop";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
|
||||
@ -63,4 +66,5 @@ in stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ emmanuelrosa dtzWill ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -6808,7 +6808,10 @@ in
|
||||
|
||||
triggerhappy = callPackage ../tools/inputmethods/triggerhappy {};
|
||||
|
||||
trilium = callPackage ../applications/office/trilium { };
|
||||
inherit (callPackage ../applications/office/trilium {})
|
||||
trilium-desktop
|
||||
;
|
||||
trilium = trilium-desktop;
|
||||
|
||||
trousers = callPackage ../tools/security/trousers { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user