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:
parent
5a1dc8acd9
commit
de6338094b
1 changed files with 3 additions and 3 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue