Merge pull request #29909 from edef1c/wmsm-gnu89

wmsm.app: compile in gnu89 mode
This commit is contained in:
Orivej Desh 2017-09-28 23:39:38 +00:00 committed by GitHub
commit 730b7821b8

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation {
postUnpack = "sourceRoot=\${sourceRoot}/wmsm";
NIX_CFLAGS_COMPILE = "-std=gnu89";
installPhase = ''
substituteInPlace Makefile --replace "PREFIX = /usr/X11R6/bin" "" --replace "/usr/bin/install" "install"
mkdir -pv $out/bin;