herbstluftwm: use small asciidoc

This commit is contained in:
Sandro Jäckel 2021-03-25 23:40:51 +01:00
parent 320763c7aa
commit 7a4175c8e6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, cmake, pkg-config, python3, libX11, libXext, libXinerama, libXrandr, libXft, freetype, asciidoc-full { lib, stdenv, fetchurl, cmake, pkg-config, python3, libX11, libXext, libXinerama, libXrandr, libXft, freetype, asciidoc
, xdotool, xorgserver, xsetroot, xterm, runtimeShell , xdotool, xorgserver, xsetroot, xterm, runtimeShell
, nixosTests }: , nixosTests }:
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
]; ];
depsBuildBuild = [ depsBuildBuild = [
asciidoc-full asciidoc
]; ];
buildInputs = [ buildInputs = [