horizon-eda: switch from OCE to OCC

This commit is contained in:
GenericNerdyUsername
2023-02-21 18:12:56 +00:00
parent c2ef271dee
commit 594f162cdf
@@ -13,7 +13,7 @@
, librsvg
, libspnav
, libuuid
, opencascade
, opencascade-occt
, pkg-config
, podofo
, python3
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
librsvg
libspnav
libuuid
opencascade
opencascade-occt
podofo
python3
sqlite
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];
CASROOT = opencascade;
CASROOT = opencascade-occt;
installFlags = [
"INSTALL=${coreutils}/bin/install"