pantheon.elementary-session-settings: add g-s-d version mappings
Needed to have a correct pantheon.session gnome-session file.
This commit is contained in:
parent
741313d01b
commit
53bea3717f
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, writeScript
|
, writeScript
|
||||||
, pantheon
|
, pantheon
|
||||||
@ -15,7 +16,7 @@
|
|||||||
, writeText
|
, writeText
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, git
|
, pkg-config
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -80,9 +81,23 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0n1m41aapr58rb1ffvfkjq6c6w3f0ynjzzhja50s4di98p4m7y0q";
|
sha256 = "0n1m41aapr58rb1ffvfkjq6c6w3f0ynjzzhja50s4di98p4m7y0q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Map Pantheon required components by g-s-d versions
|
||||||
|
# https://github.com/elementary/session-settings/pull/23
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/elementary/session-settings/commit/39918f4ec64fa9ed5affa109d6a692b97ae4ff01.patch";
|
||||||
|
sha256 = "0v2kqcsibymnslnnw4v67yh098znsrhrcycgxkw8vymvwlinc502";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
elementary-settings-daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user