attic: fix missing modules at runtime

Switch buildInputs to propagatedBuildInputs. Without this attic won't
run at all.
This commit is contained in:
Bjørn Forsman 2014-12-18 08:39:11 +01:00
parent ee1d56d042
commit 1fde0738ca

View file

@ -9,7 +9,7 @@ python3Packages.buildPythonPackage rec {
sha256 = "929da4b2e900770cd31558e87074ade347b44937c944218549259ea64646f203";
};
buildInputs = with python3Packages;
propagatedBuildInputs = with python3Packages;
[ cython msgpack openssl acl ];
preConfigure = ''