forked from mirrors/nixpkgs
basex: fix build
An unmatched double quote in installPhase broke the build in the last update.
Fix it.
Reported by @solson (thanks!).
Fixes: 21b9c04a2c
("basex: 8.6.6 -> 9.4.3")
This commit is contained in:
parent
7c84c74897
commit
7ad5e816fa
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
# Remove Windows batch files (unclutter $out/bin)
|
||||
rm ./bin/*.bat
|
||||
|
||||
mkdir -p $out/share/basex" "$out/share/applications"
|
||||
mkdir -p "$out/share/basex" "$out/share/applications"
|
||||
|
||||
cp -R bin etc lib webapp src BaseX.jar "$out"
|
||||
cp -R readme.txt webapp "$out/share/basex"
|
||||
|
|
Loading…
Reference in a new issue