about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/services/x11
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-09-13 23:53:57 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-09-14 09:36:34 +0200
commit03e61e35dd911a43690342d4721f3c964d1bd621 (patch)
tree0ef71b8961c2d74886cab55490764fb772ea8718 /nixpkgs/nixos/modules/services/x11
parentac36cd7153fcd63773b892ecc07e9f2eca67b3ab (diff)
downloadnixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar.gz
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar.bz2
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar.lz
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar.xz
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.tar.zst
nixlib-03e61e35dd911a43690342d4721f3c964d1bd621.zip
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
Diffstat (limited to 'nixpkgs/nixos/modules/services/x11')
0 files changed, 0 insertions, 0 deletions