mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge pull request #13059 from VitGottwald/patch-1
Use python3 packages in deps
This commit is contained in:
commit
cccc26dcb1
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ contains:
|
|||
```nix
|
||||
with import <nixpkgs> {};
|
||||
|
||||
runCommand "dummy" { buildInputs = [ python pythonPackages.prettytable ]; } ""
|
||||
runCommand "dummy" { buildInputs = [ python3 python3Packages.prettytable ]; } ""
|
||||
```
|
||||
|
||||
The script's file name is passed as the first argument to the interpreter specified by the `-i` flag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue