xalanc: /usr -> /
This commit is contained in:
parent
2ab846211c
commit
2e0dfb49f7
@ -13,12 +13,11 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "0a3a2b15vpacnqgpp6fiy1pwyc8q6ywzvyb5445f6wixfdspypjg";
|
sha256 = "0a3a2b15vpacnqgpp6fiy1pwyc8q6ywzvyb5445f6wixfdspypjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: should we really be putting outputs in $out/usr? I'd expect -P$out below
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
export XALANCROOT=`pwd`/c
|
export XALANCROOT=`pwd`/c
|
||||||
cd `pwd`/c
|
cd `pwd`/c
|
||||||
mkdir -p $out/usr
|
mkdir -p $out
|
||||||
./runConfigure -p ${platform} -c cc -x c++ -P$out/usr
|
./runConfigure -p ${platform} -c cc -x c++ -P$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ xercesc getopt ];
|
buildInputs = [ xercesc getopt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user