Commit 1f3dcfb1 authored by aleksana's avatar aleksana
Browse files

jalv: format with nixfmt-rfc-style

parent 30d7a3f7
Loading
Loading
Loading
Loading
+30 −5
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, gtk2, libjack2, lilv, lv2, pkg-config, python3
, serd, sord , sratom, suil, wafHook }:
{
  lib,
  stdenv,
  fetchurl,
  gtk2,
  libjack2,
  lilv,
  lv2,
  pkg-config,
  python3,
  serd,
  sord,
  sratom,
  suil,
  wafHook,
}:

stdenv.mkDerivation rec {
  pname = "jalv";
@@ -10,9 +24,20 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-ktFBeBtmQ3MgfDQ868XpuM7UYfryb9zLld8AB7BjnhY=";
  };

  nativeBuildInputs = [ pkg-config wafHook ];
  nativeBuildInputs = [
    pkg-config
    wafHook
  ];
  buildInputs = [
    gtk2 libjack2 lilv lv2 python3 serd sord sratom suil
    gtk2
    libjack2
    lilv
    lv2
    python3
    serd
    sord
    sratom
    suil
  ];

  meta = with lib; {