Commit Graph

52043 Commits

Author SHA1 Message Date
Michael Raskin
4ef5bd9918 Update Pipelight: both Wine version and Pipelight distribution 2014-11-02 23:51:58 +03:00
Michael Raskin
815bbfb852 Update GlusterFS 2014-11-02 23:51:58 +03:00
Michael Raskin
9c458ad8d4 Update Wine-unstable 2014-11-02 23:51:58 +03:00
Michael Raskin
b6c0e1825b Update FreeIPMI 2014-11-02 23:51:58 +03:00
Michael Raskin
f3b947bfeb Update Firejail 2014-11-02 23:51:58 +03:00
Michael Raskin
79254bba65 Update SysDig 2014-11-02 23:51:58 +03:00
Michael Raskin
ec186d5f16 Update Angelscript 2014-11-02 23:51:58 +03:00
Michael Raskin
1b49e78cd4 Update Regina interpreter 2014-11-02 23:51:57 +03:00
Michael Raskin
8ca56c816d Update ASDF 2014-11-02 23:51:57 +03:00
Edward Tjörnhammar
942085daab Merge pull request #4556 from edwtjo/elastic-river-twitter
elasticsearchPlugins.elasticsearch_river_twitter: added package
2014-11-02 21:38:12 +01:00
Arseniy Seroka
2b61f0b204 Merge pull request #4772 from abbradar/lbzip2
lbzip2: add package
2014-11-02 22:38:39 +03:00
Arseniy Seroka
263e891a4a Merge pull request #4785 from j-keck/master
sbt: update to version 0.13.6
2014-11-02 22:36:40 +03:00
j-keck
129cde946b sbt: update to version 0.13.6 2014-11-02 20:03:57 +01:00
Michael Raskin
db7d2c753e Update SBCL to 1.2.5 2014-11-02 21:52:11 +03:00
Luca Bruno
cb2752721e mysql: use another download url, cdn.mysql.com is slow after 30% 2014-11-02 18:26:38 +01:00
Bob van der Linden
b7f6a138b1 nixos: installation: make installation ISOs USB bootable 2014-11-02 17:35:16 +01:00
Bob van der Linden
455db168b3 nixos: iso-image: use syslinux bootloader for USB booting support
This changes the bootloader for iso generation from Grub to
syslinux. In addition this adds USB booting support, so that
"dd" can be used to burn the generated ISO to USB thumbdrives
instead of needing applications like UnetBootin.
2014-11-02 17:35:16 +01:00
lethalman
560fd3a5b7 Merge pull request #4742 from abbradar/bcache-stage1
Support bcache volumes in initrd
2014-11-02 17:29:38 +01:00
Peter Simons
38b46ffceb haskell-graphviz: disable test suite because it runs way too long
The test suite runs for ages, i.e. 1+ hours. That seems a little excessive.
2014-11-02 17:20:23 +01:00
Peter Simons
7bc300570b r-RcmdrPlugin.ROC: disable broken build 2014-11-02 17:09:54 +01:00
Nikolay Amiantov
775f381a9e stage-1: add bcache support
This adds necessary udev rule into initrd to support autodetecting
bcache partitions in stage-1. It also fixes 'sh' path for the new
rule to work.
2014-11-02 19:03:50 +03:00
Nikolay Amiantov
92f94e901a bcache-tools: don't use probe-bcache and bcache-register
This allows us not to include any additional binaries for bcache
support in initrd; just an udev rule.
2014-11-02 19:03:41 +03:00
Luca Bruno
5d2b3ff8cf nixos: increase allocated memory for gnome tests. Closes #4651 2014-11-02 16:33:10 +01:00
Bjørn Forsman
a6c21ccea9 libfaketime: new package
Report faked system time to programs without having to change the
system-wide time.

