about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 11:53:43 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 12:00:43 +0200
commit761fc1a45722898e05be5a960eb19432a506b639 (patch)
tree6700850b12e63713a1d3fa24e18220d9ced7e61c /pkgs/applications
parent384d2febfe9e12ca85640f23bc904f0e917f6eac (diff)
downloadnixlib-761fc1a45722898e05be5a960eb19432a506b639.tar
nixlib-761fc1a45722898e05be5a960eb19432a506b639.tar.gz
nixlib-761fc1a45722898e05be5a960eb19432a506b639.tar.bz2
nixlib-761fc1a45722898e05be5a960eb19432a506b639.tar.lz
nixlib-761fc1a45722898e05be5a960eb19432a506b639.tar.xz
nixlib-761fc1a45722898e05be5a960eb19432a506b639.tar.zst
nixlib-761fc1a45722898e05be5a960eb19432a506b639.zip
Remove tabs
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/emacs-24/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix
index 5d6d576af8ea..487fccfa90de 100644
--- a/pkgs/applications/editors/emacs-24/default.nix
+++ b/pkgs/applications/editors/emacs-24/default.nix
@@ -7,8 +7,8 @@
 , withGTK2 ? true, gtk2
 }:
 
-assert (libXft != null) -> libpng != null;	# probably a bug
-assert stdenv.isDarwin -> libXaw != null;	# fails to link otherwise
+assert (libXft != null) -> libpng != null;      # probably a bug
+assert stdenv.isDarwin -> libXaw != null;       # fails to link otherwise
 assert withGTK2 -> withX || stdenv.isDarwin;
 assert withGTK3 -> withX || stdenv.isDarwin;
 assert withGTK2 -> !withGTK3 && gtk2 != null;