quartus-prime-lite: add version, meta

Reference version and meta from the unwrapped derivation in the
wrapped/FHS derivation.
This commit is contained in:
Bjørn Forsman 2024-04-29 20:22:11 +02:00
parent 732d18321b
commit 7dfd0a3b5f

View File

@ -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;
}