pkgsMusl.vte: fix build (#193930)
This commit is contained in:
parent
2f631dc7f3
commit
bb49ddebc9
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ stdenv.mkDerivation rec {
|
||||||
"-D_b_symbolic_functions=false"
|
"-D_b_symbolic_functions=false"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
|
||||||
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isMusl "-Wno-unused-command-line-argument";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs perf/*
|
patchShebangs perf/*
|
||||||
patchShebangs src/box_drawing_generate.sh
|
patchShebangs src/box_drawing_generate.sh
|
||||||
|
|
Loading…
Reference in a new issue