Commit e7d4c70b authored by aleksana's avatar aleksana
Browse files

gmrun: format with nixfmt-rfc-style

parent ad22c750
Loading
Loading
Loading
Loading
+18 −6
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, glib, gtk2, pkg-config, popt }:
{
  lib,
  stdenv,
  fetchurl,
  glib,
  gtk2,
  pkg-config,
  popt,
}:

let
  version = "0.9.2";
@@ -14,7 +22,11 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ glib gtk2 popt ];
  buildInputs = [
    glib
    gtk2
    popt
  ];

  doCheck = true;