mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
xfce4-14.thunar: gobject-introspection support
This commit is contained in:
parent
92841bea27
commit
b373ce852b
|
@ -1,5 +1,5 @@
|
|||
{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev ? null
|
||||
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf }:
|
||||
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
|
@ -8,7 +8,7 @@ mkXfceDerivation rec {
|
|||
|
||||
sha256 = "01w60csbs2nq1bhb8n1bnmjmx48fm0va3qbnq84z0h2dxpr80b1w";
|
||||
|
||||
nativeBuildInputs = [ libxslt docbook_xsl ];
|
||||
nativeBuildInputs = [ libxslt docbook_xsl gobject-introspection ];
|
||||
|
||||
buildInputs = [
|
||||
exo
|
||||
|
|
Loading…
Reference in a new issue