summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* treewide: configureFlags is a flat listRobin Gloster2019-12-31
|
* treewide: configureFlags is a flat listRobin Gloster2019-12-31
|
* lvm2: fix buildMaximilian Bosch2019-12-31
|
* sudo: fix for structured attrsMaximilian Bosch2019-12-31
|
* ghc*: fix for structured attrsMaximilian Bosch2019-12-31
| | | | configureFlags must be a flat list.
* rustc: fix for structured attrsMaximilian Bosch2019-12-31
|
* nfstrace: fix for structured attrsMaximilian Bosch2019-12-31
|
* ffmpeg: fix for structured attrsRobin Gloster2019-12-31
|
* darwin: use dontUnpack instead of phasesRobin Gloster2019-12-31
|
* treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
|
* treewide: use flat lists for *Inputs, fix env usageMaximilian Bosch2019-12-31
|
* treewide: *Inputs are flat listsMaximilian Bosch2019-12-31
|
* treewide: *inputs are listsRobin Gloster2019-12-31
|
* flint: fix for structured attrsJan Tojnar2019-12-31
|
* firefox: fix for structured attrsMaximilian Bosch2019-12-31
|
* treewide: fix nested lists in *buildInputsRobin Gloster2019-12-31
|
* ldc: fix for structured attrsRobin Gloster2019-12-31
|
* libgdiplus: fix for structured attrsMaximilian Bosch2019-12-31
|
* treewide: structured attrs fixesRobin Gloster2019-12-31
|
* ruby: installFlags is a listRobin Gloster2019-12-31
|
* polymake: fix for structured attrsRobin Gloster2019-12-31
|
* treewide: installTargets is a listRobin Gloster2019-12-31
|
* stdenv: installTargets is a listRobin Gloster2019-12-31
|
* treewide: installTargets is a listRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* 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
|
* Merge staging-next into stagingFrederik Rietdijk2019-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
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-12-30
|\|
| * Merge pull request #76059 from NixOS/python-unstableFrederik Rietdijk2019-12-30
| |\ | | | | | | Python package set major updates
| | * 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
| | |