unigine-superposition: fix fhsenv version (#359966)

This commit is contained in:
Felix Bühler 2024-11-29 23:52:19 +01:00 committed by GitHub
commit c32996b673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,10 +28,11 @@
}: }:
let let
pname = "unigine-superposition";
version = "1.1";
superposition = stdenv.mkDerivation rec{ superposition = stdenv.mkDerivation rec{
pname = "unigine-superposition"; inherit pname version;
version = "1.1";
src = fetchurl { src = fetchurl {
url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run"; url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run";
@ -97,7 +98,7 @@ in
# For that we need use a buildFHSEnv. # For that we need use a buildFHSEnv.
buildFHSEnv { buildFHSEnv {
name = "Superposition"; inherit pname version;
targetPkgs = pkgs: [ targetPkgs = pkgs: [
superposition superposition