xzgv: fix build with gcc15
This commit is contained in:
@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
||||
gtk2
|
||||
libexif
|
||||
];
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
# gcc15 build failure
|
||||
"-std=gnu17"
|
||||
];
|
||||
postPatch = ''
|
||||
substituteInPlace config.mk \
|
||||
--replace /usr/local $out
|
||||
|
||||
Reference in New Issue
Block a user