summary refs log tree commit diff
path: root/pkgs/servers/inginious
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-12-01 12:32:39 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-12-01 21:07:33 +0100
commit49a313c395006ede63850f42c3887d2e1446b43a (patch)
tree366e5873ac1de0d31ec7f1775ecfff67f244a173 /pkgs/servers/inginious
parentd69a25dfdedef3a8001f286bd7b0cecebe7c68e6 (diff)
downloadnixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar.gz
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar.bz2
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar.lz
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar.xz
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.tar.zst
nixlib-49a313c395006ede63850f42c3887d2e1446b43a.zip
pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
Diffstat (limited to 'pkgs/servers/inginious')
-rw-r--r--pkgs/servers/inginious/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/inginious/default.nix b/pkgs/servers/inginious/default.nix
index c85d96100c3c..113b297787b3 100644
--- a/pkgs/servers/inginious/default.nix
+++ b/pkgs/servers/inginious/default.nix
@@ -38,7 +38,7 @@ in pythonPackages.buildPythonApplication rec {
 
   propagatedBuildInputs = with pythonPackages; [
     requests2
-    cgroup-utils docker_1_7_2 docutils lti mock pygments
+    cgroup-utils docker_1_7_2 docutils PyLTI mock pygments
     pymongo pyyaml rpyc sh simpleldap sphinx_rtd_theme tidylib
     websocket_client watchdog webpy-custom flup
   ];