Commit graph

43937 commits

Author SHA1 Message Date
Peter Simons 548cce8826 haskell-language-glsl: add version 0.0.2 2014-05-21 23:04:30 +02:00
Austin Seipp 7685754f0f arcanist: Fix license
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-21 15:21:50 -05:00
Austin Seipp 79a0ae902f arcanist: version 20140521
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-21 15:17:52 -05:00
Eelco Dolstra 7fd13ddc66 Set TZDIR for all systemd services
This only matters if a service also overrides the $TZ variable.

Issue #2447.
2014-05-21 18:31:40 +02:00
Luca Bruno 927b385cc9 Fix mumble test: wait for X windows to appear, not only sleep 2014-05-21 18:09:21 +02:00
Rob Vermaas 973fa21b52 Better support for HVM instances. Now the NixOS images can
be used on HVM instances without needing nixops. Previously
the grub setup was incorrect, so a plain 'nixos-rebuild switch'
and a reboot would result in a broken system.

Also added growing of the partition of the root disk in the initrd,
so you can run resize2fs after initial boot, without needing an
extra reboot. This is useful especially for nixops'
deployment.ec2.ebsInitialRootDiskSize option.

(cherry picked from commit 044a24e58b)
2014-05-21 16:37:55 +02:00
Rob Vermaas cdfb8738a4 Use HVM instance for EBS creator, guarantees everything is created in the correct zone.
(cherry picked from commit c9763e20e5)
2014-05-21 16:37:55 +02:00
Rob Vermaas 3da94435c0 Add option ec2.hvm, to set some boot configuration specific for EC2 HVM instances.
(cherry picked from commit 35c76d9173)

Conflicts:
	nixos/modules/virtualisation/amazon-image.nix
2014-05-21 16:37:53 +02:00
Luca Bruno d05e832b14 vlock: add meta and take maintainership 2014-05-21 16:12:33 +02:00
Peter Simons 6eeb989a35 xmobar: re-generate with cabal2nix 2014-05-21 16:12:06 +02:00
Peter Simons 18a82b7da1 haskell-amqp: re-generate with cabal2nix 2014-05-21 16:12:06 +02:00
Peter Simons b1b24494f2 haskell-binary: update to version 0.7.2.1 2014-05-21 16:12:06 +02:00
Peter Simons 8882c77d4b haskell-vector: update to version 0.10.9.2 2014-05-21 16:12:06 +02:00
Luca Bruno 0f51ae90b9 Revert "typescript: add package. Closes #2712"
This reverts commit 93a7cf74b9.
2014-05-21 15:57:34 +02:00
Eelco Dolstra f23231f198 Installer test: Don't wait for dhcpcd if we don't have a network 2014-05-21 15:55:50 +02:00
Eelco Dolstra 784503864b Enable the xf86-video-modesetting driver 2014-05-21 15:55:50 +02:00
Eelco Dolstra ca123bc274 Installer test: Get rid of a warning 2014-05-21 15:55:50 +02:00
Eelco Dolstra c54eb79063 Don't kill unionfs-fuse during shutdown
Killing the daemon backing /nix/store prevents a clean shutdown.  See
http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons/
2014-05-21 15:55:50 +02:00
Eelco Dolstra 5e364503d5 NixOS ISO: Don't use a unionfs for /
We don't need a unionfs on /, we only need a tmpfs.
2014-05-21 15:55:50 +02:00
Eelco Dolstra 48601269a9 test-driver: Set context to include machines created by createMachine 2014-05-21 15:55:50 +02:00
Eelco Dolstra d4ccfe3f6b Don't create /media
It's obsolete - udisks2 uses /run/media/<username>.
2014-05-21 15:55:49 +02:00
Eelco Dolstra f43d9f0164 mkpasswd: Add to channel 2014-05-21 15:55:49 +02:00
Eelco Dolstra 1e2291f23a nixos-install: Fix running it after again the activation script 2014-05-21 15:55:49 +02:00
Jussi Maki 93a7cf74b9 typescript: add package. Closes #2712
Typed superset of JavaScript that compiles to plain JavaScript.

