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