xfce4-14.libxfce4ui: add vendor info
This commit is contained in:
parent
a3caa6b206
commit
a3ac4db65b
@ -12,6 +12,10 @@ mkXfceDerivation rec {
|
||||
buildInputs = [ gtk2 gtk3 libstartup_notification xfconf ];
|
||||
propagatedBuildInputs = [ libxfce4util libICE libSM ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-vendor-info='NixOS'"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Widgets library for Xfce";
|
||||
license = licenses.lgpl2Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user