forked from mirrors/nixpkgs
cinnamon.cinnamon-session: 4.4.0 -> 4.6.4
This commit is contained in:
parent
415bed22bb
commit
527e625fc1
|
@ -27,11 +27,12 @@
|
|||
, xorg
|
||||
, fontconfig
|
||||
, tzdata
|
||||
, nss
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cinnamon-settings-daemon";
|
||||
version = "4.4.0";
|
||||
version = "4.6.4";
|
||||
|
||||
/* csd-power-manager.c:50:10: fatal error: csd-power-proxy.h: No such file or directory
|
||||
#include "csd-power-proxy.h"
|
||||
|
@ -46,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "linuxmint";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1h74d68a7hx85vv6ak26b85jq0wr56ps9rzfvqsnxwk81zxw2n7q";
|
||||
sha256 = "1xcjzjfwnzvkv9jiyw8adsjyhz92almzhyfwb91115774zgqnb7m";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -81,6 +82,7 @@ stdenv.mkDerivation rec {
|
|||
xorg.libXtst
|
||||
xorg.libXfixes
|
||||
fontconfig
|
||||
nss
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue