pasystray: fix gcc 15 build error
This commit is contained in:
committed by
TomaSajt
parent
c04833a1e5
commit
5a4d98a175
@@ -39,6 +39,12 @@ stdenv.mkDerivation rec {
|
||||
url = "https://sources.debian.org/data/main/p/pasystray/0.8.1-1/debian/patches/0002-Require-X11-backend.patch";
|
||||
sha256 = "sha256-6njC3vqBPWFS1xAsa1katQ4C0KJdVkHAP1MCPiZ6ELM=";
|
||||
})
|
||||
# Fix build with GCC 15
|
||||
# https://github.com/christophgysin/pasystray/pull/183.patch
|
||||
(fetchpatch {
|
||||
url = "https://github.com/christophgysin/pasystray/commit/9883809c7956471cf085ae90af4a9831c1234417.patch";
|
||||
hash = "sha256-BQ10LddqE3XwUeRklZE3S3+KOjJ9BtfddaFswgUqZ5g=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user