mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gdash: fixup build after splitting SDL2_image.dev
https://hydra.nixos.org/build/334079445/nixlog/1/tail Broken by commit7eb5bba1b9/ merge #5364737c191cfee4
This commit is contained in:
parent
1162d07f20
commit
efde7a3258
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
SDL2_image
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = " -I${SDL2_image}/include/SDL2";
|
||||
env.NIX_CFLAGS_COMPILE = " -I${lib.getInclude SDL2_image}/include/SDL2";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue