xfce4-14: drop null fallbacks

This commit is contained in:
worldofpeace 2019-08-17 18:36:42 -04:00
parent 3b88e5424e
commit 5e1a23ffd2
6 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{ lib, mkXfceDerivation, gobject-introspection, gtk2, gtk3, libICE, libSM { lib, mkXfceDerivation, gobject-introspection, gtk2, gtk3, libICE, libSM
, libstartup_notification ? null, libxfce4util, xfconf }: , libstartup_notification, libxfce4util, xfconf }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "xfce"; category = "xfce";

View File

@ -1,5 +1,5 @@
{ lib, fetchpatch, mkXfceDerivation, dbus-glib, gtk2, libical, libnotify, tzdata { 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; assert withPanelPlugin -> libxfce4ui != null && xfce4-panel != null;

View File

@ -1,7 +1,7 @@
{ mkXfceDerivation, dbus, dbus-glib { mkXfceDerivation, dbus, dbus-glib
, gst-plugins-bad ? null, gst-plugins-base, gst-plugins-good , gst-plugins-bad, gst-plugins-base, gst-plugins-good
, gst-plugins-ugly ? null, gtk3, libnotify, libxfce4ui, libxfce4util , gst-plugins-ugly, gtk3, libnotify, libxfce4ui, libxfce4util
, taglib ? null, xfconf }: , taglib, xfconf }:
# Doesn't seem to find H.264 codec even though built with gst-plugins-bad. # Doesn't seem to find H.264 codec even though built with gst-plugins-bad.

View File

@ -1,5 +1,5 @@
{ mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev ? null { mkXfceDerivation, docbook_xsl, exo, gdk-pixbuf, gtk3, libgudev
, libnotify ? null, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }: , libnotify, libX11, libxfce4ui, libxfce4util, libxslt, xfconf, gobject-introspection, gvfs }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "xfce"; category = "xfce";

View File

@ -1,6 +1,6 @@
{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib { mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib
, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null , libnotify, libxfce4ui, libxfce4util, libxklavier
, upower ? null, xfconf, xf86inputlibinput ? null }: , upower, xfconf, xf86inputlibinput }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "xfce"; category = "xfce";

View File

@ -1,4 +1,4 @@
{ lib, mkXfceDerivation, gtk3, libnotify ? null, libpulseaudio, keybinder3, xfconf }: { lib, mkXfceDerivation, gtk3, libnotify, libpulseaudio, keybinder3, xfconf }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "apps"; category = "apps";