obconf: improve code layout
This commit is contained in:
parent
3f682fbe44
commit
e193ece45d
1 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,16 @@
|
|||
{ lib, stdenv, fetchgit, autoreconfHook, pkg-config, gtk3, openbox,
|
||||
imlib2, libxml2, libstartup_notification, wrapGAppsHook, libSM }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchgit
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, wrapGAppsHook
|
||||
, gtk3
|
||||
, imlib2
|
||||
, libSM
|
||||
, libstartup_notification
|
||||
, libxml2
|
||||
, openbox
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "obconf";
|
||||
|
|
Loading…
Reference in a new issue