fix update-python-libraries

This commit is contained in:
Frederik Rietdijk 2018-12-19 09:37:59 +01:00
parent ee9bfb40b0
commit 87d993f641

View file

@ -1,3 +1,5 @@
#!/bin/sh
exec nix-shell -p "python3.withPackages(ps: with ps; [ packaging requests toolz ])" -p git --run pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
build=`nix-build -E "with import (fetchTarball "channel:nixpkgs-unstable") {}; python3.withPackages(ps: with ps; [ packaging requests toolz ])"`
python=${build}/bin/python
exec ${python} pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@