From ad4a3074c0b35ff8c414b4794f6e2f179e6b15e9 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Thu, 19 Sep 2019 10:04:54 +0300 Subject: qtcreator: use Qt mkDerivation --- pkgs/development/tools/qtcreator/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/tools/qtcreator/default.nix b/pkgs/development/tools/qtcreator/default.nix index c8f7ccb18d5..7e592bf060a 100644 --- a/pkgs/development/tools/qtcreator/default.nix +++ b/pkgs/development/tools/qtcreator/default.nix @@ -1,9 +1,9 @@ -{ stdenv, fetchurl, fetchgit, fetchpatch, makeWrapper +{ mkDerivation, lib, fetchurl, fetchgit, fetchpatch , qtbase, qtquickcontrols, qtscript, qtdeclarative, qmake, llvmPackages_8 , withDocumentation ? false }: -with stdenv.lib; +with lib; let baseVersion = "4.9"; @@ -21,7 +21,7 @@ let }); in -stdenv.mkDerivation rec { +mkDerivation rec { pname = "qtcreator"; version = "${baseVersion}.${revision}"; -- cgit 1.4.1