blob: 5f60b8f75885b87b23499f699a5297852df670e0 (
plain) (
blame)
1
2
3
4
5
6
|
self: super: {
pelican = with self.python3Packages;
pelican.overrideAttrs(old: self.mylibs.fetchedGithub ./pelican.json // {
propagatedBuildInputs = old.propagatedBuildInputs ++ [ pyyaml ];
});
}
|