pythonPackages.demjson: bring back package attribute

Commit 2ca086da827f66980e1cc31f88862918b011a599
("pythonpackages.deform_bootstrap: Remove seemingly dead package")
removed it by mistake.
This commit is contained in:
Bjørn Forsman 2017-11-22 19:52:54 +01:00
parent 6804ea9288
commit 1e05951a09

View File

@ -4452,6 +4452,8 @@ in {
};
};
demjson = callPackage ../development/python-modules/demjson { };
derpconf = self.buildPythonPackage rec {
name = "derpconf-0.4.9";