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 ];
|
buildInputs = [ gtk2 gtk3 libstartup_notification xfconf ];
|
||||||
propagatedBuildInputs = [ libxfce4util libICE libSM ];
|
propagatedBuildInputs = [ libxfce4util libICE libSM ];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--with-vendor-info='NixOS'"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Widgets library for Xfce";
|
description = "Widgets library for Xfce";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user