From 05ab8b3d00ce2e3f81afa6f0073d443f105b6758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sat, 29 Aug 2020 11:32:21 +0200 Subject: [PATCH] Slight rewording of buildInputs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3093a1..bc32949 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ in project.overrideAttrs (oldAttrs: { # If your top-level package.json doesn't set a name, you can set one here. name = "myproject"; - # Example of adding native dependencies to the environment. + # Example of adding packages to the build environment. # Especially dependencies with native modules may need a Python installation. buildInputs = oldAttrs.buildInputs ++ [ pkgs.python3 ];