qpwgraph: format using nixpkgs-fmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
40d6816648
commit
cde59cc242
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
|||
{ lib, stdenv, fetchFromGitLab
|
||||
, cmake, pkg-config, wrapQtAppsHook
|
||||
, qtbase, qtsvg, qtwayland, alsa-lib, pipewire
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, cmake
|
||||
, pkg-config
|
||||
, wrapQtAppsHook
|
||||
, qtbase
|
||||
, qtsvg
|
||||
, qtwayland
|
||||
, alsa-lib
|
||||
, pipewire
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue