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