nsxiv: migrate to by-name

This commit is contained in:
Anderson Torres 2023-10-11 18:45:28 -03:00
parent d4e6bfe297
commit 7d44850eed
2 changed files with 1 additions and 1 deletions

@ -35350,7 +35350,7 @@ with pkgs;
imlib2 = imlib2Full;
};
nsxiv = callPackage ../applications/graphics/nsxiv {
nsxiv = callPackage ../by-name/ns/nsxiv/package.nix {
imlib2 = imlib2Full;
};