hotspot: use Qt mkDerivation

This commit is contained in:
Fabian Möller 2019-11-11 10:46:30 +01:00
parent 418f5506e3
commit 832ce6942c
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -1,4 +1,5 @@
{ stdenv,
mkDerivation,
cmake,
elfutils,
extra-cmake-modules,
@ -14,7 +15,7 @@
threadweaver,
}:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "hotspot";
version = "1.2.0";