about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2019-11-11 10:46:30 +0100
committerFabian Möller <fabianm88@gmail.com>2019-11-11 10:46:30 +0100
commit832ce6942c608b97ef0362f36846ecaa7767c491 (patch)
tree55ec5604170bc1cdd34e27830beea284aae9997c /pkgs/development/tools/analysis
parent418f5506e3e3cb808265f304040dc2949b0ff2bb (diff)
downloadnixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar.gz
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar.bz2
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar.lz
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar.xz
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.tar.zst
nixlib-832ce6942c608b97ef0362f36846ecaa7767c491.zip
hotspot: use Qt mkDerivation
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/hotspot/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/hotspot/default.nix b/pkgs/development/tools/analysis/hotspot/default.nix
index 89ffbff3db71..fc7cd2ffe193 100644
--- a/pkgs/development/tools/analysis/hotspot/default.nix
+++ b/pkgs/development/tools/analysis/hotspot/default.nix
@@ -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";