policycoreutils: 2.3 -> 2.4

This commit is contained in:
William A. Kennington III
2015-07-31 17:11:11 -07:00
parent 3ada013455
commit c53a13fe0e
3 changed files with 35 additions and 32 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, libsepol, pcre
, enablePython ? false, swig ? null, python ? null
, enablePython ? true, swig ? null, python ? null
}:
assert enablePython -> swig != null && python != null;