Commit Graph

56876 Commits

Author SHA1 Message Date
Simon Jagoe
aca88a275e Specify platform compatibility for grin 2015-03-08 20:45:32 +00:00
Simon Jagoe
f4965177b5 Move grin definition to tools/text and call it from all-packages.nix 2015-03-08 20:10:40 +00:00
Simon Jagoe
ab6a03e706 Place grin in Python 2.7 section; it is not Python 3.x compatible 2015-03-08 17:09:11 +00:00
Simon Jagoe
02fdd38400 Add grin package 2015-03-08 16:38:31 +00:00
Pascal Wittmann
593e829d18 accountsservice: update from 0.6.39 to 0.6.40 2015-01-26 17:51:46 +01:00
cillianderoiste
b6c1d73aec Merge pull request #5987 from k0ral/swftools
swftools: 0.8.1 -> 0.9.2
2015-01-26 13:26:34 +01:00
Domen Kožar
35fa59f9ca garden 2015-01-26 12:12:14 +01:00
Domen Kožar
7c0dbdb3b2 fix eval 2015-01-26 12:11:39 +01:00
Eelco Dolstra
fa4d1e1b0a Merge pull request #5963 from ttuegel/firefox-mime
firefox: set mime-type in desktop entry
2015-01-26 12:10:35 +01:00
Georges Dubus
d4e7fd8384 Merge pull request #5969 from nckx/update-stress-ng
Update stress-ng 0.03.10 -> 0.03.11
2015-01-26 12:07:53 +01:00
koral
0490d597df swftools: 0.8.1 -> 0.9.2 2015-01-26 12:05:37 +01:00
Domen Kožar
2c35ed3929 remove duplicated pythonPackages.beautifulsoup 2015-01-26 12:02:19 +01:00
Mateusz Kowalczyk
ff643e8095 haskell-resourcet: update to 1.1.3.3 2015-01-26 11:00:28 +00:00
Mateusz Kowalczyk
28fcd16af2 haskell-conduit: update to 1.2.3.1 2015-01-26 11:00:28 +00:00
Mateusz Kowalczyk
b4bd89eccf haskell-monad-control: update to 1.0.0.2 2015-01-26 11:00:27 +00:00
Domen Kožar
da0207b75c Merge pull request #5978 from malyn/fix-freerdp-pcsclite-path
freerdp: Use absolute path when calling dlopen
2015-01-26 11:46:05 +01:00
Sander van der Burg
c3a1231f52 python-beautifulsoup3: new package 2015-01-26 10:36:30 +00:00
Sander van der Burg
86f635aad8 python-html2text: add package 2015-01-26 10:36:30 +00:00
Domen Kožar
42bd43fbc4 pync: mark as broken 2015-01-26 11:02:10 +01:00
Domen Kožar
142c42ec21 Merge pull request #5974 from nckx/update-sdparm
Update sdparm 1.08 -> 1.09
2015-01-26 10:39:50 +01:00
Domen Kožar
9df1bdefef Merge pull request #5982 from robberer/pkgs/openldap
openldap: add dataDir, use cfg.user and cfg.group to run slapd
2015-01-26 10:33:57 +01:00
Domen Kožar
e16630d40e Merge pull request #5983 from matejc/newnixui
nixui: update to 0.1.1
2015-01-26 10:31:33 +01:00
Peter Simons
282fd58c85 r-curl: help the package find curl's headers 2015-01-26 10:23:34 +01:00
Matej Cotman
f550c76d0e nixui: update to 0.1.1 2015-01-26 10:21:24 +01:00
Domen Kožar
c1ce67561d openldap: correct directory hint 2015-01-26 10:03:25 +01:00
Peter Simons
fc3dd0226d ocaml-ocurl: fix evaluation 2015-01-26 09:48:08 +01:00
Peter Simons
893d0cad56 hackage-packages.nix: re-generate from Hackage 2015-01-26T08:49:04+0100 2015-01-26 09:43:26 +01:00
Longrin Wischnewski
a4af32eec3 openldap: add dataDir, use cfg.user and cfg.group to run slapd 2015-01-26 09:35:56 +01:00
aszlig
9343f6f461
chromium: Ensure runtime deps for enabled plugins.
We're propagating the plugin flags by importing from another Nix
expression file, which in turn exports the Nix path to the wrapper. This
causes that the store path isn't referenced in the wrapper and the path
isn't recognized by scanning the wrapper script (only those already
referenced at build time are).

