lxqt.qtermwidget: use mkDerivation from stdenv

This commit is contained in:
José Romildo 2024-04-18 14:36:16 -03:00
parent e3198ab71f
commit 7102217fce
1 changed files with 3 additions and 2 deletions

View File

@ -1,15 +1,15 @@
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, cmake
, qtbase
, qttools
, lxqt-build-tools
, wrapQtAppsHook
, gitUpdater
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "qtermwidget";
version = "1.4.0";
@ -24,6 +24,7 @@ mkDerivation rec {
cmake
lxqt-build-tools
qttools
wrapQtAppsHook
];
buildInputs = [