make-dbus-conf: use share/xml/dbus-1
This commit is contained in:
parent
d35a71a2da
commit
9ff1601dc7
@ -85,11 +85,6 @@ stdenv.mkDerivation rec {
|
|||||||
"datadir=${placeholder ''out''}/share"
|
"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
|
# it's executed from $lib by absolute path
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
moveToOutput bin/dbus-launch "$lib"
|
moveToOutput bin/dbus-launch "$lib"
|
||||||
|
@ -22,7 +22,7 @@ runCommand "dbus-1"
|
|||||||
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
<rewriteSystem
|
<rewriteSystem
|
||||||
systemIdStartString="http://www.freedesktop.org/standards/dbus/1.0/"
|
systemIdStartString="http://www.freedesktop.org/standards/dbus/1.0/"
|
||||||
rewritePrefix="file://${dbus}/share/xml/dbus/"/>
|
rewritePrefix="file://${dbus}/share/xml/dbus-1/"/>
|
||||||
</catalog>
|
</catalog>
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = [ libxslt.bin ];
|
nativeBuildInputs = [ libxslt.bin ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user