about summary refs log tree commit diff
path: root/pkgs/tools/text/xml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-14 12:01:03 +0000
committerGitHub <noreply@github.com>2021-09-14 12:01:03 +0000
commit6f038e8b118fa33728f0b2a248c99a48e7c034df (patch)
treef69dc05efbfcaf357848259e4bda88206822a39d /pkgs/tools/text/xml
parent38520726fcbebfdc603741e7e61e80822aee4bed (diff)
parent7319369972674880c38ba96acb7aab4455923793 (diff)
downloadnixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar.gz
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar.bz2
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar.lz
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar.xz
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.tar.zst
nixlib-6f038e8b118fa33728f0b2a248c99a48e7c034df.zip
Merge master into staging-next
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 30482196322f..0e2c8b824f5e 100644
--- a/pkgs/tools/text/xml/basex/default.nix
+++ b/pkgs/tools/text/xml/basex/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   desktopItem = makeDesktopItem {
     name = "basex";
     exec = "basexgui %f";
-    icon = ./basex.svg; # icon copied from Ubuntu basex package
+    icon = "${./basex.svg}"; # icon copied from Ubuntu basex package
     comment = "Visually query and analyse your XML data";
     desktopName = "BaseX XML Database";
     genericName = "XML database tool";