mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
deepin.dde-launchpad; 0.8.4 -> 1.0.2
This commit is contained in:
parent
13f7920179
commit
a13a80723e
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dde-launchpad";
|
pname = "dde-launchpad";
|
||||||
version = "0.8.4";
|
version = "1.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxdeepin";
|
owner = "linuxdeepin";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-MPOzKAgwhJa7pMO6EZ6vYyYgZSD/SbU/L0L1dkN9/po=";
|
hash = "sha256-kczdSd9+ZmMZQ2fWg3SRW+CS/aWktYLz/H+Ky81TwVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -45,12 +45,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = [ "-DSYSTEMD_USER_UNIT_DIR=${placeholder "out"}/lib/systemd/user" ];
|
cmakeFlags = [ "-DSYSTEMD_USER_UNIT_DIR=${placeholder "out"}/lib/systemd/user" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "'launcher' or 'start menu' component for DDE";
|
description = "'launcher' or 'start menu' component for DDE";
|
||||||
mainProgram = "dde-launchpad";
|
mainProgram = "dde-launchpad";
|
||||||
homepage = "https://github.com/linuxdeepin/dde-launchpad";
|
homepage = "https://github.com/linuxdeepin/dde-launchpad";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = teams.deepin.members;
|
maintainers = lib.teams.deepin.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user