Vladimír Čunát
b44d846990
udev: complete rework
...
- systemd puts all into one output now (except for man),
because I wasn't able to fix all systemd/udev refernces
for NixOS to work well
- libudev is now by default *copied* into another path,
which is what most packages will use as build input :-)
- pkgs.udev = [ libudev.out libudev.dev ]; because there are too many
references that just put `udev` into build inputs (to rewrite them all),
also this made "${udev}/foo" fail at *evaluation* time
so it's easier to catch and change to something more specific
2015-10-04 10:03:53 +02:00
Vladimír Čunát
54eef65533
libcap*: fix with multiple outputs
...
I don't think we need the license file in each of these,
so I only left it with the library (it isn't big).
2015-10-04 09:49:19 +02:00
Vladimír Čunát
9d19ac7d0d
apparmor: fixup to use some multiple-output paths
2015-10-03 16:37:26 +02:00
Vladimír Čunát
f361938b21
Merge staging into closure-size
...
This makes gcc5 the default builder, etc.
2015-10-03 15:23:13 +02:00
Tuomas Tynkkynen
09637ac363
kernel: Don't propagate the dev output
...
The current default multiple-output propagation rules don't seem to work
too well if the dev output isn't the first one; without this we get an
unnecessary runtime reference to the kernel headers.
2015-10-03 14:08:55 +02:00
Tuomas Tynkkynen
0b5353b319
kbd: Reference correct output of bzip2
2015-10-03 14:08:52 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
William A. Kennington III
2ef6508c7f
Merge branch 'master.upstream' into staging.post-15.06
2015-10-02 12:41:09 -07:00
William A. Kennington III
ed71860928
Merge branch 'staging.upstream' into staging.post-15.06
2015-10-02 12:41:04 -07:00
Renzo Carbonara
4902ec1c78
nvidiabl: fix for kernel >= 4 ( close #10174 )
2015-10-02 12:31:37 +02:00
Thomas Strobel
9e33e2365e
miraclecast: init at 0.0-git-20151002
2015-10-02 12:16:37 +02:00
Thomas Strobel
26150153ba
systemd: add option to build with "--enable-kdbus"
2015-10-02 12:16:27 +02:00
Eelco Dolstra
277d44f8fb
linux: Update to 3.14.54
2015-10-02 12:02:27 +02:00
Vladimír Čunát
33373d939a
Merge: staging with systemd
2015-10-02 10:24:41 +02:00
William A. Kennington III
98172435f7
Merge branch 'master.upstream' into staging.upstream
2015-10-01 10:43:44 -07:00
Thomas Strobel
c720f06f7c
linux kernel common config: re-enable NFC support
...
As test, Linux kernels were build successfully with NFC support for 3.18.x and
for 4.1.x.
2015-10-01 17:53:51 +02:00
Eelco Dolstra
b23038dd80
Merge remote-tracking branch 'origin/master' into systemd-219
2015-10-01 14:17:46 +02:00
Jude Taylor
0870c09854
darwin purity: emacs-24.5-mac
2015-09-30 17:14:43 -07:00
William A. Kennington III
e7bb9e1023
Merge branch 'master.upstream' into staging.upstream
2015-09-30 13:26:04 -07:00
William A. Kennington III
647671bc53
bluez5: 5.33 -> 5.35
2015-09-30 13:23:18 -07:00
William A. Kennington III
e45e777c37
kernel: Remove uneeded patch for 4.2
2015-09-29 17:47:18 -07:00
Tobias Geerinckx-Rice
7e3bd2e86d
mcelog: build in parallel
2015-09-30 02:29:51 +02:00
Tobias Geerinckx-Rice
fc381c5e0c
mcelog: 127 -> 128
...
Fix spurious assertion when parsing sysfs.
2015-09-30 02:29:51 +02:00
William A. Kennington III
05fd70b4be
kernel: 4.2.1 -> 4.2.2
2015-09-29 15:57:30 -07:00
William A. Kennington III
40773c7605
kernel: 4.1.8 -> 4.1.9
2015-09-29 15:57:29 -07:00
William A. Kennington III
271972de0a
Merge branch 'master.upstream' into staging.upstream
2015-09-29 15:54:33 -07:00
Charles Strahan
597d191844
eventstat: init at 0.02.02
2015-09-29 15:45:09 -04:00
Eelco Dolstra
0e3c1e31b1
Remove zfs-git and spl-git
...
See https://github.com/NixOS/nixpkgs/pull/10042#commitcomment-13422343 .
2015-09-29 14:54:12 +02:00
Tobias Geerinckx-Rice
87989f0e2f
mcelog: fix --version
output ("unknown" -> "127")
2015-09-29 03:35:55 +02:00
Tobias Geerinckx-Rice
d53cb31426
mcelog: 126 -> 127
2015-09-29 03:28:54 +02:00
Eelco Dolstra
506463e06c
sysstat: Update to 11.0.7
2015-09-28 15:46:24 +02:00
Lengyel Balázs
c67efeb616
wpa_supplicant: 2.4 -> 2.5
2015-09-28 13:29:01 +02:00
Paul Colomiets
84c0098117
Unprivileged overlayfs mounts kernel patch from ubuntu
...
This allows to create overlayfs mounts by unprivileged containers (i.e.
in user and mount namespace). It's super-useful for containers.
The patch is trivial as I understand from the patch description it's
does not have security implications (on top of what user namespaces
already have). And it's enabled in ubuntu long time ago. Here is a proof:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1357025
2015-09-26 00:42:16 +03:00
Eric Seidel
86b1a18721
Merge pull request #9405 from zimbatm/darwin-listing
...
Restore the listing of Darwin packages.
2015-09-25 13:50:44 -07:00
William A. Kennington III
de514ea334
llvm2: 2.02.128 -> 2.02.132
2015-09-24 16:15:31 -07:00
William A. Kennington III
2dc9cb1120
libcap-ng: 0.7.3 -> 0.7.7
...
Also support swig + python bindings
2015-09-23 20:49:19 -07:00
William A. Kennington III
5cfe893cc4
Merge commit '2d464f75ed46869b5942c4b479772a0367b30608' into master.upstream
...
This is a partial commit from staging in an attempt to make merges
smaller.
2015-09-23 14:35:36 -07:00
William A. Kennington III
40396584eb
kernel: 4.2 -> 4.2.1
2015-09-23 12:29:59 -07:00
William A. Kennington III
d5c7b265f7
kernel: 4.1.7 -> 4.1.8
2015-09-23 12:29:59 -07:00
William A. Kennington III
97200b7808
kernel: 3.14.52 -> 3.14.53
2015-09-23 12:29:59 -07:00
William A. Kennington III
397f806453
kernel: 3.12.47 -> 3.12.48
2015-09-23 12:29:59 -07:00
William A. Kennington III
284ea9295e
kernel: 3.10.88 -> 3.10.89
2015-09-23 12:29:59 -07:00
Arseniy Seroka
c405f22266
Merge pull request #10016 from cleverca22/master
...
open-iscsi: 2.0-871 -> 2.0-873
2015-09-23 19:56:31 +03:00
michael bishop
efa5b92bfc
open-iscsi: 2.0-871 -> 2.0-873
...
remove the kernel patch, since the package no longer builds the module, its already in the kernel
move it from the kernel function to the main all-packages list
2015-09-23 12:31:41 -03:00
Vladimír Čunát
76ef7a93e3
Merge: xlibs and x11 attribute cleanup
...
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
William A. Kennington III
b3075b3087
pam_u2f: 0.0.1 -> 1.0.1
2015-09-22 23:25:55 -07:00
William A. Kennington III
9fbbbd5b68
linux-testing: Update to 4.3.0-rc2
2015-09-21 14:38:49 -07:00
Eelco Dolstra
01f19f54e0
Merge remote-tracking branch 'origin/master' into systemd-219
...
Conflicts:
pkgs/os-specific/linux/systemd/fixes.patch
pkgs/os-specific/linux/upower/0.99.nix
pkgs/top-level/all-packages.nix
2015-09-21 12:57:30 +02:00
William A. Kennington III
3fcbd5a829
Merge branch 'master.upstream' into staging.upstream
2015-09-20 14:54:53 -07:00
Jude Taylor
8a1b8a5b0a
alias libtool to darwin.cctools on darwin
2015-09-20 13:08:38 -07:00