pythonPackages.msgpack: renamed to msgpack-python

This commit is contained in:
Eric Wolf
2018-02-10 14:47:19 +01:00
parent fec3788753
commit e2859068b1
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
lz4 openssl python3Packages.setuptools_scm
] ++ stdenv.lib.optionals stdenv.isLinux [ acl ];
propagatedBuildInputs = with python3Packages; [
cython msgpack
cython msgpack-python
] ++ stdenv.lib.optionals (!stdenv.isDarwin) [ llfuse ];
preConfigure = ''