make-dbus-conf: use share/xml/dbus-1

This commit is contained in:
worldofpeace
2019-08-24 15:07:44 -04:00
parent d35a71a2da
commit 9ff1601dc7
2 changed files with 1 additions and 6 deletions
@@ -85,11 +85,6 @@ stdenv.mkDerivation rec {
"datadir=${placeholder ''out''}/share"
];
postInstall = ''
mkdir -p "$out/share/xml/dbus"
cp doc/*.dtd "$out/share/xml/dbus"
'';
# it's executed from $lib by absolute path
postFixup = ''
moveToOutput bin/dbus-launch "$lib"