tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lrzsz: fix build on gcc14
qubitnano
1 year ago
dfa982d6
ebc74024
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
lr
lrzsz
package.nix
+1
-1
pkgs/by-name/lr/lrzsz/package.nix
···
31
32
configureFlags = [ "--program-transform-name=s/^l//" ];
33
34
-
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration -Wno-error=implicit-int";
35
36
meta = with lib; {
37
homepage = "https://ohse.de/uwe/software/lrzsz.html";
···
31
32
configureFlags = [ "--program-transform-name=s/^l//" ];
33
34
+
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=incompatible-pointer-types";
35
36
meta = with lib; {
37
homepage = "https://ohse.de/uwe/software/lrzsz.html";