xalanc: /usr -> /

This commit is contained in:
Domen Kožar 2018-04-09 14:28:52 +01:00
parent 2ab846211c
commit 2e0dfb49f7
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -13,12 +13,11 @@ in stdenv.mkDerivation rec {
sha256 = "0a3a2b15vpacnqgpp6fiy1pwyc8q6ywzvyb5445f6wixfdspypjg";
};
# TODO: should we really be putting outputs in $out/usr? I'd expect -P$out below
configurePhase = ''
export XALANCROOT=`pwd`/c
cd `pwd`/c
mkdir -p $out/usr
./runConfigure -p ${platform} -c cc -x c++ -P$out/usr
mkdir -p $out
./runConfigure -p ${platform} -c cc -x c++ -P$out
'';
buildInputs = [ xercesc getopt ];