treewide: remove some trailing whitespace to please ofborg

This commit is contained in:
Patrick Hilhorst
2020-10-02 09:01:35 -07:00
committed by Jon
parent e9acc776d8
commit b133532434
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ SDL2 ];
enableParallelBuilding = true;
meta = {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
the GNU General Public License (GPL). Stella was originally
developed for Linux by Bradford W. Mott, and is currently
maintained by Stephen Anthony.
As of its 3.5 release, Stella is officially donationware.
As of its 3.5 release, Stella is officially donationware.
'';
homepage = "https://stella-emu.github.io/";
license = licenses.gpl2;
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "01bpzn38cwn9zlydzvnfz9k7mxdnjnvgnbcpx7i4al8fha7x9lw8";
};
buildInputs =
buildInputs =
[ wxGTK SDL2 ];
preConfigure = ''