gkrellm: minor formatting fix

This commit is contained in:
Robert Helgesson 2017-08-13 22:37:05 +02:00
parent 207ed51615
commit 247974025b
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -24,17 +24,18 @@ stdenv.mkDerivation rec {
for i in Makefile src/Makefile server/Makefile for i in Makefile src/Makefile server/Makefile
do do
sed -i "$i" -e "s|/usr/X11R6|${libX11.dev}|g ; s|-lICE|-lX11 -lICE|g" sed -i "$i" -e "s|/usr/X11R6|${libX11.dev}|g ; s|-lICE|-lX11 -lICE|g"
done ''; done
'';
makeFlags = [ "STRIP=-s" ]; makeFlags = [ "STRIP=-s" ];
installFlags = [ "DESTDIR=$(out)" ]; installFlags = [ "DESTDIR=$(out)" ];
meta = { meta = {
description = "Themeable process stack of system monitors"; description = "Themeable process stack of system monitors";
longDescription = longDescription = ''
'' GKrellM is a single process stack of system monitors which supports GKrellM is a single process stack of system monitors which
applying themes to match its appearance to your window manager, Gtk, supports applying themes to match its appearance to your window
or any other theme. manager, Gtk, or any other theme.
''; '';
homepage = http://gkrellm.srcbox.net; homepage = http://gkrellm.srcbox.net;