summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-31
|
* cri-o: fix *FlagsRobin Gloster2019-12-31
|
* virtualbox: fix evalJan Tojnar2019-12-30
|
* libreoffice: fix evalJan Tojnar2019-12-30
|
* pythonPackages.ipykernel: remove duplicate checkInputsFrederik Rietdijk2019-12-30
|
* pythonPackages.tifffile: fix syntax errorFrederik Rietdijk2019-12-30
|
* pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0Edmund Wu2019-12-30
|
* nbstripout: fix buildJonathan Ringer2019-12-30
|
* pythonPackages.Babel: remove glibcLocales and don't set LC_ALLFrederik Rietdijk2019-12-30
| | | | | | | | | | as we already set LANG = "${if python.stdenv.isDarwin then "en_US" else "C"}.UTF-8"; in `buildPythonPackage`. This is related to issue https://github.com/NixOS/nixpkgs/issues/74904
* python.pkgs.wrapPython: get rid of warningJan Tojnar2019-12-30
| | | | | | | | | | | | | | | | | | | | | | | When `makeWrapperArgs` variable is not set, `declare -p makeWrapperArgs` will return with 1 and print an error message to stderr. I did not handle the non-existence case in b0633406cb70e0e4ae3470a6b49e32b38d99ac16 because I thought `mk-python-derivation` will always define `makeWrapperArgs` but `wrapProgram` can be called independently. And even with `mk-python-derivation`, `makeWrappers` will not be set unless explicitly declared in the derivation because of https://github.com/NixOS/nix/issues/1461. I was lead to believe that because the builds were succeeding and I confirmed that the mechanism fails when the variable is not defined and `-o nounset` is enabled. It appears that `wrapPython` setup hook is not running under `-o nounset`, though, invaldating the assumption. Now we are checking that the variable exists before checking its type, which will get rid of the warning and also prevent future error when `-o nounset` is enabled in the setup hook. For more information, see the discussion at https://github.com/NixOS/nixpkgs/commit/a6bb2ede232940a96150da7207a3ecd15eb6328
* pythonPackages.sphinx: remove sqlalchemyFrederik Rietdijk2019-12-30
| | | | Not a mandatory dependency so remove it.
* python: zha-quirks: 0.0.28 -> 0.0.30Frederik Rietdijk2019-12-30
|
* python: zeroconf: 0.24.2 -> 0.24.3Frederik Rietdijk2019-12-30
|
* python: xml2rfc: 2.37.2 -> 2.37.3Frederik Rietdijk2019-12-30
|
* python: uritemplate: 3.0.0 -> 3.0.1Frederik Rietdijk2019-12-30
|
* python: uncompyle6: 3.6.0 -> 3.6.1Frederik Rietdijk2019-12-30
|
* python: typeguard: 2.7.0 -> 2.7.1Frederik Rietdijk2019-12-30
|
* python: tox: 3.14.2 -> 3.14.3Frederik Rietdijk2019-12-30
|
* python: SPARQLWrapper: 1.8.4 -> 1.8.5Frederik Rietdijk2019-12-30
|
* python: slither-analyzer: 0.6.8 -> 0.6.9Frederik Rietdijk2019-12-30
|
* python: shodan: 1.21.0 -> 1.21.1Frederik Rietdijk2019-12-30
|
* python: semantic_version: 2.8.3 -> 2.8.4Frederik Rietdijk2019-12-30
|
* python: runway-python: 0.5.4 -> 0.5.7Frederik Rietdijk2019-12-30
|
* python: responses: 0.10.8 -> 0.10.9Frederik Rietdijk2019-12-30
|
* python: regex: 2019.12.19 -> 2019.12.20Frederik Rietdijk2019-12-30
|
* python: qimage2ndarray: 1.8 -> 1.8.2Frederik Rietdijk2019-12-30
|
* python: pyvcd: 0.1.5 -> 0.1.6Frederik Rietdijk2019-12-30
|
* python: pytest: 4.6.7 -> 4.6.8Frederik Rietdijk2019-12-30
|
* python: pyparsing: 2.4.5 -> 2.4.6Frederik Rietdijk2019-12-30
|
* python: pyodbc: 4.0.27 -> 4.0.28Frederik Rietdijk2019-12-30
|
* python: PyMuPDF: 1.16.9 -> 1.16.10Frederik Rietdijk2019-12-30
|
* python: pymavlink: 2.4.2 -> 2.4.3Frederik Rietdijk2019-12-30
|
* python: pymatgen: 2019.12.3 -> 2019.12.22Frederik Rietdijk2019-12-30
|
* python: pyfakefs: 3.7 -> 3.7.1Frederik Rietdijk2019-12-30
|
* python: pybullet: 2.6.0 -> 2.6.1Frederik Rietdijk2019-12-30
|
* python: py: 1.8.0 -> 1.8.1Frederik Rietdijk2019-12-30
|
* python: psd-tools: 1.8.34 -> 1.8.35Frederik Rietdijk2019-12-30
|
* python: phonopy: 2.4.1.post5 -> 2.4.2Frederik Rietdijk2019-12-30
|
* python: numpydoc: 0.9.1 -> 0.9.2Frederik Rietdijk2019-12-30
|
* python: ncclient: 0.6.6 -> 0.6.7Frederik Rietdijk2019-12-30
|
* python: multidict: 4.7.1 -> 4.7.2Frederik Rietdijk2019-12-30
|
* python: mechanize: 0.4.4 -> 0.4.5Frederik Rietdijk2019-12-30
|
* python: mecab-python3: 0.996.2 -> 0.996.3Frederik Rietdijk2019-12-30
|
* python: maxminddb: 1.5.1 -> 1.5.2Frederik Rietdijk2019-12-30
|
* python: keyring: 20.0.0 -> 20.0.1Frederik Rietdijk2019-12-30
|
* python: jupytext: 1.3.0 -> 1.3.1Frederik Rietdijk2019-12-30
|
* python: isbnlib: 3.9.9 -> 3.9.10Frederik Rietdijk2019-12-30
|
* python: identify: 1.4.8 -> 1.4.9Frederik Rietdijk2019-12-30
|