xfce.libxfce4ui: 4.18.1 -> 4.18.2

https://gitlab.xfce.org/xfce/libxfce4ui/-/compare/libxfce4ui-4.18.1...libxfce4ui-4.18.2

Also don't quote NixOS in configureFlags since it is escaped
and the about xfce window is showing this unnessary quote.
This commit is contained in:
Bobby Rong 2023-03-15 14:24:40 +08:00
parent 5a1dc8acd9
commit de6338094b
No known key found for this signature in database

View file

@ -4,16 +4,16 @@
mkXfceDerivation {
category = "xfce";
pname = "libxfce4ui";
version = "4.18.1";
version = "4.18.2";
sha256 = "sha256-1kzvFr/WeTl3HpVMJZRBgsvmG8VtYkdEbIQSniJIaHA=";
sha256 = "sha256-h9D0boBCCC4txnSRc6VcdNbrm8D21LwE63Q/LsExFNE=";
nativeBuildInputs = [ gobject-introspection vala ];
buildInputs = [ gtk3 libstartup_notification libgtop libepoxy xfconf ];
propagatedBuildInputs = [ libxfce4util libICE libSM ];
configureFlags = [
"--with-vendor-info='NixOS'"
"--with-vendor-info=NixOS"
];
meta = with lib; {