summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-11-22 21:09:14 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-11-23 02:24:12 +0100
commitf983743d7521fd880e3a8623c0068dc844221ba2 (patch)
tree676a62fc05f02505582a1151a321a3f9e361fd67 /nixos/modules/profiles/base.nix
parent5a184be96f87d647f4261d83f32d08ae2f1a7403 (diff)
downloadnixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar.gz
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar.bz2
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar.lz
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar.xz
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.tar.zst
nixpkgs-f983743d7521fd880e3a8623c0068dc844221ba2.zip
w3m-nox: use imlib2 without X11 support
Also, the minimal live CD previously installed both the X11 and
non-X11 versions (through services.nixosManual) of w3m.
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index d980c298ffc..f90d0d992ec 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -7,7 +7,7 @@
   # Include some utilities that are useful for installing or repairing
   # the system.
   environment.systemPackages = [
-    pkgs.w3m # needed for the manual anyway
+    pkgs.w3m-nox # needed for the manual anyway
     pkgs.testdisk # useful for repairing boot problems
     pkgs.mssys # for writing Microsoft boot sectors / MBRs
     pkgs.efibootmgr