Merge pull request #73210 from B4dM4n/hotspot-wrapqt

hotspot: use Qt mkDerivation
This commit is contained in:
Niklas Hambüchen 2019-11-11 14:10:11 +01:00 committed by GitHub
commit d80a11295d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";