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
@@ -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";