xwallpaper: formatting fix
This commit is contained in:
parent
4008f2c6ea
commit
cff6e7b161
|
@ -1,5 +1,14 @@
|
|||
{ stdenv, fetchFromGitHub, pkg-config, autoreconfHook, pixman, xcbutil, xcbutilimage
|
||||
, libjpeg, libpng, libXpm }:
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, autoreconfHook
|
||||
, pixman
|
||||
, xcbutil
|
||||
, xcbutilimage
|
||||
, libjpeg
|
||||
, libpng
|
||||
, libXpm
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xwallpaper";
|
||||
|
|
Loading…
Reference in New Issue