nixpkgs/pkgs/tools/text/xml
Sergei Trofimovich 03e61e35dd basex: fix Icon= store path to point to nix store.
Noticed the problem on never disappearing diff reported by:

    $ ./maintainers/scripts/rebuild-amount.sh --print HEAD
    Estimating rebuild amount by counting changed Hydra jobs.
          1 x86_64-linux

    basex.x86_64-linux /nix/store/5ng...-basex-9.4.3

Before the change local non-store path was used:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/home/.../tools/text/xml/basex/basex.svg

After the change the file got into store as expected:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/nix/store/...-basex.svg
2021-09-14 09:36:34 +02:00
..
basex basex: fix Icon= store path to point to nix store. 2021-09-14 09:36:34 +02:00
html-xml-utils html-xml-utils: 7.9 -> 8.0 2021-05-17 13:25:58 -07:00
jing-trang treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rnv treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rxp pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
xml2 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
xmldiff xmldiff: init at 2.4 2021-03-14 22:08:21 -03:00
xmlformat pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
xmloscopy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xmlstarlet pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
xpf pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00