Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e1ee4240fcc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d127f245087
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 23, 2019

  1. Copy the full SHA
    b9c06a2 View commit details
  2. Merge pull request #60083 from marsam/python-nikola-add-dependencies

    python3Packages.Nikola: add missing extra dependencies
    marsam authored Apr 23, 2019
    Copy the full SHA
    9d127f2 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 pkgs/development/python-modules/Nikola/default.nix
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/Nikola/default.nix
Original file line number Diff line number Diff line change
@@ -30,6 +30,8 @@
, toml
, notebook
, ruamel_yaml
, aiohttp
, watchdog
}:

buildPythonPackage rec {
@@ -48,7 +50,7 @@ buildPythonPackage rec {
doit pygments pillow dateutil docutils Mako markdown unidecode
lxml Yapsy PyRSS2Gen Logbook blinker natsort requests piexif Babel
# requirements-extras.txt
phpserialize jinja2 toml notebook ruamel_yaml
phpserialize jinja2 toml notebook ruamel_yaml aiohttp watchdog
];

src = fetchPypi {