Merge remote-tracking branch 'upstream/master' into staging
Use newer vagrant from master
This commit is contained in:
@@ -547,6 +547,8 @@ in {
|
||||
|
||||
asyncio = callPackage ../development/python-modules/asyncio {};
|
||||
|
||||
asyncssh = callPackage ../development/python-modules/asyncssh { };
|
||||
|
||||
python-fontconfig = callPackage ../development/python-modules/python-fontconfig { };
|
||||
|
||||
funcsigs = callPackage ../development/python-modules/funcsigs { };
|
||||
@@ -16337,8 +16339,8 @@ EOF
|
||||
};
|
||||
};
|
||||
|
||||
# For backwards compatibility. Please use nixpkgs.udiskie instead.
|
||||
udiskie = toPythonModule (pkgs.udiskie.override { pythonPackages = self; });
|
||||
# added 2018-05-23, can be removed once 18.09 is branched off
|
||||
udiskie = throw "pythonPackages.udiskie has been replaced by udiskie";
|
||||
|
||||
# Should be bumped along with EFL!
|
||||
pythonefl = buildPythonPackage rec {
|
||||
|
||||
Reference in New Issue
Block a user