unigine-superposition: fix fhsenv version
This commit is contained in:
parent
73b6cbce5c
commit
8d4851c6f2
@ -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";
|
||||
@ -97,7 +98,7 @@ in
|
||||
# For that we need use a buildFHSEnv.
|
||||
|
||||
buildFHSEnv {
|
||||
name = "Superposition";
|
||||
inherit pname version;
|
||||
|
||||
targetPkgs = pkgs: [
|
||||
superposition
|
||||
|
Loading…
Reference in New Issue
Block a user