nix: synced auto-generated nix file with EE

This commit is contained in:
Marcin Kuzminski 2017-07-13 00:18:40 +02:00
parent 0b2c148765
commit 26fd27cd8c

View file

@ -389,7 +389,7 @@
md5 = "273999ac854fdaefa8d0fb61965a4ed9";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
authomatic = super.buildPythonPackage {
@ -860,6 +860,19 @@
license = [ pkgs.lib.licenses.mit ];
};
};
hupper = super.buildPythonPackage {
name = "hupper-1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/2e/07/df892c564dc09bb3cf6f6deb976c26adf9117db75ba218cb4353dbc9d826/hupper-1.0.tar.gz";
md5 = "26e77da7d5ac5858f59af050d1a6eb5a";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
infrae.cache = super.buildPythonPackage {
name = "infrae.cache-1.0.1";
buildInputs = with self; [];
@ -1003,19 +1016,6 @@
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
hupper = super.buildPythonPackage {
name = "hupper-1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/2e/07/df892c564dc09bb3cf6f6deb976c26adf9117db75ba218cb4353dbc9d826/hupper-1.0.tar.gz";
md5 = "26e77da7d5ac5858f59af050d1a6eb5a";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
kombu = super.buildPythonPackage {
name = "kombu-1.5.1";
buildInputs = with self; [];