Merge pull request #290965 from r-ryantm/auto-update/ayatana-indicator-session
ayatana-indicator-session: 23.10.3 -> 24.2.0
This commit is contained in:
commit
f9e269be88
1 changed files with 2 additions and 9 deletions
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ayatana-indicator-session";
|
pname = "ayatana-indicator-session";
|
||||||
version = "23.10.3";
|
version = "24.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AyatanaIndicators";
|
owner = "AyatanaIndicators";
|
||||||
repo = "ayatana-indicator-session";
|
repo = "ayatana-indicator-session";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-m2+qZxBrarenR41M41mCteFRXIEGkVDavRWQwM3G4tk=";
|
hash = "sha256-XHJhzL7B+4FnUHbsJVywELoY7xxG19RRryaPYZVao1I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -73,13 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
(lib.cmakeBool "ENABLE_TESTS" finalAttrs.finalPackage.doCheck)
|
(lib.cmakeBool "ENABLE_TESTS" finalAttrs.finalPackage.doCheck)
|
||||||
(lib.cmakeBool "GSETTINGS_LOCALINSTALL" true)
|
(lib.cmakeBool "GSETTINGS_LOCALINSTALL" true)
|
||||||
(lib.cmakeBool "GSETTINGS_COMPILE" true)
|
(lib.cmakeBool "GSETTINGS_COMPILE" true)
|
||||||
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" (lib.concatStringsSep ";" [
|
|
||||||
# Exclude tests
|
|
||||||
"-E" (lib.strings.escapeShellArg "(${lib.concatStringsSep "|" [
|
|
||||||
# Currently broken: https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/90
|
|
||||||
"^test-service"
|
|
||||||
]})")
|
|
||||||
]))
|
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||||
|
|
Loading…
Reference in a new issue