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
|
{ lib
|
||||||
, cmake, pkg-config, wrapQtAppsHook
|
, stdenv
|
||||||
, qtbase, qtsvg, qtwayland, alsa-lib, pipewire
|
, fetchFromGitLab
|
||||||
|
, cmake
|
||||||
|
, pkg-config
|
||||||
|
, wrapQtAppsHook
|
||||||
|
, qtbase
|
||||||
|
, qtsvg
|
||||||
|
, qtwayland
|
||||||
|
, alsa-lib
|
||||||
|
, pipewire
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue