summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-26 13:53:33 +0100
committerGitHub <noreply@github.com>2021-03-26 13:53:33 +0100
commitd69c3d1e48a8343cdab65fcac31e4326c0c0f4fb (patch)
treeb7ce4866867175995ce949084461df65df4cd2ed /pkgs/applications
parent347a9168aee712703b6add4933164f2a0d8b41f8 (diff)
parent7a4175c8e6d6a8a23f3aaa2945385f01313148d1 (diff)
Merge pull request #117623 from SuperSandro2000/herbluftwm
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 = [