treewide: remove some trailing whitespace to please ofborg
This commit is contained in:
parent
e9acc776d8
commit
b133532434
@ -1,11 +1,11 @@
|
|||||||
{ fetchgit, stdenv, xorg, makeWrapper, ncurses, cmake }:
|
{ fetchgit, stdenv, xorg, makeWrapper, ncurses, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
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'
|
# 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:
|
# after installation runs without an image. You can then build a Self image with:
|
||||||
# $ cd ~/.local/share/self/objects
|
# $ cd ~/.local/share/self/objects
|
||||||
# $ Self
|
# $ Self
|
||||||
# > 'worldBuilder.self' _RunScript
|
# > 'worldBuilder.self' _RunScript
|
||||||
#
|
#
|
||||||
# This image can later be started with:
|
# This image can later be started with:
|
||||||
|
@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
|||||||
substituteInPlace configure.sh \
|
substituteInPlace configure.sh \
|
||||||
--replace "/tmp/sdl-test" $(mktemp)
|
--replace "/tmp/sdl-test" $(mktemp)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
{ echo 2; echo $out; } | ./configure.sh
|
{ echo 2; echo $out; } | ./configure.sh
|
||||||
'';
|
'';
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ SDL2 ];
|
buildInputs = [ SDL2 ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
the GNU General Public License (GPL). Stella was originally
|
the GNU General Public License (GPL). Stella was originally
|
||||||
developed for Linux by Bradford W. Mott, and is currently
|
developed for Linux by Bradford W. Mott, and is currently
|
||||||
maintained by Stephen Anthony.
|
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/";
|
homepage = "https://stella-emu.github.io/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "01bpzn38cwn9zlydzvnfz9k7mxdnjnvgnbcpx7i4al8fha7x9lw8";
|
sha256 = "01bpzn38cwn9zlydzvnfz9k7mxdnjnvgnbcpx7i4al8fha7x9lw8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ wxGTK SDL2 ];
|
[ wxGTK SDL2 ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -10,12 +10,12 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
|
||||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mv $PWD $out
|
mv $PWD $out
|
||||||
find $out/bin -name \*.sh -print0 | xargs -0 sed -i -e '/#!\/bin\/sh/aJAVA_HOME=${jdk}'
|
find $out/bin -name \*.sh -print0 | xargs -0 sed -i -e '/#!\/bin\/sh/aJAVA_HOME=${jdk}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.jboss.org/";
|
homepage = "https://www.jboss.org/";
|
||||||
description = "Open Source J2EE application server";
|
description = "Open Source J2EE application server";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, autoreconfHook, pkgconfig
|
, autoreconfHook, pkgconfig
|
||||||
, gtk3, nssTools, pcsclite
|
, gtk3, nssTools, pcsclite
|
||||||
, libxml2, libproxy
|
, libxml2, libproxy
|
||||||
, openssl, curl
|
, openssl, curl
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, substituteAll }:
|
, substituteAll }:
|
||||||
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "modutil" "${nssTools}/bin/modutil"
|
--replace "modutil" "${nssTools}/bin/modutil"
|
||||||
|
|
||||||
rm $out/bin/about-eid-mw
|
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;
|
enableParallelBuilding = true;
|
||||||
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Allows user authentication and digital signatures with Belgian ID cards.
|
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.
|
eid-viewer is also installed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user