openmw: use qt5's mkDerivation
This commit is contained in:
parent
741cab4c66
commit
f72d2041b7
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, qtbase, openscenegraph, mygui, bullet, ffmpeg
|
{ stdenv, mkDerivation, fetchFromGitHub, qtbase, openscenegraph, mygui, bullet, ffmpeg
|
||||||
, boost, cmake, SDL2, unshield, openal, libXt, pkgconfig }:
|
, boost, cmake, SDL2, unshield, openal, libXt, pkgconfig }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -10,7 +10,7 @@ let
|
|||||||
sha256 = "0admnllxic6dcpic0h100927yw766ab55dix002vvdx36i6994jb";
|
sha256 = "0admnllxic6dcpic0h100927yw766ab55dix002vvdx36i6994jb";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in stdenv.mkDerivation rec {
|
in mkDerivation rec {
|
||||||
version = "0.45.0";
|
version = "0.45.0";
|
||||||
name = "openmw-${version}";
|
name = "openmw-${version}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user