pythonPackages.dockerfile-parse: init at 0.0.13

This commit is contained in:
Michiel Leenaars
2019-02-26 00:01:32 +01:00
parent 31f0972e27
commit c12d764a95
2 changed files with 28 additions and 0 deletions

View File

@@ -1699,6 +1699,8 @@ in {
docker = callPackage ../development/python-modules/docker {};
dockerfile-parse = callPackage ../development/python-modules/dockerfile-parse {};
docker-py = disabledIf isPy27 (callPackage ../development/python-modules/docker-py {});
dockerpty = callPackage ../development/python-modules/dockerpty {};