herbstluftwm: use small asciidoc

This commit is contained in:
Sandro Jäckel
2021-03-25 23:40:51 +01:00
parent 320763c7aa
commit 7a4175c8e6

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
, nixosTests }:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
];
depsBuildBuild = [
asciidoc-full
asciidoc
];
buildInputs = [