openems: fix eval
This commit is contained in:
parent
5544ebe5b7
commit
e4a49641ae
2 changed files with 5 additions and 6 deletions
|
@ -15,13 +15,10 @@
|
|||
, withQcsxcad ? true
|
||||
, withMPI ? false
|
||||
, withHyp2mat ? true
|
||||
, qcsxcad ? null
|
||||
, hyp2mat ? null
|
||||
, qcsxcad
|
||||
, hyp2mat
|
||||
}:
|
||||
|
||||
assert withQcsxcad -> qcsxcad != null;
|
||||
assert withHyp2mat -> hyp2mat != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "openems";
|
||||
version = "unstable-2020-02-15";
|
||||
|
|
|
@ -31177,7 +31177,9 @@ with pkgs;
|
|||
|
||||
ngspice = callPackage ../applications/science/electronics/ngspice { };
|
||||
|
||||
openems = callPackage ../applications/science/electronics/openems { };
|
||||
openems = callPackage ../applications/science/electronics/openems {
|
||||
qcsxcad = libsForQt5.qcsxcad;
|
||||
};
|
||||
|
||||
openroad = libsForQt5.callPackage ../applications/science/electronics/openroad { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue