Commit 7dfd0a3b authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

quartus-prime-lite: add version, meta

Reference version and meta from the unwrapped derivation in the
wrapped/FHS derivation.
parent 732d1832
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ let
# I think questa_fse/linux/vlm checksums itself, so use FHSUserEnv instead of `patchelf`
in buildFHSEnv rec {
  pname = "quartus-prime-lite"; # wrapped
  inherit (unwrapped) version;

  targetPkgs = pkgs: with pkgs; [
    (runCommand "ld-lsb-compat" {} (''
@@ -160,4 +161,6 @@ in buildFHSEnv rec {
      '';
    };
  };

  inherit (unwrapped) meta;
}