We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a75fa + 8d4851c commit c32996bCopy full SHA for c32996b
pkgs/applications/graphics/unigine-superposition/default.nix
@@ -28,10 +28,11 @@
28
}:
29
30
let
31
+ pname = "unigine-superposition";
32
+ version = "1.1";
33
34
superposition = stdenv.mkDerivation rec{
- pname = "unigine-superposition";
- version = "1.1";
35
+ inherit pname version;
36
37
src = fetchurl {
38
url = "https://assets.unigine.com/d/Unigine_Superposition-${version}.run";
@@ -97,7 +98,7 @@ in
97
98
# For that we need use a buildFHSEnv.
99
100
buildFHSEnv {
- name = "Superposition";
101
102
103
targetPkgs = pkgs: [
104
superposition
0 commit comments