Unverified Commit ceb84ba4 authored by Mikael Voss's avatar Mikael Voss
Browse files

xnec2c: provide update script

parent 4e16ef22
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  gtk3,
  blas,
  lapack,
  nix-update-script,
}:

assert (!blas.isILP64) && (!lapack.isILP64);
@@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
    lapack
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://www.xnec2c.org/";
    description = "Graphical antenna simulation";