treewide: Some EOF-whitespace fixes

wip/yesman
Tuomas Tynkkynen 8 years ago
parent db35d7b8ab
commit 59ce911810
  1. 1
      pkgs/applications/misc/xmove/default.nix
  2. 1
      pkgs/applications/networking/browsers/mozilla-plugins/gmtk/default.nix
  3. 4
      pkgs/applications/science/electronics/fritzing/default.nix
  4. 2
      pkgs/applications/science/logic/sad/default.nix
  5. 2
      pkgs/build-support/mono-dll-fixer/default.nix
  6. 1
      pkgs/data/fonts/dejavu-fonts/default.nix
  7. 1
      pkgs/development/libraries/giflib/libungif.nix
  8. 2
      pkgs/development/libraries/java/jdom/default.nix
  9. 2
      pkgs/development/libraries/java/lucene/default.nix
  10. 1
      pkgs/development/libraries/t1lib/default.nix
  11. 4
      pkgs/misc/emulators/atari++/default.nix
  12. 4
      pkgs/misc/emulators/atari800/default.nix
  13. 1
      pkgs/os-specific/linux/opengl/xorg-sys/default.nix
  14. 1
      pkgs/os-specific/linux/systemd/libudev.nix
  15. 2
      pkgs/tools/misc/mrtg/default.nix
  16. 2
      pkgs/tools/security/super/default.nix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save