Loading pkgs/desktops/xfce/core/libxfce4util/default.nix +15 −6 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, mkXfceDerivation, lib, python3, vala, glib, withIntrospection ? Loading @@ -14,11 +15,15 @@ mkXfceDerivation { category = "xfce"; pname = "libxfce4util"; version = "4.20.0"; version = "4.20.1"; sha256 = "sha256-0qbJSCXHsVz3XILHICFhciyz92LgMZiR7XFLAESHRGQ="; sha256 = "sha256-QlT5ev4NhjR/apbgYQsjrweJ2IqLySozLYLzCAnmkfM="; nativeBuildInputs = lib.optionals withIntrospection [ nativeBuildInputs = [ python3 ] ++ lib.optionals withIntrospection [ gobject-introspection vala # vala bindings require GObject introspection ]; Loading @@ -27,6 +32,10 @@ mkXfceDerivation { glib ]; postPatch = '' patchShebangs xdt-gen-visibility ''; meta = with lib; { description = "Extension library for Xfce"; mainProgram = "xfce4-kiosk-query"; Loading Loading
pkgs/desktops/xfce/core/libxfce4util/default.nix +15 −6 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ stdenv, mkXfceDerivation, lib, python3, vala, glib, withIntrospection ? Loading @@ -14,11 +15,15 @@ mkXfceDerivation { category = "xfce"; pname = "libxfce4util"; version = "4.20.0"; version = "4.20.1"; sha256 = "sha256-0qbJSCXHsVz3XILHICFhciyz92LgMZiR7XFLAESHRGQ="; sha256 = "sha256-QlT5ev4NhjR/apbgYQsjrweJ2IqLySozLYLzCAnmkfM="; nativeBuildInputs = lib.optionals withIntrospection [ nativeBuildInputs = [ python3 ] ++ lib.optionals withIntrospection [ gobject-introspection vala # vala bindings require GObject introspection ]; Loading @@ -27,6 +32,10 @@ mkXfceDerivation { glib ]; postPatch = '' patchShebangs xdt-gen-visibility ''; meta = with lib; { description = "Extension library for Xfce"; mainProgram = "xfce4-kiosk-query"; Loading