about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pybitmessage
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-09-29 10:34:30 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-09-29 11:01:58 +0200
commit22aef72ff132f59f3f3a00614912394b59de32f1 (patch)
treeddcf23babbb5848dcd0193a4de0fd622065a1fec /pkgs/applications/networking/instant-messengers/pybitmessage
parentd2ccabaeeacc9d5353a7387a8b2c60db4bd98fd8 (diff)
python: get rid of msgpack-python, fixes #48864
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/pybitmessage')
-rw-r--r--pkgs/applications/networking/instant-messengers/pybitmessage/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix b/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
index 3f6b23d70a056..ea3ef08a2cdfa 100644
--- a/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
+++ b/pkgs/applications/networking/instant-messengers/pybitmessage/default.nix
@@ -12,7 +12,7 @@ python2Packages.buildPythonApplication rec {
     sha256 = "1lmhbpwsqh1v93krlqqhafw2pc3y0qp8zby186yllbph6s8kdp35";
   };
 
-  propagatedBuildInputs = with python2Packages; [ msgpack-python pyqt4 numpy pyopencl ] ++ [ openssl ];
+  propagatedBuildInputs = with python2Packages; [ msgpack pyqt4 numpy pyopencl ] ++ [ openssl ];
 
   preConfigure = ''
     # Remove interaction and misleading output