treewide: remove some trailing whitespace to please ofborg

This commit is contained in:
Patrick Hilhorst 2020-10-02 10:31:30 +02:00 committed by Jon
parent e9acc776d8
commit b133532434
6 changed files with 11 additions and 11 deletions

View file

@ -1,11 +1,11 @@
{ fetchgit, stdenv, xorg, makeWrapper, ncurses, cmake }:
stdenv.mkDerivation {
# The Self wrapper stores source in $XDG_DATA_HOME/self or ~/.local/share/self
# The Self wrapper stores source in $XDG_DATA_HOME/self or ~/.local/share/self
# so that it can be written to when using the Self transposer. Running 'Self'
# after installation runs without an image. You can then build a Self image with:
# $ cd ~/.local/share/self/objects
# $ Self
# $ Self
# > 'worldBuilder.self' _RunScript
#
# This image can later be started with:

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation {
substituteInPlace configure.sh \
--replace "/tmp/sdl-test" $(mktemp)
'';
configurePhase = ''
{ echo 2; echo $out; } | ./configure.sh
'';

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;

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "01bpzn38cwn9zlydzvnfz9k7mxdnjnvgnbcpx7i4al8fha7x9lw8";
};
buildInputs =
buildInputs =
[ wxGTK SDL2 ];
preConfigure = ''

View file

@ -10,12 +10,12 @@ stdenv.mkDerivation {
buildInputs = [ unzip ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
installPhase = ''
mv $PWD $out
find $out/bin -name \*.sh -print0 | xargs -0 sed -i -e '/#!\/bin\/sh/aJAVA_HOME=${jdk}'
'';
meta = with stdenv.lib; {
homepage = "https://www.jboss.org/";
description = "Open Source J2EE application server";

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub
, autoreconfHook, pkgconfig
, gtk3, nssTools, pcsclite
, libxml2, libproxy
, libxml2, libproxy
, openssl, curl
, makeWrapper
, substituteAll }:
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
--replace "modutil" "${nssTools}/bin/modutil"
rm $out/bin/about-eid-mw
wrapProgram $out/bin/eid-viewer --prefix XDG_DATA_DIRS : "$out/share/gsettings-schemas/$name"
wrapProgram $out/bin/eid-viewer --prefix XDG_DATA_DIRS : "$out/share/gsettings-schemas/$name"
'';
enableParallelBuilding = true;
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl3;
longDescription = ''
Allows user authentication and digital signatures with Belgian ID cards.
Also requires a running pcscd service and compatible card reader.
Also requires a running pcscd service and compatible card reader.
eid-viewer is also installed.