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
commit 4e2e195430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;