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
, stdenv
, fetchFromGitLab
, mkDerivation
, cmake
@ -20,9 +21,10 @@
, qtwebengine
, solid
, taglib
, wrapQtAppsHook
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "tellico";
version = "4.0.1";
@ -39,6 +41,7 @@ mkDerivation rec {
extra-cmake-modules
kdoctools
makeWrapper
wrapQtAppsHook
];
buildInputs = [