hotspot: use Qt mkDerivation
This commit is contained in:
parent
418f5506e3
commit
832ce6942c
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user