mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wmii: format using nixfmt
This commit is contained in:
parent
b797ec84f8
commit
143be24f0d
@ -1,17 +1,19 @@
|
||||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, dash
|
||||
, libX11
|
||||
, libXext
|
||||
, libXft
|
||||
, libXinerama
|
||||
, libXrandr
|
||||
, libXrender
|
||||
, libixp
|
||||
, pkg-config
|
||||
, txt2tags
|
||||
, unzip
|
||||
, which
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
dash,
|
||||
libX11,
|
||||
libXext,
|
||||
libXft,
|
||||
libXinerama,
|
||||
libXrandr,
|
||||
libXrender,
|
||||
libixp,
|
||||
pkg-config,
|
||||
txt2tags,
|
||||
unzip,
|
||||
which,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -48,7 +50,10 @@ stdenv.mkDerivation rec {
|
||||
rm -rf $out/lib/python* $out/etc/wmii-hg/python
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config unzip ];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
unzip
|
||||
];
|
||||
buildInputs = [
|
||||
dash
|
||||
libX11
|
||||
|
Loading…
Reference in New Issue
Block a user