http://www.code-wizards.com/projects/libfaketime/
2014-11-02 14:34:37 +01:00
Peter Simons
7253a6b7c0 haskell-vty-ui: update to version 1.8 2014-11-02 14:24:37 +01:00
Peter Simons
881f0342c5 haskell-rethinkdb: update to version 1.15.2.0 2014-11-02 14:24:37 +01:00
Peter Simons
c3b909dd2d haskell-language-c: update to version 0.4.7 2014-11-02 14:24:37 +01:00
Peter Simons
58c2d80232 haskell-ariadne: update to version 0.1.2.3 2014-11-02 14:24:37 +01:00
Peter Simons
8342686868 haskell-platform: install binaries and libraries into the user environment
Fixes https://github.com/NixOS/nixpkgs/issues/2968.
2014-11-02 14:24:23 +01:00
Domen Kožar
c89122b940 postgris: 1.5.1 -> 1.5.8, fixes #3389 2014-11-02 14:12:03 +01:00
Peter Simons
c573e2d97b r-PoweR: fix build 2014-11-02 14:09:53 +01:00
Peter Simons
9707459112 r-nloptr: add missing dependency on nlopt library 2014-11-02 14:05:40 +01:00
Peter Simons
fdee0ec8e7 r-RcppArmadillo: fix download URL 2014-11-02 14:05:40 +01:00
Mathijs Kwik
f356cee747 sudo: allow adding extra configuration options to the bottom of sudoers
from sudoers (5):
When multiple entries match for a user, they are applied in order.
Where there are multiple matches, the last match is used (which is not necessarily the most specific match).
2014-11-02 13:27:05 +01:00
Bjørn Forsman
53614cf1a7 nix-prefetch-git: fix determinism with leaveDotGit
Add more files to the delete list:

 * .git/FETCH_HEAD
 * .git/ORIG_HEAD
 * .git/refs/remotes/origin/HEAD
 * .git/config

Further, remove all remote branches, remove tags not reachable from the
given 'rev', do a full repack and then garbage collect unreferenced
objects.

According to my testing, the result is fully deterministic. As in "any
change done to the upstream repo, ahead of 'rev', will not affect the
hash of the resulting 'clone'". Even changing the clone URL will not
change the output hash, because .git/config is removed.

A new version of git can of course change store format, but that's
unavoidable.

For big repositories, the repack operation may be a bit heavy. But as
far as I can see there is no cheaper way to determinism.
2014-11-02 13:15:33 +01:00
Peter Simons
415f41bf68 nixos/modules/services/monitoring/graphite.nix: strip trailing whitespace 2014-11-02 12:40:00 +01:00
Peter Simons
96a7e65c37 nixos/modules/services/monitoring/graphite.nix: don't create graphite user unconditionally
I'm not sure what exactly this user is needed for, i.e. under what circumstances
it must exist or not, but creating it unconditionally seems like the wrong thing
to do. I complained to @offlinehacker about this on Github, but got no response
for a week or so. I'm disabling the extraUsers bit to put out the fire, and now
hope that someone who actually knows about Graphite implements a proper solution
later.
2014-11-02 12:34:16 +01:00
Domen Kožar
831f3b25c0 Merge pull request #4776 from abbradar/pidgin-latex
pidgin-latex: replace with SF one and fix
2014-11-02 12:19:07 +02:00
Cray Elliott
545f8e8c6c monthly bump of dolphinEmuMaster
also dolphinEmu and dolphinEmuMaster had an extraneous stdenv removed
from buildInputs
2014-11-02 00:11:01 -07:00
Nikolay Amiantov
b91721a119 pidgin-latex: replace with SF one and fix 2014-11-02 04:35:43 +03:00
Mateusz Kowalczyk
969349c975 Merge pull request #4775 from ajbouh/master
Bump git-repo to 1.21
2014-11-02 00:58:18 +00:00
Adam Bouhenguel
8e09c97d1c Bump git-repo to 1.21
Still no versioned URL, but there’s been a new release. SHA1 pulled
from http://source.android.com/source/downloading.html#installing-repo.
2014-11-01 17:28:25 -07:00
lethalman
a63cf7a1fa Merge pull request #4771 from abbradar/pbzip2-update
pbzip2: update package
2014-11-02 00:52:28 +01:00
lethalman
d3646532cc Merge pull request #4773 from abbradar/gitolite-home
gitolite: 'dataDir' option
2014-11-02 00:30:26 +01:00
Nikolay Amiantov
5423f62373 gitolite: add dataDir 2014-11-02 02:24:41 +03:00
Nikolay Amiantov
b6529ce1f6 lbzip2: add package 2014-11-02 02:05:54 +03:00
Nikolay Amiantov
f2a27d8d81 pbzip2: update package 2014-11-02 02:04:36 +03:00
Luca Bruno
350fa1f775 nixos: Try to show an helpful message when the user sets config. or options.
Feel free to improve or remove :-)
2014-11-01 23:33:24 +01:00
Peter Simons
0bba805fa6 haskell-defaults.nix: build 'entropy' with a recent version of Cabal on older platforms 2014-11-01 22:28:19 +01:00
lethalman
f079cd1721 Merge pull request #4750 from abbradar/nix-maxcores
Add buildCores option to nix
2014-11-01 22:01:39 +01:00