tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
tree-wide: SDL may not have a .dev
Peter Hoeg
3 years ago
a0156e70
8eacd077
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
liquidwar
default.nix
+1
-1
pkgs/games/liquidwar/default.nix
reviewed
···
37
37
;
38
38
39
39
# To avoid problems finding SDL_types.h.
40
40
-
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
40
40
+
configureFlags = [ "CFLAGS=-I${lib.getDev SDL}/include/SDL" ];
41
41
42
42
meta = with lib; {
43
43
description = "Quick tactics game";