conan: fix pluginbase version requirement
This commit is contained in:
parent
4446452347
commit
ca2e283a28
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||
mkdir -p "$HOME"
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace conans/requirements_server.txt \
|
||||
--replace "pluginbase>=0.5, < 1.0" "pluginbase>=0.5"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://conan.io;
|
||||
description = "Decentralized and portable C/C++ package manager";
|
||||
|
|
Loading…
Reference in a new issue