Commit Graph
62 Commits
Author SHA1 Message Date
Jan Malakhovski d711528c8b pythonPackages: notmuch: revert 6258728, move sourceRoot setting to top-level notmuch
Looks like this is the only way to do what 6258728318
was expected to do that doesn't break things and doesn't look like a complete hack.

The problem is that different `fetch`ers generate very different results (from
archive files to plain source trees) and allowing overriding `src` in top-level
derivation when there is a derived python package is no trivial matter.
2015-03-31 05:36:28 +00:00
Jan Malakhovski 29133753c8 gcc 4.8: add x11Support option so that it would stop evaluating gtk by default 2015-03-29 23:31:37 +00:00
Jan Malakhovski a3e00bf6c4 python 2.7: add x11Support option 2015-03-29 23:30:39 +00:00
Jan Malakhovski 380ee53fff dbus: rename useX11 option into x11Support, cleanup a bit 2015-03-29 23:28:30 +00:00
Jan Malakhovski 1ddc9e4be3 pass: rename withX into x11Support, cleanup a bit 2015-03-29 23:26:13 +00:00
Jan Malakhovski 6b9bb72319 gnupg: add x11Support option 2015-03-29 23:26:13 +00:00
Jan Malakhovski 8591b7b48c conky: add lua-imlib2 and lua-cairo support, add more options, rename old ones so that they would conform to a common standard, make the defaults for a "normal desktop user" 2015-03-29 23:23:29 +00:00
Jan Malakhovski dee84264f1 MPlayerPlugin: use callPackage 2015-03-29 23:21:05 +00:00
Jan Malakhovski c283fddea6 mplayer: cleanup 2015-03-29 23:21:05 +00:00
Jan Malakhovski 6ac68a4c59 sylpheed: cleanup 2015-03-29 23:21:04 +00:00
Jan Malakhovski 47328e663c rss-glx: update 0.8.1 -> 0.9.1, add meta, rename attribute in all-packages 2015-03-26 13:08:28 +00:00
Jan Malakhovski 0bee7429c2 physlock: add version git-20150126 2015-03-26 13:04:51 +00:00
Jan Malakhovski 46aa9361d6 tolua++ (toluapp): add version 1.0.92 2015-03-26 13:03:17 +00:00
Jan Malakhovski 94df35da1f emacs: ghc-mod: add the binary to user environment
This is the correct way to do it, because users will expect to see the same
ghc-mod both in emacs and in shell.
2015-03-26 12:58:39 +00:00
Jan Malakhovski 3e15f6a370 xscreensaver: change patchPhase into preConfigure so that one can use patches, fix a comment 2015-03-26 12:58:39 +00:00
Jan Malakhovski 6258728318 pythonPackages: notmuch: fix sourceRoot so that one can use overrides in top-level notmuch and still have this work 2015-03-26 12:58:39 +00:00
Jan Malakhovski 4cd43bd2ae ocamlnat: use newScope directly 2015-03-26 12:43:43 +00:00
Jan Malakhovski de222a9cee fetchmail: use callPackage 2015-03-26 12:43:43 +00:00
Jan Malakhovski 18127cc1e2 conky: cleanup 2015-03-26 12:43:43 +00:00
Jan Malakhovski 5c6d86540b nixos: use types.enum instead of ad-hoc check in sshd service 2015-03-26 12:43:42 +00:00
Jan Malakhovski dc4fa2da8a nixos: udev: build rules locally 2015-03-26 12:43:42 +00:00
Jan Malakhovski 89bfacdf90 kernel: add a warning/note at the top of common-config so that people would hopefully stop breaking the older kernels 2015-03-26 12:43:42 +00:00
Jan Malakhovski 5990cce95f lib: cleanup a little bit, add traceIf 2015-03-26 12:43:42 +00:00
Jan Malakhovski 6e59fa4941 add meta descriptions to a bunch of emacs packages 2015-03-03 16:02:19 +00:00
Jan Malakhovski 380389bc0b update and convert {apel, flim, semi, wanderlust} to emacs packages 2015-03-03 16:02:18 +00:00
Jan Malakhovski 8dd923a2e4 add smex emacs package 2015-03-03 16:02:18 +00:00
Jan Malakhovski 59ebcccc59 add nyan-mode emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski 34e69a2572 add ido-ubiquitous emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski e7061857c1 add browse-kill-ring emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski de6e14f331 add anzu emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski e3f6e475b7 add agda emacs package wrapper 2015-03-03 16:02:15 +00:00
Jan Malakhovski e4a4e109ba refactor Emacs packages'/modes' builders
This simplifies melpa builder by merging with it my old emacs modes builder,
adds better instructions and support for overrides in emacs-packages.nix,
and renames some emacs-related stuff in all-packages.nix for sanity reasons.

