diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-15 18:46:03 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-15 18:46:03 +0530 |
commit | cc89fdfae084f7a0e2b0b91b7c88ff5f0e6667cf (patch) | |
tree | 1e4e4ffc3e1274dbd98ae4c28ea705948862fcfb /modules | |
parent | 9216e32dcf26a7775f231c874b05fa29426fb69d (diff) |
dev/pkgs/python3: add build
Diffstat (limited to 'modules')
-rw-r--r-- | modules/dev.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/dev.nix b/modules/dev.nix index 66fae75..7223d08 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -8,7 +8,11 @@ in gcc git lua - (python3.withPackages (p: [ p.pip ])) + + (python3.withPackages (p: with p; [ + pip + build + ])) man-pages man-pages-posix |