Commit Graph

64498 Commits

Author SHA1 Message Date
Bjørn Forsman
903183d9e4 gtkglextmm: unbreak build
* Add missing build inputs: pangox_compat, libXmu
* Add patch from debian to fix build with newer gtk
2015-06-14 19:53:01 +02:00
Bjørn Forsman
74d5adcb4d nixos: move environment.{variables => sessionVariables}.MODULE_DIR
This solves the problem that modprobe does not know about $MODULE_DIR
when run via sudo, and instead wrongly tries to read /lib/modules/:

  $ sudo strace -efile modprobe foo |& grep modules
  open("/lib/modules/3.14.37/modules.softdep", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  open("/lib/modules/3.14.37/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  open("/lib/modules/3.14.37/modules.alias.bin", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

Without this patch, one would have to use sudo -E (preserves environment
vars). But that option is reserved for sudo users with extra rights
(SETENV), so it's not a solution.

environment.sessionVariables are set by PAM, so they are included in the
environment used by sudo.
2015-06-14 18:56:58 +02:00
Phil Scott
279c426f05 Add Tales of Maj'eyal game. 2015-06-14 17:44:38 +01:00
Jascha Geerds
8ae4d0b1e1 Add mailnag package 2015-06-14 18:31:48 +02:00
Arseniy Seroka
c72bbc5b8e teamviewer: add option to accept license 2015-06-14 18:29:19 +03:00
Domen Kožar
a2deb7a2c9 Merge pull request #8322 from unaizalakain/master
The user specified in the conf should run MPD
2015-06-14 11:41:36 +02:00
Michael Raskin
5d5bb71567 Update PostgreSQL to latest point-releases 2015-06-14 11:37:33 +03:00
Michael Raskin
14e7d5440b Update Sysdig, adding new dependencies 2015-06-14 11:23:56 +03:00
Michael Raskin
f39c3ebf04 Update GlusterFS, adding new dependencies 2015-06-14 11:23:42 +03:00
Michael Raskin
2b35cccc5b Update dd_rescue and switch to bzip2 releases 2015-06-14 11:23:18 +03:00
Michael Raskin
000162daed Update FreeIPMI 2015-06-14 11:22:56 +03:00
Michael Raskin
9c726f502d Update getmail 2015-06-14 11:22:40 +03:00
Michael Raskin
de7c3eef17 Update Asymptote 2015-06-14 11:22:32 +03:00
Michael Raskin
ed145cb07f Update Nginx unstable 2015-06-14 11:22:23 +03:00
Michael Raskin
59126fb3f8 Update golly 2015-06-14 11:22:07 +03:00
Michael Raskin
dc84b5118e Update qpdfview 2015-06-14 11:21:55 +03:00
Michael Raskin
59cbed7a02 Update eudev 2015-06-14 11:21:44 +03:00
Michael Raskin
b32174dcc6 Update SlimerJS 2015-06-14 11:21:36 +03:00
Michael Raskin
2fe7bf8d55 Update CL-Launch 2015-06-14 11:21:27 +03:00
Dan Peebles
10e75453b2 Factor the NixOS channel building code out into its own file, so I can use it elsewhere 2015-06-13 21:55:29 -04:00
Dan Peebles
ebde5fd9d4 Use the right nix when doing things in our amazoninit 2015-06-13 21:26:50 -04:00
Robert Scott
6fa931421e add package for django-pipeline 2015-06-13 23:39:08 +02:00
Unai Zalakain
8811724ec9 The user specified in the conf should run MPD 2015-06-13 23:24:19 +02:00
Siarhei Zirukin
fc964a15cb mpg123: 1.19.0 -> 1.22.2 2015-06-13 23:24:13 +02:00
Arseniy Seroka
52f84a0400 Merge pull request #8320 from cwoac/mediatomb_interfaces
Allow setting mediatomb interface
2015-06-13 22:22:39 +02:00
Oliver Matthews
2434ee4aab Allow setting mediatomb interface 2015-06-13 15:16:28 +00:00
Thomas Tuegel
95b02f6459 kf510.kinit: fix library path 2015-06-13 10:12:13 -05:00
Thomas Tuegel
af6c270b6d pinentry: find moc when qt4 enabled 2015-06-13 10:12:13 -05:00
Thomas Tuegel
64a507bd9b plasma53.plasma-workspace: fix missing paths 2015-06-13 10:12:12 -05:00
Tobias Geerinckx-Rice
c8c15ba95d stress-ng -> 0.04.06
- stess-sysfs: Do not read sysfs files when running as root
2015-06-13 16:38:04 +02:00
Ricardo M. Correia
db30d9dd58 Merge pull request #8312 from maurer/rust-bump
Bump rust package index to more recent version
2015-06-13 16:24:53 +02:00
Tobias Geerinckx-Rice
9f5b9de559 hplip 3.15.4 -> 3.15.6 2015-06-13 16:14:40 +02:00
Thomas Tuegel
5ee56b6424 julia03: fix evaluation on x86_64-darwin 2015-06-13 08:34:46 -05:00
Luca Bruno
eb5b7a28c1 Merge branch 'iconcache' 2015-06-13 15:27:59 +02:00
Luca Bruno
ccb32c96c4 gnome-bluetooth: fix icons on non-nixos 2015-06-13 15:27:45 +02:00
Luca Bruno
481a764f8f dconf-editor: fix icons on non-nixos 2015-06-13 15:22:47 +02:00
Luca Bruno
033605e87f Merge branch 'nixos-subdir'
Conflicts:
	nixos/modules/system/boot/loader/grub/grub.nix
2015-06-13 15:18:12 +02:00
Luca Bruno
c3e832b323 stage-1: mkdir -p /mnt-root, it may be created earlier by some hooks 2015-06-13 15:02:51 +02:00
Luca Bruno
3754de550f nixos/grub: allow customization of the nix store path 2015-06-13 15:02:00 +02:00
Peter Simons
ea3382bb69 haskell-record doesn't pass the Haddock phase. 2015-06-13 11:31:31 +02:00
Peter Simons
5fae046771 darcs: remove all run-time dependencies on GHC and other Haskell libraries 2015-06-13 11:31:31 +02:00
Peter Simons
cd7b1ca000 haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence' 2015-06-13 11:31:31 +02:00
Peter Simons
7e38ad08e7 hackage-packages.nix: update to 008236bc31 with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e 2015-06-13 11:31:12 +02:00
Damien Cassou
e3179ff85f Merge pull request #8313 from DamienCassou/update-pharo-vm-2015-04-30
Update pharo-vm to 2015.04.30
2015-06-13 09:59:10 +02:00
Arseniy Seroka
29dc0342af Merge pull request #8315 from titanous/bump-makemkv
makemkv: 1.9.2 -> 1.9.3
2015-06-13 00:41:22 +02:00
William A. Kennington III
84aad77f54 trousers: Add gcc5 compat 2015-06-12 15:40:48 -07:00
William A. Kennington III
8f60f45eb6 mdadm: add gcc5 compat 2015-06-12 15:40:38 -07:00
Jonathan Rudenberg
52a1ae743b makemkv: 1.9.2 -> 1.9.3 2015-06-12 17:58:27 -04:00
Damien Cassou
bf91d04c51 Update pharo-vm to 2015.04.30 2015-06-12 22:57:30 +02:00
Shea Levy
5ee75e236c apache-kafka: Enable overriding the kafka package 2015-06-12 15:56:06 -04:00