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