mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
bluesnarfer: fix build for GCC 14
This commit is contained in:
parent
762a398892
commit
4b92e7019b
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = toString [
|
||||||
|
"-Wno-incompatible-pointer-types"
|
||||||
|
"-Wno-implicit-function-declaration"
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install -Dm755 bluesnarfer $out/bin/bluesnarfer
|
install -Dm755 bluesnarfer $out/bin/bluesnarfer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue