summary refs log tree commit diff
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:36:14 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:52:07 +0300
commitf6640842fe968516b682d9b14ca61b9745079465 (patch)
tree6630793fd55f4372b162e4634de08bb01800e8b4 /pkgs/games/crawl
parentf46a48384aca1e7186bbf2278fcee4e22ce3f224 (diff)
downloadnixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar.gz
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar.bz2
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar.lz
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar.xz
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.tar.zst
nixpkgs-f6640842fe968516b682d9b14ca61b9745079465.zip
treewide: Make explicit that 'dev' output of sqlite is used
Diffstat (limited to 'pkgs/games/crawl')
-rw-r--r--pkgs/games/crawl/crawl_purify.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/crawl/crawl_purify.patch b/pkgs/games/crawl/crawl_purify.patch
index 0e2d335adac..bae82bebfb7 100644
--- a/pkgs/games/crawl/crawl_purify.patch
+++ b/pkgs/games/crawl/crawl_purify.patch
@@ -7,7 +7,7 @@ index b7e2fbf..5ff23db 100644
  
  ifndef CROSSHOST
 -	SQLITE_INCLUDE_DIR := /usr/include
-+	SQLITE_INCLUDE_DIR := ${sqlite}/include
++	SQLITE_INCLUDE_DIR := ${sqlite.dev}/include
  else
  	# This is totally wrong, works only with some old-style setups, and
  	# on some architectures of Debian/new FHS multiarch -- excluding, for