mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nethack: remove build-time dependency on qt
Unless qtMode is enabled :)
This commit is contained in:
parent
218ce4de50
commit
6af4a8e6d7
@ -64,12 +64,14 @@ in stdenv.mkDerivation rec {
|
|||||||
-e 's,^CFLAGS=-g,CFLAGS=,' \
|
-e 's,^CFLAGS=-g,CFLAGS=,' \
|
||||||
-i sys/unix/hints/macosx10.10
|
-i sys/unix/hints/macosx10.10
|
||||||
sed -e '/define CHDIR/d' -i include/config.h
|
sed -e '/define CHDIR/d' -i include/config.h
|
||||||
|
${lib.optionalString qtMode ''
|
||||||
sed \
|
sed \
|
||||||
-e 's,^QTDIR *=.*,QTDIR=${qt5.qtbase.dev},' \
|
-e 's,^QTDIR *=.*,QTDIR=${qt5.qtbase.dev},' \
|
||||||
-e 's,CFLAGS.*QtGui.*,CFLAGS += `pkg-config Qt5Gui --cflags`,' \
|
-e 's,CFLAGS.*QtGui.*,CFLAGS += `pkg-config Qt5Gui --cflags`,' \
|
||||||
-e 's,CFLAGS+=-DCOMPRESS.*,CFLAGS+=-DCOMPRESS=\\"${gzip}/bin/gzip\\" \\\
|
-e 's,CFLAGS+=-DCOMPRESS.*,CFLAGS+=-DCOMPRESS=\\"${gzip}/bin/gzip\\" \\\
|
||||||
-DCOMPRESS_EXTENSION=\\".gz\\",' \
|
-DCOMPRESS_EXTENSION=\\".gz\\",' \
|
||||||
-i sys/unix/hints/linux-qt4
|
-i sys/unix/hints/linux-qt4
|
||||||
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user