wmii: format using nixfmt

This commit is contained in:
Noa Aarts 2024-11-13 21:39:45 +01:00
parent b797ec84f8
commit 143be24f0d
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -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