nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

tree-wide: SDL may not have a .dev

+1 -1
+1 -1
pkgs/games/rili/default.nix
··· 21 21 }) 22 22 ]; 23 23 24 - CPPFLAGS = "-I${SDL.dev}/include -I${SDL.dev}/include/SDL -I${SDL_mixer}/include"; 24 + CPPFLAGS = "-I${lib.getDev SDL}/include -I${lib.getDev SDL}/include/SDL -I${SDL_mixer}/include"; 25 25 26 26 nativeBuildInputs = [ autoreconfHook ]; 27 27 buildInputs = [ SDL SDL_mixer ];