mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
soundtracker: fix build with gcc 15
This commit is contained in:
parent
6f16c47e91
commit
ffcadfe15d
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"--disable-alsa"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue