openmw: use qt5's mkDerivation

This commit is contained in:
gnidorah 2019-08-13 20:25:19 +03:00 committed by Bjørn Forsman
parent 741cab4c66
commit f72d2041b7

View file

@ -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 }:
let
@ -10,7 +10,7 @@ let
sha256 = "0admnllxic6dcpic0h100927yw766ab55dix002vvdx36i6994jb";
};
});
in stdenv.mkDerivation rec {
in mkDerivation rec {
version = "0.45.0";
name = "openmw-${version}";