xfce.xfce4-notes-plugin: update dependencies

This commit is contained in:
José Romildo Malaquias 2021-02-25 09:23:45 -03:00
parent 6b60484e8d
commit 97b3597748

View file

@ -1,15 +1,11 @@
{ lib { lib
, stdenv , stdenv
, fetchurl , fetchurl
, fetchpatch
, pkg-config , pkg-config
, intltool , intltool
, libxfce4util
, xfce4-panel , xfce4-panel
, libxfce4ui , libxfce4ui
, xfconf , xfconf
, gtk2
, libunique
, xfce , xfce
}: }:
@ -30,16 +26,11 @@ in stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
libxfce4util
libxfce4ui libxfce4ui
xfce4-panel xfce4-panel
xfconf xfconf
gtk2
libunique
]; ];
hardeningDisable = [ "format" ];
passthru.updateScript = xfce.updateScript { passthru.updateScript = xfce.updateScript {
inherit pname version; inherit pname version;
attrPath = "xfce.${pname}"; attrPath = "xfce.${pname}";