diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-10-16 13:49:10 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:29 +0200 |
commit | 4fa343dcd0b797d765ee8a3dfc14833d212b7491 (patch) | |
tree | 0ec8fc27fc1a160c3784290921921f274611208c /overlays/pelican | |
parent | a24ab80ab801e2e71d4531393c5fdc9420b60de3 (diff) | |
download | NUR-4fa343dcd0b797d765ee8a3dfc14833d212b7491.tar.gz NUR-4fa343dcd0b797d765ee8a3dfc14833d212b7491.tar.zst NUR-4fa343dcd0b797d765ee8a3dfc14833d212b7491.zip |
Add some tools to immae-eu env
Diffstat (limited to 'overlays/pelican')
-rw-r--r-- | overlays/pelican/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/pelican/default.nix b/overlays/pelican/default.nix index 5f60b8f7..5a487aa6 100644 --- a/overlays/pelican/default.nix +++ b/overlays/pelican/default.nix | |||
@@ -1,6 +1,6 @@ | |||
1 | self: super: { | 1 | self: super: { |
2 | pelican = with self.python3Packages; | 2 | pelican = with self.python3Packages; |
3 | pelican.overrideAttrs(old: self.mylibs.fetchedGithub ./pelican.json // { | 3 | pelican.overrideAttrs(old: self.mylibs.fetchedGithub ./pelican.json // { |
4 | propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml ]; | 4 | propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml markdown ]; |
5 | }); | 5 | }); |
6 | } | 6 | } |