overlay: set pr for tidal-hifi icon fix

This commit is contained in:
Aaron Bieber 2022-09-27 07:50:25 -06:00
parent bb1da22c9b
commit ada61198ff
No known key found for this signature in database

View File

@ -39,7 +39,7 @@
});
})
# TODO: send PR
# https://github.com/NixOS/nixpkgs/pull/193186
(self: super: {
tidal-hifi = super.tidal-hifi.overrideAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.imagemagick ];