make-dbus-conf: Don't depend on unnecessary libxslt outputs

Might fix https://hydra.nixos.org/build/71580290.
This commit is contained in:
Tuomas Tynkkynen 2018-03-21 22:12:41 +02:00
parent 3918182cb5
commit 1874678d12
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ runCommand "dbus-1"
rewritePrefix="file://${dbus}/share/xml/dbus/"/> rewritePrefix="file://${dbus}/share/xml/dbus/"/>
</catalog> </catalog>
''; '';
nativeBuildInputs = [ libxslt ]; nativeBuildInputs = [ libxslt.bin ];
} }
'' ''
mkdir -p $out mkdir -p $out