horizon-eda: propagate env properly

This commit is contained in:
Juergen Fitschen
2025-06-10 18:08:27 +02:00
parent 68eb808a99
commit 8eba7c6f28
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -56,10 +56,9 @@ rec {
];
env = {
CASROOT = opencascade-occt;
};
CASROOT = opencascade-occt;
meta = {
description = "Free EDA software to develop printed circuit boards";
homepage = "https://horizon-eda.org";
-1
View File
@@ -17,7 +17,6 @@ stdenv.mkDerivation {
version
src
meta
CASROOT
env
;
@@ -16,7 +16,7 @@ buildPythonPackage {
version
src
meta
CASROOT
env
;
pyproject = false;