mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #217539 from GenericNerdyUsername/horizon-occ
horizon-eda: switch from OCE to OCC
This commit is contained in:
commit
de6210e074
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user