mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
kcollectd: reformat
This commit is contained in:
parent
1f21ddd4a5
commit
b0cc0cf092
@ -1,19 +1,20 @@
|
||||
{ lib
|
||||
, fetchFromGitLab
|
||||
, mkDerivation
|
||||
, qtbase
|
||||
, cmake
|
||||
, kconfig
|
||||
, kio
|
||||
, kiconthemes
|
||||
, kxmlgui
|
||||
, ki18n
|
||||
, kguiaddons
|
||||
, extra-cmake-modules
|
||||
, boost
|
||||
, shared-mime-info
|
||||
, rrdtool
|
||||
, breeze-icons
|
||||
{
|
||||
lib,
|
||||
fetchFromGitLab,
|
||||
mkDerivation,
|
||||
qtbase,
|
||||
cmake,
|
||||
kconfig,
|
||||
kio,
|
||||
kiconthemes,
|
||||
kxmlgui,
|
||||
ki18n,
|
||||
kguiaddons,
|
||||
extra-cmake-modules,
|
||||
boost,
|
||||
shared-mime-info,
|
||||
rrdtool,
|
||||
breeze-icons,
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user