nixpkgs/pkgs/development/libraries/dbus
Artturin a6138b750e makeDBusConf: fail if xsltproc generates empty files
A few people have reported empty files in /etc/dbus-1 which can cause obscure issues.
With this change, users can retry and get non-empty files.

can be tested with
`makeDBusConf { suidHelper = ""; serviceDirectories = []; }`

and adding

```
    rm $out/session.conf
    echo -n "" > $out/session.conf
    # or
    echo "" > $out/session.conf
```
2023-07-11 22:16:39 +03:00
..
default.nix dbus: 1.14.6 -> 1.14.8 2023-06-11 16:59:43 +02:00
implement-getgrouplist.patch
make-dbus-conf.nix makeDBusConf: fail if xsltproc generates empty files 2023-07-11 22:16:39 +03:00
make-session-conf.xsl
make-system-conf.xsl