Merge pull request #113655 from TredwellGit/newt

newt: use python3
This commit is contained in:
ajs124
2021-03-08 00:20:22 +01:00
committed by GitHub
+1 -1
View File
@@ -16174,7 +16174,7 @@ in
newman = callPackage ../development/web/newman {};
newt = callPackage ../development/libraries/newt { };
newt = callPackage ../development/libraries/newt { python = python3; };
nghttp2 = callPackage ../development/libraries/nghttp2 { };
libnghttp2 = nghttp2.lib;