mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
parent
7e43284324
commit
9db2b2e441
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user