treewide: remove some trailing whitespace to please ofborg
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user