So let's add the activated plugins to the buildInputs of the wrapper.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-26 09:31:03 +01:00
aszlig
eae32fb798
nixos/tests/chromium: Increase VM memory size.
Chromium is quite memory hungry and we frequently get random crashes in
the tests, so let's set it to 1024 MB because new releases of Chromium
most probably won't consume *less* memory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-26 09:31:03 +01:00
aszlig
ced5afc38c
chromium: Update all channels to latest versions.
This brings a new stable version 40.0.2214.91 along with a beta update
to version 41.0.2272.16, the dev channel is still stuck at version
41.0.2272.12 and within the next days will jump to version 42.

For this reason, I've done some cheating here and brought the beta
channel in par with the dev channel, because dev is older than beta on
OmahaProxy.

Here's an overview of the channel upgrades:

stable: 39.0.2171.65 -> 40.0.2214.91 [1]
beta:   40.0.2214.10 -> 41.0.2272.16 [1] [2] [3]
dev:    41.0.2224.3  -> 41.0.2272.16 [1] [2] [3]

[1]: We needed to patch in locations of lib{pci,udev}.so, because
     Chromium tries to load them at runtime. For version 41 startup will
     fail if it is unable to load libudev, but it also has the advantage
     that this fixes GPU detection using libpci in the stable version,
     which in turn could fix a few bugs on NixOS.

[2]: The upstream Debian package for the binary plugins now uses XZ
     compression for the enclosed data tarball.

[3]: Chromium 41 needs {shapshot,natives}_blob.bin in order to start up,
     so let's cp it among with the .pak files to avoid adding a
     conditional for version 40.

The release annoucement of the stable channel update can be found here:

http://googlechromereleases.blogspot.de/2015/01/stable-update.html

Note that this release contains 62 security fixes(!) and I'm hereby
apologizing for the delay of this update.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-26 09:31:03 +01:00
Peter Simons
ebc0ecd50a Merge pull request #5686 from dbeecham/master
Added haskell-web-routes-happstack, bump haskell-prelude.
2015-01-26 08:29:13 +01:00
Peter Simons
2ecf63c2d8 Merge pull request #5835 from AndersonTorres/shells
Shells
2015-01-26 08:26:22 +01:00
Peter Simons
628d98d8c9 Merge pull request #5975 from jkarni/jkarni/add-logsink-haskell
Add haskell package logsink.
2015-01-26 08:26:08 +01:00
aszlig
d110f5adf7
nixos/gitlab: Fix evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-26 08:20:14 +01:00
Michael Alyn Miller
1751ee35aa freerdp: Use absolute path when calling dlopen 2015-01-25 20:43:36 -08:00
Julian K. Arni
9d0f45df90 Add haskell package logsink. 2015-01-26 11:37:11 +08:00
Tobias Geerinckx-Rice
93faf4cc33 Update sdparm 1.08 -> 1.09
Also specify licence & maintain
2015-01-26 04:35:18 +01:00
Charles Strahan
24b5eb61eb fetchzip: fix unpacking regression
This resolves a regression introduced in fc0135370342, where providing a
name without a proper extension breaks existing uses of fetchzip (they
now fail to unpack). Of particular note, that commit broke all uses of
fetchFromGitHub because it uses a name like so: "${repo}-${rev}-src"

Fixes #5954
2015-01-25 20:16:21 -05:00
Jaka Hudoklin
6e7d708bcc nixos/rabbitmq: fix module 2015-01-26 02:09:04 +01:00
Jaka Hudoklin
4631ea8ed9 rabbitmq: update 3.3.5 -> 3.4.3 2015-01-26 02:09:04 +01:00
Jaka Hudoklin
400bfdf4ef nodePackages.bip-pod: fix package 2015-01-26 02:09:04 +01:00
AndersonTorres
58061d9ede MKSH (version R50d): New Package
MKSH is the MirBSD Korn Shell.
2015-01-25 22:09:44 -02:00
Moritz Ulrich
fc4d437fd1 Dwarf Therapist: Update to git-prerelease.
Necessary to support Dwarf Fortress 0.40.24.
2015-01-26 00:00:57 +01:00
Moritz Ulrich
171bb614f2 Dwarf Fortress: Update to 0.40.24. 2015-01-26 00:00:31 +01:00
Tobias Geerinckx-Rice
f59ba9a4a6 Update stress-ng 0.03.10 -> 0.03.11 2015-01-25 23:40:34 +01:00
Moritz Ulrich
54cfcbc826 isync: update from 1.1.1 to 1.1.2 2015-01-25 22:37:34 +01:00
Charles Strahan
61816b06e7 nixos: disable gitlab test for now 2015-01-25 16:29:37 -05:00
Charles Strahan
e47e284775 ruby: remove obsolete attrs 2015-01-25 16:28:20 -05:00
Charles Strahan
cb395eaadb gitlab-shell: fix evaluation 2015-01-25 16:28:20 -05:00