all-packages: more overrides normalizing

This commit is contained in:
Matthew Bauer
2018-05-01 13:46:05 -05:00
parent 48a1345eaa
commit 7ab8c886a4
5 changed files with 144 additions and 155 deletions

View File

@@ -3,7 +3,7 @@
{ stdenv, fetchurl, lib, file
, pkgconfig, autoconf
, glib, dbus-glib, libdbusmenu-glib
, gtkVersion, gtk2 ? null, gtk3 ? null
, gtkVersion ? "3", gtk2 ? null, gtk3 ? null
, pythonPackages, gobjectIntrospection, vala, gnome-doc-utils
, monoSupport ? false, mono ? null, gtk-sharp-2_0 ? null
}:

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, lib, file
, pkgconfig
, gtkVersion, gtk2 ? null, gtk3 ? null }:
, gtkVersion ? "3", gtk2 ? null, gtk3 ? null }:
with lib;

View File

@@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, pkgconfig
, abiVersion
, abiVersion ? "6"
, mouseSupport ? false
, unicode ? true
, enableStatic ? stdenv.hostPlatform.useAndroidPrebuilt