Commit Graph

34773 Commits

Author SHA1 Message Date
Eelco Dolstra
a5357e80cd Tweak the version string
It's now "<yy>.<mm>pre<commit-count>.<short-hash>"
(e.g. "13.10pre5678.gfedcba") for the unstable branch, and
"<yy>.<mm>.<commit-count>.<short-hash>" (e.g. "13.10.5678.gfedcba")
for stable branches.
2013-10-10 13:28:22 +02:00
Eelco Dolstra
a7824368c2 Fix setting of .version-suffix 2013-10-10 13:28:22 +02:00
Eelco Dolstra
95c98166ec Merge .gitignore files 2013-10-10 13:28:22 +02:00
Eelco Dolstra
c8628e0989 nixos-checkout: Only fetch the Nixpkgs repo 2013-10-10 13:28:22 +02:00
Eelco Dolstra
31203732b3 Update the release expressions and the channel generators 2013-10-10 13:28:22 +02:00
Eelco Dolstra
041da5a6f9 Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
Eelco Dolstra
3293421dd3 Fix references to pkgs/lib 2013-10-10 13:28:22 +02:00
Eelco Dolstra
5fef92c4a0 Move pkgs/lib/ to lib/ 2013-10-10 13:28:21 +02:00
Eelco Dolstra
2a537fb369 Merge the NixOS repository into Nixpkgs 2013-10-10 13:28:21 +02:00
Eelco Dolstra
5c1f8cbc70 Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
Peter Simons
0ae1a8b847 hol: update to version k.8
Committing on behalf of Tom Ridge <tom.j.ridge@googlemail.com>.
2013-10-10 12:00:12 +02:00
Peter Simons
60f9e092e3 gnupg: improve conformance of meta.description to Nixpkgs guidelines 2013-10-10 11:41:21 +02:00
Peter Simons
9f65946e5f all-packages.nix: strip trailing whitespace 2013-10-10 11:40:06 +02:00
Peter Simons
0cd0627989 gnupg: update to version 2.0.22 (fixes CVE-2013-4402) 2013-10-10 11:39:55 +02:00
Peter Simons
6a63106185 gnupg1: support for IDEA is now included by default (the patent has expired) 2013-10-10 11:38:23 +02:00
Moritz Ulrich
282b5ac5f0 dwarf-therapist: New package
Dwarf Therapist is a tool to manage your Dwarves' work orders and
other management stuff.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-10 01:22:23 +02:00
Moritz Ulrich
b98ae36d32 dwarf-fortress: Update to 0.34.11.
Somehow Dwarf Fortress suddenly started failing to use our libpng (or
zlib). I tried all possible combinations (supplying them via
LD_LIBRARY_PATH in the script) but it just won't work.

This solution was found in the Archlinux bug tracker: It just symlinks
all problematic .png files to their .bmp counterparts. It's ugly and
*sadly* breaks tileset support (unless you convert them to bmp) but I
think it's acceptable, as the whole expression is pretty problematic
in terms of purity.

Let's hope the next release of Dwarf Fortress will be easier to
support.

