Skip to content

Commit

Permalink
unigine-superposition: fix fhsenv version (#359966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey authored Nov 29, 2024
2 parents 79a75fa + 8d4851c commit c32996b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/graphics/unigine-superposition/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
}:

let
pname = "unigine-superposition";
version = "1.1";

superposition = stdenv.mkDerivation rec{
pname = "unigine-superposition";
version = "1.1";
inherit pname version;

src = fetchurl {
url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run";
Expand Down Expand Up @@ -97,7 +98,7 @@ in
# For that we need use a buildFHSEnv.

buildFHSEnv {
name = "Superposition";
inherit pname version;

targetPkgs = pkgs: [
superposition
Expand Down

0 comments on commit c32996b

Please sign in to comment.