mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
obconf: improve code layout
This commit is contained in:
parent
3f682fbe44
commit
e193ece45d
@ -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 New Issue
Block a user