tellico: use stdenv.mkDerivation

Part of #180841
This commit is contained in:
Nikolay Korotkiy 2024-10-20 02:40:55 +04:00
parent 7e43284324
commit 9db2b2e441
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,4 +1,5 @@
{ lib { lib
, stdenv
, fetchFromGitLab , fetchFromGitLab
, mkDerivation , mkDerivation
, cmake , cmake
@ -20,9 +21,10 @@
, qtwebengine , qtwebengine
, solid , solid
, taglib , taglib
, wrapQtAppsHook
}: }:
mkDerivation rec { stdenv.mkDerivation rec {
pname = "tellico"; pname = "tellico";
version = "4.0.1"; version = "4.0.1";
@ -39,6 +41,7 @@ mkDerivation rec {
extra-cmake-modules extra-cmake-modules
kdoctools kdoctools
makeWrapper makeWrapper
wrapQtAppsHook
]; ];
buildInputs = [ buildInputs = [