qpwgraph: format using nixpkgs-fmt

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-10-31 23:28:59 +01:00
parent 40d6816648
commit cde59cc242
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -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 {