attic: fix missing modules at runtime
Switch buildInputs to propagatedBuildInputs. Without this attic won't run at all.
This commit is contained in:
parent
ee1d56d042
commit
1fde0738ca
|
@ -9,7 +9,7 @@ python3Packages.buildPythonPackage rec {
|
||||||
sha256 = "929da4b2e900770cd31558e87074ade347b44937c944218549259ea64646f203";
|
sha256 = "929da4b2e900770cd31558e87074ade347b44937c944218549259ea64646f203";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with python3Packages;
|
propagatedBuildInputs = with python3Packages;
|
||||||
[ cython msgpack openssl acl ];
|
[ cython msgpack openssl acl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in New Issue