Commit graph

7 commits

Author SHA1 Message Date
Matthew Bauer a9b7fa7634 Revert "treewide: for substituteAll: s/version/version_/"
This reverts commit 1e99582eaf.
2018-11-28 12:30:24 -06:00
Patrick Hilhorst 1e99582eaf
treewide: for substituteAll: s/version/version_/
This is because it gets passed to mkDerivation through some route, this ensures
that doesn't mess with anything
2018-11-06 00:17:04 +01:00
Maximilian Bosch 50f23da8e6
python3Packages.py3exiv2: fix build
Recent boost versions name their `python3` shared objects
`boost_python3x` rather than `boost_python3`.

See https://hydra.nixos.org/build/80712295
Addresses #45960
2018-09-24 14:32:50 +02:00
Frederik Rietdijk 5d4ab6d266 python: py3exiv2: 0.3.0 -> 0.4.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 2e72070975 python: py3exiv2: 0.2.1 -> 0.3.0 2018-06-22 13:09:24 +02:00
vinymeuh 95d6424e9a pythonPackages.py3exiv2: init at 0.2.1 2017-11-03 20:01:55 +01:00