I declare this backwards compatible since direct uses of emacsPackages in
configuration.nix are very unlikely.
2015-03-03 16:02:15 +00:00
Jan Malakhovski a444eff3f2 reorganize emacs related files 2015-03-03 05:31:38 +00:00
Jan Malakhovski 2c32576a91 add emacs-modes/{apel, flim, semi, wanderlust} 2015-03-03 05:31:38 +00:00
Jan Malakhovski 265c1c1472 postfix: make 2.11 the default, nixos: update postfix config for 2.11
postfix 2.11 is much more humane with respect to disk writes since it uses
sockets (which do not change inodes on accesses) instead of fifos (which do).
2015-01-07 15:43:32 +00:00
Jan Malakhovski e4859ddd95 qastools: add version 0.18.1 2015-01-07 15:43:01 +00:00
Jan Malakhovski b6646f7ba7 nixos: make zsh use fcntl for locking history files by default
Without this zsh creates and then unlinks .lock files at each interactive
input line, which is inhumane with respect to disk.
2015-01-07 15:43:01 +00:00
Jan Malakhovski 8cc5279b70 sylpheed: actually enable gpg support 2015-01-07 11:08:58 +00:00
Jan Malakhovski 774486a149 linux kernel: set VFIO_PCI_VGA to y for versions > 3.9
This allows to passthrough PCI video adapters to KVM virtual machines.
VFIO_PCI is set to `m` by default, which means this will not affect
non-users.
2015-01-07 11:08:58 +00:00
Jan Malakhovski 26a4001a98 nixos: add setuid wrappers for some networked filesystems' helpers
So that `user` mount option would work allowing normal users to mount
and umount stuff marked with it in `fileSystems.<name>.options`.
2014-09-01 10:33:48 +04:00
Jan Malakhovski 8c9b6d932a nixos: add dhcpcd.persistent option 2014-09-01 10:33:48 +04:00
Jan Malakhovski 99243a5c51 nixos: add atftpd service 2014-09-01 10:33:48 +04:00
Jan Malakhovski 8f50d803ef nixos: add support for mkhomedir in PAM 2014-09-01 10:33:48 +04:00
Jan Malakhovski 0ea84c4445 minor fix in documentation
Signed-off-by: Domen Kožar <domen@dev.si>
2014-06-26 11:13:15 +02:00
Jan Malakhovski 37c7d024ef nixos: change EDITOR and PAGER environment variables to mkDefaults
Signed-off-by: Domen Kožar <domen@dev.si>
2014-06-25 17:07:10 +02:00
Jan Malakhovski a8db8e15e6 add haskellPackages.ixdopp 2014-02-07 16:46:21 +00:00
Jan Malakhovski 515d4ad8fe add haskellPackages.preprocessorTools (0.1.3 and 1.0.1) 2014-02-07 12:05:54 +00:00
Jan Malakhovski f5de6b8fc8 updates: mr, vcsh and transmission-remote-gtk
- mr: copy some more stuff to output
- add vcsh package
- transmission-remote-gtk: 1.0.1 -> 1.1.1
2014-02-06 23:37:53 +00:00
Jan Malakhovski ffa4b28dce Add support for Zsh as an alternative (or not) default (or not) interactive shell. 2013-09-23 17:06:26 +00:00
Jan Malakhovski b3f4040512 Radically change the way NixOS handles environment variables and make it possible not to use Bash as the default interactive shell.
This change does two things:

* "NixOSizes" environment variables generation. This allows some more
  error-checking and opens possibilities for a modular environment
  configuration. From now on the most of environment variables are
  generated directly by the nix code. Generating sh code that
  generates environment variables is left in a few places where
  nontrivial access to a local environment state is needed.
* By doing the first change this patch untangles bash from the
  environment configuration and makes it trivial to add a support for
  other non bash-compatible shells.

Now to the sad part. This change is quite large (and I'm not sure it's
possible to split it) and yet is not quite complete, it needs some
changes to nixpkgs to be perfect.
See !!! comments in modules/config/shells-environment.nix.

Main principle behind this change is "change environment generation
and nothing else". In particular, shell configuration principles stay
exactly the same as before.
2013-09-23 16:55:25 +00:00
Jan Malakhovski af2382606c bind: allow forwarders to differ from nameservers 2013-09-17 01:21:17 +00:00
Jan Malakhovski afcda36c46 mplayer: add fontconfig support 2013-08-26 19:16:18 +00:00
Jan Malakhovski 16972d2415 screen: fix some annoying bugs by importing patches from ArchLinux 2013-03-17 12:24:49 +00:00
Jan Malakhovski 33379ae58a cmus: update to 2.5.0
This version builds with current ffmpeg.
CUE support is nice too.
2013-03-14 13:50:29 +00:00
Jan Malakhovski 4b041ea0b7 xbmc: add version 11 2013-01-05 23:33:50 +01:00
Jan Malakhovski 33ea74f9b6 ffmpeg: show vdpauSupport to the world 2013-01-05 23:33:50 +01:00
Jan Malakhovski 4e64755b9d wacom: add USB tablet support
To be honest, it's more like "be less discriminating against USB tablets".
USB tablets usually get autodetected, device name is not necessary and defaulting to a serial touchscreen is a clear discrimination.
Unconditionally remapping buttons is generally not a good idea either.
Old defaults transformed into examples.
2013-01-05 19:38:23 +00:00
Jan Malakhovski e00c03101f anki: add version 2.0.3 2013-01-04 03:48:47 +00:00
Jan Malakhovski ef926f21e6 maildrop: add version 2.6.0 2013-01-04 03:07:46 +00:00
Jan Malakhovski 179b1bd294 Add package enca 1.13 to tools/text 2012-08-08 03:58:17 +04:00
Jan Malakhovski da7408e105 xen: Support PCI passthrough.
Previous commit reverted Xen back to 4.0.3 because xend from 4.1.* and newer
hangs for unknown reasons.
The new "xl" toolstack from 4.1.* and unstable works, yet PCI passthrough is not
supported by xl in 4.1.* and is broken in the unstable.

With this patch I was able to passthrough ATI Radeon HD 6950 without 3D
acceleration, though, to both Linux and Windows guests. Which is the best
archived result with Xen PCI passthrough on NixOS after trying out all possible
Xen versions.
Same VGA card works fine if passed through into a guest with KVM (acceleration,
GPGPU, everything works). I should have tried KVM from the start.
2012-08-08 03:16:57 +04:00
Jan Malakhovski bff9f2720f Revert "xen: update to version 4.1.2"
This reverts commit af32fd6ce3.
2012-08-08 02:30:25 +04:00