treewide: Some EOF-whitespace fixes

This commit is contained in:
Tuomas Tynkkynen 2016-08-02 18:51:05 +03:00
parent db35d7b8ab
commit 59ce911810
16 changed files with 12 additions and 19 deletions

View File

@ -12,4 +12,3 @@ stdenv.mkDerivation {
buildInputs = [libX11 libXi imake xauth libXau]; buildInputs = [libX11 libXi imake xauth libXau];
} }

View File

@ -10,4 +10,3 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool pkgconfig gtk GConf alsaLib ]; buildInputs = [ intltool pkgconfig gtk GConf alsaLib ];
} }

View File

@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
preConfigure = '' preConfigure = ''
cd fritzing-${version}.source cd fritzing-${version}.source
''; '';
meta = { meta = {
description = "An open source prototyping tool for Arduino-based projects"; description = "An open source prototyping tool for Arduino-based projects";
homepage = http://fritzing.org/; homepage = http://fritzing.org/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.robberer ]; maintainers = [ stdenv.lib.maintainers.robberer ];
}; };
} }

View File

@ -29,5 +29,5 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.schmitthenner ]; maintainers = [ stdenv.lib.maintainers.schmitthenner ];
homepage = http://nevidal.org/sad.en.html; homepage = http://nevidal.org/sad.en.html;
}; };
} }

View File

@ -5,4 +5,4 @@ stdenv.mkDerivation {
builder = ./builder.sh; builder = ./builder.sh;
dllFixer = ./dll-fixer.pl; dllFixer = ./dll-fixer.pl;
inherit perl; inherit perl;
} }

View File

@ -40,4 +40,3 @@ stdenv.mkDerivation rec {
done; done;
''; '';
} }

View File

@ -7,4 +7,3 @@ stdenv.mkDerivation {
sha256 = "5e65e1e5deacd0cde489900dbf54c6c2ee2ebc818199e720dbad685d87abda3d"; sha256 = "5e65e1e5deacd0cde489900dbf54c6c2ee2ebc818199e720dbad685d87abda3d";
}; };
} }

View File

@ -8,4 +8,4 @@ stdenv.mkDerivation {
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz; url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
md5 = "ce29ecc05d63fdb419737fd00c04c281"; md5 = "ce29ecc05d63fdb419737fd00c04c281";
}; };
} }

View File

@ -8,4 +8,4 @@ stdenv.mkDerivation {
url = http://cvs.apache.org/dist/jakarta/lucene/v1.4.1/lucene-1.4.1.tar.gz; url = http://cvs.apache.org/dist/jakarta/lucene/v1.4.1/lucene-1.4.1.tar.gz;
md5 = "656a6f40f5b8f7d2e19453436848bfe8"; md5 = "656a6f40f5b8f7d2e19453436848bfe8";
}; };
} }

View File

@ -30,4 +30,3 @@ stdenv.mkDerivation {
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ?? postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
} }

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec{
(Linux, Solaris, Irix). (Linux, Solaris, Irix).
''; '';
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View File

@ -27,6 +27,6 @@ stdenv.mkDerivation rec{
other systems supported by the SDL library. other systems supported by the SDL library.
''; '';
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };
} }

View File

@ -14,4 +14,3 @@ stdenv.mkDerivation {
neededLibs = map (p: p.out) neededLibs = map (p: p.out)
[xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc]; [xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
} }

View File

@ -16,4 +16,3 @@ stdenv.mkDerivation {
sed "/^includedir=/cincludedir=$dev/include" -i "$dev"/lib/pkgconfig/*.pc sed "/^includedir=/cincludedir=$dev/include" -i "$dev"/lib/pkgconfig/*.pc
''; '';
} }

View File

@ -19,5 +19,5 @@ stdenv.mkDerivation rec {
homepage = http://oss.oetiker.ch/mrtg/; homepage = http://oss.oetiker.ch/mrtg/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.robberer ]; maintainers = [ stdenv.lib.maintainers.robberer ];
}; };
} }

View File

@ -31,5 +31,5 @@ stdenv.mkDerivation rec {
in /etc/super.tab); and 2) setuid, which allows root to in /etc/super.tab); and 2) setuid, which allows root to
execute a command under a different uid. execute a command under a different uid.
''; '';
}; };
} }