cinnamon.cinnamon-session: 4.8.0 -> 5.2.0
This commit is contained in:
parent
36bab07f0c
commit
575e61ac7f
1 changed files with 2 additions and 4 deletions
|
@ -21,20 +21,19 @@
|
||||||
, xapps
|
, xapps
|
||||||
, xmlto
|
, xmlto
|
||||||
, xorg
|
, xorg
|
||||||
, cmake
|
|
||||||
, libexecinfo
|
, libexecinfo
|
||||||
, pango
|
, pango
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cinnamon-session";
|
pname = "cinnamon-session";
|
||||||
version = "4.8.0";
|
version = "5.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-lrwR8VSdPzHoc9MeBEQPbVfWNhPZDJ2wYizKSVpobmk=";
|
hash = "sha256-E5ascwLnpa5NSBAPo9dXRhoraUntzDPHVV32uDU4U8k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -85,7 +84,6 @@ stdenv.mkDerivation rec {
|
||||||
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
||||||
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
||||||
"-Dgconf=false"
|
"-Dgconf=false"
|
||||||
"-DENABLE_IPV6=true"
|
|
||||||
# use locales from cinnamon-translations
|
# use locales from cinnamon-translations
|
||||||
"--localedir=${cinnamon-translations}/share/locale"
|
"--localedir=${cinnamon-translations}/share/locale"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue