summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-25 23:40:51 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-25 23:40:51 +0100
commit7a4175c8e6d6a8a23f3aaa2945385f01313148d1 (patch)
treea9af81ebabd68ac14338843dda731e3984af79b4 /pkgs/applications
parent320763c7aa4dc55ce4202a2566a26f564d5f1b9b (diff)
herbstluftwm: use small asciidoc
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/herbstluftwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix
index a1151dcf82e6..ce0b40c0bb76 100644
--- a/pkgs/applications/window-managers/herbstluftwm/default.nix
+++ b/pkgs/applications/window-managers/herbstluftwm/default.nix
@@ -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 = [