Merge pull request #36885 from obsidiansystems/meta-host-prepare

treewide: Prepare for #34444
This commit is contained in:
John Ericson
2018-03-12 19:06:35 -04:00
committed by GitHub
14 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
with stdenv.lib;
let
inherit (python2Packages) python dbus-python;
shouldUsePkg = pkg: if pkg != null && stdenv.lib.any (x: x == stdenv.system) pkg.meta.platforms then pkg else null;
shouldUsePkg = pkg: if pkg != null && pkg.meta.available then pkg else null;
libOnly = prefix == "lib";