···6363 description = ''
6464 HQplayer daemon configuration, written to /etc/hqplayer/hqplayerd.xml.
65656666- Refer to ${pkg}/share/doc/hqplayerd/readme.txt for possible values.
6666+ Refer to share/doc/hqplayerd/readme.txt in the hqplayerd derivation for possible values.
6767 '';
6868 };
6969 };
···11-{
22- lib,
33- ddcutil,
44- gjs,
11+{ lib
22+, ddcutil
33+, gjs
44+, xprop
55}:
66# A set of overrides for automatically packaged extensions that require some small fixes.
77# The input must be an attribute set with the extensions' UUIDs as keys and the extension
···2727 substituteInPlace $file --replace "gjs" "${gjs}/bin/gjs"
2828 done
2929 '';
3030+ });
3131+3232+ "unite@hardpixel.eu" = super."unite@hardpixel.eu".overrideAttrs (old: {
3333+ buildInputs = [ xprop ];
3434+3535+ meta.maintainers = with lib.maintainers; [ rhoriguchi ];
3036 });
31373238}