wmii: format using nixfmt

+20 -15
+20 -15
pkgs/by-name/wm/wmii/package.nix
··· 1 - { lib, stdenv 2 - , fetchFromGitHub 3 - , dash 4 - , libX11 5 - , libXext 6 - , libXft 7 - , libXinerama 8 - , libXrandr 9 - , libXrender 10 - , libixp 11 - , pkg-config 12 - , txt2tags 13 - , unzip 14 - , which 15 }: 16 17 stdenv.mkDerivation rec { ··· 48 rm -rf $out/lib/python* $out/etc/wmii-hg/python 49 ''; 50 51 - nativeBuildInputs = [ pkg-config unzip ]; 52 buildInputs = [ 53 dash 54 libX11
··· 1 + { 2 + lib, 3 + stdenv, 4 + fetchFromGitHub, 5 + dash, 6 + libX11, 7 + libXext, 8 + libXft, 9 + libXinerama, 10 + libXrandr, 11 + libXrender, 12 + libixp, 13 + pkg-config, 14 + txt2tags, 15 + unzip, 16 + which, 17 }: 18 19 stdenv.mkDerivation rec { ··· 50 rm -rf $out/lib/python* $out/etc/wmii-hg/python 51 ''; 52 53 + nativeBuildInputs = [ 54 + pkg-config 55 + unzip 56 + ]; 57 buildInputs = [ 58 dash 59 libX11