···92929393 checkUnitConfig = group: checks: attrs: let
9494 # We're applied at the top-level type (attrsOf unitOption), so the actual
9595- # unit options might contain attributes from mkOverride that we need to
9595+ # unit options might contain attributes from mkOverride and mkIf that we need to
9696 # convert into single values before checking them.
9797 defs = mapAttrs (const (v:
9898- if v._type or "" == "override" then v.content else v
9898+ if v._type or "" == "override" then v.content
9999+ else if v._type or "" == "if" then v.content
100100+ else v
99101 )) attrs;
100102 errors = concatMap (c: c group defs) checks;
101103 in if errors == [] then true
···1515 pillow
1616 ];
17171818+ # no tests exectuted
1919+ doCheck = false;
2020+1821 meta = with lib; {
1922 description = "Convert images to PDF via direct JPEG inclusion";
2023 homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
···271271 hepmc = hepmc2; # added 2019-08-05
272272 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
273273 hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
274274+ ht-rust = xh; # added 2021-02-13
274275 htmlTidy = html-tidy; # added 2014-12-06
275276 iana_etc = iana-etc; # added 2017-03-08
276277 icedtea8_web = adoptopenjdk-icedtea-web; # added 2019-08-21
···535536 pyo3-pack = maturin;
536537 pmenu = throw "pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package."; # added 2019-12-10
537538 pulseaudioLight = pulseaudio; # added 2018-04-25
539539+ pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and pulseeffects-pw if you use PipeWire."; # added 2021-02-13, move back once we default to PipeWire audio server.
538540 phonon-backend-gstreamer = throw "phonon-backend-gstreamer: Please use libsForQt5.phonon-backend-gstreamer, as Qt4 support in this package has been removed."; # added 2019-11-22
539541 phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
540542 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22