mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +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,
|
{ lib
|
||||||
imlib2, libxml2, libstartup_notification, wrapGAppsHook, libSM }:
|
, stdenv
|
||||||
|
, fetchgit
|
||||||
|
, autoreconfHook
|
||||||
|
, pkg-config
|
||||||
|
, wrapGAppsHook
|
||||||
|
, gtk3
|
||||||
|
, imlib2
|
||||||
|
, libSM
|
||||||
|
, libstartup_notification
|
||||||
|
, libxml2
|
||||||
|
, openbox
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "obconf";
|
pname = "obconf";
|
||||||
|
Loading…
Reference in New Issue
Block a user