about summary refs log tree commit diff
path: root/pkgs/games/pokerth
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2022-05-10 13:09:27 +0800
committerPeter Hoeg <peter@hoeg.com>2022-05-27 08:09:56 +0800
commitc9fa7f876d0fa156a81f302b133c93d036f0a35e (patch)
tree6af965f0f9aac9a3379b85633eafac7d3d02e53b /pkgs/games/pokerth
parent35bed20020c2ceb112307bb65a5414171e87396d (diff)
tree-wide: SDL may not have a .dev
Diffstat (limited to 'pkgs/games/pokerth')
-rw-r--r--pkgs/games/pokerth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index ffae1b5cd8f64..f07b2a614d48d 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -59,7 +59,7 @@ mkDerivation rec {
     "pokerth.pro"
   ];
 
-  NIX_CFLAGS_COMPILE = "-I${SDL.dev}/include/SDL";
+  NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL}/include/SDL";
 
   meta = with lib; {
     homepage = "https://www.pokerth.net";