mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
pantheon.elementary-session-settings: unstable-2020-07-06 -> 6.0.0
This commit is contained in:
parent
03a059f607
commit
990ba07855
@ -11,7 +11,7 @@
|
||||
, orca
|
||||
, onboard
|
||||
, elementary-default-settings
|
||||
, elementary-settings-daemon
|
||||
, gnome-settings-daemon
|
||||
, runtimeShell
|
||||
, writeText
|
||||
, meson
|
||||
@ -89,16 +89,16 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elementary-session-settings-unstable";
|
||||
version = "2020-07-06";
|
||||
pname = "elementary-session-settings";
|
||||
version = "6.0.0";
|
||||
|
||||
repoName = "session-settings";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = repoName;
|
||||
rev = "fa15cbd83fba0ba30e9a302db880350bff5ace52";
|
||||
hash = "sha256-26H791c7OAjFYtjVChIatICSocMt0uTej1TKBOvw+6w=";
|
||||
rev = version;
|
||||
sha256 = "1faglpa7q3a4335gnd074a3lnsdspyjdnskgy4bfnf6xmwjx7kjx";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -109,8 +109,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
pantheon.elementary-settings-daemon
|
||||
gnome-keyring
|
||||
gnome-settings-daemon
|
||||
onboard
|
||||
orca
|
||||
];
|
||||
@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Session settings for elementary";
|
||||
homepage = "https://github.com/elementary/session-settings";
|
||||
license = licenses.lgpl3;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = pantheon.maintainers;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user