all-packages: more overrides normalizing

This commit is contained in:
Matthew Bauer
2018-05-01 13:54:51 -05:00
parent 48a1345eaa
commit 7ab8c886a4
5 changed files with 144 additions and 155 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, lib, file
, pkgconfig
, gtkVersion, gtk2 ? null, gtk3 ? null }:
, gtkVersion ? "3", gtk2 ? null, gtk3 ? null }:
with lib;