(fixes #710)
2013-10-10 01:21:55 +02:00
Shea Levy
6070bc016b nixos-option --install: Use gummiboot if we're efi-booted
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 15:34:27 -04:00
Karn Kallio
32ebe90fa1 pure: fix build with llvm 3.3 2013-10-09 21:23:37 +02:00
Shea Levy
9a008dc4fd Add test for efi installation
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 14:54:20 -04:00
Shea Levy
7f5e4f5eb8 Update efi install cd
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 14:54:20 -04:00
Shea Levy
f7a1c8c2f5 s/gnu_efi/gnu-efi
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 14:01:36 -04:00
Eelco Dolstra
596a7cbb6d Improve the vboxnet0 service 2013-10-09 19:33:12 +02:00
Eelco Dolstra
e5bcb378fa Add support for multiple system profiles
‘nixos-rebuild’ now accepts an argument ‘--profile-name’ (or ‘-p’),
denoting the name of a system profile to use.  The default is
‘system’, which maps to /nix/var/nix/profiles/system.  Any other value
maps to /nix/var/nix/profiles/system-profiles/<name>.  The GRUB menu
generator makes all system profiles available as submenus.  For
instance, doing

  $ nixos-rebuild boot -p test

will cause a menu named ‘NixOS - Profile 'test'’ to be added to the
GRUB boot menu, leaving the default system profile unaffected.

This is only supported for GRUB 2.
2013-10-09 19:13:26 +02:00
Eelco Dolstra
08f8d9507a Load ext2/ext3/ext on demand in the initrd 2013-10-09 19:11:58 +02:00
Eelco Dolstra
05d2d19311 Load LUKS-related kernel modules on demand 2013-10-09 19:11:47 +02:00
Sander van der Burg
b79c8e64c1 Added owl-deepcopy nodejs package + update other node packages 2013-10-09 18:12:09 +02:00
Shea Levy
f5886feb1e gptfdisk: Update to 0.8.6
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:42:05 -04:00
Shea Levy
74d72d89ea Update edk2 and OVMF
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:30:44 -04:00
Shea Levy
19c7b84799 gnu-efi: Update to 3.0u
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:07:02 -04:00
Shea Levy
e521757f21 Update gummiboot
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 09:52:08 -04:00
Eelco Dolstra
de579ba40b Manual: icecat -> firefox 2013-10-09 15:33:23 +02:00
Eelco Dolstra
58fbf0f18b Fix eval error 2013-10-09 14:30:45 +02:00
Eelco Dolstra
36079454e5 Make it easier to define timer units for services
Systemd services now have a startAt attribute.  If set, NixOS will
automatically emit a timer unit that causes the service to start at
the specified time.  For example:

  systemd.services.foo =
    { script = "... bla bla ...";
      startAt = "02:15";
    };

causes the given script to be started at 02:15 every day.
2013-10-09 14:28:35 +02:00
Eelco Dolstra
87bea0b09e Add more video drivers to the VM image
This might allow it to work in VMware and QEMU.
2013-10-09 13:36:37 +02:00
Eelco Dolstra
3472992188 Only start the VirtualBox guest services if we're in a VirtualBox VM 2013-10-09 13:36:37 +02:00
Eelco Dolstra
d40629ad6d Add the demo user to the vboxsf group to allow mounting of shared folders 2013-10-09 13:36:37 +02:00
Eelco Dolstra
04ca15d840 Don't expand paths during VirtualBox image generation 2013-10-09 13:36:37 +02:00
Lluís Batlle i Rossell
174503945f Updating paraview to 4.0.1. 2013-10-09 09:02:21 +02:00
Evgeny Egorochkin
3767eecd99 kde4: install mysql by default since it's used by akonadi 2013-10-08 17:47:17 +03:00
Rob Vermaas
4b65d6e7a3 Update nixops to 1.1.1 2013-10-08 16:21:15 +02:00
Evgeny Egorochkin
d07d2eb137 torsocks: update to 1.3 2013-10-08 16:59:48 +03:00
Eelco Dolstra
687e0059d5 Generate a VirtualBox appliance (in OVF format) instead of a disk image 2013-10-08 15:40:48 +02:00
Bjørn Forsman
661e5a8f1a asciidocFull: add missing sed + coreutils for a2x wrapper
When making a PDF file I got an error because dblatex couldn't find
sed/uname/mkdir etc. This fixes it.
2013-10-08 14:13:14 +02:00
Rob Vermaas
2066508131 Add argument to oraclejdk to allow installation of Java Cryptography Extension with unlimited strength. User needs to download these themselves, and need to accept a license agreement (Java SE BCL License Agreement) 2013-10-08 11:31:12 +02:00
Eelco Dolstra
21cfef0beb Disable some packages that don't build 2013-10-08 11:12:44 +02:00
Eelco Dolstra
df0d362f31 Fix some more Hydra evaluation errors 2013-10-08 11:07:14 +02:00
viric
446c6daccd Merge pull request #1052 from offlinehacker/xca
Add xca, interface for managing keys like RSA or DSA
2013-10-08 01:56:05 -07:00
Jaka Hudoklin
a19bbd49b7 Add xca, interface for managing keys like RSA or DSA 2013-10-08 09:36:03 +02:00
Cillian de Róiste
bfac9f828e Bugfix: zc_buildout_nix, replace links to eggs in the store which have been gc-ed 2013-10-08 01:51:24 +02:00