lxqt.qlipper: use mkDerivation from stdenv

This commit is contained in:
José Romildo 2024-04-18 14:35:25 -03:00
parent 9d4f020897
commit e3198ab71f
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,14 @@
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, qtbase
, qttools
, wrapQtAppsHook
, gitUpdater
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "qlipper";
version = "5.1.2";
@ -21,6 +22,7 @@ mkDerivation rec {
nativeBuildInputs = [
cmake
qttools
wrapQtAppsHook
];
buildInputs = [