Skip to content

Commit

Permalink
fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 2, 2017
1 parent b3e6bdb commit 1a5cdaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/inginious/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ with lib;
let
pythonPackages = python2Packages;

docker_1_7_2 = pythonPackages.docker.override rec {
docker_1_7_2 = pythonPackages.docker.overrideAttrs (oldAttrs: rec {
name = "docker-py-1.7.2";

src = pkgs.fetchurl {
url = "mirror://pypi/d/docker-py/${name}.tar.gz";
sha256 = "0k6hm3vmqh1d3wr9rryyif5n4rzvcffdlb1k4jvzp7g4996d3ccm";
};
};
});

webpy-custom = pythonPackages.web.override {
name = "web.py-INGI";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25431,7 +25431,7 @@ in {

meta = {
description = "Test utilities for code working with files and commands";
license = with lib.licenses; [ mit ];
license = licenses.mit;

This comment has been minimized.

Copy link
@FRidh

FRidh Feb 2, 2017

Member

thank you!

homepage = https://github.com/jupyter/testpath;
};
};
Expand Down

0 comments on commit 1a5cdaf

Please sign in to comment.