forked from mirrors/nixpkgs
xfce4-14: drop null fallbacks
This commit is contained in:
parent
3b88e5424e
commit
5e1a23ffd2
|
@ -1,5 +1,5 @@
|
|||
{ lib, mkXfceDerivation, gobject-introspection, gtk2, gtk3, libICE, libSM
|
||||
, libstartup_notification ? null, libxfce4util, xfconf }:
|
||||
, libstartup_notification, libxfce4util, xfconf }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, fetchpatch, mkXfceDerivation, dbus-glib, gtk2, libical, libnotify, tzdata
|
||||
, popt, libxfce4ui ? null, xfce4-panel ? null, withPanelPlugin ? true }:
|
||||
, popt, libxfce4ui, xfce4-panel, withPanelPlugin ? true }:
|
||||
|
||||
assert withPanelPlugin -> libxfce4ui != null && xfce4-panel != null;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ mkXfceDerivation, dbus, dbus-glib
|
||||
, gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good
|
||||
, gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util
|
||||
, taglib ? null, xfconf }:
|
||||
, gst-plugins-bad, gst-plugins-base, gst-plugins-good
|
||||
, gst-plugins-ugly, gtk3, libnotify, libxfce4ui, libxfce4util
|
||||
, taglib, xfconf }:
|
||||
|
||||
# Doesn't seem to find H.264 codec even though built with gst-plugins-bad.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev ? null
|
||||
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }:
|
||||
{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev
|
||||
, libnotify, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib
|
||||
, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null
|
||||
, upower ? null, xfconf, xf86inputlibinput ? null }:
|
||||
, libnotify, libxfce4ui, libxfce4util, libxklavier
|
||||
, upower, xfconf, xf86inputlibinput }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, mkXfceDerivation, gtk3, libnotify ? null, libpulseaudio, keybinder3, xfconf }:
|
||||
{ lib, mkXfceDerivation, gtk3, libnotify, libpulseaudio, keybinder3, xfconf }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "apps";
|
||||
|
|
Loading…
Reference in a new issue