Unverified Commit 9db2b2e4 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

tellico: use stdenv.mkDerivation

Part of #180841
parent 7e432843
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ 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 = [