http://www.typescriptlang.org/
2014-05-21 15:21:48 +02:00
Luca Bruno 7a1e2d5a39 evolution 3.12: fix wrapping binaries 2014-05-21 13:40:35 +02:00
Luca Bruno cecd439827 epiphany 3.12: fix wrapping binaries 2014-05-21 13:40:35 +02:00
Luca Bruno 7d0d2e3166 gnome-documents 3.12: fix wrapping binaries 2014-05-21 13:40:35 +02:00
Luca Bruno 09ab3bb6f7 gnome-photos 3.12: fix wrapping binaries 2014-05-21 13:40:35 +02:00
Luca Bruno 6e13cc82df Override glib_networking with gnome 3.12 scope 2014-05-21 13:40:35 +02:00
Luca Bruno e49509a4b1 glib-networking: 2.38.2 -> 2.40.1 2014-05-21 13:40:35 +02:00
Luca Bruno 90eb94d7e8 Override gvfs with gnome 3.12 scope 2014-05-21 13:40:35 +02:00
Luca Bruno 7da235a988 evolution-data-server: use the right gnome3 package set in the service 2014-05-21 13:40:35 +02:00
Luca Bruno 265351051e Override networkmanager GUI packages with gnome 3.12 scope 2014-05-21 13:40:34 +02:00
Eelco Dolstra 48768f3129 NixOS ISO: Set empty root password 2014-05-21 12:04:08 +02:00
Eelco Dolstra e135e6b35b nixos-install: Copy /etc/hosts
http://hydra.nixos.org/build/11130069
2014-05-21 11:20:33 +02:00
Eelco Dolstra 35925d7a76 Fix installer test
The installer now asks the user to set a root password if stdin is a
tty, which doesn't work for an interactive test.

http://hydra.nixos.org/build/11130072
2014-05-21 11:04:45 +02:00
Charles Strahan e5eed8f664 fix mkpasswd: use the git repository
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-20 23:07:15 -05:00
lethalman 1b0b0d3bb2 Merge pull request #2675 from cstrahan/fix-useradd
Fix -G delimiter in call to useradd
2014-05-21 00:40:50 +02:00
lethalman cb8c619697 Merge pull request #2701 from offlinehacker/pkgs/nm-applet/pptp
nm-applet: add support for pptp
2014-05-20 23:49:09 +02:00
Jaka Hudoklin 647b4a579d nm-applet: add support for pptp 2014-05-20 23:29:06 +02:00
lethalman cd4063b99b Merge pull request #2708 from offlinehacker/pkgs/network-manager/gnome3
network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does
2014-05-20 22:44:01 +02:00
Jaka Hudoklin 3673ba6150 network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does
I think this makes sense, because now all the plugins will be gnome3 gtk3
based, the same way nm-applet is.

I also removed networkmanager_pptp_gnome variation of networkmanager_pptp
package, because i think no variation is needed and gnome support should
be on by default like in other packages.
2014-05-20 20:37:29 +02:00
Luca Bruno fdd56d5504 seahorse: add 3.12.2 version 2014-05-20 18:11:31 +02:00
Luca Bruno 7985c6036d gcr: enable vala bindings 2014-05-20 18:11:31 +02:00
Luca Bruno b8de31aa4b gnome-clocks: add 3.12.0 version 2014-05-20 17:15:18 +02:00
Luca Bruno eb8ab149ac gedit: add 3.12.1 version 2014-05-20 17:14:38 +02:00
Luca Bruno b3f1412374 file-roller: add 3.12.2 version 2014-05-20 17:14:00 +02:00
Luca Bruno 25c96caa9c Fix goffice_0_8 after gnome-3 directory renaming 2014-05-20 16:03:11 +02:00
Luca Bruno 84cafa5c5d Fix infinite recursion in gnome3.gnome3... 2014-05-20 16:02:54 +02:00
lethalman 70bf43dcce Merge pull request #2694 from lethalman/gnome3
Gnome 3.12
2014-05-20 15:08:14 +02:00