Skip to content

Commit c32996b

Browse files
authored
unigine-superposition: fix fhsenv version (#359966)
2 parents 79a75fa + 8d4851c commit c32996b

File tree

1 file changed

+4
-3
lines changed
  • pkgs/applications/graphics/unigine-superposition

1 file changed

+4
-3
lines changed

pkgs/applications/graphics/unigine-superposition/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
}:
2929

3030
let
31+
pname = "unigine-superposition";
32+
version = "1.1";
3133

3234
superposition = stdenv.mkDerivation rec{
33-
pname = "unigine-superposition";
34-
version = "1.1";
35+
inherit pname version;
3536

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

99100
buildFHSEnv {
100-
name = "Superposition";
101+
inherit pname version;
101102

102103
targetPkgs = pkgs: [
103104
superposition

0 commit comments

Comments
 (0)