Fix Makefile, which missed including a necessary library for compiling in the 0.5.0 release. See https://github.com/jordansissel/xdotool/pull/81 for more information. --- xdotool-3.20150503.1/Makefile 2014-10-20 13:05:34.000000000 -0700 +++ xdotool-3.20150503.1/Makefile 2016-02-05 14:44:18.652734272 -0800 @@ -28,7 +28,7 @@ CFLAGS+=-g # TODO(sissel): Comment before release CFLAGS+=$(CPPFLAGS) -DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama +DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama -lxkbcommon DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include XDOTOOL_LIBS=$(shell pkg-config --libs x11 2> /dev/null || echo "$(DEFAULT_LIBS)") $(shell sh platform.sh extralibs)it();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
d>Maxim Cournoyer
AgeCommit message (Expand)Author
2020-09-15authenticate: Encode strings as ISO-8859-1....Ludovic Courtès
2020-09-14daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès
2020-09-11daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès
2022-03-17services: nfs: Define rpcbind-shepherd-service at the top level....Maxim Cournoyer
2021-12-23services: nfs: Fix statd and mountd ports....Mathieu Othacehe
2021-02-05gnu: services: Fix the NFS service....Maxim Cournoyer