···9293 checkUnitConfig = group: checks: attrs: let
94 # We're applied at the top-level type (attrsOf unitOption), so the actual
95- # unit options might contain attributes from mkOverride that we need to
96 # convert into single values before checking them.
97 defs = mapAttrs (const (v:
98- if v._type or "" == "override" then v.content else v
0099 )) attrs;
100 errors = concatMap (c: c group defs) checks;
101 in if errors == [] then true
···9293 checkUnitConfig = group: checks: attrs: let
94 # We're applied at the top-level type (attrsOf unitOption), so the actual
95+ # unit options might contain attributes from mkOverride and mkIf that we need to
96 # convert into single values before checking them.
97 defs = mapAttrs (const (v:
98+ if v._type or "" == "override" then v.content
99+ else if v._type or "" == "if" then v.content
100+ else v
101 )) attrs;
102 errors = concatMap (c: c group defs) checks;
103 in if errors == [] then true
···15 pillow
16 ];
1700018 meta = with lib; {
19 description = "Convert images to PDF via direct JPEG inclusion";
20 homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
···15 pillow
16 ];
1718+ # no tests exectuted
19+ doCheck = false;
20+21 meta = with lib; {
22 description = "Convert images to PDF via direct JPEG inclusion";
23 homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
···271 hepmc = hepmc2; # added 2019-08-05
272 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
273 hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
0274 htmlTidy = html-tidy; # added 2014-12-06
275 iana_etc = iana-etc; # added 2017-03-08
276 icedtea8_web = adoptopenjdk-icedtea-web; # added 2019-08-21
···535 pyo3-pack = maturin;
536 pmenu = throw "pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package."; # added 2019-12-10
537 pulseaudioLight = pulseaudio; # added 2018-04-25
0538 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
539 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
540 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
···271 hepmc = hepmc2; # added 2019-08-05
272 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
273 hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
274+ ht-rust = xh; # added 2021-02-13
275 htmlTidy = html-tidy; # added 2014-12-06
276 iana_etc = iana-etc; # added 2017-03-08
277 icedtea8_web = adoptopenjdk-icedtea-web; # added 2019-08-21
···536 pyo3-pack = maturin;
537 pmenu = throw "pmenu has been removed from nixpkgs, as its maintainer is no longer interested in the package."; # added 2019-12-10
538 pulseaudioLight = pulseaudio; # added 2018-04-25
539+ 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.
540 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
541 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
542 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22