summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
...
* linux/kernel/manual-config: Properly set env vars referencing $outShea Levy2012-07-29
|
* The kernel build needs hostname and perlShea Levy2012-07-29
|
* Add first attempt at linux/kernel/manual-config.Shea Levy2012-07-29
| | | | | | | | The goal of this function is to make it possible to build a kernel with a user provided .config. As a secondary goal, it will extract NixOS-relevant features from the config automatically. As a tertiary goal, the build will aim to be simpler than the current generic kernel builder.sh. Unfortunately, that simplicity is offset by the complexity of the feature extraction, especially since nix segfaults when trying to split the file into lines (so an import from a derivation is used)
* nvidia-x11: Update to 304.22Eelco Dolstra2012-07-26
| | | | | Now with glorious Xrandr 1.2/1.3 support! No more need to nvidia-settings!
* nvidia-legacy-173: Updating to 173.14.35Lluís Batlle i Rossell2012-07-26
| | | | I also add gdk_pixbuf; otherwise nvidia-settings does not start.
* linux: Update to 3.2.24Eelco Dolstra2012-07-26
|
* sysvinit: Don't install mountpoint and wallEelco Dolstra2012-07-25
| | | | These are already provided by util-linux.
* shadow: Don't install ‘groups’Eelco Dolstra2012-07-25
| | | | Coreutils already provides this command.
* shadow: Update to 4.1.5.1Eelco Dolstra2012-07-25
| | | | Fixes CVE-2005-4890 and CVE-2011-0721.
* ipw2100-fw: Drop runtime dependency on binutils etc.Eelco Dolstra2012-07-25
|
* upower: Update to 0.9.17Eelco Dolstra2012-07-24
|
* kbd: Update to 1.15.3Eelco Dolstra2012-07-24
|
* kbd: Hard-code the path to gzip/bzip2Eelco Dolstra2012-07-24
| | | | This is necessary for systemd-vconsole-setup.service in systemd.
* linux-3.5: Enable XEN_DOM0 supportShea Levy2012-07-24
|
* Add linux-3.5Shea Levy2012-07-22
|
* systemd: Use an interface version, just like we have for UpstartEelco Dolstra2012-07-22
|
* systemd: Update to 187Eelco Dolstra2012-07-20
|
* linux-3.4: update to 3.4.6Mathijs Kwik2012-07-20
|
* sysklogd: Support systemd socket-based activationEelco Dolstra2012-07-19
| | | | | | Syslogd cannot open /dev/log directly but must receive syslog messages from systemd (http://www.freedesktop.org/wiki/Software/systemd/syslog). The patch adds support for that.
* libcap: Update to 2.22Eelco Dolstra2012-07-19
| | | | Systemd requires the recent CAP_SYSLOG capability.
* Fix broadcom_sta for linux-3.4 and clean nix source.Vladimír Čunát2012-07-19
| | | | | Idea from Kevin Quick, implementation from Gentoo. Also cleaned and added a minor license patch from Gentoo. Builds for many x86_64 kernels.
* Fix style: The meta.description field should be capitalised (niksnut)Cillian de Róiste2012-07-18
|
* Add the sha256 for xf86-video-nestedCillian de Róiste2012-07-18
|
* Pin xf86-video-nested to a revision that works with Xorg 7.6Cillian de Róiste2012-07-18
|
* Add xf86-video-nestedCillian de Róiste2012-07-18
| | | | This does not yet compile. I had a working version from an obsolete github repo, but then found the upstream repo. Perhaps it needs a newer Xorg.
* Fix dmraid buildEelco Dolstra2012-07-18
| | | | http://hydra.nixos.org/build/2842473
* linux-3.4: Update to 3.4.5Shea Levy2012-07-16
|
* Fix the hardcoded /usr/local path in the debug ffado-diag, diagnostic scriptCillian de Róiste2012-07-15
|
* linux: Update to 3.2.23Eelco Dolstra2012-07-14
|
* linux-3.4: Add the improved transaction scheduler for USB 2.0Shea Levy2012-07-14
| | | | This is needed for new Apple trackpads
* Linux 3.4: Enable options to make b43 work with bcm4331Shea Levy2012-07-13
|
* The word is spelled 'licenses', not 'lisences'Shea Levy2012-07-13
|
* Add b43-firmware-5.100.138Shea Levy2012-07-13
| | | | Placed into a versioned nix file because kernels older than 3.2 need an older version.
* Add b43-firmware-cutterShea Levy2012-07-13
|
* mountall: strip trailing whitespacePeter Simons2012-07-10
|
* linux: Update to 3.2.22Eelco Dolstra2012-07-10
|
* Revert "qemu-kvm: update to 1.1.0"Eelco Dolstra2012-07-08
| | | | | | | | | | | | | | | This reverts commit df645c22cc8931f076c2c9fa4a982368633d83e9. KVM 1.1.0 breaks several VM builds. The NixOS installer tests hang: http://hydra.nixos.org/build/2763935 but worse, some builds give random failures indicating corruption: http://hydra.nixos.org/build/2776221 http://hydra.nixos.org/build/2776180 http://hydra.nixos.org/build/2769347 http://hydra.nixos.org/build/2769337
* systemd: Update to 186Eelco Dolstra2012-07-05
|
* qemu-kvm: update to 1.1.0Eelco Dolstra2012-07-05
|
* Linux no-xsave.patch: commit patch into Nixpkgs since fetchurl no longer worksPeter Simons2012-07-02
| | | | Patch submitted by Jan Malakhovski <oxij@oxij.org>.
* ati-drivers: update download URLPeter Simons2012-07-02
| | | | Patch submitted by Jan Malakhovski <oxij@oxij.org>.
* psmisc: update to version 22.19Peter Simons2012-07-02
| | | | Patch submitted by Jan Malakhovski <oxij@oxij.org>.
* busybox: Update to 1.20.1Eelco Dolstra2012-06-28
|
* amd-ucode: add AMD processor microcode patch version 2012-01-17Peter Simons2012-06-28
| | | | Enable by adding "hardware.firmware = [ pkgs.amdUcode ];" to configuration.nix.
* linux perf: Allowing perf to build with its gtk interface.Lluís Batlle i Rossell2012-06-27
| | | | Disabled by default, it can be enabled using overrides.
* linux kernel: 3.4.2 -> 3.4.4Mathijs Kwik2012-06-24
|
* klibc: Fix URLEelco Dolstra2012-06-22
| | | | | | P.S. the only reason we need klibc is because of the "nfsmount" program in the initrd. But I'm pretty sure we can use Busybox's mount command there.
* * Linux 3.2.21.Eelco Dolstra2012-06-20
| | | | svn path=/nixpkgs/trunk/; revision=34570
* * Fix the gid for /dev/pts/ ttys.Eelco Dolstra2012-06-19
| | | | svn path=/nixpkgs/trunk/; revision=34566
* * Enable devtmpfs since recent udev (systemd) versions need it.Eelco Dolstra2012-06-19
| | | | svn path=/nixpkgs/trunk/; revision=34565