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