about summary refs log tree commit diff
path: root/pkgs/tools/text/xml
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2020-10-25 08:11:49 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-10-25 08:12:25 +0100
commit7ad5e816faba3f808e2a8815b14d0f023a4e2160 (patch)
treee0a6b1dc71981228edb6d876fa7f61203dc93541 /pkgs/tools/text/xml
parent7c84c7489797c63caaa18c21d8f474e9d0bd0dc9 (diff)
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")
Diffstat (limited to 'pkgs/tools/text/xml')
-rw-r--r--pkgs/tools/text/xml/basex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xml/basex/default.nix b/pkgs/tools/text/xml/basex/default.nix
index 52991bb3924b1..45c9eb4866cef 100644
--- a/pkgs/tools/text/xml/basex/default.nix
+++ b/pkgs/tools/text/xml/basex/default.nix
@@ -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"