libarcus: 4.2.0 -> 4.3.0

This commit is contained in:
Daniel Albert 2019-09-26 10:23:52 +02:00
parent d27f4bf0a1
commit ad17ced303

View file

@ -3,14 +3,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "libarcus"; pname = "libarcus";
version = "4.2.0"; version = "4.3.0";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Ultimaker"; owner = "Ultimaker";
repo = "libArcus"; repo = "libArcus";
rev = version; rev = version;
sha256 = "0pk0g80ay9aghzmb8gfpqh0chl9rk47jh0ziicpianhklxx2jb44"; sha256 = "1x06daijxbrqj0dlxmi2zn7ap74zf6hih3krmkwhvarm2nr052g4";
}; };
disabled = pythonOlder "3.4.0"; disabled = pythonOlder "3.4.0";
@ -20,7 +20,7 @@ buildPythonPackage rec {
buildInputs = [ protobuf ]; buildInputs = [ protobuf ];
postPatch = '' postPatch = ''
sed -i 's#''${Python3_SITEARCH}#${placeholder "out"}/${python.sitePackages}#' cmake/SIPMacros.cmake sed -i 's#''${Python3_SITELIB}#${placeholder "out"}/${python.sitePackages}#' cmake/SIPMacros.cmake
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {