about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/afterstep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/afterstep/default.nix')
-rw-r--r--pkgs/applications/window-managers/afterstep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/afterstep/default.nix b/pkgs/applications/window-managers/afterstep/default.nix
index 4bc757f27212..e344bbdf558d 100644
--- a/pkgs/applications/window-managers/afterstep/default.nix
+++ b/pkgs/applications/window-managers/afterstep/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
     export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config dbus-1 --cflags)"
   '';
 
-  # Parallel build fails due to missing dependencies between private libaries:
+  # Parallel build fails due to missing dependencies between private libraries:
   #   ld: cannot find ../libAfterConf/libAfterConf.a: No such file or directory
   # Let's disable parallel builds until it's fixed upstream:
   #   https://github.com/afterstep/afterstep/issues/8