Compare commits

...

6839 Commits

Author SHA1 Message Date
aszlig
1f89aa6c7f nixos/tests: Remove tests.boot.boot* prefixes
As @bobvanderlinden suggests in #13585:

"Looks like that cleans things up quite a bit! Just one aesthetics note,
the boot tests could now be renamed from boot.bootBiosCdrom to
boot.biosCdrom in nixos/tests/boot.nix:L33.

That makes them more consistent with the other tests."

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-01 19:02:36 +01:00
aszlig
e45c211b50 nixos/tests/chromium: Split up into subtests
This makes it easier to test just a specific channel rather than to
force testing all builds down the users/testers throat. Especially this
makes it easier to test NixOS channel upgrades only against the Chromium
stable channel instead of just removing the beta/dev channels from the
tests entirely (as done in 69ec09f38a).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-01 01:04:51 +01:00
aszlig
7eea91fbc0 nixos/release: Use callSubTests for subtests
Should clean up a lot of these redundant lines for various sub-tests.

Note that the tests.boot* are now called tests.boot.boot*, but otherwise
all the test attribute names should stay the same.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
Cc: @wkennington
Cc: @bobvanderlinden
2016-03-01 01:04:42 +01:00
aszlig
2f2536b935 nixos/tests/networking: Expose subtests via attrs
So far the networking test expression only generated a single test
depending on the passed "test" attribute. This makes it difficult to
autodiscover the subtests with our shiny new callSubTests function.

This change essentially doesn't change the behaviour of the subtests but
rather exposes them as an attribute set instead of relying on a
particular input argument.

The useNetworkd argument still exists however.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @wkennington
2016-03-01 01:04:42 +01:00
aszlig
b3337edd0b nixos/release.nix: Add a callSubTests function
This should de-clutter the various redundant lines of callTest's on
subtests so that every main test file should have only one line with a
callSubTests instead.

Overrides work the same way as callTest, except that if the system
attribute is explicitly specified we do not generate attributes for all
available systems.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
2016-03-01 01:04:35 +01:00
aszlig
5bab623fb9 nixos/tests/virtualbox: Split up subtests
Now subtests are separate derivations, because the individual tests do
not depend on state from previous test runs.

This has the advantage that it's easier to run individiual tests and
it's also easier to pinpoint individual tests that randomly fail.

I ran all of these tests locally and they still succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-29 20:15:31 +01:00
Domen Kožar
11327ac849 Merge pull request #13540 from zimbatm/sourceforge-mirror-everywhere
use the sourceforge mirrors everywhere
2016-02-28 12:20:30 +00:00
zimbatm
69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Franz Pletz
b871649530 quicktun: init at 2.2.4 2016-02-28 12:23:12 +01:00
Michael Alan Dorman
3844206366 Make sure we use the older version of hjsonpointer 2016-02-28 11:34:59 +01:00
Michael Alan Dorman
08a02a84de Make sure an older version of hjsonpointer is included 2016-02-28 11:34:59 +01:00
Peter Simons
4ee5a8865d mwc-random: drop obsolete overrides 2016-02-28 11:34:59 +01:00
Peter Simons
073dd0c1ba Add LTS Haskell 5.4. 2016-02-28 11:34:59 +01:00
Peter Simons
6dd798f67f hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-12-g567601b using the following inputs:

  - Nixpkgs: 82be4306ae
  - Hackage: 300be01a10
  - LTS Haskell: 45f9a3dc16
  - Stackage Nightly: 18441cd11a
2016-02-28 11:34:59 +01:00
Bjørn Forsman
d589391202 gitinspector: 0.4.1 -> 0.4.4 2016-02-28 11:32:09 +01:00
Peter Simons
0ac7cbe334 Merge pull request #13536 from phunehehe/postfix-symlinks
postfix: use relative symlinks for mailq and newaliases
2016-02-28 11:28:46 +01:00
Domen Kožar
67b9053d29 Merge pull request #13530 from danielfullmer/zerotier-fix
zerotierone: hardcoded path fix
2016-02-28 10:20:04 +00:00
Domen Kožar
02c7d65bf9 fix NixOS eval 2016-02-28 09:36:23 +00:00
Michael Raskin
c0f20c5912 Merge pull request #13518 from leenaars/love2
love: fix broken 0.8.2 + added version 0.72
2016-02-28 09:35:54 +00:00
Michael Raskin
a08c8b12f0 Add Apache Jena Fuseki instead of obsolete and unavailable Jena Joseki 2016-02-28 10:39:33 +01:00
Domen Kožar
2af46e4393 PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406 2016-02-28 09:26:28 +00:00
Vladimír Čunát
f8516a0717 nixos copySystemConfiguration: fix when chrooted
Fixes #7974. Also makes the description more informative.
2016-02-28 10:08:42 +01:00
Domen Kožar
3c84ae406d PULL_REQUEST_TEMPLATE.md: clarify a few things 2016-02-28 08:50:33 +00:00
Robert Helgesson
762678d6af perl-Readonly: 2.00 -> 2.01 2016-02-28 09:33:59 +01:00
Robert Helgesson
033fd6ad44 perl-Log-Any: 1.038 -> 1.040 2016-02-28 09:33:59 +01:00
Robert Helgesson
3a9842c7c5 perl-LWP: 6.13 -> 6.15
Also remove no longer needed patch.
2016-02-28 09:33:59 +01:00
Robert Helgesson
d9e0cd9302 perl-URI: 1.69 -> 1.71 2016-02-28 09:33:59 +01:00
Robert Helgesson
ae385fb25c perl-Redis: 1.981 -> 1.982 2016-02-28 09:33:59 +01:00
Robert Helgesson
affb893831 perl-Log-Any: 1.032 -> 1.038 2016-02-28 09:33:59 +01:00
Robert Helgesson
13a6b7e623 perl-CGI: 4.25 -> 4.26 2016-02-28 09:33:59 +01:00
Robert Helgesson
98625b331b perl-DateTime-Format-MySQL: 0.05 -> 0.06 2016-02-28 09:33:58 +01:00
Robert Helgesson
cf463bbd1a perl-DBIx-Class: 0.082820 -> 0.082821
Also remove patches for issues that have been resolved upstream.
2016-02-28 09:33:58 +01:00
Domen Kožar
8b2be11b13 note the desktopManagerHandlesLidAndPower removal 2016-02-28 08:33:14 +00:00
Domen Kožar
4c17d3892b Merge pull request #9727 from Profpatsch/dm-lid-management
remove desktopManagerHandlesLidAndPower
2016-02-28 08:28:17 +00:00
Domen Kožar
3069cab2e7 travis-ci: stop abusing hydra now that it pushes directly to cache 2016-02-28 08:25:08 +00:00
Hoang Xuan Phu
6bb016101f postfix: use relative symlinks for mailq and newaliases 2016-02-28 16:19:18 +08:00
Domen Kožar
88df035818 Merge pull request #13524 from makefu/bepasty-recursive-env
services.bepasty: buildEnv for creating PYTHONPATH
2016-02-28 06:20:29 +00:00
Franz Pletz
bc4dbca2b3 Merge pull request #13513 from grahamc/omnibus-cves
Several CVEs
2016-02-28 04:14:20 +01:00
Daniel Fullmer
110dfca988 zerotierone: hardcoded path fix
New code in zerotier broke the previous substitution where we refer to
the correct path for "ip".
2016-02-27 22:13:41 -05:00
Tuomas Tynkkynen
f71676481d Merge pull request #13526 from rnhmjoj/bdf2psf
bdf2psf: 1.134 -> 1.137
2016-02-28 04:00:25 +02:00
Tuomas Tynkkynen
b2587e88d0 Merge pull request #13525 from rnhmjoj/btfs
btfs: 2.7 -> 2.8
2016-02-28 03:58:19 +02:00
rnhmjoj
838379f117 bdf2psf: 1.134 -> 1.137 2016-02-28 02:56:22 +01:00
rnhmjoj
bd737b105c btfs: 2.7 -> 2.8 2016-02-28 02:39:05 +01:00
Christoph Hrdinka
729171eac6 Merge pull request #13501 from leenaars/90secondportraits
90secondportraits: init at 1.01b
2016-02-28 02:36:58 +01:00
Christoph Hrdinka
6a30044df5 Merge pull request #13502 from leenaars/sienna
sienna: init at 1.0c
2016-02-28 02:29:26 +01:00
makefu
3f7c600666 services.bepasty: buildEnv for creating PYTHONPATH
Fixes 'You need gevent installed to use this worker.' as well as missing Flask deps.
2016-02-28 01:35:56 +01:00
Graham Christensen
7df907b272 moodle: 2.8.5 -> 2.8.10 for CVE-2016-0724 CVE-2016-0725 2016-02-27 17:22:14 -06:00
Graham Christensen
1aed3948d7 pythonmagick: 0.9.11 -> 0.9.12 2016-02-27 17:22:14 -06:00
zimbatm
de124cfa79 Merge pull request #11671 from timbertson/fetchgit
fetchgit: output improvements
2016-02-27 22:45:07 +00:00
zimbatm
6a518e51dd Merge pull request #13475 from rimmington/collectd-no-mysql
collectd: allow mysql to be null
2016-02-27 22:24:57 +00:00
Graham Christensen
4a54794d18 xara: broken due to patch-tracker.debian.org being missing. 2016-02-27 16:13:47 -06:00
Michiel Leenaars
62c3ad1dde love: fix broken 0.8 + added version 0.72 2016-02-27 22:37:36 +01:00
Graham Christensen
73f6410851 cgit: 0.11.2 -> 0.12 for CVE-2016-1899 CVE-2016-1900 CVE-2016-1901 2016-02-27 15:35:19 -06:00
Graham Christensen
0a2c3ec971 mysql: 5.5.45 -> 5.5.48 for multiple CVEs: CVE-2015-4792 CVE-2015-4802 CVE-2015-4815 CVE-2015-4816 CVE-2015-4819 CVE-2015-4826 CVE-2015-4830 CVE-2015-4836 CVE-2015-4858 CVE-2015-4861 CVE-2015-4870 CVE-2015-4879 CVE-2015-4913 2016-02-27 15:31:52 -06:00
Eelco Dolstra
8726c6d506 webkitgtk: Disable Hydra build
This package takes an excessive amount of time to build (e.g., right
now Hydra is showing eight concurrent builds of webkitgtk, some of
them running for more than 6 hours). This may also delay channel
updates.
2016-02-27 22:29:24 +01:00
Eelco Dolstra
be4ebe0046 perl: 5.22.0 -> 5.22.1 2016-02-27 22:22:26 +01:00
Eelco Dolstra
7627bf6f3f perl: Unify 5.20 and 5.22 expressions 2016-02-27 22:22:26 +01:00
leenaars
6c916515d6 lib.maintainers: add Michiel Leenaars (close #13516)
As suggested in https://github.com/NixOS/nixpkgs/pull/13504 by @hrdinka.
2016-02-27 22:13:11 +01:00
Michiel Leenaars
7281144f4b 90secondportraits: init at 1.01b 2016-02-27 22:08:18 +01:00
Michiel Leenaars
41d00c436d sienna: init at 1.0c 2016-02-27 22:01:53 +01:00
Graham Christensen
77134ea4a5 jasper: patch for CVE-2016-1867 2016-02-27 14:48:29 -06:00
Arseniy Seroka
c39cc6cd60 Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2
yoshimi: 1.3.7.1 -> 1.3.8.2
2016-02-27 23:38:45 +03:00
Graham Christensen
a1b69275af libbsd: 0.7.0 -> 0.8.2 for CVE-2016-2090 2016-02-27 14:32:56 -06:00
Graham Christensen
3e1b8935c0 mbedtls: 1.3.14 -> 1.3.16 for CVE-2015-8036 2016-02-27 14:23:56 -06:00
Eelco Dolstra
bf9c57fc49 Improve services.locate.period deprecation message 2016-02-27 20:48:12 +01:00
Eelco Dolstra
d4636fa254 Revert "Add a way to pin a NixOS version within the module system."
This reverts commit a5992ad61b. Motivation:

a5992ad61b (commitcomment-14986820)
2016-02-27 20:48:12 +01:00
Arseniy Seroka
a6347a3477 Merge pull request #13511 from magnetophon/ardour-4.7
ardour: 4.4-> 4.7
2016-02-27 22:46:04 +03:00
Bart Brouns
4deefc15ef yoshimi: 1.3.7.1 -> 1.3.8.2 2016-02-27 20:29:44 +01:00
Eelco Dolstra
e6f61b4cf3 fetchurlBoot: Use Nix's builtin fetchurl function
This removes the need for curl in bootstrapTools, and enables https
for bootstrap tarballs.
2016-02-27 20:27:24 +01:00
Bart Brouns
6f8db5b12e ardour: 4.4-> 4.7 2016-02-27 20:26:20 +01:00
Arseniy Seroka
824a1fb5b9 Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Franz Pletz
0a9076b5f8 socat: 2.0.0-b8 -> 2.0.0-b9 (CVE-2016-2217)
https://lwn.net/Vulnerabilities/674840/

http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Franz Pletz
88d1564985 socat: 1.7.3.0 -> 1.7.3.1 (CVE-2016-2217)
https://lwn.net/Vulnerabilities/674840/

http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
2016-02-27 19:10:38 +01:00
Tuomas Tynkkynen
58f0071a9e renoise: Don't use builtins.currentSystem
stdenv.system should be almost always used instead of builtins.currentSystem
or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix)
will be subtly broken.
2016-02-27 19:58:18 +02:00
Lancelot SIX
b612e1e656 Merge pull request #13509 from zimbatm/splix-leftover
splix: cleanup
2016-02-27 18:51:44 +01:00
zimbatm
6ea526462b splix: cleanup
* remove commented code
* remove unused patch
* fix package naming
2016-02-27 17:36:10 +00:00
zimbatm
17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Tuomas Tynkkynen
0fc6de6c3a U-Boot: Fix ubootTools
Oops, I forgot to test build this...
2016-02-27 19:30:17 +02:00
Franz Pletz
158ff99ae4 chrony: 2.2 -> 2.3 2016-02-27 18:00:07 +01:00
Franz Pletz
6b20b7c4d7 qemu: 2.4.1 -> 2.5.0 (multiple CVEs)
https://lwn.net/Vulnerabilities/666755/
2016-02-27 17:53:22 +01:00
Franz Pletz
ca2611650a nghttp2: 1.3.4 -> 1.7.1 (CVE-2016-1544)
https://lwn.net/Vulnerabilities/675696/
2016-02-27 17:53:22 +01:00
Christoph Hrdinka
0c0312d342 Merge pull request #13048 from bendlas/update-i2p
i2p: 0.9.23 -> 0.9.24
2016-02-27 17:49:20 +01:00
Franz Pletz
7dc5ad835a http-parser: 2.5.0 -> 2.6.1 (CVE-2016-2086, CVE-2016-2216)
Fixes build of nodejs-0_10 and nodejs-4_x.
2016-02-27 17:27:17 +01:00
Franz Pletz
e5bd913ea5 pixman: 0.32.8 -> 0.34.0 (security release) 2016-02-27 17:06:24 +01:00
Franz Pletz
e3ecee8b13 nodejs: 5.5.0 -> 5.6.0 (CVE-2016-2086, CVE-2016-2216)
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
6fd20ad747 nodejs: 4.2.3 -> 4.3.0 (CVE-2016-2086, CVE-2016-2216)
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
3673c5bf52 nodejs: 0.10.41 -> 0.10.42 (CVE-2016-2086, CVE-2016-2216)
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-27 17:06:24 +01:00
Franz Pletz
c6b1f48e31 libgcrypt: 1.6.4 -> 1.6.5 (CVE-2015-7511)
https://www.cs.tau.ac.il/~tromer/ecdh/
2016-02-27 17:06:24 +01:00
Arseniy Seroka
ead0fe5b71 Merge pull request #13500 from leenaars/mr_rescue
mrrescue: init at 1.02
2016-02-27 18:42:15 +03:00
Arseniy Seroka
18bf70619f Merge pull request #13503 from hrdinka/add/retrofe
retrofe: init at 0.6.169
2016-02-27 18:41:28 +03:00
Arseniy Seroka
3030dec0d7 yandex-disk: 0.1.5.940 -> 0.1.5.948 2016-02-27 18:39:42 +03:00
Franz Pletz
73e0c261c2 linux: 4.4.2 -> 4.4.3 2016-02-27 16:34:02 +01:00
Franz Pletz
c691b6a858 ntp: 4.2.8p4 -> 4.2.8p6 (multiple CVEs)
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
2016-02-27 16:34:02 +01:00
Franz Pletz
571f5b74ed ffmpeg: 2.8.5 -> 2.8.6 (CVE-2016-2329) 2016-02-27 16:34:02 +01:00
Franz Pletz
6ae6016d15 libxmp: 4.3.8 -> 4.3.11 (security release)
https://lwn.net/Alerts/676256/
2016-02-27 16:31:35 +01:00
Michiel Leenaars
ebe7856983 mrrescue: init at 1.02 2016-02-27 16:15:02 +01:00
Christoph Hrdinka
d1c35db920 retrofe: init at 0.6.169 2016-02-27 15:41:21 +01:00
Vladimír Čunát
9d092e324c xfce.gvfs: don't depend on samba
It seems a better fit for Xfce now.
https://github.com/NixOS/nixpkgs/commit/ca3690d426dce3
2016-02-27 15:23:15 +01:00
Vladimír Čunát
c59c1f9fe0 e19.efl: remove the openjpeg override
/cc #12599, discussed on:
https://github.com/NixOS/nixpkgs/pull/12599/files#r50664194
2016-02-27 15:23:15 +01:00
Jeffrey David Johnson
bbf113f24a bitcoin-classic: init at 0.11.2.cl1.b1
From #12706, commits re-split by vcunat.
2016-02-27 15:23:15 +01:00
Jeffrey David Johnson
127edf1194 bitcoin-xt: update 0.11A -> 0.11D
From #12706, commits re-split by vcunat.
2016-02-27 15:23:15 +01:00
Matt McHenry
98a0484471 eclipse: run with the jdk, not the jre
This is necessary so that tools like native2ascii are available to
maven eclipse integration (m2e).
2016-02-27 13:40:38 +01:00
Vladimír Čunát
d18a8904c0 kde5.libksysguard: fix build with glibc-2.23
... using an upstream patch.
2016-02-27 13:22:22 +01:00
Tim Cuthbertson
21547a61ba nix-prefetch-git: print out valid nix expression; make --quiet very quiet 2016-02-27 21:26:35 +11:00
Domen Kožar
04422bb3ca Merge pull request #8630 from lihop/nixos/fix-formatting
nixos: fix formatting of option examples
2016-02-27 10:08:37 +00:00
Vladimír Čunát
13afef0d8e webkitgtk: fix build with glibc-2.23
... by a patch accepted upstream.
2.4 seems to build fine without patching.
2016-02-27 11:07:56 +01:00
Vladimír Čunát
3cf9cd8bc3 Merge #12796: nixos docs: show references to packages
(version 2) A better implementation of #10039, after #12357.
This time I did more thorough checking.

See commit messages for details.
2016-02-27 10:48:12 +01:00
Leroy Hopson
392ca77d4c nixos/activation-script: fix formatting of example 2016-02-27 22:25:40 +13:00
Leroy Hopson
c1e674c4ca xserver service: fix formatting of example 2016-02-27 22:25:40 +13:00
Leroy Hopson
25fd9e31a2 phpfpm service: fix formatting of example 2016-02-27 22:25:40 +13:00
Leroy Hopson
eb90705d45 fail2ban service: fix formatting of example 2016-02-27 22:25:39 +13:00
Leroy Hopson
f6f892e2d6 nsd service: fix formatting of example 2016-02-27 22:25:39 +13:00
Leroy Hopson
24d5d28820 cacert: fix formatting of example 2016-02-27 22:25:39 +13:00
Leroy Hopson
3fc6470515 nixos/freetds: fix formatting of example 2016-02-27 22:25:39 +13:00
Leroy Hopson
3e326efffc nixos/vpnc: fix formatting of example 2016-02-27 22:25:39 +13:00
Marius Bakke
a8b44c74d3 goPackages.oh: 2015-11-21 -> 2016-02-23 2016-02-27 09:58:58 +01:00
Marius Bakke
8a3308d5da goPackages.liner: git 2016-01-24 2016-02-27 09:58:58 +01:00
Michael Raskin
a519416a92 libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not std::isnan) 2016-02-27 09:10:50 +01:00
Michael Raskin
b9853c0b9b ecl: fix source URL 2016-02-27 08:14:01 +01:00
Arseniy Seroka
d0e3a4f216 Merge pull request #13499 from eskimor/libinput-mkEnableOption
nixos: libinput use mkEnableOption
2016-02-27 09:43:54 +03:00
Robert Klotzner
e361cdd5c3 nixos: libinput use mkEnableOption 2016-02-27 07:24:47 +01:00
Tim Cuthbertson
456cbb29d9 nix-prefetch-git: add --quiet flag and minor cleanup 2016-02-27 16:56:38 +11:00
Rhys
ac94a5d86c collectd: allow mysql to be null 2016-02-27 12:02:44 +11:00
Thomas Tuegel
96425dfa09 Merge branch 'ibus' 2016-02-26 18:48:47 -06:00
Thomas Tuegel
639c6b91a9 ibus: add engine list to module description 2016-02-26 18:43:54 -06:00
Thomas Tuegel
2383a708f6 ibus: refresh cache at startup 2016-02-26 18:43:41 -06:00
Thomas Tuegel
272cf5c44f Merge branch 'ibus' 2016-02-26 18:10:11 -06:00
Thomas Tuegel
d30a128467 ibus: rewrite NixOS module 2016-02-26 18:08:48 -06:00
Thomas Tuegel
cb10990fdc ibus-anthy: upgrade to Python 3 2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa ibus-hangul: download release from GitHub 2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91 ibus-table: 1.9.6 -> 1.9.11 2016-02-26 18:08:48 -06:00
Thomas Tuegel
f058f1c1d3 ibus-with-plugins: rewrite wrapper 2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97 ibus: 1.5.11 -> 1.5.13 2016-02-26 18:08:48 -06:00
zimbatm
90525b718f Merge pull request #11141 from cresh/darwin-msmtp
msmtp: Enable on OS X with Keychain integration.
2016-02-27 00:02:53 +00:00
zimbatm
2f38c1be69 Merge pull request #11142 from cresh/darwin-sshpass
sshpass: Enable on OS X.
2016-02-27 00:00:01 +00:00
Arseniy Seroka
766ad682f1 Merge pull request #13471 from Profpatsch/networkmanager-link-local
networkmanager: fix link-local ip addresses
2016-02-27 02:55:31 +03:00
Eelco Dolstra
6d111b353f Make explicit that maintainers should use a real name 2016-02-27 00:18:07 +01:00
zimbatm
7feaf55b7e Merge pull request #11314 from anderspapitto/flamegraph
FlameGraph: init at 182b24fb
2016-02-26 23:16:27 +00:00
zimbatm
4ecb1ce679 Merge pull request #11274 from robgssp/ldap
ldap-client: don't break on test failures
2016-02-26 23:13:27 +00:00
zimbatm
1f00c52880 Merge pull request #11210 from mitchty/munge-on-osx
Munge is buildable/usable on OS X/most unices
2016-02-26 23:10:53 +00:00
zimbatm
35ab3d301f Merge remote-tracking branch 'upstream/staging' 2016-02-26 22:37:04 +00:00
Tobias Geerinckx-Rice
c3ed0a2494 btrfs-progs: 4.4 -> 4.4.1
Bugfix release. Changes:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-02-26 23:23:01 +01:00
zimbatm
a7d34722b2 Merge pull request #13493 from zimbatm/alphabetize
Alphabetize
2016-02-26 22:16:43 +00:00
zimbatm
9f57b24b01 all-packages: alphabetize deprecated packages 2016-02-26 22:15:41 +00:00
zimbatm
07b1f78b94 lib: alphabetize things 2016-02-26 22:15:41 +00:00
zimbatm
6e5a748224 lib.platforms: alphabetize 2016-02-26 22:15:40 +00:00
zimbatm
dea3279593 lib.maintainers: alphabetize 2016-02-26 22:13:58 +00:00
Arseniy Seroka
c80a1baa15 Merge pull request #13486 from zimbatm/vim-default-config
vim: provide a default vimrc
2016-02-27 01:09:52 +03:00
zimbatm
951dc57716 Merge pull request #13482 from nico202/qnotero
qnotero: init at 1.0.0
2016-02-26 22:09:41 +00:00
Michael Raskin
73a9cd8aee Revert accidental revert of all-packages.nix gitlab changes during revert of revert of libreoffice update 2016-02-26 23:12:12 +01:00
zimbatm
89f0e25189 vim: provide a default vimrc
Minimal sane defaults imported from ArchLinux.

This is basically `set :nocompatible` with some other small changes.
2016-02-26 21:58:21 +00:00
Arseniy Seroka
c373daff17 Merge pull request #13495 from heydojo/kernel--use-cdn
fetchurl: use kernel.org cdn by default
2016-02-27 00:54:16 +03:00
Michael Raskin
a94e433936 libreoffice: 5.0.4.2 -> 5.1.0.3 (a new attempt); set XDG_DATA_DIRS for access to GSettings schemas 2016-02-26 22:58:27 +01:00
Graham Christensen
483a130f89 cpio: patch CVE-2016-2037, out of bounds write (close #13489) 2016-02-26 22:46:13 +01:00
Tony White
4806cddda3 fetchurl: use kernel.org cdn by default
- use http://cdn.kernel.org/pub/ as the default mirror
for kernel source requests.
Discovered by browsing :
 https://www.kernel.org/introducing-fastly-cdn.html
2016-02-26 21:32:00 +00:00
=
728b1ce557 qnotero: init at 1.0.0 2016-02-26 22:09:54 +01:00
Arseniy Seroka
b9ab76c2b2 Merge pull request #13479 from hrdinka/add/pcsx2
pcsx2: init at 1.4.0
2016-02-26 23:56:55 +03:00
Arseniy Seroka
c6788f42cc Merge pull request #13494 from gilligan/add-galen-to-all-packages
Add galen to all-packages.nix
2016-02-26 23:35:38 +03:00
Tobias Pflug
3386d73d06 Add galen to all-packages.nix 2016-02-26 21:01:41 +01:00
aszlig
54b4912566 chromium: Regenerate sources.nix with new updater
No changes in functionality, but to make future source updates a bit
easier on the eyes when viewing the diff.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 20:55:17 +01:00
aszlig
28b289efa6 chromium: Refactor updater entirely in Nix
The update.sh shell script now is only a call to nix-build, which does
all the hard work of updating the Chromium source channels and the
plugins. It results in a store path with the new sources.nix that
replaces the already existing sources.nix.

Along the way, this has led to a quite massive workaround, which abuses
MD5 collisions to detect whether an URL is existing, because something
like builtins.tryEval (builtins.fetchurl url) unfortunately doesn't
work. Further explanations and implementation details are documented in
the actual implementation.

The drawback of this is that we don't have nice status messages anymore,
but on the upside we have a more robust generation of the sources.nix
file, which now also should work properly on missing upstream
sources/binaries.

This also makes it much easier to implement fetching non-GNU/Linux
versions of Chromium and we have all values from omahaproxy available as
an attribute set (see the csv2nix and channels attributes in the update
attribute).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 20:55:17 +01:00
Jude Taylor
f6c3b13c7c ghcjs: pull in ghcjsi branch 2016-02-26 11:27:47 -08:00
zimbatm
26b59efa8a Merge pull request #13491 from grahamc/patch-1
go-1.6: remove the cacert 1.5 patch
2016-02-26 18:58:59 +00:00
Franz Pletz
082cd3edd3 Merge pull request #13473 from grahamc/libssh2-1.7.0
libssh2: 1.6.0 -> 1.7.0
2016-02-26 19:34:54 +01:00
Graham Christensen
8132a5ae76 go-1.6: remove the cacert 1.5 patch
Removed in 58dbaf69b7
2016-02-26 12:32:33 -06:00
zimbatm
2c7e5a6d8e Merge pull request #13434 from spacefrogg/oath-module
config.security.oath: new module
2016-02-26 18:06:28 +00:00
zimbatm
c183117aee Merge pull request #13441 from gilligan/add-galen-package
galen init at 2.2.1
2016-02-26 18:05:40 +00:00
zimbatm
8b4edf10cf Merge pull request #13144 from zimbatm/go-ssl-cleanup
go: remove ssl certs patches
2016-02-26 18:00:44 +00:00
zimbatm
accc1f1484 go: 1.4: disable failing test in sandbox 2016-02-26 18:00:11 +00:00
zimbatm
58dbaf69b7 go: remove ssl certs patches
Those are not needed since we now use a standard location to store our
bundles.

See bfebc7342e
2016-02-26 17:58:58 +00:00
Charles Strahan
53ea7dee75 emacs: fix priority for ctags
This fixes the previous attempt (in commit 46d1dd5) to make ctags' ctags
override emacs' ctags. The higher the value of the priority attribute,
the higher the priority (see the definition of `buildEnv`).
2016-02-26 12:27:04 -05:00
Michael Raskin
32e954db64 Reverting dependency src for revert 2016-02-26 16:28:08 +01:00
Nikolay Amiantov
c88a06a860 cups service: set path for cups-genppdupdate 2016-02-26 18:27:41 +03:00
Nikolay Amiantov
d9c10d6f56 gutenprint: fix cups and gimp paths
Also disable GIMP support by default to reduce closure
2016-02-26 18:27:41 +03:00
Michael Raskin
66febbdfa7 Temporarily revert LibreOffice update 2016-02-26 16:26:34 +01:00
Peter Simons
2bcec4272f Merge pull request #13480 from phile314/master
uhc: 1.1.9.2 -> 1.1.9.3
2016-02-26 13:18:13 +01:00
zimbatm
3833591d95 Merge pull request #13164 from romildo/fix/eclipse-plugin-cup
eclipse-plugins-cup: fix plugin file names
2016-02-26 11:23:28 +00:00
zimbatm
8d4c2340d3 Merge pull request #13396 from mayflower/pkg/gitlab
gitlab: 8.0.5 -> 8.5.1, service improvements
2016-02-26 11:19:28 +00:00
Domen Kožar
a469681a51 Merge pull request #13365 from abbradar/cups-second-attempt
CUPS update (second attempt)
2016-02-26 11:13:30 +00:00
Philipp Hausmann
fbd857ab72 uhc: 1.1.9.2 -> 1.1.9.3 2016-02-26 12:12:53 +01:00
Domen Kožar
c99d589162 Merge pull request #13116 from kragniz/requests2-2.9.1
requests2: 2.8.1 -> 2.9.1
2016-02-26 11:11:36 +00:00
Domen Kožar
fe9f5dbbbc Merge pull request #6600 from 4z3/tlsdate
tlsdate doesn't build on x86_64-darwin
2016-02-26 10:59:00 +00:00
zimbatm
c86e10c115 Merge pull request #13469 from tg-x/acme-external
simp_le: external_pem.sh plugin is now called external.sh
2016-02-26 10:48:55 +00:00
zimbatm
d8c3a83b5c Merge pull request #13477 from cstrahan/vte-ng
vte-ng: 0.42.1.a -> 0.42.4.a
2016-02-26 10:46:06 +00:00
vbgl
d39595c54f Merge pull request #13404 from knedlsepp/fix-darwin-tcl-tk
Fix darwin tcl tk
2016-02-26 11:38:26 +01:00
Frederik Rietdijk
48085add39 Merge pull request #13461 from FRidh/kcalc
kde5.kcalc: init at 15.12
2016-02-26 11:33:42 +01:00
Franz Pletz
0bbe8e1884 Merge pull request #13454 from grahamc/xerces
xerces-c: 3.1.1 -> 3.1.3
2016-02-26 11:25:25 +01:00
zimbatm
6035c3a136 Merge pull request #9400 from Mathnerd314/package-overrides-fix
all-packages: Apply packageOverrides package-by-package
2016-02-26 10:17:53 +00:00
Franz Pletz
ef0325e940 Merge pull request #13435 from tg-x/calc
calc: init at 2.12.5.3
2016-02-26 11:16:11 +01:00
Franz Pletz
d5a2c4cb05 libinput: Add libwacom dependency
Fixes #13476 & #13147.
2016-02-26 11:03:28 +01:00
aszlig
716b79d3a5 chromium: Provide SHA256s for beta/dev plugins
As stated in the parent commit, the 32bit Chrome package is not
available upstream, so let's at least provide the SHA256 hash for the
64bit package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 10:55:51 +01:00
aszlig
459642b8de chromium/updater: Allow a single plugin arch
Until now, if we have a failure to fetch either the 32bit Debian package
or the 64bit Debian package, neither of these will be put into
sources.nix.

Unfortunately the beta/dev channels do not have a 32bit Debian package,
so even though there is a 64bit Debian package available we don't get
plugins *at* *all*.

This also introduces a nicer error message rather than just failing with
an assertion in fetchurl because we did not provide url/urls.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 10:55:51 +01:00
José Romildo Malaquias
0e94a1be40 eclipse-plugins-cup: add dependency on the zest plugin 2016-02-26 06:42:04 -03:00
José Romildo Malaquias
205398c427 eclipse-plugin-zest: init at 3.9.101
eclipse-plugins-cup: remove plugins.nix.orig that was wrongly added.
2016-02-26 06:42:04 -03:00
José Romildo Malaquias
ef11f77c8f eclipse-plugins-cup: fix plugin file names 2016-02-26 06:42:04 -03:00
Eelco Dolstra
20682386ca Merge pull request #13472 from doshitan/fix-ec2-data
ec2-data: ensure providing a SSH host key is actually optional
2016-02-26 10:41:44 +01:00
Christoph Hrdinka
bd5e2d723c pcsx2: init at 1.4.0 2016-02-26 10:21:31 +01:00
Franz Pletz
af17efd014 Merge pull request #13466 from benley/git-stree-0.4.5
git-stree: init at 0.4.5
2016-02-26 09:59:47 +01:00
Franz Pletz
db2b0c8406 Merge pull request #13430 from nico202/yarp
yarp (+ libace): init at 2.3.64
2016-02-26 09:29:21 +01:00
Franz Pletz
cd0f14f23e gitlab: Add documentation
Fixes #13303.
2016-02-26 08:56:39 +01:00
Franz Pletz
e9393bd426 fixup! gitlab: 8.0.5 -> 8.5.0, service improvements
Make the gitlab packages and components overrideable.
2016-02-26 08:56:08 +01:00
Franz Pletz
c2412bd700 fixup! gitlab: 8.0.5 -> 8.5.0, service improvements
8.5.0 -> 8.5.1
2016-02-26 08:31:21 +01:00
Franz Pletz
44a4592a1c fixup! gitlab: 8.0.5 -> 8.5.0, service improvements
gitlab-shell is now talking over the unix socket to gitlab, so the TCP
port isn't needed anymore.
2016-02-26 08:31:20 +01:00
Franz Pletz
3fd51a9ab2 fixup! gitlab: 8.0.5 -> 8.5.0, service improvements
Some debugging and development leftovers.
2016-02-26 07:08:31 +01:00
Franz Pletz
bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
Charles Strahan
ce7aa71880 vte-ng: 0.42.1.a -> 0.42.4.a 2016-02-26 00:48:39 -05:00
Charles Strahan
e08dd09c25 emacs: add optional support for 24-bit color ttys 2016-02-26 00:33:56 -05:00
Graham Christensen
737e808913 libssh2: 1.6.0 -> 1.7.0
This release includes the following changes:
      o libssh2_session_set_last_error: Add function
      o mac: Add support for HMAC-SHA-256 and HMAC-SHA-512
      o WinCNG: support for SHA256/512 HMAC
      o kex: Added diffie-hellman-group-exchange-sha256 support
      o OS/400 crypto library QC3 support
    This release includes the following security advisory:
      o diffie_hellman_sha256: convert bytes to bits
        CVE-2016-0787: http://www.libssh2.org/adv_20160223.html
    This release includes the following bugfixes:
      o SFTP: Increase speed and datasize in SFTP read
      o openssl: make libssh2_sha1 return error code
      o openssl: fix memleak in _libssh2_dsa_sha1_verify()
      o cmake: include CMake files in the release tarballs
      o Fix builds with Visual Studio 2015
      o hostkey.c: Fix compiling error when OPENSSL_NO_MD5 is defined
      o GNUmakefile: add support for LIBSSH2_LDFLAG_EXTRAS
      o GNUmakefile: add -m64 CFLAGS when targeting mingw64
      o kex: free server host key before allocating it (again)
      o SCP: add libssh2_scp_recv2 to support large (> 2GB) files on windows
      o channel: Detect bad usage of libssh2_channel_process_startup
      o userauth: Fix off by one error when reading public key file
      o kex: removed dupe entry from libssh2_kex_methods
      o _libssh2_error: Support allocating the error message
      o hostkey: fix invalid memory access if libssh2_dsa_new fails
      o hostkey: align code path of ssh_rsa_init to ssh_dss_init
      o libssh2.pc.in: fix the output of pkg-config --libs
      o wincng: fixed possible memory leak in _libssh2_wincng_hash
      o wincng: fixed _libssh2_wincng_hash_final return value
      o add OpenSSL 1.1.0-pre2 compatibility
      o agent_disconnect_unix: unset the agent fd after closing it
      o sftp: stop reading when buffer is full
      o sftp: Send at least one read request before reading
      o sftp: Don't return EAGAIN if data was written to buffer
      o sftp: Check read packet file offset
      o configure: build "silent" if possible
      o openssl: add OpenSSL 1.1.0-pre3-dev compatibility
      o GNUmakefile: list system libs after user libs
2016-02-25 22:09:21 -06:00
Profpatsch
70c02402c8 networkmanager: fix link-local ip addresses
NetworkManager needs an additional avahi-user to use link-local
IPv4 (and probably IPv6) addresses. avahi-autoipd also needs to be
patched to the right path.
2016-02-26 03:28:56 +01:00
Tanner Doshier
4e5ef470a7 ec2-data: ensure providing a SSH host key is actually optional
2701665904 broke this.
2016-02-25 20:11:49 -06:00
zimbatm
b9db67d8e2 Merge pull request #8393 from hrdinka/update/hugin
hugin: update 2013.0.0 -> 2015.0.0
2016-02-26 01:03:47 +00:00
zimbatm
69f151f577 Merge pull request #8547 from Ralith/boost-clang
Fix detection of clang toolset
2016-02-26 00:58:05 +00:00
zimbatm
d2f3e250cf Merge pull request #8576 from obadz/nix-prefetch-zip
Add --ext option to nix-prefetch-zip
2016-02-26 00:57:30 +00:00
zimbatm
b5407d402d Merge pull request #11812 from bnikolic/recoll-update
recoll: 1.20.6 -> 1.21.3
2016-02-26 00:41:47 +00:00
zimbatm
3110d60cf6 Merge pull request #10768 from rycee/refactor/nix-generate-from-cpan
nix-generate-from-cpan: large refactor
2016-02-26 00:40:15 +00:00
zimbatm
b73c5ae291 Merge pull request #10546 from aszlig/nixops-issue-350
Fixes for NixOps issue #350
2016-02-26 00:33:49 +00:00
tg(x)
629a89343e simp_le: external_pem.sh plugin is now called external.sh 2016-02-26 01:31:58 +01:00
zimbatm
30891166be Merge pull request #11997 from benley/google-chrome-variants
google-chrome: add -beta and -unstable variants
2016-02-26 00:13:00 +00:00
zimbatm
428e12d23f Merge pull request #13154 from zimbatm/git-rebase-fix-v2
git: fixes references to gettext properly
2016-02-26 00:03:17 +00:00
zimbatm
853a213698 Merge pull request #13323 from rycee/ddclient/platform
ddclient: add meta.platforms
2016-02-26 00:02:06 +00:00
zimbatm
d4e29d0e6d Merge pull request #12896 from rycee/bump/udiskie
udiskie: 1.1.2 -> 1.4.8
2016-02-26 00:01:34 +00:00
zimbatm
06a12136a5 Merge pull request #12824 from cransom/aws_shell
aws_shell: init at 0.1.0
2016-02-26 00:00:10 +00:00
zimbatm
1b0e81c41e Merge pull request #13453 from mayflower/pkgs_upstream/gti
gti: init at 2015-05-21 (edaac79)
2016-02-25 23:57:17 +00:00
zimbatm
e3da8a40e2 Merge pull request #12235 from deeky666/update-php-packages-attributes
phpPackages: init php56Packages and php70Packages
2016-02-25 23:56:18 +00:00
zimbatm
71e1fd1a0b Merge pull request #12599 from ftrvxmtrx/e19-update-1.16.1
e19: update
2016-02-25 23:50:31 +00:00
zimbatm
35f47333d0 Merge pull request #13463 from avnik/feature/gimp-with-plugins
Feature: gimp with plugins
2016-02-25 23:27:25 +00:00
Benjamin Staffin
fe6ad9e912 git-stree: init at 0.4.5 2016-02-25 15:26:06 -08:00
zimbatm
0b33cd7b59 Merge pull request #13465 from benley/git-alphabetize
git-and-tools: alphabetize attributes before it gets too huge
2016-02-25 23:24:32 +00:00
Pascal Wittmann
48db4391e8 Merge pull request #13464 from zimbatm/termite-11
Termite 11
2016-02-25 23:58:13 +01:00
Benjamin Staffin
ca5f243697 git-and-tools: alphabetize attributes before it gets too huge 2016-02-25 14:23:34 -08:00
zimbatm
3f3599f6be termite: split terminfo into it's own output
Fixes #6141
2016-02-25 22:14:58 +00:00
zimbatm
f1df89f902 termite: 10 -> 11 2016-02-25 22:14:55 +00:00
Tim Steinbach
7506c58d74 linux_3_10: 3.10.96 -> 3.10.97 (close #13405) 2016-02-25 23:09:08 +01:00
Tuomas Tynkkynen
0e1319f03f linux-3.10: fixup config by a slightly hacky way
For explanation see:
https://github.com/NixOS/nixpkgs/pull/13405#issuecomment-188357637
2016-02-25 23:07:47 +01:00
Alexander V. Nikolaev
0649c8bde7 gimp: add gimp-with-plugin derivation
By default all plugins from pkgs.gimpPlugins set are enabled.

Default location of plugins changed from $out/${gimp.name} to
$out/lib/gimp/${majorVersion}. Resulting derivation for gimp+plugins
is set as search path for plugins by default (additional tweaking in
gimprc done for old plugin scheme should be removed)
2016-02-25 23:34:28 +02:00
Alexander V. Nikolaev
fdd11c2c2b gimp: Use http link as gimp-gap sources 2016-02-25 23:34:17 +02:00
Frederik Rietdijk
4a4c432f06 pythonPackages.ipykernel: 4.2.2 -> 4.3.0 2016-02-25 22:32:40 +01:00
Frederik Rietdijk
05608d50f4 kde5.kcalc: init at 15.12 2016-02-25 22:21:56 +01:00
Frederik Rietdijk
b2298b02cf kde5.filelight: init at 15.12 (close #13456)
vcunat also added himself to maintainers,
as filelight has been extremely helpful on closure-size branch.
2016-02-25 21:56:23 +01:00
Frederik Rietdijk
db54eed69c Merge pull request #13460 from nlewo/master
ledger-autosync: fix ofxclient propagation
2016-02-25 21:26:34 +01:00
Antoine Eiche
359ff7d230 ledger-autosync: fix ofxclient propagation
Closes #13411
2016-02-25 21:21:27 +01:00
Tobias Geerinckx-Rice
2179b1d491 geolite-legacy 2016-02-08 -> 2016-02-25 2016-02-25 20:54:39 +01:00
Tobias Geerinckx-Rice
500132ab5c sane-backends-git -> 2016-02-25 2016-02-25 20:54:24 +01:00
Tobias Geerinckx-Rice
1eb8139100 libpsl: 2016-02-16 -> 2016-02-25 2016-02-25 20:54:24 +01:00
zimbatm
76f5cf3f31 Merge pull request #13324 from zimbatm/doc-from-wiki
Converting the wiki to documentation
2016-02-25 19:37:43 +00:00
zimbatm
dc314aad12 samba module: add more description
Fixes #13281
2016-02-25 19:36:55 +00:00
zimbatm
93a0306e79 sane module: add more documentation
Imported from https://nixos.org/wiki/Scanners
2016-02-25 19:36:46 +00:00
Pascal Wittmann
8106d61c12 libfilezilla: 0.3.1 -> 0.4.0 2016-02-25 19:57:39 +01:00
Eelco Dolstra
1b4b7d53c1 Merge pull request #13455 from grahamc/chromium
chromium{,Beta,Dev}: 48.0.2564.97 -> 48.0.2564.116
2016-02-25 19:25:38 +01:00
Graham Christensen
712d59225e chromium{,Beta,Dev}: 48.0.2564.97 -> 48.0.2564.116
From the debian security mailing list:

Several vulnerabilities have been discovered in the chromium web browser.

CVE-2016-1622

    It was discovered that a maliciously crafted extension could bypass
    the Same Origin Policy.

CVE-2016-1623

    Mariusz Mlynski discovered a way to bypass the Same Origin Policy.

CVE-2016-1624

    lukezli discovered a buffer overflow issue in the Brotli library.

CVE-2016-1625

    Jann Horn discovered a way to cause the Chrome Instant feature to
    navigate to unintended destinations.

CVE-2016-1626

    An out-of-bounds read issue was discovered in the openjpeg library.

CVE-2016-1627

    It was discovered that the Developer Tools did not validate URLs.

CVE-2016-1628

    An out-of-bounds read issue was discovered in the pdfium library.

CVE-2016-1629

    A way to bypass the Same Origin Policy was discovered in Blink/WebKit,
    along with a way to escape the chromium sandbox.
2016-02-25 12:00:12 -06:00
Tristan Helmich
3234ca49d1 gti: init at 2015-05-21 (edaac79) 2016-02-25 18:52:19 +01:00
Arseniy Seroka
edeb5480fc Merge pull request #13438 from kamilchm/nimble
nimble: init at 0.7.2
2016-02-25 20:50:46 +03:00
Graham Christensen
f91c979f8a xerces-c: 3.1.1 -> 3.1.3 2016-02-25 11:25:00 -06:00
Josef Knedl
5e1da18b6d tk: Fixes NixOS/nixpkgs#13377 (bad install_name)
Patch is based on: https://trac.macports.org/changeset/100816
of bug report: https://trac.macports.org/ticket/37395
2016-02-25 17:57:22 +01:00
Edward Tjörnhammar
77d11ec577 idea.idea-{community,ultimate}: 15.0.3 -> 15.0.4 2016-02-25 17:48:07 +01:00
Eelco Dolstra
fe19d0a327 Merge pull request #13445 from abbradar/ssl-cert-check
stdenv: set SSL_CERT_FILE only if it isn't already
2016-02-25 17:23:53 +01:00
Robin Gloster
40c586b7ce Merge pull request #13427 from k0ral/mercurial
mercurial: 3.5.1 -> 3.7.1
2016-02-25 17:00:58 +01:00
Domen Kožar
05730a9bf8 travis-ci: enable tarball job again (now we have more memory) 2016-02-25 15:59:43 +00:00
Robin Gloster
84a10edede Merge pull request #13449 from matthiasbeyer/update-taskwarrior
taskwarrior: 2.5.0 -> 2.5.1
2016-02-25 16:59:10 +01:00
Robin Gloster
c087af0d8c Merge pull request #13450 from zimbatm/cide-dependency-fix
cide: add missing git runtime dependency
2016-02-25 16:58:44 +01:00
Franz Pletz
c459ba8f85 ratools: init at 0.6.2 2016-02-25 16:56:48 +01:00
Franz Pletz
6a27fc57b7 radvd: 2.11 -> 2.12 2016-02-25 16:56:48 +01:00
Robin Gloster
46e1af9bba Merge pull request #13444 from gilligan/update-sauce-connect
sauce-connect: 4.3.6 -> 4.3.13
2016-02-25 16:56:44 +01:00
Domen Kožar
a2c8bee109 linuxPackages: set to 4.4 (latests LTS) fixes #13394 2016-02-25 15:54:50 +00:00
Nikolay Amiantov
69932f905a blueman: fix networking, settings 2016-02-25 18:43:21 +03:00
Tobias Geerinckx-Rice
d9f5e94bae proot: 4.0.3 -> 5.1.0
New features
------------
* Processes under PRoot now appear with their real names, that is,
  they are not renamed ld-linux.so or prooted-... anymore.
* Own ELF loader.

Fixes
-----
* Most bugs related to shebang support -- ie. #! at the beginning of
  a program -- were fixed.
* It is now possible to use GDB against multi-threaded programs under
  PRoot x86_64 and x86.
* It is possible to execute x86_64 programs from x86 programs again.
* It is possible to use x86 ptrace-based programs (strace, gdb, ...)
  under PRoot x86_64 again.
* The loader is now built with the build-id linker option explicitly
  disabled.  This special section might interfere with loaded
  programs.
* The loader can now load relocatable objects that have a predefined
  base address.
2016-02-25 16:21:47 +01:00
Tobias Geerinckx-Rice
ebc9ba92d2 proot: generate and install manual page 2016-02-25 16:21:46 +01:00
Tobias Geerinckx-Rice
e82a080303 pythonPackages.click: 6.2 -> 6.3
Bugfix release; released on February 22 2016:
- Fix argument checks for interpreter invoke with `-m` and `-c`
  on Windows.
- Fixed a bug that cased locale detection to error out on Python 3.

Re-builds many Python packages, but no new failures on x86-64.
2016-02-25 16:20:58 +01:00
Tobias Geerinckx-Rice
818263ce46 miniupnpd: 1.9.20160216 -> 1.9.20160222
- set IPv6 Hop limit to 10
- fix HOST: header of event notifications in IPv6
- be more compliant on 64bit machines : ui4 in [0;2^32-1]
2016-02-25 16:19:42 +01:00
Tobias Geerinckx-Rice
759f48ab07 sane-backends-git: 2016-02-19 -> 2016-02-22 2016-02-25 16:19:42 +01:00
Tobias Geerinckx-Rice
9b3296017f mcelog: 131 -> 132
Add CPU_ATOM to Intel CPU list.
2016-02-25 16:19:42 +01:00
Nikolay Amiantov
d3d193e263 octoprint-plugins.m3d-fio: 0.27 -> 0.27.1 2016-02-25 18:18:27 +03:00
zimbatm
84a4d9e0e1 cide: add missing git runtime dependency
`git` is being used during `cide package`
2016-02-25 15:15:00 +00:00
Matthias Beyer
159c8f9284 taskwarrior: 2.5.0 -> 2.5.1 2016-02-25 15:49:37 +01:00
Michael Raitza
d09c7986de config.security.oath: new module
Add a module to make options to pam_oath module configurable.
These are:
 - enable - enable the OATH pam module
 - window - number of OTPs to check
 - digits - length of the OTP (adds support for two-factor auth)
 - usersFile - filename to store OATH credentials in
2016-02-25 13:52:45 +00:00
goibhniu
c2ce61c78f Merge pull request #13443 from magnetophon/helm-0.6.1
helm: 2015-09-11 -> 0.6.1
2016-02-25 14:42:51 +01:00
Domen Kožar
98c16e00fe Merge pull request #13425 from zimbatm/curl-http2-darwin
curl: disable http2 support on Darwin
2016-02-25 13:06:40 +00:00
Arseniy Seroka
a68eae7866 rustfmt: 2015-12-23 -> 2016-02-15 2016-02-25 15:57:18 +03:00
Nikolay Amiantov
a4902ff1fa rustUnstable.cargo: 2016-01-10 -> 2016-02-25 2016-02-25 14:21:46 +03:00
Kamil Chmielewski
770f66b2ce nimble: init at 0.7.2 2016-02-25 12:06:45 +01:00
Nikolay Amiantov
4f74a4aacb fetch-cargo-deps: factor into fetchCargoDeps function 2016-02-25 14:05:44 +03:00
Tobias Pflug
93aea6eccd sauce-connect: 4.3.6 -> 4.3.13 2016-02-25 11:54:17 +01:00
Nikolay Amiantov
39609a0c94 stdenv: set SSL_CERT_FILE only if it isn't already 2016-02-25 13:53:29 +03:00
Nikolay Amiantov
34023d867d fetchcargo: set CA bundle path 2016-02-25 13:51:12 +03:00
Graham Christensen
26c2f71131 rustUnstable.rustc: 2015-08-09 -> 2016-02-22 2016-02-25 13:51:12 +03:00
Bart Brouns
03c9a77275 helm: 2015-09-11 -> 0.6.1 2016-02-25 11:29:03 +01:00
Arseniy Seroka
e054644c2f rustRegistry: 2016-02-02 -> 2016-02-25 2016-02-25 12:33:17 +03:00
Tobias Pflug
4304419443 galen init at 2.2.1 2016-02-25 10:25:31 +01:00
Arseniy Seroka
e695d73d8f vimPlugins.vim-autoformat: init at 2016-02-24 2016-02-25 12:22:44 +03:00
Arseniy Seroka
d2d0f19b57 vimPlugins: update 2016-02-25 2016-02-25 12:17:06 +03:00
Vladimír Čunát
f930b3949f kde4: use older ruby to fix qtruby build
/cc maintainer @ttuegel. Discussion:
https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473

I'm personally not certain that building bindings against a non-default
ruby version is a good thing, but it's likely better than a build failure.
2016-02-25 10:09:34 +01:00
Arseniy Seroka
e58504d05b Merge pull request #13440 from aespinosa/jenkins-1.650
jenkins: 1.649 -> 1.650
2016-02-25 11:33:26 +03:00
Allan Espinosa
21917bc8e2 jenkins: 1.649 -> 1.650 2016-02-25 02:16:35 -06:00
Vladimír Čunát
93f6af1071 Merge branch 'master' into staging 2016-02-25 09:01:48 +01:00
Kevin Cox
eead3bc536 util-linux: create -Minimal and utillinux (full)
Close #12952. Now the full version is used by default,
supporting systemd and curses.
2016-02-25 08:52:05 +01:00
Vladimír Čunát
30b7bd8d01 Merge branch 'glibc-2.22' into staging
I'm running whole my working notebook on 2.22 without any problems.
I don't expect any significant issues.
2016-02-25 08:42:59 +01:00
Vladimír Čunát
e053971d81 tarball: fix the job
Find-tarballs was failing on some `requireFile` that was fixed-output
but didn't specify `outputHashMode`. Apparently, nix is fine with that
and uses the "flat" default, although that's undocumented.
2016-02-25 08:29:57 +01:00
Vladimír Čunát
06ee2eb7b6 pyelftools: fix meta evaluation 2016-02-25 07:58:05 +01:00
Austin Seipp
4da1711988 nixpkgs: bittorrentSync20 2.3.0 -> 2.3.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-02-24 22:28:16 -06:00
Austin Seipp
a2d1cbd019 nixpkgs: bittorrentSync20 2.2.7 -> 2.3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-02-24 22:23:49 -06:00
Charles Strahan
d2e0b6cf6f Merge pull request #13433 from ryantrinkle/ghcjs-boot-overridable
ghcjs: Make ghcjs-boot source code overridable
2016-02-24 16:57:05 -05:00
tg(x)
1fb998f6c6 calc: init at 2.12.5.3 2016-02-24 22:47:55 +01:00
Jude Taylor
bd9f128cc2 add darwin.libiconv to ghcjs packages 2016-02-24 13:33:16 -08:00
Jude Taylor
b6ff8f9314 disable darwin-arch.patch on openssl >= 1.0.2 2016-02-24 13:33:16 -08:00
Ryan Trinkle
55720db388 ghcjs: Make ghcjs-boot source code overridable 2016-02-24 16:29:13 -05:00
=
a5ed58445f yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
Emery
b16dc8dcc5 New hdapsd module 2016-02-24 21:51:13 +01:00
Frederik Rietdijk
838805f5c8 Merge pull request #13397 from igsha/pyelftools
pyelftools: init at 0.23
2016-02-24 20:54:06 +01:00
Igor Sharonov
eb46cd3ab0 pyelftools: init at 0.23 2016-02-24 22:45:05 +03:00
Emery Hemingway
8ee44708b2 hdapsd: initial package at version 20141203 2016-02-24 20:44:32 +01:00
Frederik Rietdijk
2d5d0df8f1 kde5.kile: 2016-02-12 -> 2016-02-14
Fixes building (poppler-qt5 could not be found)
2016-02-24 19:48:13 +01:00
Jordan Mulcahey
a2b8cc0aaf netatalk: 3.1.0 -> 3.1.7, new service module 2016-02-24 19:32:54 +01:00
Arseniy Seroka
e3aa635e68 Merge pull request #13419 from k0ral/nixos-unstable
aria2: 1.19.3 -> 1.20.0
2016-02-24 19:02:38 +03:00
Arseniy Seroka
c84f56e3d3 Merge pull request #12344 from hrdinka/update/znc
Update and add new ZNC modules
2016-02-24 18:57:17 +03:00
Arseniy Seroka
181d4cbf8f Merge pull request #12168 from spinus/update-android-studio
idea.android-studio: 1.5.0.4 -> 2.0.0.0
2016-02-24 18:56:25 +03:00
koral
d4193c82c1 mercurial: 3.5.1 -> 3.7.1 2016-02-24 16:39:03 +01:00
Domen Kožar
c098400d6e Merge pull request #13420 from stefanwouldgo/update/bitcoin-0.12.0
bitcoin: 0.11.0 -> 0.12.0
2016-02-24 15:33:33 +00:00
Eelco Dolstra
3bf2b72337 Merge pull request #13426 from lancelotsix/update_gdb
gdb: 7.10 -> 7.11
2016-02-24 16:00:49 +01:00
Lancelot SIX
d7cb5f47d3 gdb: 7.10 -> 7.11
See announcement here :
http://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html
2016-02-24 15:55:20 +01:00
Damien Cassou
bb7525a32c Merge pull request #13423 from DamienCassou/update-weboob-1.1
weboob: 1.0 -> 1.1
2016-02-24 15:36:14 +01:00
zimbatm
de8213bd28 curl: disable http2 support on Darwin
Should fix https://hydra.nixos.org/build/32265403/nixlog/12
2016-02-24 14:35:34 +00:00
Damien Cassou
25b1fab485 weboob: 1.0 -> 1.1 2016-02-24 15:32:28 +01:00
Wout Mertens
677893f92b Merge pull request #13422 from k0ral/git
git: 2.7.0 -> 2.7.1
2016-02-24 15:09:28 +01:00
Vladimír Čunát
0ee46ddffb libssh: security update 0.7.2 -> 0.7.3
It's supposed to fix CVE-2016-0739: weak secret with diffie-hellman.
2016-02-24 15:02:19 +01:00
Frederik Rietdijk
454ba67c60 Merge pull request #13421 from willtim/master
mendeley: 1.15.3 -> 1.16
2016-02-24 14:31:43 +01:00
Franz Pletz
501a1d92f0 lmms: 1.1.3 -> 1.1.90
cc @goibhniu
2016-02-24 14:30:21 +01:00
Franz Pletz
301d1d9e76 hedgewars: 0.9.21 -> 0.9.22, fix build failure
cc @kragniz
2016-02-24 14:29:35 +01:00
Eelco Dolstra
ef86e9506d Untested fix for #13401 2016-02-24 14:01:20 +01:00
Eelco Dolstra
e2af876c78 Merge pull request #13415 from MatrixAI/master
nixos/stage-1/2: Added -r option to read so that read interprets backslashes literally
2016-02-24 13:50:59 +01:00
Tim Williams
551f0ca898 mendeley: 1.15.3 -> 1.16 2016-02-24 12:49:49 +00:00
koral
c1504c5a94 git: 2.7.0 -> 2.7.1 2016-02-24 13:47:23 +01:00
=
2552fa4bf4 bitcoin: 0.11.0 -> 0.12.0 2016-02-24 13:26:19 +01:00
Tuomas Tynkkynen
2737365741 Merge pull request #13418 from puffnfresh/bug/openbox-typo
openbox: fix copy/paste typo in config
2016-02-24 14:06:28 +02:00
koral
29809666cb aria2: 1.19.3 -> 1.20.0 2016-02-24 12:56:15 +01:00
Brian McKenna
7d91ee54c9 openbox: fix copy/paste typo in config 2016-02-24 22:54:08 +11:00
vbgl
a15f7c018e Merge pull request #13129 from bzizou/gdal-netcdf
gdal-netcdf: GDAL with netCDF format support
2016-02-24 12:23:28 +01:00
vbgl
b05708ba0e Merge pull request #12741 from regnat/ocamlUpdates
ocamlPackages.findlib: 1.5.3 -> 1.6.1
2016-02-24 12:00:25 +01:00
Domen Kožar
7d89d85575 Merge pull request #13416 from johbo/hovercraft
hovercraft 2.0b1 -> 2.0
2016-02-24 10:37:59 +00:00
Wout Mertens
17a759f346 Watchman: 4.3.0 => 4.5.0 2016-02-24 11:22:59 +01:00
Eelco Dolstra
aff0451c10 patchELF: Use correct directory
Borrowed from https://github.com/NixOS/nixpkgs/pull/13395.
2016-02-24 11:13:36 +01:00
Tomasz Czyż
11a474e81b idea.android-studio: 1.5.0.4 -> 2.0.0.0 2016-02-24 10:06:20 +00:00
Eelco Dolstra
2f050b5d13 stdenvLinux: Use bash instead of sh from bootstrapTools
"sh" is also bash, but invoking it as "sh" disables certain features
like process substitution.

Closes #13395.
2016-02-24 11:01:11 +01:00
Franz Pletz
775f902c07 Merge pull request #13147 from colemickens/update-libinput
libinput: 1.1.6 -> 1.2.0
2016-02-24 10:58:29 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
c4644c8b43 gdal: 2.0.1 -> 2.0.2 + netCDF format support
may be disabled by netcdfSupport=false
2016-02-24 10:39:44 +01:00
Michael Raskin
3845649b89 vanity counter: update Github name search 2016-02-24 10:37:34 +01:00
Roger Qiu
5cf823e1f4 nixos/stage-1/2: Added -r option to read so that read interprets backslashes literally, and corrected the comment about optional logging. 2016-02-24 18:54:25 +11:00
Tim Steinbach
3ef63227dd linux-testing: 4.5-rc4 -> 4.5-rc5 (close #13403) 2016-02-24 08:17:52 +01:00
Tim Steinbach
642517fbda linux_3_12: 3.12.53 -> 3.12.54 (close #13406) 2016-02-24 08:16:47 +01:00
Tim Steinbach
08cf57204f linux_3_14: 3.14.60 -> 3.14.61 (close #13407) 2016-02-24 08:16:18 +01:00
Tim Steinbach
a2bd90650d linux_4_3: 4.3.5 -> 4.3.6 (close #13408) 2016-02-24 08:15:34 +01:00
Jude Taylor
a2b19cdb04 revert fetch-cargo-deps change 2016-02-23 18:31:45 -08:00
Thomas Tuegel
bc7f99cd2f ibus-table-others: import ibus-table properly 2016-02-23 19:22:28 -06:00
Thomas Tuegel
e559c3a72a ibus-table-others: use mktemp for temporary directory 2016-02-23 19:16:29 -06:00
zimbatm
edad1786a1 Merge pull request #13409 from mayflower/doc/meta-licenses-str
nixpkgs manual: Fix license strings docs
2016-02-24 00:53:39 +00:00
Franz Pletz
7f7ebe5bf6 nixpkgs manual: Fix license strings docs
The wrong usage of unfree-redistributable fixed in
ea242619fb can be explaind by unclear
documention, specifically the section in the nixpkgs manual describing
generic licenses it is written to use attributes from `stdenv.lib.licenses`
but in the list the strings form was documented without quotation marks.

This confuses people because the package builds fine locally but failes
the tests on travis-ci.
2016-02-24 01:48:02 +01:00
Jude Taylor
45ea4956d8 fix library dependencies for cargo on darwin 2016-02-23 16:42:51 -08:00
Jude Taylor
beea8537f7 clean up usage of procps in rustc 2016-02-23 16:42:51 -08:00
Jude Taylor
7336191574 fix fetch-cargo SSL error 2016-02-23 16:42:51 -08:00
zimbatm
bd8f383f15 Merge pull request #12532 from bendlas/update-splix
splix: 2.0.0 -> svn-r315
2016-02-24 00:02:28 +00:00
zimbatm
2a0f6453d5 Merge pull request #12540 from eskimor/libinput-master
nixos: Libinput: Add support like there is for synaptics
2016-02-24 00:01:38 +00:00
zimbatm
16f95fd8e2 Merge pull request #12875 from artuuge/epson-escpr
epson-escpr: init at version 1.6.3
2016-02-23 23:57:53 +00:00
zimbatm
cdbaee7d4b Merge pull request #12866 from nathan7/rubygem-drvname-fix
buildRubyGem: ensure gem versions don't get misparsed
2016-02-23 23:13:12 +00:00
Johannes Bornhold
f456111c50 hovercraft 2.0b1 -> 2.0 2016-02-23 23:57:23 +01:00
zimbatm
fa46b448d7 Merge pull request #13019 from tg-x/qtox
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-23 22:52:09 +00:00
zimbatm
cfa99e5a99 Merge pull request #13114 from colemickens/azure
azure: package qemu 2.2.0 to fix VHD creation
2016-02-23 22:47:44 +00:00
zimbatm
55ca9eb477 Merge pull request #13115 from colemickens/azure-agent
azure-agent: switch back to upstream WALinuxAgent
2016-02-23 22:46:30 +00:00
zimbatm
7848d215f4 Merge pull request #13094 from nathan7/chromium-flash-version-jq
chromium/plugins: use jq for extracting the Flash version
2016-02-23 22:45:42 +00:00
zimbatm
69059602ff Merge pull request #13111 from tsion/simplify-assert
Simplify fetchurl assertion logic.
2016-02-23 22:42:27 +00:00
zimbatm
49217b724f Merge pull request #12786 from phunehehe/unused-bundler-head
remove unused file bundler-head.nix
2016-02-23 22:39:55 +00:00
zimbatm
09c14170d8 Merge pull request #13125 from abbradar/uwsgi
Refactor uWSGI
2016-02-23 22:32:54 +00:00
zimbatm
4fd875be4e Merge pull request #13356 from zimbatm/cide
cide: init at 0.8.1
2016-02-23 22:28:02 +00:00
Franz Pletz
ea242619fb wpsoffice: unfree-redistributable not in lib.licenses
The attribute is called unfreeRedistributable.
2016-02-23 22:24:44 +01:00
Arseniy Seroka
32ce97ec76 Merge pull request #10980 from bcdarwin/minc-tools
MINC (Medical Image NetCDF) tools
2016-02-23 22:22:29 +03:00
Ben Darwin
69c628e1ff minc-tools: init at 2.3.00 2016-02-23 14:03:56 -05:00
Ben Darwin
c49c384e20 libminc: init at 2.3.00 2016-02-23 14:03:10 -05:00
Arseniy Seroka
ee7c6d71b4 Merge pull request #13392 from spacefrogg/dialog
dialog: 1.2-20150920 -> 1.3-20160209
2016-02-23 21:29:10 +03:00
Cole Mickens
719a065e01 libinput: 1.1.6 -> 1.2.0 2016-02-23 10:11:10 -08:00
Franz Pletz
7c6dc101f2 Merge pull request #13391 from spacefrogg/gencfsm
gnome-encfs-manager: 1.8.15 -> 1.8.16
2016-02-23 18:47:21 +01:00
Eelco Dolstra
d9d6a92d5e sshd.nix: Ensure global config goes before user Match blocks
Hopefully fixes #13393.
2016-02-23 18:03:33 +01:00
Eelco Dolstra
830c2d6389 ISSUE_TEMPLATE.md: Tweak 2016-02-23 17:06:55 +01:00
zimbatm
5400b02109 Merge pull request #13155 from pallavagarwal07/wpsoffice
wpsoffice: add new package
2016-02-23 15:42:01 +00:00
Eelco Dolstra
cacf2d063e Merge pull request #13059 from abbradar/udev-local-priority
Make local udev rules higher prioritized
2016-02-23 16:41:47 +01:00
Pallav Agarwal
861fae01fd wpsoffice: Add new package 2016-02-23 21:06:54 +05:30
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Pascal Wittmann
b1c8fb8685 Merge pull request #13390 from bzizou/libdap
libdap: fixed pkg name (version missing)
2016-02-23 15:57:22 +01:00
Michael Raitza
af6c867512 dialog: 1.2-20150920 -> 1.3-20160209 2016-02-23 14:51:28 +00:00
Michael Raitza
c4ea54f6a1 gnome-encfs-manager: 1.8.15 -> 1.8.16 2016-02-23 14:38:48 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
a60df02d02 libdap: fixed pkg name (version missing) 2016-02-23 15:29:57 +01:00
Arseniy Seroka
a714281b79 Merge pull request #13389 from bzizou/nco
nco: fixed the pkg name (version missing)
2016-02-23 17:17:19 +03:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
fb8c4fafb9 nco: fixed the pkg name (version missing)
Also fixed too long description
2016-02-23 15:15:44 +01:00
Arseniy Seroka
7ff3fd305b Merge pull request #13375 from bzizou/libdap
libdap: init at 3.15.1
2016-02-23 17:08:33 +03:00
Arseniy Seroka
960122179a Merge pull request #13387 from gebner/isabelle2016
isabelle: 2015 -> 2016
2016-02-23 17:08:19 +03:00
Domen Kožar
71c231e2a6 Merge pull request #13388 from spacefrogg/contributing-fix
CONTRIBUTING.md: Fix link to COPYING
2016-02-23 14:07:19 +00:00
Domen Kožar
3365917ddf Merge pull request #13383 from zimbatm/issue-template
.github/ISSUE_TEMPLATE.md - get more information
2016-02-23 13:52:42 +00:00
Michael Raitza
d53fa9884b CONTRIBUTING.md: Fix link to COPYING 2016-02-23 13:50:01 +00:00
Gabriel Ebner
87b0a41ac5 isabelle: 2015 -> 2016 2016-02-23 14:19:13 +01:00
Gabriel Ebner
151fd89ba0 polyml: 5.5.2 -> 5.6 2016-02-23 14:19:04 +01:00
Nikolay Amiantov
766fba7b17 Merge pull request #13382 from bendlas/update-wine
wine-unstable: 1.9.3 -> 1.9.4
2016-02-23 16:05:47 +03:00
Nikolay Amiantov
32df5ed4c2 udev service: make local rules apply after all others 2016-02-23 15:17:24 +03:00
zimbatm
4ba3c96431 .github/ISSUE_TEMPLATE.md - get more information
The goal is to get all the necessary information from the reporter upfront.
Too many times the issues submits and we need to do a round of asking before
we can get close to a solution.
2016-02-23 12:09:41 +00:00
Eelco Dolstra
deae4eff7b Make stage-1/2 logging unconditional, and drop log level to "debug"
Using "debug" level prevents spamming the console with messages twice
(once directly and once via kmsg).
2016-02-23 11:56:09 +01:00
Eelco Dolstra
6f6e2c430f test-instrumentation.nix: Only clear $PAGER in the backdoor shell 2016-02-23 11:56:09 +01:00
Eelco Dolstra
806b27a297 qemu-guest.nix: Disable rngd
This gets rid of a zillion "rngd[N]: read error" messages during boot.
2016-02-23 11:56:09 +01:00
Roger Qiu
474d5a7bd0 nixos/stage-2: Added boot.logCommands 2016-02-23 11:56:09 +01:00
Roger Qiu
142f65e07a nixos/stage-1: Added boot.initrd.logCommands 2016-02-23 11:56:08 +01:00
Frederik Rietdijk
8b3d057c78 Merge pull request #13366 from lancelotsix/add_flakes_migrate
pythonPackages.flask_migrate: init at 1.7.0
2016-02-23 11:51:52 +01:00
Sou Bunnbu
2048599cff Merge pull request #13386 from colemickens/update-plexpass
plexpass: 0.9.15.4.1679 -> 0.9.15.5.1712
2016-02-23 18:11:48 +08:00
Franz Pletz
86ed8dd919 Merge pull request #13385 from benley/jsonnet-0.8.6
jsonnet: 0.8.5 -> 0.8.6
2016-02-23 07:22:43 +01:00
Cole Mickens
f0061cb039 plexpass: 0.9.15.4.1679 -> 0.9.15.5.1712 2016-02-22 20:22:07 -08:00
Benjamin Staffin
960b11e7e8 jsonnet: 0.8.5 -> 0.8.6 2016-02-22 18:20:54 -08:00
Franz Pletz
82ac1d952e Revert "gajim: Add python-axolotl for OMEMO plugin"
This reverts commit c3c5622817.
2016-02-23 00:36:43 +01:00
Pascal Wittmann
5d6d841d58 Merge pull request #13373 from tomberek/revert_kippo_twisted
kippo: revert twisted dependency
2016-02-22 23:50:17 +01:00
zimbatm
f05bc0444a gettext: 0.19.6 -> 0.19.7
expat is replaced by a bundled version of libxml2
2016-02-22 22:47:45 +00:00
zimbatm
05d4959251 gettext: expand all gettext.sh paths 2016-02-22 22:47:45 +00:00
Herwig Hochleitner
53b9ac0d13 wine-unstable: 1.9.3 -> 1.9.4
winetricks: 20160109 -> 20160219
gecko: 2.40 -> 2.44
2016-02-22 23:41:12 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
59a1dc4be2 libdap: init at 3.15.1 2016-02-22 23:15:44 +01:00
Arseniy Seroka
fbca8ede65 Merge pull request #13358 from aespinosa/dpic-preprocessor
dpic: init at 2016.01.12
2016-02-22 23:08:46 +03:00
Robin Gloster
06546b0ec1 Merge pull request #13143 from onlinemediagroup/ios_cross_compiler
ios-cross-compile: init at Feb 16, 2016
2016-02-22 19:17:22 +00:00
Edgar Aroutiounian
058c768892 ios-cross-compile: init at 9.2 2016-02-22 11:16:11 -08:00
Thomas Bereknyei
e31c8922e0 kippo: revert twisted dependency 2016-02-22 13:57:24 -05:00
Tobias Geerinckx-Rice
2919200db3 libpsl: 2016-02-09 -> 2016-02-16 2016-02-22 19:42:27 +01:00
Tobias Geerinckx-Rice
74acc3ad93 zstd: 0.5.0 -> 0.5.1
Changes:
- New: Optimal parsing => Very high compression modes, thanks to @inikep
- Changed: Dictionary builder integrated into libzstd and zstd cli
- Changed (!): zstd cli now uses "multiple input files" as default mode. See zstd -h.
- Fix: high compression modes for big-endian platforms (#123)
- New: zstd cli : -t | --test command
2016-02-22 19:42:27 +01:00
Tobias Geerinckx-Rice
9135aea76f sane-backends-git: 2016-01-25 -> 2016-02-19 2016-02-22 19:42:27 +01:00
Tobias Geerinckx-Rice
3675366f81 miniupnpd: 1.9.20160212 -> 1.9.20160216
Changes:
- minor changes to follow UDA 1.1 more closely.
- more argument checking in Soap methods.

Log: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-02-22 19:42:27 +01:00
Tobias Geerinckx-Rice
6497468762 dosemu-fonts: use versioned name
This also happens to solve a hash mismatch for me, but that might be
a coincidence.
2016-02-22 19:42:27 +01:00
Franz Pletz
2d5e6a27fc Merge pull request #13355 from grahamc/ttyNumberString-issue3608
nixos-manual: Accept numbers for ttyNumber, closes #3608
2016-02-22 19:34:16 +01:00
vbgl
4d767deaf5 Merge pull request #13372 from knedlsepp/proj-on-darwin
proj: Add platforms.darwin and enable doCheck.
2016-02-22 19:29:21 +01:00
zimbatm
c3e9630dfa Merge pull request #13369 from grahamc/nix-prefetch-git-output-base32
nix-prefetch-git: output base32 hash so output matches nix-build errors
2016-02-22 18:21:11 +00:00
Josef Knedl
a9e8c742fb proj: Add platforms.darwin and enable doCheck. 2016-02-22 19:05:17 +01:00
Nikolay Amiantov
0022f639f3 octoprint-plugins.titlestatus: 0.0.2 -> 0.0.4 2016-02-22 21:01:58 +03:00
Nikolay Amiantov
81032a4722 octoprint-plugins.m3d-fio: 0.26 -> 0.27 2016-02-22 21:01:58 +03:00
Graham Christensen
f57c049e0b nixos-manual: Accept numbers for ttyNumber, closes #3608 2016-02-22 11:25:16 -06:00
Graham Christensen
60f354dfb8 nix-prefetch-git: output base32 hash so output matches nix-build errors
It turns out hashFormat has never been set.
2016-02-22 10:50:27 -06:00
Pascal Wittmann
2d2efceecb Merge pull request #13367 from bzizou/nco
nco: init at 4.5.5
2016-02-22 16:26:23 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
2960ea5292 nco: init at 4.5.5 2016-02-22 15:14:34 +01:00
Allan Espinosa
2dd51275eb dpic: init at 2016.01.12 2016-02-22 07:42:53 -06:00
Thomas Tuegel
2b0c9cb8c0 Merge branch 'emacs-packages' 2016-02-22 06:21:48 -06:00
Thomas Tuegel
a5356d09e6 elpaPackages 2016-02-22 2016-02-22 06:21:20 -06:00
Thomas Tuegel
5f772ebf55 melpaStablePackages 2016-02-22 2016-02-22 06:18:27 -06:00
Peter Simons
0918c6f08f Add LTS Haskell 5.3. Also add aliases that point to the respective latest LTS version. 2016-02-22 12:45:11 +01:00
Rok Garbas
32e3475e93 pythonPackages.github-cli: enable tests 2016-02-22 12:28:04 +01:00
Arseniy Seroka
cd235722d3 Merge pull request #13361 from puffnfresh/package/playerctl
playerctl: init at 0.4.2
2016-02-22 13:47:48 +03:00
Arseniy Seroka
e4d0811c8b Merge pull request #13100 from jagajaga/improvements
PULL_REQUEST_TEMPLATE: init
2016-02-22 13:47:34 +03:00
Arseniy Seroka
ac9ab2c3f5 PULL_REQUEST_TEMPLATE: init 2016-02-22 13:45:56 +03:00
Eelco Dolstra
389d04cbe7 curl: 7.47.0 -> 7.47.1 2016-02-22 11:41:34 +01:00
Lancelot SIX
1053cfa4d5 pythonPackages.flask_migrate: init at 1.7.0 2016-02-22 11:03:43 +01:00
Lancelot SIX
04ef62d557 pythonPackages.flask_sqlalchemy: init at 2.1 2016-02-22 11:03:43 +01:00
Nikolay Amiantov
8b124b7521 nixos.tests.printing: fix for new CUPS version
It looks like now queue is not immediately cleared from cancelled jobs.
Instead, files like "c00001" are left alongside "d00001-001", and
cleanup happens at some later point of time. Also, all new jobs are
assigned consecutive numbers now (00002, 00003 etc.). So when
original d00001 file is finally cleaned, it breaks the test. Fixed
by checking for any "d*" file inside the queue and cleaning it by
ourselves to ensure that each job works correctly.
2016-02-22 12:42:06 +03:00
Nikolay Amiantov
1a025a4a96 cups: 2.0.4 -> 2.1.3
Also enable parallel building and don't install rc.d scripts.
2016-02-22 12:42:01 +03:00
Rok Garbas
9b99fd78fb pythonPackages.github-cli: init at 1.0.0 2016-02-22 10:33:50 +01:00
Frederik Rietdijk
05993aa484 Merge pull request #13064 from desiderius/pyrsistent-0.11.12
pythonPackages.pyrsistent: init at 0.11.12
2016-02-22 10:16:58 +01:00
Michel Kuhlmann
312494180d nixpkgs manual: add basic R documentation, fixes #13362
also fixes #13243
2016-02-22 10:16:06 +01:00
desiderius
2191fb106c pythonPackages.pyrsistent: init at 0.11.12 2016-02-22 09:43:58 +01:00
Pascal Wittmann
f1a65b3443 Merge pull request #13241 from zimbatm/gist-4.5.0
gist: 4.4.2 -> 4.5.0
2016-02-22 09:16:07 +01:00
Pascal Wittmann
4b80ab55f1 Merge pull request #13360 from aespinosa/jenkins-1.649
jenkins: 1.647 -> 1.649
2016-02-22 09:02:56 +01:00
Peter Simons
e713765b53 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 096bee7aef
  - Hackage: 735e006a18
  - LTS Haskell: bbcada892f
  - Stackage Nightly: b41dbc58b2
2016-02-22 08:26:38 +01:00
Brian McKenna
4ec4666762 playerctl: init at 0.4.2 2016-02-22 18:09:56 +11:00
Allan Espinosa
491007d0a1 jenkins: 1.647 -> 1.649 2016-02-22 00:37:07 -06:00
Mathnerd314
9c0121be81 all-packages: Rewrite packageOverrides to use fix'/extends
This way is cleaner, slightly faster (as shown by
some quick tests) and causes no rebuilds.

It could cause some evaluation errors though.
2016-02-21 21:09:39 -07:00
Franz Pletz
d31f58c688 tinc_pre: 2015-11-07 -> 2016-01-27
Also fixes `--version` parameter in exectuables.
2016-02-22 04:59:59 +01:00
Franz Pletz
c3c5622817 gajim: Add python-axolotl for OMEMO plugin 2016-02-22 04:56:15 +01:00
Franz Pletz
06e37e9008 youtube-dl: 2016.01.01 -> 2016.02.13 2016-02-22 04:55:22 +01:00
Franz Pletz
5e0105af9b linux: 4.4.1 -> 4.4.2 2016-02-22 04:52:00 +01:00
Franz Pletz
f5d705aa58 pinentry: 0.9.6 -> 0.9.7 2016-02-22 04:51:53 +01:00
Franz Pletz
230cf33f8b Merge pull request #13325 from mjhoy/add-mdk-package
mdk: new package
2016-02-22 04:48:46 +01:00
Thomas Tuegel
8765e9b3bc melpaPackages 2016-02-21 2016-02-21 20:42:26 -06:00
Sou Bunnbu
7fcecec58b Merge pull request #11254 from ericsagnes/standardize-im
Improve and standardize input methods
2016-02-22 10:13:54 +08:00
Robin Gloster
60290c69e4 Merge pull request #13357 from zimbatm/curl-7.15-fixup
curl: fixes installation of 7.15
2016-02-22 01:19:17 +00:00
Franz Pletz
f921abe393 Merge pull request #13160 from romildo/fix-xfce4-whisker-menu
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whisker…
2016-02-22 02:12:32 +01:00
Franz Pletz
e50b3f893b Merge pull request #13141 from benley/openssh-7.1p2-gssapi-patch
openssh: update gssapi patch to match the openssh version
2016-02-22 02:05:04 +01:00
zimbatm
6908e75441 curl: fixes installation of 7.15
It was trying to install /etc/ssl/cert/ca-certificates.pem

See https://hydra.nixos.org/build/32167398/nixlog/1
2016-02-21 23:57:20 +00:00
zimbatm
b58e26dbf6 cide: init at 0.8.1 2016-02-21 21:11:35 +00:00
Arseniy Seroka
80131f4731 Merge pull request #13161 from romildo/update/xfce4-whisker-menu
xfce4-whiskermenu-plugin: 1.5.1 -> 1.5.2
2016-02-21 22:57:06 +03:00
Arseniy Seroka
1d1075b8ce Merge pull request #13254 from ak3n/master
staruml: init at 2.6.0
2016-02-21 22:56:42 +03:00
Michael Hoy
7d6f2c4e3f mdk: init at 1.2.9 2016-02-21 13:56:40 -06:00
Robert Helgesson
5d8c4443f1 ddclient: add meta.platforms 2016-02-21 20:24:20 +01:00
zimbatm
17ad5ab0a9 gist: 4.4.2 -> 4.5.0
Fixes #13158
2016-02-21 18:43:34 +00:00
Eugene Akentyev
f0b072abaa staruml: init at 2.6.0 2016-02-21 21:42:43 +03:00
Charles Strahan
9482be59e7 Merge pull request #13131 from Ericson2314/haskell-cross-rebase
Generalize some GHCJS stuff for other cross compilers
2016-02-21 13:19:03 -05:00
John Ericson
f13eede7e5 haskell: Tiny refactor in generic-builder. No hashes/interfaces changed. 2016-02-21 10:16:13 -08:00
John Ericson
51b66ed4d9 haskell: Add notion of cross compiler and define nativeGhc with it
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
114cd6765d haskell: Expose the package set used to build each GHC, where possible
Tested to not change hashes
2016-02-21 10:16:13 -08:00
John Ericson
e6d3a4e7d1 ghcjs: Remove wrapper, which seems long unused 2016-02-21 10:16:13 -08:00
Frederik Rietdijk
846aa6e776 Merge pull request #13165 from NixOS/python-wip
Python PIP fix, fixes #12190, closes #13035
2016-02-21 17:49:45 +01:00
Tuomas Tynkkynen
a6638c62a8 Revert "linux: 4.1.17 -> 4.1.18"
This reverts commit 6cdf5fe85f.

This version has a crypto regression:
https://lkml.org/lkml/2016/2/19/748 which is blocking the channel update
due to a failing luksroot test: http://hydra.nixos.org/build/32159615
2016-02-21 17:57:39 +02:00
Franz Pletz
45c97925dd Merge pull request #13122 from adevress/neuron
Add new package neuron. Neuron network simulation framework
2016-02-21 16:31:42 +01:00
Edward Tjörnhammar
bc1e1c5698 kodiPlugins.salts: 1.0.98 -> 2.0.6 2016-02-21 16:15:54 +01:00
Edward Tjörnhammar
4575d58b3d kodiPlugins.genesis: 5.1.3 -> 5.1.4 2016-02-21 16:15:13 +01:00
devresse
4046d3ce8d neuron: init at 7.4 2016-02-21 15:02:47 +00:00
Edward Tjörnhammar
ad4bfe4dda kodi: 15.2 -> 16.0 2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
8968a6e604 dcadec: init at 0.2.0 2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
a3017f92d8 libcrossguid: init at 2016-02-21 2016-02-21 15:32:12 +01:00
zimbatm
a6ce937ba1 Merge pull request #13162 from taku0/thunderbird-bin-38.6.0
thunderbird-bin: 38.5.1 -> 38.6.0
2016-02-21 14:26:09 +00:00
Frederik Rietdijk
696052cb62 pythonPackages.protobuf: fix 2016-02-21 15:01:00 +01:00
taku0
ce763e2d66 thunderbird-bin: 38.5.1 -> 38.6.0 2016-02-21 22:16:26 +09:00
José Romildo Malaquias
aee6548701 xfce4-whiskermenu-plugin: 1.5.1 -> 1.5.2 2016-02-21 09:51:44 -03:00
Luca Bruno
dc3a1bff57 cups: add a comment about updates 2016-02-21 13:51:08 +01:00
José Romildo Malaquias
a7d64fef38 xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whiskermenu script 2016-02-21 09:24:43 -03:00
Nikolay Amiantov
b08c0472e1 pythonPackages.pip: force installing 2016-02-21 12:21:33 +01:00
Nikolay Amiantov
895f51222e buildPythonPackage: add installFlags 2016-02-21 12:20:51 +01:00
Frederik Rietdijk
c98098fdca Merge pull request #12950 from FRidh/kile
kde5.kile: init at git 2016-02-12
2016-02-21 12:10:04 +01:00
Frederik Rietdijk
f612dc703e kde5.kile: init at git 2016-02-12
This adds a kde5/frameworks version of kile.
2016-02-21 12:09:18 +01:00
Frederik Rietdijk
9d30b03c0c Merge pull request #13127 from FRidh/kdeconnect
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00
Vladimír Čunát
5e26e698b9 Merge #13081: update plex and plexpass 2016-02-21 11:47:07 +01:00
Frederik Rietdijk
92179785b6 DOC: Overview of Nixpkgs/channels/Hydra/tests (close #11263)
What I missed when I began using Nix and NixOS was a clear overview of
how packages, channels, Hydra, the master branch and updates to channels
relate to each other.

I've noticed I am not the only one, given the amount of times these
questions pop up.

For now I propose to include this in the Nixpkgs manual, since this
seems to be the best fit. However, I think it would be good to include
this in either a new manual, i.e., a user manual, or an 'official'
tutorial.
2016-02-21 11:32:22 +01:00
Vladimír Čunát
59617de6d7 glibc: 2.22 -> 2.23
The two patches were included upstream.
(Even the one from guix, except for a whitespace difference.)
2016-02-21 10:31:14 +01:00
Vladimír Čunát
045164bdf8 Merge #12973: add rrsync as an individual app 2016-02-21 10:00:43 +01:00
Vladimír Čunát
b4ac8fb39b (r)rsync: simplify and don't copy maintainers
Let's keep the original rsync maintainers only on rsync,
as I haven't noticed them wanting to maintain rrsync as well.
2016-02-21 09:59:49 +01:00
Franz Pletz
7e9a7a3b0f Merge pull request #13091 from ebzzry/emem-0.2.12
emem: 0.2.11 -> 0.2.12
2016-02-21 09:09:57 +01:00
Pascal Wittmann
ab742b42ab vlc: 2.2.1 -> 2.2.2 and take maintainership 2016-02-21 08:03:16 +01:00
Benjamin Staffin
29711967a2 openssh: update gssapi patch to match openssh version
Should fix the openssh_with_kerberos build.

Fixes #13140

(cherry picked from commit 3dae6c7e1e1eb64b3ceb2796eea1ad0ae1596688)
2016-02-20 22:22:01 -08:00
Franz Pletz
c349fe6127 Merge pull request #13117 from adevress/vmmlib
Add a new nixpkg vmmlib. A vector and matrix C++ library
2016-02-21 04:50:12 +01:00
Charles Strahan
64f145a3e7 Merge pull request #12920 from osener/patch-1
closurecompiler: 20151015 -> 20160208
2016-02-20 21:01:30 -05:00
Charles Strahan
11bf7888fb Merge pull request #13041 from Baughn/mprime
mprime: Init at 28.7
2016-02-20 20:45:56 -05:00
Charles Strahan
eb905c2d76 Merge pull request #13084 from nathan7/go-1.6
go: add 1.6 compiler and packages
2016-02-20 20:41:44 -05:00
Charles Strahan
123a9104e4 Merge pull request #13109 from zimbatm/ruby-fixes
Ruby fixes
2016-02-20 20:29:25 -05:00
Tuomas Tynkkynen
6820d7fc5b Merge pull request #13157 from dezgeg/pr-diffoscope-2
diffoscope: 45 -> 49
2016-02-21 01:34:38 +02:00
Tuomas Tynkkynen
2a3d8fc70c diffoscope: 45 -> 49
We have a new tool dependency for cd-iccdump which comes from the colord
package - put this in the bloat category.
2016-02-21 01:21:12 +02:00
Domen Kožar
410107cf76 Revert "cups: 2.0.4 -> 2.1.2"
This reverts commit 35e1f49545.
2016-02-20 22:32:26 +00:00
Robin Gloster
3e7e8e8807 voxelands: 1506.00 -> 1512.00
source had been moved
2016-02-20 22:27:15 +00:00
Arseniy Seroka
7d22996df0 Merge pull request #13146 from rycee/bump/ddclient
ddclient: 3.8.2 -> 3.8.3
2016-02-21 00:40:51 +03:00
Pascal Wittmann
50f45db51c icmake: 8.00.05 -> 8.01.00 2016-02-20 20:28:26 +01:00
zimbatm
a7715e3e06 Merge pull request #10231 from zimbatm/apache-intermediate-ssl
apache-httpd: adopt mozilla's SSL configuration recommendation
2016-02-20 19:14:51 +00:00
Jascha Geerds
78c99d8f4e Merge pull request #13133 from spacefrogg/evince-xps-support
gnome3.evince: Add XPS file support
2016-02-20 19:12:19 +01:00
Robin Gloster
686c09dd38 wpa_supplicant module: after network-interfaces.target
fixes #13136
2016-02-20 17:41:02 +00:00
Tuomas Tynkkynen
8bfc5d7e72 coreutils: Remove ARM patch (coreutils-tail-inotify-race.patch)
The patch no longer applies as it's applied in the 8.25 release.

While at it don't use FORCE_UNSAFE_CONFIGURE on ARM as I don't see why
it's needed and it works for me without it.

Build-tested GNU hello on ARMv7 and verified that this affect its hash
on i686.
2016-02-20 19:36:21 +02:00
Robert Helgesson
113106df1b ddclient: 3.8.2 -> 3.8.3
Also remove patch for issue that has been fixed upstream, add simple
meta section, and minor other cleanups.
2016-02-20 18:30:36 +01:00
Arseniy Seroka
426b4aae7b Merge pull request #13137 from datakurre/datakurre-ldap3
ldap3: init at 1.0.4
2016-02-20 18:07:33 +03:00
Michael Raskin
b4eebd86c1 Be less location-dependent 2016-02-20 16:12:50 +01:00
zimbatm
11733b39b5 git: fixes references to gettext properly
A better implementation of 5273dbf530

Fixes https://github.com/NixOS/nixpkgs/issues/13150

The attached patch removes a whole swath of unnecessary runtime gettext
detection. It also adds gettext on the PATH so that git-rebase can find it.
2016-02-20 14:47:23 +00:00
Asko Soukka
b18bc4f5b6 ldap3: init at 1.0.4 2016-02-20 16:47:04 +02:00
Ricardo M. Correia
fd3e02add8 Merge pull request #13027 from puffnfresh/package/pijul
pijul: 0.1 -> 0.2-6ab9ba
2016-02-20 15:43:53 +01:00
Arseniy Seroka
03cee218e5 Merge pull request #13148 from colemickens/update-mpv
mpv: 0.14.0 -> 0.15.0
2016-02-20 17:11:32 +03:00
Arseniy Seroka
815b1e624b Merge pull request #13149 from sifmelcara/master
pcmanx-gtk2: init at 1.3
2016-02-20 17:10:19 +03:00
Arseniy Seroka
cbb06df02f Merge pull request #13142 from zimbatm/zerotierone-1.1.4
Zerotierone 1.1.4
2016-02-20 17:09:59 +03:00
Arseniy Seroka
87d14d3e69 Merge pull request #13152 from layus/fix-teamviewer
Fix sed script error in TeamViewer 32bit.
2016-02-20 17:00:15 +03:00
Moritz Ulrich
0e96c96b84 mosquitto: Use built-in Makefile for installation.
This will also install man pages, client-binaries (mosquitto_sub,
mosquitto_pub), libs, headers, etc.
2016-02-20 14:46:20 +01:00
Thomas Tuegel
bd8158593d spotify: 1.0.19.106 -> 1.0.23.93 2016-02-20 07:10:58 -06:00
Guillaume Maudoux
9eb6372c6b teamviewer: fix wrong in sed usage 2016-02-20 14:02:38 +01:00
mingchuan
9e0b5358e2 pcmanx-gtk2: init at 1.3 2016-02-20 19:49:13 +08:00
Cole Mickens
e1a3b4128f mpv: 0.14.0 -> 0.15.0 2016-02-20 03:46:37 -08:00
Arnold Krille
c3b4dd920b rsync/rrsync: less code duplication
- refactor the common parts all into the base.nix
- add myself as maintainer
2016-02-20 11:59:50 +01:00
Frederik Rietdijk
c576d1a97b Merge pull request #13138 from datakurre/datakurre-pycontracts
pycontracts: init at 1.7.9
2016-02-20 11:33:03 +01:00
Michael Raskin
a0912fd3b4 lazarus: 1.4.4 -> 1.6 2016-02-20 11:36:37 +01:00
Eric Sagnes
dc6bd61187 added input method related changelog 2016-02-20 13:04:02 +09:00
Eric Sagnes
9e7ddbdcbd ibus-m17n: init at 1.3.4 2016-02-20 10:50:52 +09:00
Eric Sagnes
2d5537d89e fcitx-m17n: init at 0.2.3 2016-02-20 10:50:52 +09:00
zimbatm
13b416765d Merge pull request #13089 from ebzzry/ugarit-manifest-maker-0.1
ugarit-manifest-maker: init at 0.1
2016-02-20 00:11:28 +00:00
Pascal Wittmann
06424612e6 perl-MooseX-Role-WithOverloading: 0.13 -> 0.17 2016-02-20 00:35:24 +01:00
Pascal Wittmann
e51d562f9f perl-podlators: 2.5.3 -> 4.06 2016-02-20 00:35:24 +01:00
zimbatm
99910d97c2 zerotierone: 1.1.0 -> 1.1.4 2016-02-19 23:01:30 +00:00
zimbatm
433f979cee zerotierone: adopt systemd unit from upstream
See
5db538d85e/ext/installfiles/linux/systemd/zerotier-one.service
2016-02-19 22:56:19 +00:00
Asko Soukka
c5416370d5 pycontracts: init at 1.7.9 2016-02-20 00:07:40 +02:00
Aneesh Agrawal
17aefb1460 weechat: make language plugins optional, fixes #13092
They're still enabled by default, but now can be disabled.

Python has not been made optional due to the additional complexity of:
  - python2 vs python3
  - pync support on Darwin
Making Python support optional should be revisited at another time.
2016-02-19 22:56:29 +01:00
Pascal Wittmann
8b06e2fab1 filezilla: 3.14.1 -> 3.15.0.2 2016-02-19 22:50:28 +01:00
Pascal Wittmann
94a401258d libfilezilla: init at 0.3.1 2016-02-19 22:50:28 +01:00
Edward Tjörnhammar
5ea21d69f5 syncthing: 0.12.10 -> 0.12.19 2016-02-19 21:54:51 +01:00
Arseniy Seroka
a23a53a571 Merge pull request #13055 from dochang/rolespec
rolespec: init at 20160105
2016-02-19 23:02:16 +03:00
Arseniy Seroka
bce982e082 Merge pull request #13076 from romildo/update-opensmtpd
opensmtpd: 5.7.3p1 -> 5.7.3p2
2016-02-19 22:53:59 +03:00
Arseniy Seroka
24a536f77d Merge pull request #13126 from zimbatm/ricochet-1.1.2
ricochet: 1.1.1 -> 1.1.2
2016-02-19 22:53:42 +03:00
Arseniy Seroka
ba47df7b47 Merge pull request #13082 from svend/ansible2
ansible2: v2.0.0_0.6.rc1 -> v2.0.0.2
2016-02-19 22:53:31 +03:00
Arseniy Seroka
4e305945dc Merge pull request #13112 from datakurre/datakurre-rabbitpy
rabbitpy: init at 0.26.2
2016-02-19 22:53:11 +03:00
Arseniy Seroka
a2a5d234a5 Merge pull request #13101 from zimbatm/dispad
dispad: init at 0.3.1
2016-02-19 22:52:45 +03:00
Arseniy Seroka
0e95958c18 Merge pull request #13110 from puffnfresh/package/ue4
ue4: init at 4.10.2
2016-02-19 22:52:16 +03:00
Michael Raitza
58cbe7d068 gnome3.evince: Add XPS file support
XPS support is optional via supportXPS argument and turned off by
default.
2016-02-19 20:15:19 +01:00
Michael Raitza
6d6a7881ef gnome3.libgxps: Fix dependency propagation bug
Packages that want to use libgxps also need libarchive, thus it is moved
to propagatedBuildInputs.
2016-02-19 20:11:28 +01:00
Rommel M. Martinez
cb8ac5742d ugarit-manifest-maker: init at 0.1 2016-02-20 01:30:54 +08:00
vbgl
5ed9176c52 Merge pull request #13077 from wizeman/u/ocaml-packages
Add ocamlPackages.{gen,sequence,containers}
2016-02-19 18:14:47 +01:00
Frederik Rietdijk
d3482be0e5 Merge pull request #12886 from pstn/master
Allow kpcli to work with xclip
2016-02-19 17:14:50 +01:00
Pascal Wittmann
cb2362a2d3 Merge pull request #13083 from svend/jenkins-job-builder
jenkins-job-builder: 1.3.0 -> 1.4.0
2016-02-19 17:08:41 +01:00
Pascal Wittmann
7309804597 Merge pull request #13128 from matthiasbeyer/fix-khard
Fix broken "khard"
2016-02-19 17:08:06 +01:00
Matthias Beyer
24edc61fcd khard: Fix version 0.8.1 runtime error by rewriting dependencies 2016-02-19 16:31:43 +01:00
Nikolay Amiantov
b6c49abba0 uwsgi service: update documentation 2016-02-19 18:09:27 +03:00
Nikolay Amiantov
e48c991131 uwsgi service: refactor, throw more errors and drop simultaneous Python 2/3 in path 2016-02-19 18:09:26 +03:00
Adrien Devresse
825ba05efb vmmlib: init at 1.6.2
vmmlib is a vector and matrix C++ library
2016-02-19 14:51:43 +00:00
zimbatm
360b5ab9b6 Merge pull request #13123 from nfjinjing/shadowsocks-libev
shadowsocks-libev: init at 2.4.5
2016-02-19 14:29:19 +00:00
zimbatm
883b788ab0 ricochet: 1.1.1 -> 1.1.2 2016-02-19 14:18:48 +00:00
Frederik Rietdijk
c9b5c4a445 kde5.kdeconnect: init at 0.9g 2016-02-19 15:12:08 +01:00
Nikolay Amiantov
d39d87bb81 uwsgi: disable built-in yaml support 2016-02-19 17:02:40 +03:00
Nikolay Amiantov
c6f143307c uwsgi: refactor, throw sensible error if plugin is not found 2016-02-19 17:02:40 +03:00
Jinjing Wang
6f466c9dad shadowsocks-libev: init at 2.4.5 2016-02-19 20:58:12 +08:00
Vladimír Čunát
4b581903b3 requireFile: preferLocalBuild = true
There's no point trying to "distribute" showing the error message.
2016-02-19 13:47:50 +01:00
zimbatm
c6d9d8dfa1 Merge pull request #13088 from ebzzry/ugarit-2.0
ugarit: init at 2.0
2016-02-19 12:39:00 +00:00
Thomas Tuegel
7bca3cd8dc kde5: reduce default installation size 2016-02-19 06:21:50 -06:00
Thomas Tuegel
44aed98556 kde5.frameworks: 5.18.0 -> 5.19.0 2016-02-19 06:19:26 -06:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Pascal Wittmann
7dc93ebdff Merge pull request #13090 from ebzzry/xboxdrv-0.8.8
xboxdrv: 0.8.5 -> 0.8.8
2016-02-19 13:13:57 +01:00
Damien Cassou
dda9f0ba23 Merge pull request #13098 from DamienCassou/vdirsyncer-0.9.0
vdirsyncer: 0.8.1 -> 0.9.0
2016-02-19 12:48:27 +01:00
Damien Cassou
38f0628928 vdirsyncer: 0.8.1 -> 0.9.0 2016-02-19 12:44:49 +01:00
Rommel M. Martinez
54a29f2fca ugarit: init at 2.0 2016-02-19 19:40:20 +08:00
Nathan Zadoks
2610986991 chromium/plugins: use jshon for extracting the Flash version from JSON 2016-02-19 12:31:08 +01:00
Nikolay Amiantov
b457b7a7ea Merge pull request #13069 from abbradar/m3d
OctoPrint and plugins and support for M3D Micro 3D-printer
2016-02-19 14:27:32 +03:00
Nathan Zadoks
673bc7f32a go: add 1.6 compiler and packages 2016-02-19 12:26:47 +01:00
Nikolay Amiantov
b64192744a steamPackages.runtime: 20151020 -> 2016-02-18 2016-02-19 14:10:19 +03:00
Nikolay Amiantov
e41c80e790 steamPackages: add runtime-mirror helper derivation 2016-02-19 14:10:13 +03:00
Nikolay Amiantov
9525abdeec steamPackages.runtime: use mirrors, add my mirror 2016-02-19 14:10:09 +03:00
Jascha Geerds
14f1ff80ce gnome3.eog: 3.18.1 -> 3.18.2 2016-02-19 11:32:01 +01:00
Philipp Steinpass
9d1501437d Added perl packages that allow kpcli to work with xclip, squashed fixes. 2016-02-19 11:21:52 +01:00
Domen Kožar
b5d9636c66 Merge pull request #13118 from FRidh/buildPythonApplication
buildPythonApplication: function for building Python applications
2016-02-19 10:05:35 +00:00
Eelco Dolstra
88f5d1c8ba Move CONTRIBUTING.md to .github
See https://github.com/blog/2111-issue-and-pull-request-templates.
2016-02-19 10:59:38 +01:00
Edward Tjörnhammar
65be213581 pythonPackages.ptest: init at 1.5.3 2016-02-19 10:35:37 +01:00
Edward Tjörnhammar
5584ad1dc5 pythonPackages.requests_toolbelt: add test phase dependencies 2016-02-19 10:35:37 +01:00
Frederik Rietdijk
49c68939db buildPythonApplication: function for building Python applications
Currently, the only difference is that namePrefix is not set
2016-02-19 10:30:50 +01:00
Scott Olson
43a523526d Require at least one of url or urls in fetchurl. 2016-02-19 03:18:21 -06:00
Frederik Rietdijk
cc58339345 pythonPackages.scikitlearn: 0.17 -> 0.17.1 2016-02-19 09:07:34 +01:00
Bjørn Forsman
7177d4fa6b live555: 2015.10.12 -> 2016.02.09 (unbreaks download)
The old version is not available in the mirrors.

Build tested with vlc, the only immediate dependee.
2016-02-19 08:28:05 +01:00
Louis Taylor
90873ea02a requests2: 2.8.1 -> 2.9.1 2016-02-19 06:41:32 +00:00
Cole Mickens
86cbd505c5 azure-agent: switch back to upstream WALinuxAgent 2016-02-18 21:11:21 -08:00
Cole Mickens
718848d5aa azure: package qemu @ 2.2.0
This commit packages qemu-220. This package is qemu-2.2.0
and is only used with Azure.
2016-02-18 21:08:28 -08:00
Asko Soukka
bfea299a6a rabbitpy: init at 0.26.2 2016-02-19 07:07:48 +02:00
Scott Olson
9cf93ba135 Simplify fetchurl assertion logic.
The two lines I removed technically assert the exact same thing, since `!a -> b`
is equivalent to `a || b`. So, I replaced the two lines with the more symmetric
form to make it clearer.
2016-02-18 22:39:43 -06:00
Brian McKenna
392699a82d ue4: init at 4.10.2
This builds Unreal Engine 4 and has a wrapper to start the editor.

Sadly the application requires write access to a lot of paths. I have a
hack to do a symlink tree under $HOME and it works well, the UE4Editor
binary just needs to be not a symlink.
2016-02-19 14:41:51 +11:00
Charles Strahan
412dd80149 Merge pull request #13093 from cstrahan/ghcjs-fix-rebase
Fix GHCJS for cabal-install-1.22.8.0
2016-02-18 19:24:01 -05:00
Charles Strahan
c374ce26b0 ghcjs-shims: 2016/01/07 -> 2016/02/10
Bump revisions: 45f44f5f027 -> 4df1808d031
2016-02-18 19:15:02 -05:00
Eric Sagnes
3ad12f2dec inputMethod service: init 2016-02-19 08:52:18 +09:00
zimbatm
a92c609ec6 gemconfig: add eventmachine and msgpack 2016-02-18 23:44:50 +00:00
zimbatm
24e0fc99f9 buildRubyGem: remove unecessary duplication 2016-02-18 23:44:49 +00:00
Charles Strahan
516057ffa9 ghcjs: replace integer-simple with integer-gmp
GHCJS uses integer-gmp, but cabal2nix generates a dependency list that
includes integer-simple instead. This tweaks the stage2 generator to
replace any instance of integer-simple with integer-gmp.

Things currently still work without this change (assuming
integer-simple is defined as null), as ghcjs includes integer-gmp in
its stage1 packages - so it's always available.

However, this change makes things a bit more explicit, rather than
leaving things to chance. If at any point the stage1 packages are also
split up into separate derivations, the integer-gmp package will need to
be passed along to the packages that depend on it. This change should
prevent some confusion going forward.
2016-02-18 18:32:58 -05:00
Eelco Dolstra
d71a4851e8 Don't try to apply patchelf to non-ELF binaries 2016-02-18 22:54:11 +01:00
Eelco Dolstra
bf63de1613 separateDebugInfo: Handle weird filenames properly 2016-02-18 22:54:11 +01:00
Eelco Dolstra
854c27c69c coreutils: 8.24 -> 8.25 2016-02-18 21:59:11 +01:00
Eelco Dolstra
076de98c94 separateDebugInfo: Restore ELF check 2016-02-18 21:37:26 +01:00
Eelco Dolstra
1ab14aad7a glibc: Drop hurd support
This hasn't been maintained since 2012.

Also, renamed glibc's kernelHeaders argument to linuxHeaders.
2016-02-18 21:11:15 +01:00
Charles Strahan
e6e9970891 ghcjs: don't propagate Cabal to all packages
Previously, we were compiling Setup.hs with ghcjs (instead of  ghc),
and that required that Cabal be available, otherwise the Setup.hs would
fail to compile.

Now that we are compiling Setup.hs with ghc, it's no longer necessary
to add Cabal as a dependency to all ghcjs packages.
2016-02-18 15:00:34 -05:00
Eelco Dolstra
f98a5946b7 glibc: 2.21 -> 2.22 2016-02-18 20:54:52 +01:00
Bjørn Forsman
b2b1511353 nixos/collectd: add defaultText to package option
CC @fpletz
2016-02-18 20:30:05 +01:00
Eelco Dolstra
8af685d089 Merge pull request #13097 from jerith666/antrun
ant: preserve antRun script
2016-02-18 19:48:12 +01:00
Shea Levy
c4910af815 Merge branch 'redis-3.0.7' of https://github.com/kragniz/nixpkgs 2016-02-18 13:30:57 -05:00
Eelco Dolstra
7b2ac69ada aws-sdk-cpp: Allow building some APIS and disabling custom memory management 2016-02-18 19:29:40 +01:00
Eelco Dolstra
42255f8945 Merge pull request #13087 from rasendubi/gdb_multitarget
gdb: add multitarget option
2016-02-18 19:14:41 +01:00
Arseniy Seroka
5a7ff03fe6 Merge pull request #12923 from mboes/update-spark
spark: 1.5 -> 1.6.
2016-02-18 20:37:20 +03:00
Louis Taylor
6326172fed redis: 3.0.6 -> 3.0.7 2016-02-18 17:36:36 +00:00
Mathieu Boespflug
936312879c spark: 1.4 -> 1.6. 2016-02-18 18:29:44 +01:00
zimbatm
cb10518806 dispad: init at 0.3.1 2016-02-18 17:14:17 +00:00
Luca Bruno
b7c57c831f Merge pull request #13099 from datakurre/datakurre-dockertools
dockerTools: Fix issue where image name with repository prefix was no…
2016-02-18 17:30:54 +01:00
Asko Soukka
584427c694 dockerTools: Fix issue where image name with repository prefix was not supported 2016-02-18 18:16:58 +02:00
Frederik Rietdijk
278663bb77 Merge pull request #13065 from DamienCassou/update-pythonPackages.keyring
pythonPackages.keyring: 3.3 -> 8.4.1
2016-02-18 16:38:38 +01:00
Matt McHenry
e5e633ca11 ant: preserve antRun script 2016-02-18 10:13:39 -05:00
Thomas Tuegel
aa2e03e6ff qt55.qtbase: upstream patch for backing store issue
The included patch from upstream fixes the issue described here:
https://bugreports.qt.io/browse/QTBUG-48321
The backing store of certain widgets was being improperly invalidated,
leading to display bugs in, e.g. VLC.

This patch is included in Qt 5.6, so we should remove it when we
upgrade.
2016-02-18 06:09:20 -06:00
Franz Pletz
30213ffa3b rspamd: git-2016-01-16 -> 1.1.3 2016-02-18 13:03:01 +01:00
Franz Pletz
799a3f8147 rmilter: 1.6.7 -> 1.7.3
Fixes #13080.
2016-02-18 13:02:35 +01:00
Frederik Rietdijk
1a4ecefa3d Merge pull request #13095 from mdorman/alsafix
Fix sha256 for alsa-tools.
2016-02-18 13:02:04 +01:00
Franz Pletz
4a8871a8ac Merge pull request #13086 from tg-x/tlsdated-extraOptions
tlsdated: add missing default value for extraOptions
2016-02-18 13:01:21 +01:00
Michael Alan Dorman
1318ab1246 Fix sha256 for alsa-tools. 2016-02-18 06:41:40 -05:00
Frederik Rietdijk
b3f764428f Merge pull request #13050 from bendlas/fix-inkscape
inkscape: add numpy to runtime path
2016-02-18 09:17:31 +01:00
Charles Strahan
97d9071b95 ghcjs: use native ghc to build Setup.hs 2016-02-18 03:15:59 -05:00
Charles Strahan
bbce88302a ghcjs: fix building with cabal-install-1.22.8.0 2016-02-18 03:15:59 -05:00
Alexey Shmalko
bdf89087d9 gdb: add multitarget option
Multitarget option builds gdb with support for all targets. That's
similar to gdb-multiarch package in Ubuntu or gdb with multitarget
USE-flag in Gentoo.
2016-02-18 07:26:27 +02:00
tg(x)
de787adb90 tlsdated: add missing default value for extraOptions 2016-02-18 05:29:12 +01:00
Franz Pletz
de5a233a71 firmware-linux-nonfree: 2015-12-04 -> 2016-01-26 2016-02-18 03:49:14 +01:00
Franz Pletz
ed979124ca collectd service: Add option package 2016-02-18 03:44:55 +01:00
Franz Pletz
eff9726d54 linux: 4.3.4 -> 4.3.5 2016-02-18 03:44:19 +01:00
Franz Pletz
6cdf5fe85f linux: 4.1.17 -> 4.1.18 2016-02-18 03:44:12 +01:00
Franz Pletz
d756ff9354 linux: 3.18.26 -> 3.18.27 2016-02-18 03:44:07 +01:00
Svend Sorensen
028f553d43 jenkins-job-builder: 1.3.0 -> 1.4.0 2016-02-17 15:34:54 -08:00
Svend Sorensen
dc8213fa4d ansible2: v2.0.0_0.6.rc1 -> v2.0.0.2 2016-02-17 15:29:18 -08:00
Cole Mickens
454be2f4d7 plex: 0.9.15.3.1663 -> 0.9.15.3.1674 2016-02-17 14:47:55 -08:00
Cole Mickens
2abb0ddb53 plex: plexpass 0.9.5.3.1674 -> 0.9.15.4.1679 2016-02-17 14:46:06 -08:00
Frederik Rietdijk
81fe3eb13f pythonPackages.numexpr: 2.4.6 -> 2.5 2016-02-17 22:19:00 +01:00
Tomas Hlavaty
a6c09bf4b4 msitools: init at 0.94
I'm leaving authorship to the one who created most of the expression.
2016-02-17 22:05:21 +01:00
Frederik Rietdijk
b0d54e00f9 Merge pull request #13078 from FRidh/matplotlib
pythonPackages: update matplotlib and cycler
2016-02-17 21:15:25 +01:00
aszlig
98faa0c8f3 lib/types: Set name of types.package to "package"
Nobody seems to have noticed this (except @Profpatsch) that options with
a "package" type do not get included in the manual.

So debugging this was a bit more involving because while generating the
manual there is an optionList' attribute built from the collected
attributes of all the option declarations.

Up to that point everything is fine except if it comes to
builtins.toXML, where attributes with { type = "derivation" } won't get
included, for example see here:

nix-repl> builtins.toXML { type = "derivation"; foo = "bar"; }
"<?xml version='1.0' encoding='utf-8'?>\n<expr>\n  <derivation>
 <repeated />\n  </derivation>\n</expr>\n"

nix-repl> builtins.toXML { type = "somethingelse"; foo = "bar"; }
"<?xml version='1.0' encoding='utf-8'?>\n<expr>\n  <attrs>
     <attr name=\"foo\">\n      <string value=\"bar\" />\n    </attr>
     <attr name=\"type\">\n      <string value=\"somethingelse\" />
     </attr>\n </attrs>\n</expr>\n"

The following function in libexpr/eval.cc (Nix) is responsible for toXML
dropping the attributes:

bool EvalState::isDerivation(Value & v)
{
    if (v.type != tAttrs) return false;
    Bindings::iterator i = v.attrs->find(sType);
    if (i == v.attrs->end()) return false;
    forceValue(*i->value);
    if (i->value->type != tString) return false;
    return strcmp(i->value->string.s, "derivation") == 0;
}

So I've renamed this now to "package" which is not only more consistent
with the option type but also shouldn't cause similar issues anymore.

Tested this on base of b60ceea, because building the dependencies on
recent libc/staging changes on master took too long.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Profpatsch <mail@profpatsch.de>
2016-02-17 21:12:24 +01:00
aszlig
7bdcfb33f4 nixos: Provide a defaultText for type = package
We don't want to build all those things along with the manual, so that's
what the defaultText attribute is for.

Unfortunately a few of them were missing, so let's add them.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-17 21:12:24 +01:00
Frederik Rietdijk
ddec19c823 pythonPackages.matplotlib: 1.5.0 -> 1.5.1 2016-02-17 21:02:15 +01:00
Frederik Rietdijk
61f0527694 pythonPackages.cycler: 0.9.0 -> 0.10.0 2016-02-17 21:02:03 +01:00
Allan Espinosa
60c7bd1237 jenkins: 1.643 -> 1.647 2016-02-17 20:45:01 +01:00
Ricardo M. Correia
26415f963a ocamlPackages.containers: init at 0.15 2016-02-17 20:42:14 +01:00
Ricardo M. Correia
a1e96c7cbe ocamlPackages.sequence: init at 0.6 2016-02-17 20:42:14 +01:00
Ricardo M. Correia
e20b978708 ocamlPackages.gen: init at 0.3 2016-02-17 20:42:13 +01:00
José Romildo Malaquias
1199288de9 opensmtpd: 5.7.3p1 -> 5.7.3p2 2016-02-17 17:21:28 -02:00
Frederik Rietdijk
c44176237a pythonPackages.fs: build with all Python versions
and add updated explanation of why tests are disabled.
See also https://github.com/NixOS/nixpkgs/pull/13066
2016-02-17 19:42:43 +01:00
Vladimír Čunát
74bda15a94 gettext.sh: fixup calls to absolute paths
For discussion see https://github.com/NixOS/nixpkgs/pull/13072
2016-02-17 18:16:20 +01:00
tg(x)
db03fdea95 filter_audio: remove duplicate package, filter-audio already exists and in use 2016-02-17 15:49:37 +01:00
tg(x)
d03c73a228 utox: 7e290747 -> 0.5.0 2016-02-17 15:43:53 +01:00
Nikolay Amiantov
57b3ad8962 Merge pull request #13070 from jgillich/elm
elm: update to latest revs
2016-02-17 17:17:20 +03:00
Nikolay Amiantov
53269f1455 octoprint service: init 2016-02-17 17:05:59 +03:00
Nikolay Amiantov
199aeab96e yaml-merge: init at 2016-02-16 2016-02-17 17:05:59 +03:00
Nikolay Amiantov
303991218b octoprint-plugins.stlviewer: init at 0.3.0 2016-02-17 17:01:14 +03:00
Nikolay Amiantov
3f9acdc148 octoprint-plugins.titlestatus: init at 0.0.2 2016-02-17 17:01:14 +03:00
Nikolay Amiantov
4db16aed11 octoprint-plugins.m3d-fio: init at 0.26 2016-02-17 17:01:01 +03:00
Jakob Gillich
d006529ca9 elm: update to latest revs
Some tags were updated with bug fixes. Also fixed update-elm.rb to
include the callPackage argument for release.nix.
2016-02-17 14:59:29 +01:00
Nikolay Amiantov
aad9a88a20 octoprint: init at 1.2.9 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
90375d6200 pythonPackages.flaskbabel: propagate dependencies 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
f74b5ac684 pythonPackages.tornado_4_0_1: init at 4.0.1 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
75d9531c47 pythonPackages.webassets: init at 0.11.1 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
41648cbb8b pythonPackages.sockjs-tornado: init at 1.0.2 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
55ddc3f96d pythonPackages.rsa: propagate pyasn1 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
47869abead pythonPackages.pylru: init at 1.0.9 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
d7b1ffe9c7 pythonPackages.flask_script: init at 2.0.5 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
95ffcafff3 pythonPackages.flask_principal: init at 0.4.0 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
25616affc5 pythonPackages.flask_login: init at 0.2.2 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
ef9e10f62a pythonPackages.flask_assets: init at 0.10 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
b96b7c9628 pythonPackages.regex: init at 2016.01.10 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
a0c9acb007 pythonPackages.sarge: init at 0.1.4 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
7c02fc1b5e pythonPackages.awesome-slugify: init at 1.6.5 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
aeee93faf3 m3d-linux: init at 2016-01-20 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
18c3420579 openbrf: init at 2016-01-09 2016-02-17 16:54:41 +03:00
Nikolay Amiantov
0418733737 vcg: init at 2016-02-14 2016-02-17 16:54:05 +03:00
Damien Cassou
3f3aa755a3 pythonPackages.keyring: 3.3 -> 8.4.1 2016-02-17 14:33:30 +01:00
Frederik Rietdijk
800fdcfa11 Merge pull request #13063 from desiderius/redis-2.10.5
pythonPackages.redis: 2.10.3 -> 2.10.5
2016-02-17 14:27:49 +01:00
Franz Pletz
1b40dec2a6 Merge pull request #13062 from datakurre/datakurre-mopidy-spotify
mopidy-spotify: 2.2.0 -> 2.3.1
2016-02-17 14:08:54 +01:00
Rob Vermaas
b2f2d2fef3 Fix azure image, by adding subformat=fixed to disk generation. 2016-02-17 12:02:52 +00:00
Rob Vermaas
1ecb2a8782 Fix xclip hash, make revision explicit, in stead of depending on HEAD.
(cherry picked from commit c9ef3b51a3)
2016-02-17 12:00:20 +00:00
Eric Sagnes
3ed3f061da nabi service: init 2016-02-17 20:44:29 +09:00
Eric Sagnes
4a199d9955 uim service: init 2016-02-17 20:44:29 +09:00
Eric Sagnes
2dac18aa01 uim: removed gtk and qt plugin update logic 2016-02-17 20:44:29 +09:00
Eric Sagnes
52dd53373f ibus service: refactoring 2016-02-17 20:44:29 +09:00
Eric Sagnes
7ec5dc9234 ibus-wrapper: init 2016-02-17 20:44:29 +09:00
Eric Sagnes
ca2f9a4f15 ibus-mozc: 2015-05-02 -> 2.17.2313.102 2016-02-17 20:44:29 +09:00
Eric Sagnes
dd579a5576 ibus-anthy: 1.5.7 -> 1.5.8 2016-02-17 20:44:29 +09:00
Eric Sagnes
3c9892d4d4 ibus: group engines 2016-02-17 20:44:29 +09:00
Eric Sagnes
295d670024 fcitx-with-plugins: add fcitx-configtool and fcitx-qt5 2016-02-17 20:44:29 +09:00
Eric Sagnes
850be632a0 fcitx service: init 2016-02-17 20:44:29 +09:00
Eric Sagnes
a0457135d8 fcitx-qt5: 1.0.4 -> 1.0.5 2016-02-17 20:44:29 +09:00
Eric Sagnes
1e581966b9 fcitx-moz: init at 2.17.2313.102 2016-02-17 20:44:29 +09:00
Eric Sagnes
eb31d296e6 fcitx-table-other: init at 0.2.3 2016-02-17 20:44:29 +09:00
Eric Sagnes
1e5cd17f12 fcitx-hangul: init at 0.3.0 2016-02-17 20:44:29 +09:00
Eric Sagnes
3068f632c7 fcitx-chewing: init at 0.2.2 2016-02-17 20:44:29 +09:00
Eric Sagnes
e2a62868d9 fcitx-anthy: 0.2.1 -> 0.2.2 2016-02-17 20:44:29 +09:00
Eric Sagnes
81aab64b7f fcitx: group engines 2016-02-17 20:44:29 +09:00
zimbatm
078e85e0e5 Merge pull request #12922 from igsha/dirac
dirac: init at 1.0.2
2016-02-17 10:17:59 +00:00
Vladimír Čunát
b8c489e781 Merge branch 'staging'
It seemed very fine on Hydra before it was cancelled due to glibc rebuild,
in particular the nixpkgs unstable job succeeded except for
bootstrap-tarball tests which should be fine after ee994dfae6.

Therefore, let's avoid another mass rebuild by merging now when we don't
have binaries for master anyway.
2016-02-17 10:54:26 +01:00
Vladimír Čunát
4ca2332bac nixpkgs manual: fix typo in filename 2016-02-17 10:52:42 +01:00
desiderius
15a1a72c4e pythonPackages.redis: 2.10.3 -> 2.10.5 2016-02-17 10:47:28 +01:00
Vladimír Čunát
e9520e81b3 Merge branch 'master' into staging 2016-02-17 10:06:31 +01:00
Vladimír Čunát
ee994dfae6 bootstrap tools: have curl without http2 support
I assume there's not much use for it during bootstrapping.
This fixes them as well, as curl was compiled against libnghttp2 but the
lib wasn't copied to the bootstrap tools.
2016-02-17 10:04:32 +01:00
Josef Knedl
0fe58cade5 gcc: fix #12836: build on darwin
Patch is based on GCC Bug 66523:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66523
2016-02-17 09:42:10 +01:00
Vladimír Čunát
2f3eae3a87 pkgconfig: add a http-only mirror
It seems we don't really need `fetchurlBoot` here ATM, but let's keep it.
https://github.com/NixOS/nixpkgs/issues/12816#issuecomment-185083205
2016-02-17 08:49:59 +01:00
Asko Soukka
f567c395a7 mopidy-spotify: 2.2.0 -> 2.3.1 2016-02-17 09:40:24 +02:00
Franz Pletz
0884b63e53 Merge pull request #13039 from rycee/bump/svtplay-dl
svtplay-dl: 0.30.2016.01.10 -> 0.30.2016.02.08
2016-02-17 04:52:43 +01:00
Herwig Hochleitner
fbc147494c inkscape: add numpy to runtime path
This is nessecary for some plugins
2016-02-17 01:19:17 +01:00
Benjamin Staffin
fc85f1beed nix-prefetch-hg: Various bash style improvements, fixes #9511 2016-02-17 00:35:30 +01:00
Arseniy Seroka
ef4ea6d673 Merge pull request #12901 from sheenobu/pkgs/new/sipsak
sipsak - init at 4.1.2.1
2016-02-17 02:19:36 +03:00
Frederik Rietdijk
ef3757db63 Merge pull request #13057 from FRidh/pyxml
pyxml: move to pythonPackages
2016-02-16 22:53:27 +01:00
Frederik Rietdijk
b58f84f236 pyxml: move to pythonPackages 2016-02-16 22:52:33 +01:00
Desmond O. Chang
c7ec0f6f2f rolespec: init at 20160105 2016-02-17 05:46:55 +08:00
Eelco Dolstra
4cb9f662ce hwloc: 1.6 -> 1.11.2 and disable tests
This package was failing to build on wendy:

  lt-linux-libnuma: linux-libnuma.c:70: main: Assertion `numa_bitmask_equal(bitmask, numa_all_nodes_ptr)' failed.

Since we shouldn't run tests that depend on the hardware
characteristics of the build machine, I've disabled these.
2016-02-16 22:46:29 +01:00
Herwig Hochleitner
b7b696e534 leiningen: 2.5.3 -> 2.6.1 2016-02-16 22:39:34 +01:00
Herwig Hochleitner
a9f8613dae splix: 2.0.0 -> svn-r315
r315 has been in use for several years, but was never officially released
2016-02-16 22:21:23 +01:00
zimbatm
5273dbf530 Merge pull request #13053 from zimbatm/git-regexp-fix
git: fix references to gettext in bash scripts
2016-02-16 21:18:39 +00:00
zimbatm
c38eb526d5 git: fix references to gettext in bash scripts
See #13047
2016-02-16 21:01:21 +00:00
Casey Ransom
2b6ca477e6 aws_shell: init at 0.1.0
Currently depends on a specific prompt_toolkit package (which is not the
latest), so that is also pinned here.
2016-02-16 15:30:30 -05:00
Brian McKenna
93328bbd62 pijul: 0.2-6ab9ba
Maintainer has been working with us, this commit was given by them.
2016-02-17 07:28:26 +11:00
Brian McKenna
8b644c5826 rust: fix prePatch phase fail when sourceRoot set
We want to go up more than a single directory if we're in a nested one.
2016-02-17 07:28:26 +11:00
Pascal Wittmann
7fcce2a9f0 perl-strictures: 2.000001 -> 2.000002 2016-02-16 21:21:16 +01:00
Herwig Hochleitner
8e0bc53f94 i2p: 0.9.23 -> 0.9.24 2016-02-16 21:13:51 +01:00
Arseniy Seroka
3e358e255e Merge pull request #13017 from Balletie/hfsprogs
hfsprogs: init at 332.25
2016-02-16 22:38:43 +03:00
Nikolay Amiantov
1c8a21dfad Merge branch 'pdnsd-service' of https://github.com/nfjinjing/nixpkgs
Closes #12932
2016-02-16 20:35:01 +03:00
Ricardo M. Correia
957ed2c08c Merge pull request #13015 from ehegnes/exa
exa: init at git 2016-02-15
2016-02-16 18:11:42 +01:00
Nikolay Amiantov
39e9b43082 Merge branch 'gammu-smsd' of https://github.com/zohl/nixpkgs into zohl-gammu-smsd
Closes #12998
2016-02-16 19:40:00 +03:00
Svein Ove Aas
6efcbd8950 mprime: Init at 28.7 2016-02-16 16:37:45 +00:00
Nikolay Amiantov
7fd2cc1ea8 liferea: update upstream tarball 2016-02-16 19:35:58 +03:00
Nathan Zadoks
fc48bf5a2c glibc: fix cve-2015-7547.patch so it applies cleanly 2016-02-16 17:23:35 +01:00
Robert Helgesson
b60ceea903 svtplay-dl: 0.30.2016.01.10 -> 0.30.2016.02.08 2016-02-16 17:06:48 +01:00
Arseniy Seroka
c98602d281 Merge pull request #13031 from matthiasbeyer/update-packages
Update packages
2016-02-16 19:02:58 +03:00
Eric Hegnes
23ab6bf6b2 exa: init at git 2016-02-15 2016-02-16 11:02:38 -05:00
Eric Hegnes
a6cf5ddc98 Update Cargo crates index 2016-02-16 10:57:59 -05:00
vbgl
7a0f171584 Merge pull request #13037 from valeriangalliat/omake/new-source
Fix OMake source URL
2016-02-16 16:49:46 +01:00
Valérian Galliat
2678f36884 Fix OMake source URL
Current source is 404, moving to pkgs.fedoraproject.org mirror.

Should fix current aborted jobs on Hydra: http://hydra.nixos.org/eval/1237311#tabs-aborted
2016-02-16 10:34:21 -05:00
Frederik Rietdijk
15aa139a1a Merge pull request #13030 from desiderius/consul-0.6
pythonPackages.consul: 0.4.7 -> 0.6.0
2016-02-16 16:26:02 +01:00
Nathan Zadoks
b5aa8a4e64 glibc: patch CVE-2015-7547
The glibc DNS client side resolver is vulnerable to a stack-based buffer
overflow when the getaddrinfo() library function is used. Software using
this function may be exploited with attacker-controlled domain names,
attacker-controlled DNS servers, or through a man-in-the-middle attack.
https://googleonlinesecurity.blogspot.co.uk/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html
2016-02-16 16:15:07 +01:00
Arseniy Seroka
d13adb4f8d Merge pull request #12984 from colemickens/plexpass
plex: add enablePlexPass
2016-02-16 17:13:54 +03:00
zimbatm
97bbc37b6f rekonq: fix homepage url 2016-02-16 14:11:36 +00:00
desiderius
2ce37d089f pythonPackages.consul: 0.4.7 -> 0.6.0 2016-02-16 14:22:19 +01:00
Matthias Beyer
27709b6050 mdp: 1.0.4 -> 1.0.5 2016-02-16 14:17:28 +01:00
Matthias Beyer
acd75605a2 vdirsyncer: 0.8.1 -> 0.9.0 2016-02-16 14:13:53 +01:00
Damien Cassou
1a9e00dd42 Merge pull request #13029 from DamienCassou/update-pharovm-2016.02.13
pharo-vm: 2016.01.14 -> 2016.02.15
2016-02-16 14:09:51 +01:00
Damien Cassou
1bd0d41e0f pharo-vm: 2016.01.14 -> 2016.02.15 2016-02-16 14:04:04 +01:00
Eelco Dolstra
108a0ae881 aws-sdk-cpp: Init at 0.9.6 2016-02-16 13:42:01 +01:00
Damien Cassou
1f909b51ac Merge pull request #13025 from DamienCassou/update-backintime-1.1.12
backintime: 1.1.6 -> 1.1.12
2016-02-16 13:33:43 +01:00
Damien Cassou
5bb3ac70c6 backintime: 1.1.6 -> 1.1.12 2016-02-16 13:25:46 +01:00
Domen Kožar
61d8af94eb Merge pull request #13028 from desiderius/python3pika-0.9.14
pythonPackages.python3pika: disable unit test
2016-02-16 12:23:31 +00:00
desiderius
0f7665ae37 pythonPackages.python3pika: disable unit test
The tests adds dependencies to pyev, tornado and twisted (and
twisted is disabled for Python 3).
2016-02-16 12:52:23 +01:00
zimbatm
c3f7b6bcf0 Merge pull request #13013 from nico202/glabels-3
glabels: init at 3.2.1 (git)
2016-02-16 10:47:27 +00:00
=
f59baafee2 glabels: init at 3.2.1 (git) 2016-02-16 11:28:51 +01:00
zimbatm
a6ac8d7915 Merge pull request #13020 from colemickens/fix-widevine
chromium/plugins: Fix widevine substitution
2016-02-16 10:14:16 +00:00
Wout Mertens
d1ceca269e Merge pull request #13023 from benley/git-lfs-1.1.1
git-lfs: 1.0.0 -> 1.1.1
2016-02-16 09:50:23 +01:00
Peter Simons
2ffc7aae5f Merge pull request #13024 from tg-x/grsec-testing
re-enable grsec_testing, it has been updated since
2016-02-16 09:49:12 +01:00
Wout Mertens
18474ac84d Merge pull request #13021 from kragniz/rethinkdb-2.2.4
rethinkdb: 2.1.3 -> 2.2.4
2016-02-16 09:40:23 +01:00
tg(x)
ed6adf3f44 re-enable grsec_testing, it has been updated since 2016-02-16 08:42:15 +01:00
Benjamin Staffin
139708a10d git-lfs: 1.0.0 -> 1.1.1 2016-02-15 23:16:30 -08:00
Franz Pletz
32eeb8658f babeld: 1.6.1 -> 1.7.1 2016-02-16 05:12:56 +01:00
Louis Taylor
ab19061df8 rethinkdb: 2.1.3 -> 2.2.4 2016-02-16 03:25:12 +00:00
Cole Mickens
a5a5c1d9cd chromium/plugins: Fix widevine substitution
Fixes: #12840
Related to: 61042a5

61042a5 changes the replaced token from $something to @something@. This
commit repeats that change in one additional location used by the
WideVine plugin
2016-02-15 18:04:16 -08:00
Franz Pletz
932d2cbd2c Merge pull request #13000 from mayflower/feat/unbound-dnssec
unbound: 1.5.3 -> 1.5.7, hardening, DNSSEC support & cleanup
2016-02-16 02:13:35 +01:00
Cole Mickens
5e2fd638cc plex: add enablePlexPass (init at 0.9.15.3.1674)
enables plex pass subscribers to opt-in to the pre-release downloads
2016-02-15 17:05:11 -08:00
Rok Garbas
d58ae071fd neovim: 0.1.1 -> 0.1.2
also updated neovim's forked libvterm to latest revision
2016-02-16 01:34:57 +01:00
goibhniu
eb4d571cb6 Merge pull request #12965 from nico202/iannix
IanniX: init at 0.9.17b (latest git)
2016-02-15 23:21:05 +01:00
Arseniy Seroka
fac007ae57 Merge pull request #12985 from colemickens/mxt-app
mxt-app: init at v1.26
2016-02-16 00:26:18 +03:00
Arseniy Seroka
6b205a9eba Merge pull request #12988 from colemickens/cfdyndns
cfdyndns: init at 0.0.1
2016-02-16 00:24:32 +03:00
Cole Mickens
d2ed83ac39 mxt-app: init at v1.26 2016-02-15 13:24:32 -08:00
Balletie
d0dcad3b91 hfsprogs: init at 332.25 2016-02-15 22:22:35 +01:00
Arseniy Seroka
6e1899583a Merge pull request #13016 from devhell/rainbowstream
rainbowstream: 1.3.1 -> 1.3.3
2016-02-16 00:15:42 +03:00
devhell
198f9e3b54 rainbowstream: 1.3.1 -> 1.3.3
Built and tested locally. Unfortunately no changelog seems to be
available.
2016-02-15 21:01:42 +00:00
Rok Garbas
443072799d tahoelafs: 1.10.0 -> 1.10.2 and refractor expression, fixes #12004 2016-02-15 21:58:23 +01:00
Arda Xi
a3a9a56f8f pythonPackages.foolscap: 0.6.4 -> 0.10.1 2016-02-15 21:58:23 +01:00
Arda Xi
10a40c6244 pythonPackages.nevow: 0.10.0 -> 0.11.1 2016-02-15 21:58:23 +01:00
Arda Xi
69c843f392 pythonPackages.twisted: 11.1.0 -> 13.2.0 2016-02-15 21:58:23 +01:00
Cole Mickens
c7571611dc cfdyndns: init at 0.0.1 2016-02-15 12:54:04 -08:00
Peter Simons
9200a62425 Merge pull request #12979 from heydojo/alsa--1.1.0
alsa : 1.0.29 -> 1.1.0
2016-02-15 21:29:17 +01:00
Samuel Rivas
d72fad9ee4 spark: export the assembly to /share/java, fixes #11961
So that we can compile applications that depend on spark
2016-02-15 21:26:03 +01:00
Samuel Rivas
704e923ad5 spark: reduce default shell log verbosity 2016-02-15 21:26:03 +01:00
Samuel Rivas
d213089a25 spark: 1.4.0 -> 1.5.2 2016-02-15 21:26:03 +01:00
zimbatm
603afee5a7 Merge pull request #13012 from NeQuissimus/atom153
atom: 1.4.3 -> 1.5.3
2016-02-15 20:13:22 +00:00
Tim Steinbach
f3909c9943 atom: 1.4.3 -> 1.5.3 2016-02-15 19:58:46 +00:00
Arseniy Seroka
d24ec76cc2 Merge pull request #13009 from NeQuissimus/kotlin10
kotlin: 1.0.0-rc-1036 -> 1.0.0
2016-02-15 22:14:58 +03:00
Arseniy Seroka
cf73c7a91c Merge pull request #12997 from ryantm/minecraft
minecraft: add desktop entry; add ryantm as maintainer
2016-02-15 22:14:24 +03:00
Arseniy Seroka
7c477195aa Merge pull request #12991 from leenaars/love
love -> 0.10 added
2016-02-15 22:12:57 +03:00
Arseniy Seroka
3b470ef892 Merge pull request #13004 from dwe11er/new-package/thin-provisioning-tools
thin-provisioning-tools: init at 0.6.1
2016-02-15 22:12:17 +03:00
Arseniy Seroka
a13f9a708b Merge pull request #12992 from lukasepple/master
intel2200BGFirmware: init at 3.1
2016-02-15 22:10:49 +03:00
lukasepple
0b72e7e247 intel2200BGFirmware: init at 3.1
This commit adds the firmware for the Intel 2200BG wireless cards for
the ipw2200 kernel module. Also it changes the
networking.enableIntel2200BGFirmware option to set it as
hardware.firmware since firmware-linux-nonfree does not contain the
appropiate firmware anymore. Also hardware.enableAllFirmware does enable
the intel2200BGFirmware now.
2016-02-15 19:53:07 +01:00
Peter Simons
2029027d88 haskell-binary: update older compilers to the latest version 2016-02-15 19:06:04 +01:00
Peter Simons
3906a32bda haskell-QuickCheck: drop obsolete override for ghc-8.0.x 2016-02-15 19:06:03 +01:00
Peter Simons
8d0219c6ef haskell-transformers-compat: drop obsolete override for ghc-8.0.x 2016-02-15 19:05:39 +01:00
Peter Simons
7c7b08add4 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 94492ca848
  - Hackage: b3a9ab4a60
  - LTS Haskell: e7c3629999
  - Stackage Nightly: b98e7e2d4f
2016-02-15 19:05:02 +01:00
Pascal Wittmann
72161f6810 ragel: use new texlive infrastructure 2016-02-15 18:34:55 +01:00
Pascal Wittmann
6d6f331109 ragel: 6.9 -> 7.0.0.6 2016-02-15 18:34:55 +01:00
zimbatm
22bcfc6e91 Merge pull request #13007 from kamilchm/qtile
qtile: 0.10.2 -> 0.10.4
2016-02-15 16:50:54 +00:00
Tim Steinbach
5a7324ba13 kotlin: 1.0.0-rc-1036 -> 1.0.0 2016-02-15 16:47:58 +00:00
goibhniu
15500eae75 Merge pull request #12955 from nico202/patchage
patchage: init at 1.0.1
2016-02-15 17:47:31 +01:00
Pascal Wittmann
abb07a9cdc pdfpc: 4.0.1 -> 4.0.2 2016-02-15 17:35:11 +01:00
Pascal Wittmann
29e819ab6f colm: 0.12.0 -> 0.13.0.3 2016-02-15 17:35:11 +01:00
Pascal Wittmann
eef111fee8 checkstyle: 6.14.1 -> 6.15 2016-02-15 17:35:11 +01:00
Christoph-Simon Senjak
50bd1a0e8f bluez-tools: init 2015-09-10 (close #12936)
vcunat only fixed whitespace and changed the authorship e-mail
from dummy address you@example.com to the one recorded in maintainers.nix.
(Now github should recognize the commit as yours.)
2016-02-15 17:23:36 +01:00
Vladimír Čunát
5d2c5a920d Merge #12900: armv7l-linux improvements 2016-02-15 17:14:10 +01:00
Michiel Leenaars
f4a32be729 love: 0.8 -> 0.10.1 2016-02-15 17:10:26 +01:00
Tobias Geerinckx-Rice
bc00989ca5 simple-scan: 3.19.4 -> 3.19.90 2016-02-15 15:49:44 +01:00
Rok Garbas
6b1a91e04f scrot: adding garbas as maintainer 2016-02-15 15:46:51 +01:00
Nathan Zadoks
2d3940bd66 scrot: 0.8 -> 0.8-17 (Debian patches), fixes #12954 2016-02-15 15:34:04 +01:00
Tuomas Tynkkynen
eb9a85a389 Merge pull request #12742 from dezgeg/pr-uboot-changes
U-Boot: 2015.10 -> 2016.01, refactor & support some new boards
2016-02-15 16:10:37 +02:00
Pascal Wittmann
b9db5a9574 Merge pull request #12792 from kamilchm/marathon
marathon: 0.14.1 -> 0.15.1
2016-02-15 15:05:11 +01:00
aszlig
d9470c9e19 gpodder: Clean up package expression
We don't need to wrap twice, because we can actually pass the additional
XDG_DATA_DIRS via makeWrapperArgs.

The reason why I'm doing this within the patchPhase is because we can't
add shell variables from the current builder to makeWrapperArgs as that
content is going to end up in the wrapper verbatim.

In addition to this, gpodder was trying to search for its own directory
using the current program name, which I guess was another reason for the
double-wrap. We fix this now by setting gpodder_dir explicitly in the
main script.

Another main change is that we no longer set the "pythonX.Y-" prefix, so
the derivation name now is just "gpodder-3.9.0".

Last but not least, we enable the unit tests for gpodder in checkPhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
aszlig
fb1b8464f8 gpodder: 3.8.4 -> 3.9.0
Changes in 3.8.5 (without bug IDs):

 * vimeo: Fix vimeo feed discovery
 * vimeo: Allow both http and https URLs
 * youtube: Improve channel migration code
 * youtube: Fix cover art downloading
 * Make the YouTube key button link to the gPodder Wiki
 * Add pattern to YouTube feed URL list
 * CLI: Cleanup old downloads on CLI startup
 * Gtk UI: Fix model column data types
 * Device sync: Handle sync failure when no space left
 * model: Limit filenames to 120 characters for eCryptFS
 * rename_download: Add add_sortdate and add_podcast_title option
 * Remove the unused 'pipe' IPC module
 * Fix coverage usage
 * Use Travis CI for running basic sanity tests
 * Various small code improvements and fixes

Release announcement for 3.8.5:

http://blog.gpodder.org/2015/12/gpodder-385-casting-agents-and-cowgirls.html

Changes in 3.9.0 (without bug IDs):

 * Added Korean translation
 * Device sync: Only fail if we can determine free disk space
 * Enqueue episodes after download
 * Ubuntu AppIndicator extension: 'visible' config option
 * gpodder.download: Ignore non-ASCII content-disposition header
 * Win32-launcher: Remove download feature (works around Norton warning)
 * Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
 * Remove broken Flattr integration (use gpodder.net's Flattr support)
 * Redesign about dialog
 * Preferences: Move video services to separate tab
 * Vimeo: Fix Vimeo integration

Release announcement for 3.9.0:

http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html

Built and tested locally on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
Kamil Chmielewski
314e4edf59 qtile: 0.10.2 -> 0.10.4 2016-02-15 14:17:10 +01:00
Domen Kožar
0378859a75 Merge pull request #12937 from Profpatsch/alot
alot: Create top-level binding
2016-02-15 13:01:22 +00:00
Arseniy Seroka
1807999106 Merge pull request #12993 from zimbatm/bundix-cleanup
bundix: cleaner substitution
2016-02-15 15:20:11 +03:00
Marcin Falkiewicz
55b18ac486 thin-provisioning-tools: init at 0.6.1 2016-02-15 12:57:15 +01:00
Pascal Wittmann
e08c88e8ac Merge pull request #13003 from DamienCassou/update-easytag-2.4.1
easytag: 2.3.2 -> 2.4.1
2016-02-15 11:13:18 +01:00
Pascal Wittmann
9673df19e9 Merge pull request #13001 from avnik/upgrade/connman
connman: 1.30 -> 1.31
2016-02-15 11:12:30 +01:00
=
2099b95d9c patchage: init at 1.0.1 2016-02-15 10:43:21 +01:00
Damien Cassou
bb4e68b9d4 easytag: 2.3.2 -> 2.4.1 2016-02-15 10:22:12 +01:00
Alexander V. Nikolaev
745a11fad5 connman: 1.30 -> 1.31 2016-02-15 08:34:15 +02:00
Franz Pletz
eca96b4461 Merge pull request #12963 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
2016-02-15 04:35:17 +01:00
Franz Pletz
f415c07703 unbound: enable compilation with PIE & relro/now 2016-02-15 04:29:25 +01:00
Franz Pletz
7bf80c9875 unbound: 1.5.3 -> 1.5.7 2016-02-15 04:29:03 +01:00
Franz Pletz
c7aaff20e7 Merge pull request #12188 from nico202/aeolus
aeolus: init at 0.9.0
2016-02-15 04:24:52 +01:00
Franz Pletz
483e78d0f0 unbound service: add fetching root anchor for DNSSEC 2016-02-15 03:59:42 +01:00
Franz Pletz
9ba533ee4a unbound service: add types to options 2016-02-15 03:59:35 +01:00
Franz Pletz
fe4b0a4801 unbound service: retab 2016-02-15 03:59:15 +01:00
Franz Pletz
ffef91e914 torbrowser: 5.5 -> 5.5.2 2016-02-15 03:54:44 +01:00
Tobias Geerinckx-Rice
54e82445cb miniupnpd: 1.9.20160209 -> 1.9.20160212
Changes:
- return error 729 - ConflictWithOtherMechanisms if IGD v2 is enabled.
- add iptc_init() check in iptcrdr.c/init_redirect()
- add update_portmapping() / update_portmapping_desc_timestamp() functions
- use Linux libuuid uuid_generate() / BSD uuid_create() API

Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-02-15 03:33:44 +01:00
Tobias Geerinckx-Rice
6b9ae8bada debian_devscripts: 2.15.10 -> 2.16.1
Changes:
http://metadata.ftp-master.debian.org/changelogs/main/d/devscripts/devscripts_2.16.1_changelog
2016-02-15 03:33:44 +01:00
Charles Strahan
8b94aaf081 Merge pull request #12572 from kevincox/mesos-upgrade
mesos: 0.23.0 -> 0.26.0
2016-02-14 20:04:01 -05:00
tg(x)
7b91d708af qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131 2016-02-15 01:15:41 +01:00
Cillian de Róiste
edd63763e1 Jamin: adjust to standard code conventions 2016-02-15 00:42:16 +01:00
goibhniu
024f3e8d29 Merge pull request #12951 from nico202/jamin
jamin: init at 0.95.0
2016-02-15 00:39:32 +01:00
Franz Pletz
3e040bd265 Merge pull request #12999 from kragniz/linux-testing-4.5-rc4
linux-testing: 4.5-rc3 -> 4.5-rc4
2016-02-15 00:07:22 +01:00
Louis Taylor
d48f117d06 linux-testing: 4.5-rc3 -> 4.5-rc4 2016-02-14 23:03:26 +00:00
Tomas Hlavaty
6c53262480 ImageMagick: build also on armv7l-linux 2016-02-14 23:45:32 +01:00
Tomas Hlavaty
976895c0d0 mesa: remove broken dependency on libdrm_intel on armv7l-linux
does this work for other arm systems or should it be applied for
system.isArm?
2016-02-14 23:45:32 +01:00
Tomas Hlavaty
af64bedaca add armv7l-linux to mesaPlatforms 2016-02-14 23:45:32 +01:00
Franz Pletz
d20a68404e Merge pull request #12961 from rnhmjoj/btfs
btfs: init at 2.7
2016-02-14 23:36:17 +01:00
Thomas Tuegel
792fba5f4b Merge branch 'kde5' 2016-02-14 16:10:58 -06:00
Al Zohali
7b7cf281d3 gammu-smsd service: init 2016-02-15 00:26:41 +03:00
Michael Raskin
c42b19e95d libreoffice: 5.0.4.2 -> 5.1.0.3; disable one more fragile test 2016-02-14 21:17:07 +01:00
Michael Raskin
481b1da3ef libre: 0.4.14 -> 0.4.15 2016-02-14 21:17:07 +01:00
Michael Raskin
9f3a1cc2de librevenge: 0.0.3 -> 0.0.4 2016-02-14 21:17:07 +01:00
Michael Raskin
4262d1800c libexttextcat: 3.3.1 -> 3.4.1 2016-02-14 21:17:07 +01:00
Michael Raskin
eba068da62 julia: add julia-git, a snapshot from mid-February with LLVM-3.7 (so it actually works in fresh NixPkgs) 2016-02-14 21:17:07 +01:00
Michael Raskin
874721defa baresip: 0.4.16 -> 0.4.17 2016-02-14 21:17:07 +01:00
Michael Raskin
4f1822bfb5 asymptote: 2.35 -> 2.36 2016-02-14 21:17:07 +01:00
Michael Raskin
4f45082915 firejail: 0.9.36 -> 0.9.38 2016-02-14 21:17:07 +01:00
Michael Raskin
4715783d2e getmail: 4.48.0 -> 4.49.0 2016-02-14 21:17:07 +01:00
Michael Raskin
67ba412a8d gluseterfs: 3.7.6 -> 3.7.8 2016-02-14 21:17:07 +01:00
Michael Raskin
9e7c28cb56 nginxUnstable: 1.9.10 -> 1.9.11 2016-02-14 21:17:07 +01:00
Michael Raskin
1e80424799 sysdig: 0.6.0 -> 0.8.0; unpack kernel module when needed 2016-02-14 21:17:07 +01:00
Michael Raskin
4e27311fbf botan: 1.10.10 -> 1.10.12 2016-02-14 21:17:07 +01:00
Michael Raskin
126bdab696 botanUnstable: 1.11.25 -> 1.11.28 2016-02-14 21:17:07 +01:00
Arseniy Seroka
5a63bf15e0 Merge pull request #12964 from sleexyz/spectrojack
spectrojack: init at 0.4
2016-02-14 22:34:14 +03:00
=
39e0909f8f IanniX: init at 0.9.17b (latest git) 2016-02-14 19:29:35 +01:00
Gitolite Admin
f13333d43c gammu: add some DB support 2016-02-14 21:29:27 +03:00
Ryan Mulligan
ad50cbe8bb minecraft: add desktop entry; add ryantm as maintainer 2016-02-14 10:24:46 -08:00
=
6738c22a46 Added aeolus virtual organ 2016-02-14 19:16:06 +01:00
zimbatm
9acbb9021b bundix: cleaner substitution
Use the builtin substituteInPlace instead of sed
2016-02-14 17:57:18 +00:00
Thomas Tuegel
60a8dd4ffa kde5_latest.frameworks: 5.18 -> 5.19 2016-02-14 10:34:58 -06:00
Pascal Wittmann
400ade95ff calibre: switch to qt-5.5, fixes #12793 2016-02-14 14:49:33 +01:00
Pascal Wittmann
d9837dbd89 slock: fix license 2016-02-14 14:44:14 +01:00
Pascal Wittmann
9ba8e9a9da slock: 1.2 -> 1.3 2016-02-14 14:44:14 +01:00
Pascal Wittmann
ddeb1d8c43 Merge pull request #12971 from philandstuff/fix-fceux
fix fceux
2016-02-14 14:24:17 +01:00
Kevin Cox
d5ed1637b6 mesos: 0.23.0 -> 0.26.0
Update mesos to 0.26.0 and build with SSL support.
2016-02-14 08:22:47 -05:00
rnhmjoj
63bd1cbb6e btfs: init at 2.7 2016-02-14 13:48:15 +01:00
Nikolay Amiantov
75a83eff8d Merge pull request #12960 from abbradar/bluetooth-fixes
Use BlueZ 5 by default, update blueman
2016-02-14 10:45:03 +03:00
Vladimír Čunát
16d7237beb pstree: add a working mirror to fix #12989
/cc maintainer @mornfall.
2016-02-14 08:37:14 +01:00
Nikolay Amiantov
a0afc49f0f dspam service: restrict socket access 2016-02-14 10:35:06 +03:00
Nikolay Amiantov
2cee5a42b0 dspam service: set ClientHost 2016-02-14 10:35:04 +03:00
Franz Pletz
6a036d9fca Merge pull request #9913 from chris-martin/synaptics-options
Add synaptics options for palm detection and scroll speed
2016-02-14 06:08:36 +01:00
Franz Pletz
278096540e Merge pull request #12986 from Ericson2314/patch-1
doc: Fix URL to ghc-paths patch
2016-02-14 06:07:12 +01:00
John Ericson
e756536392 doc: Fix URL to ghc-paths patch 2016-02-13 17:13:33 -08:00
Domen Kožar
3a538e674d Merge pull request #12977 from jasedit/update_zeromq_4.1.4
Updating ZeroMQ to 4.1.4
2016-02-13 21:28:54 +00:00
Peter Simons
b3f54c324c Merge pull request #12975 from tlevine/gnucash
gnucash: enable dbi
2016-02-13 20:34:35 +01:00
Tony White
6e56e09c37 alsa : 1.0.9 -> 1.1.0
- Bump versions for the following packages within alsa
- alsa-utils
- alsa-tools
- alsa-plugins
- alsa-lib
Please see http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0
for the full changelog this update brings.
2016-02-13 19:04:41 +00:00
Jason Ziglar
b6586ee694 Updating ZeroMQ to 4.1.4 2016-02-13 13:31:49 -05:00
Frederik Rietdijk
f72382d253 Merge pull request #12976 from FRidh/mendeley
mendeley: 1.15.2 -> 1.15.3
2016-02-13 19:31:43 +01:00
Frederik Rietdijk
eb68412747 mendeley: 1.15.2 -> 1.15.3 2016-02-13 19:30:09 +01:00
Igor Sharonov
2656baef0c dirac: init at 1.0.2 2016-02-13 21:22:17 +03:00
Thomas Levine
70c339dd47 gnucash: enable dbi
My accounts are stored in the DBI backend (SQLite, specifically).
Before the present change, GnuCash would be compiled without DBI
 support (`--disable-dbi` flag), so I could only use the XML backend.
Now I can use either backend.

I made the change only for 2.6. It looks like 2.4 works the same way,
so maybe I'll enable DBI for that one later.

Making nix packages is delightful! It might replace my accounting hobby!
2016-02-13 17:47:19 +00:00
Franz Pletz
99b43a25dd Merge pull request #12907 from tg-x/irssi-otr
irssi-otr: 640e98c74b -> 1.0.1
2016-02-13 18:21:25 +01:00
Franz Pletz
309597b40a Merge pull request #12959 from nico202/timemachine
timemachine: init at 0.3.1
2016-02-13 18:20:07 +01:00
Arnold Krille
243c336022 rsync: Add rrsync as individual app
Extract the rsync source fetching into its own expression and use that
expression to fetch the same source for rsync and rrsync.

rrsync is just copied from the support folder of rsync, no configure or build
needed. Also none of the rsync patches are needed. Only the path to rsync needs
to be patched into rrsync.
2016-02-13 17:52:54 +01:00
Sean Lee
47282a0ee6 spectrojack: init at 0.4
spectrojack - moved in all-packages

spectrojack: init at 0.4

updated

spectrojack: init at 0.4
2016-02-13 11:19:53 -05:00
Philip Potter
8a8d0bd46a fix fceux
fceux needs lua 5.1; 5.2 seems to have introduced breaking API changes.

I removed the SYSTEM_LUA argument because we do want to build with the
system-provided lua, not the lua bundled in the fceux tarball.
2016-02-13 15:56:35 +00:00
Daniel Peebles
e63a3a6ad4 Merge pull request #12597 from zimbatm/nix-prefetch-git-name
nix-prefetch-git: use fetchgit's naming heuristic
2016-02-13 10:53:05 -05:00
Franz Pletz
8cdccc86a2 Merge pull request #12967 from rnhmjoj/imv
imv: 1.2.0 -> 2.0.0
2016-02-13 16:45:57 +01:00
Franz Pletz
e27f4fb36f Merge pull request #12958 from nico202/non-update
non: 2015-12-16 -> 2016-02-07
2016-02-13 16:37:10 +01:00
Dan Peebles
31ab7d38f2 bzip2: fix shared library generation on darwin
This fixes #6504
2016-02-13 10:31:36 -05:00
Robin Gloster
4374ffa19a kibana: 4.1.2 -> 4.4.1 2016-02-13 15:03:09 +00:00
Markus Wotringer
4bc9e8a785 elasticsearch2: init at 2.2.0
changes by @globin:
 * updated 2.1.0 to 2.2.0
 * moved to a new derivation

closes #11446

Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-13 15:03:09 +00:00
Robin Gloster
c2b578386e kibana: fix pkg and module 2016-02-13 15:03:09 +00:00
Robin Gloster
e1493f2ba7 logstash module: use literalExample 2016-02-13 15:03:09 +00:00
zimbatm
02f5a01c19 nix-prefetch-git: use fetchgit's naming heuristic
This commit fixes #6651.

Before this change the `nix-prefetch-git` script would use a different store
name than nix's `fetchgit` function. Because of that it was not possible to
use `nix-prefetch-git` as a way to pre-populate the store (for example when
the user it using private git dependencies that needs access to the ssh agent)
2016-02-13 14:39:44 +00:00
Edward Tjörnhammar
9c249a3adf nixos: i2pd, make config options adhere to version 2.4.0 2016-02-13 15:22:31 +01:00
Rickard Nilsson
2ce19d0ba4 Merge pull request #12935 from romildo/fix-opensmtp
opensmtpd: compile with support for 'db' tables
2016-02-13 08:02:26 +01:00
tg(x)
d12399f3f5 irssi-otr: 1.0.0 -> 1.0.1 2016-02-13 05:50:17 +01:00
rnhmjoj
16d6eb45f1 imv: 1.2.0 -> 2.0.0 2016-02-13 05:13:49 +01:00
devhell
b7b6a672df {lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
Built and tested locally.

From the changelog:
```
Version 0.7.82, 2016-01-27
+ Matroska: CRC-32 validation
+ Matroska: support of padding/junk at the start of a segment
+ Matroska: trace is activated for all elements (but report is still
  based on the first element met)
+ Matroska: add an intermediate level in the trace for the raw stream
  parser
x FLV: potential infinite loop fixed
x #B966, DTS: DTS-HD HR 3840 not detected anymore
x AC-3: wrong sample rate with 32 kHz streams
x #B948, EBUCore 1.6: invalid output due to position of
  containerEncoding element
x #B957, MPEG-7 output: No XML encoded value output
```
2016-02-12 20:59:55 +00:00
Rob Vermaas
d9739ebcc2 plot.ly: upgrade to 1.9.5
(cherry picked from commit 104fde593d)
2016-02-12 20:54:03 +00:00
Pascal Wittmann
7f1b6d8a31 calibre: 2.50.1 -> 2.51.0 2016-02-12 21:47:12 +01:00
Peter Simons
328d9967d3 haskell-pandoc: drop obsolete override 2016-02-12 21:14:03 +01:00
Peter Simons
e771dc4b06 haskell-hans: drop obsolete patch 2016-02-12 21:14:03 +01:00
Peter Simons
d6f38f5fd8 xmonad-contrib: drop obsolete overrides 2016-02-12 21:14:03 +01:00
=
dc82532eb8 timemachine: init at 0.3.1 2016-02-12 20:49:26 +01:00
Nikolay Amiantov
08361aa43e blueman: 1.23 -> 2.0.3 2016-02-12 22:47:51 +03:00
Nikolay Amiantov
62365ecf1a obexfs: cleanup, add license 2016-02-12 22:47:51 +03:00
Nikolay Amiantov
4a00e1f70b obexftp: fix pkgconfig file, add license 2016-02-12 22:47:51 +03:00
Nikolay Amiantov
bd4b54557d openobex: cleanup, add license 2016-02-12 22:47:51 +03:00
Nikolay Amiantov
1f20ca1f74 bluez: default to bluez5 2016-02-12 22:47:51 +03:00
Nikolay Amiantov
c0a02801d7 bluez5: enable parallel building 2016-02-12 22:47:51 +03:00
Arseniy Seroka
5deeb7b18d Merge pull request #12942 from jgillich/gollum
gollum: init at 4.0.1
2016-02-12 20:57:13 +03:00
Arseniy Seroka
af8a9e2203 Merge pull request #12944 from zimbatm/jruby-9.0.5.0
jruby: 1.7.21 -> 9.0.5.0
2016-02-12 20:56:29 +03:00
=
67fd55b561 non: 2015-12-16 -> 2016-02-07 2016-02-12 18:54:25 +01:00
tg(x)
0137d4c6ff irssi-otr: fetchFromGithub 2016-02-12 18:43:45 +01:00
Eelco Dolstra
1f952e0172 nss: 3.21 -> 3.22 2016-02-12 16:10:59 +01:00
Eelco Dolstra
e674356c46 nix: Fix indentation 2016-02-12 16:10:59 +01:00
Nikolay Amiantov
59d1339c80 dspam: fix maintenance script 2016-02-12 18:00:01 +03:00
Nikolay Amiantov
c9d38164b7 dspam service: make maintenance script verbose 2016-02-12 18:00:00 +03:00
Eelco Dolstra
aa31d99d29 nix: 1.11.1 -> 1.11.2 2016-02-12 15:20:27 +01:00
Peter Simons
6f9d3f197b all-packages.nix: drop postgresql90 attribute
PostgreSQL 9.0 was removed in 0140591eab.
2016-02-12 15:11:58 +01:00
Arseniy Seroka
5457bd9abb Merge pull request #12939 from jgillich/synergy
synergy: 1.7.4 -> 1.7.5
2016-02-12 16:43:28 +03:00
Eelco Dolstra
fb589faa08 systemd: 228 -> 229 2016-02-12 14:35:41 +01:00
Eelco Dolstra
abdbdbebf6 nixos/tests/simple.nix: Include minimal.nix
This reduces the amount of rebuilds (particularly some X11 stuff)
after changing some dependencies like systemd.
2016-02-12 14:35:41 +01:00
Eelco Dolstra
928035378d Fix typo 2016-02-12 14:35:40 +01:00
Robin Gloster
648e596c5f Merge pull request #12683 from heydojo/bluetooth--plasma5
kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
2016-02-12 13:49:54 +01:00
Robin Gloster
57d63ad537 mupen64plus1_5: removed
This was the same as mupen64plus, alias added.
2016-02-12 12:42:00 +00:00
=
99178d968b jamin: init at 0.95.0 2016-02-12 13:37:51 +01:00
Eelco Dolstra
fd8bd17c3e postgresql: Bump default version to 9.5 2016-02-12 13:20:11 +01:00
Eelco Dolstra
5e6962ff2e postgresql: Update to 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20 2016-02-12 13:20:11 +01:00
Eelco Dolstra
0140591eab postgresql: Remove EOL 9.0 branch 2016-02-12 13:20:11 +01:00
Peter Simons
a1fa485378 Revert "Remove double-backslashes from grub conf file".
This reverts commit b861bf8ddf, because according to @mdorman [1] this
change rendered his NixOS systems unbootable, and we probably don't want that.

[1] b861bf8ddf (commitcomment-16058598)
2016-02-12 13:14:34 +01:00
Jinjing Wang
73b9a9662d pdnsd service: init 2016-02-12 19:53:41 +08:00
Peter Simons
7bd6fc90cb Merge pull request #12725 from jerith666/postfix-dns-bl
postfix service: implement DNS blacklist support
2016-02-12 12:43:27 +01:00
Jinjing Wang
1d6f590844 pdnsd: enable IPv6 by default 2016-02-12 19:32:29 +08:00
Franz Pletz
bfa4ff779c Merge pull request #12760 from jerith666/pfixtools-init
pfixtools: init at 0.9
2016-02-12 11:56:33 +01:00
Franz Pletz
24ebd77ab5 Merge pull request #12720 from rvl/sonata
Add Sonata music player (MPD client)
2016-02-12 10:14:43 +01:00
Franz Pletz
df6508aaf1 Merge pull request #12947 from manveru/patch-1
bundix: 2.0.4 -> 2.0.5
2016-02-12 10:13:51 +01:00
Michael Fellinger
b9c13dcbc7 bundix: 2.0.4 -> 2.0.5
Fixes issue with the -d flag creating duplicated `dependencies` properties.
2016-02-12 09:56:02 +01:00
Franz Pletz
5d3708ae66 Merge pull request #12869 from Profpatsch/screen-message
screen-message: add git mirror (darcs fails)
2016-02-12 09:52:16 +01:00
Franz Pletz
bb55126965 Merge pull request #12933 from mayflower/pkgs_upstream/nntp-proxy
nntp-proxy: init at 2014-01-06 (0358e7a)
2016-02-12 08:26:29 +01:00
Franz Pletz
c29205f965 Merge pull request #12941 from elitak/unifi_fix
unifi: LD_LIBRARY_PATH hack for embedded libsnappyjava.so, fixes #12897
2016-02-12 08:22:20 +01:00
Franz Pletz
657c56678c firefox-esr: 38.5.2esr -> 38.6.1esr 2016-02-12 08:02:31 +01:00
Franz Pletz
70925f0a92 firefox: 44.0 -> 44.0.2 2016-02-12 08:02:24 +01:00
Franz Pletz
b276f4f171 Merge pull request #12945 from taku0/firefox-bin-44.0.1
firefox-bin: 44.0.1 -> 44.0.2
2016-02-12 07:55:54 +01:00
Franz Pletz
96a08ea720 Merge pull request #12849 from a1russell/wine
wine unstable & staging: 1.9.2 -> 1.9.3
2016-02-12 07:54:58 +01:00
Edward Tjörnhammar
faf01ab0f7 Merge pull request #12038 from womfoo/facetimehd
facetimehd: PCIe webcam support for Macbooks
2016-02-12 07:32:42 +01:00
Edward Tjörnhammar
5bb195bda2 i2pd: 2.3.0 -> 2.4.0 2016-02-12 07:00:37 +01:00
Edward Tjörnhammar
81b5223c97 nixos: gitit, wrong type restriction redacted 2016-02-12 07:00:37 +01:00
Matt McHenry
40c7d554d4 postfix service: implement DNS blacklist support 2016-02-11 22:13:09 -05:00
taku0
6d3f909975 firefox-bin: 44.0.1 -> 44.0.2 2016-02-12 10:15:23 +09:00
zimbatm
447851b9d2 jruby: 1.7.21 -> 9.0.5.0 2016-02-11 23:31:41 +00:00
Tobias Geerinckx-Rice
ccf73a5f67 cassandra: 2.1.12 -> 2.1.13 2016-02-12 00:17:39 +01:00
Tobias Geerinckx-Rice
2671d4ffdb wireless-regdb: 2015-12-14 -> 2016-02-08 2016-02-12 00:14:01 +01:00
Tobias Geerinckx-Rice
be0abb32f6 miniupnpd: 1.9.20160113 -> 1.9.20160209
Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-02-11 21:37:41 +01:00
Tobias Geerinckx-Rice
39bd42e650 libpsl: list 2016-02-06 -> 2016-02-09 2016-02-11 21:37:41 +01:00
Ben Booth
b861bf8ddf Remove double-backslashes from grub conf file
The double-backspashes in the splashimage, kernel, and initrd sections serve no purpose and confuse pygrub
2016-02-11 12:05:15 -08:00
Jakob Gillich
8a35315a20 gollum: init at 4.0.1 2016-02-11 20:33:47 +01:00
Tobias Geerinckx-Rice
fce433a6c0 wcslib: 5.13 -> 5.14 2016-02-11 19:23:24 +01:00
Tobias Geerinckx-Rice
930fce8901 mcelog: 130 -> 131
Don't error out when MCE write fails.
2016-02-11 19:23:24 +01:00
Robin Gloster
d9b3472f70 Merge pull request #12938 from Profpatsch/youtub-dl-deprecation
youtube-dl: remove all-packages deprecation
2016-02-11 18:13:08 +01:00
Eric Litak
fc8a16f4ed unifi: LD_LIBRARY_PATH hack for embedded libsnappyjava.so, fixes #12897 2016-02-11 09:06:33 -08:00
Jakob Gillich
53f231d9e0 synergy: 1.7.4 -> 1.7.5
repository has moved
2016-02-11 17:37:53 +01:00
Profpatsch
a7a4953983 alot: create top-level binding
Since it’s an executable.
2016-02-11 16:31:43 +01:00
Profpatsch
4f7555683a youtube-dl: remove all-packages deprecation
yt-dl is both a library and an executable, as such it should have a
reference in all-packages.
2016-02-11 16:28:02 +01:00
Tristan Helmich
f8d0ba7447 nntp-proxy: init at 2014-01-06 (0358e7a) 2016-02-11 16:24:48 +01:00
Bojan Nikolic
9f2cc14107 bzip2: Fix cross-compilation
The cross-compiling the "patchPhase" from the parent attribute set was
preventing application of patches specified in the crossDrv. Fix by
turning patchPhase into postPatch.
2016-02-11 15:31:16 +01:00
Arseniy Seroka
885acea1dd Merge pull request #12891 from taku0/firefox-bin-44.0.1
firefox-bin: 44.0 -> 44.0.1
2016-02-11 16:57:20 +03:00
Arseniy Seroka
ef5928f223 Merge pull request #12926 from NeQuissimus/gradle211
gradle: 2.10 -> 2.11
2016-02-11 16:53:53 +03:00
Arseniy Seroka
6a44d3fb9d Merge pull request #12884 from elitak/sunxi-tools_packages
sunxi-tools: (new)
2016-02-11 16:52:50 +03:00
José Romildo Malaquias
3971194490 opensmtpd: compile with support for 'db' tables 2016-02-11 11:29:10 -02:00
Nikolay Amiantov
ccece1ca88 dspam service: restart on failure 2016-02-11 14:03:34 +03:00
Eelco Dolstra
fc84ee22df php: Remove version 5.4 which is EOL 2016-02-11 11:27:34 +01:00
Eelco Dolstra
42634fe6cc php: 5.5.31 -> 5.5.32 2016-02-11 11:24:54 +01:00
Eelco Dolstra
b061225c54 php: 5.6.17 -> 5.6.18 2016-02-11 11:24:48 +01:00
Eelco Dolstra
86c2a0f783 mediawiki: 1.23.9 -> 1.23.13 2016-02-11 11:24:44 +01:00
vbgl
c9be67a331 Merge pull request #12930 from taku0/libao_darwin
libao: add dependencies for Darwin frameworks
2016-02-11 09:55:37 +01:00
Peter Simons
c9fba4a36c Merge pull request #12929 from kragniz/htop-2.0
htop: 1.0.3-239-229d0058 -> 2.0.0
2016-02-11 09:10:00 +01:00
taku0
2d7375e649 libao: add dependencies for Darwin frameworks 2016-02-11 15:54:19 +09:00
Louis Taylor
6a0f9ba6f6 htop: 1.0.3-239-229d0058 -> 2.0.0 2016-02-11 05:53:03 +00:00
Nikolay Amiantov
37e1a9c844 ejabberd: 15.11 -> 16.01 2016-02-11 02:36:33 +03:00
Domen Kožar
7383abff09 pythonPackages: bump some zope packages 2016-02-10 23:05:02 +00:00
Vladimír Čunát
4538e70661 smartgithg: update 7_0_2 -> 7_1_0 2016-02-10 23:03:15 +01:00
Nikolay Amiantov
99913c2820 dwarf-fortress-wrapper: make data/dipscript writable 2016-02-11 00:54:10 +03:00
Tim Steinbach
e81fd09b85 gradle: 2.10 -> 2.11 2016-02-10 21:48:45 +00:00
Domen Kožar
6040699768 Merge pull request #12890 from NeQuissimus/kernel45rc3
linux-testing: 4.5-rc2 -> 4.5-rc3
2016-02-10 21:20:46 +00:00
Domen Kožar
c00fc87f96 Merge pull request #12905 from tg-x/pflask
pflask
2016-02-10 21:20:14 +00:00
Pascal Wittmann
2b8e9cb72e Merge pull request #12917 from dasuxullebt/fix/ssvnc-perl
Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now rep…
2016-02-10 20:42:10 +01:00
tg(x)
60969ab937 pflask: use waf package 2016-02-10 20:34:28 +01:00
tg(x)
310a20eda8 waf 2016-02-10 20:34:05 +01:00
Pascal Wittmann
d5f7b4cd8a Merge pull request #12921 from jcbrand/master
prosody: 0.9.8 -> 0.9.10
2016-02-10 20:19:29 +01:00
Eric Litak
0d1d91efdd sunxi-tools: init at 1.3 2016-02-10 10:48:08 -08:00
Rodney Lorrimar
5a50fd4660 sonata: init at 1.7b1 2016-02-10 18:48:03 +00:00
Rodney Lorrimar
c093bf9b9b python-mpd2: init at 0.5.5 2016-02-10 18:48:03 +00:00
JC Brand
007c558be8 prosody: 0.9.8 -> 0.9.10 2016-02-10 18:26:32 +00:00
Robin Gloster
c341a01281 Merge pull request #12913 from tg-x/tinc-chroot
tinc: enable chroot
2016-02-10 18:15:39 +01:00
Domen Kožar
e47d323a10 Merge pull request #12904 from tg-x/wayland-wm
wayland window managers: orbment, sway, velox
2016-02-10 16:49:37 +00:00
Nikolay Amiantov
4ef8288dfc zathura: use mupdf by default 2016-02-10 19:42:57 +03:00
tg(x)
5c19830b77 tinc: chroot option 2016-02-10 17:29:36 +01:00
tg(x)
2f5ced3f1c wlc: remove linuxPackages_4_2 2016-02-10 17:03:21 +01:00
Ozan Sener
078a19c43f closurecompiler: 20151015 -> 20160208 2016-02-10 16:50:59 +02:00
Eelco Dolstra
ccd1029f58 Reduce the size of the Nixpkgs/NixOS jobsets
This cuts nixpkgs:trunk from 78K to 31K jobs by disabling builds of
{node,go,python,emacs,coq,r,ocaml,perl}Packages. Thus these are now
only built if they are dependencies of top-level packages (such as
end-user applications). I left haskellPackages because they take
typically longer to build than the others (which are mostly
interpreted languages), so disabling them would be more painful to
users.

This is a temporary measure until we have a binary cache based Hydra
running on faster hardware, necessitated by the fact that evaluations
now regularly time out after 6 hours.
2016-02-10 15:20:16 +01:00
Nikolay Amiantov
813d45663c dwarf-fortress-packages.cla-theme: fix comment 2016-02-10 17:02:46 +03:00
Eelco Dolstra
aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
Nikolay Amiantov
99f4f1d7ef dwarf-fortress-packages.cla-theme: init at 20160128 2016-02-10 16:56:41 +03:00
Nikolay Amiantov
6352bb51f9 dwarf-fortress-packages.phoebus-theme: 20160118 -> 20160128 2016-02-10 16:56:09 +03:00
Profpatsch
9fecc50603 alot: 0.3.6 -> 0.3.7, fixes #12914
Version bump.
The checks are back again, so far alot has no tests at all.
Add urwidtrees dependency.

The themes are copied to the derivation and set as default directory.
2016-02-10 14:19:10 +01:00
Arseniy Seroka
3b1d18ff48 Merge pull request #12919 from zimbatm/new-bundix2
bundix: 1.0.4 -> 2.0.4
2016-02-10 16:04:31 +03:00
Michael Fellinger
112476ec96 bundix: 1.0.4 -> 2.0.4 2016-02-10 12:02:10 +00:00
Eelco Dolstra
652ff6902c Merge pull request #12910 from abbradar/postgresql-no-su
postgresql service: don't use su
2016-02-10 12:01:06 +01:00
Eelco Dolstra
e892379472 Merge pull request #12909 from abbradar/vconsole-container
kbd module: don't setup vconsoles if we are in a container
2016-02-10 11:56:51 +01:00
Nikolay Amiantov
7ab80e8f79 kbd module: don't setup vconsoles if we are in a container 2016-02-10 13:38:27 +03:00
Eelco Dolstra
a4f5dc8bbf Merge pull request #12908 from abbradar/nixos-install-no-check
nixos-install: don't check that /mnt is a mount point
2016-02-10 11:29:39 +01:00
Your Name
aeee493704 Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now replaced 2016-02-10 10:48:51 +01:00
Frederik Rietdijk
318a89f691 Merge pull request #12916 from NixOS/python-wip
pythonPackages: fixes
2016-02-10 09:28:55 +01:00
Frederik Rietdijk
46a76d1a7d pythonPackages.scikitlearn: fix tests 2016-02-10 09:18:56 +01:00
Frederik Rietdijk
00c6db841c pythonPackages.flask-cors: init at 2.1.2 2016-02-10 08:32:04 +01:00
Frederik Rietdijk
086cebe2bb pythonPackages.blaze: add missing dependency 2016-02-10 08:31:51 +01:00
Daniel Peebles
12fbbc20ec Merge pull request #12911 from tg-x/grsec-url
grsecurity: use source URL from a scraped repository
2016-02-09 23:45:08 -05:00
Rommel M. Martinez
4b6eafa884 xboxdrv: 0.8.5 -> 0.8.8 2016-02-10 11:45:01 +08:00
aszlig
0afbe4c4d4 Merge pull request #12899: beets: 1.3.16 -> 1.3.17
This contains the update from @Profpatsch and a small fix by me to
re-enable the test suite.

The upstream changelog can be found at:

http://beets.readthedocs.org/en/v1.3.17/changelog.html
2016-02-10 02:46:58 +01:00
aszlig
b6595185f6 beets: Re-enable tests
The reason why the completion tests didn't pass was because we had it
already disabled in 2acc258dff.

Meanwhile, beetbox/beets@a07cb83 has moved the file from
test/test_completion.sh to test/rsrc/test_completion.sh.

So this has silently re-enabled the completion tests, which we need to
investigate on our side why they failed in the first place.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-10 02:41:15 +01:00
tg(x)
c768172919 tinc: enable chroot 2016-02-10 01:49:41 +01:00
Adam Russell
b63c566d14 wine unstable: 1.9.2 -> 1.9.3 2016-02-09 18:19:28 -06:00
Matej Cotman
06ce6ba757 Merge pull request #12862 from ericsagnes/pkg/cmst
cmst: 2014.12.05 -> 2016.01.28
2016-02-10 01:17:05 +01:00
Nikolay Amiantov
37bb4855c8 postfix module: fix link to postfix-files 2016-02-10 02:59:15 +03:00
tg(x)
42deddb17a grsecurity: use source URL from a scraped repository as grsecurity.net only has the latest version 2016-02-10 00:46:11 +01:00
Nikolay Amiantov
90ef11ddcd postgresql service: don't use su 2016-02-10 02:12:05 +03:00
Nikolay Amiantov
46f3975d99 nixos-install: don't check that /mnt is a mount point 2016-02-10 02:08:36 +03:00
Tobias Geerinckx-Rice
4dacb1116a mcelog: 129 -> 130
Fixes https://github.com/andikleen/mcelog/issues/31.
2016-02-10 00:07:10 +01:00
Nikolay Amiantov
0024c10a5c dovecot service: add sendmail_path 2016-02-10 02:06:10 +03:00
Nikolay Amiantov
c420a6f1ef acme service: update plugins enum 2016-02-10 02:06:01 +03:00
Nikolay Amiantov
2202bb9cf5 postsrsd: fix secret generation 2016-02-10 02:05:53 +03:00
Nikolay Amiantov
5396a01b6c init-script-builder: handle containers without a kernel 2016-02-10 02:05:47 +03:00
tg(x)
91ac4fc0a4 irssi-otr: 640e98c74b -> 1.0.0 2016-02-10 00:02:21 +01:00
tg(x)
877dc973ab wayland window managers: orbment, sway, velox -> latest git 2016-02-09 23:41:01 +01:00
tg(x)
c7ef45e153 pflask: git-2015-10-06 -> git-2015-12-17 2016-02-09 22:54:03 +01:00
Sheena Artrip
8993b65225 sipsak - init at 4.1.2.1 2016-02-09 16:48:08 -05:00
tg(x)
0ce6603bd8 pflask 2016-02-09 22:44:44 +01:00
tg(x)
521d74524d Merge branch 'master' of https://github.com/NixOS/nixpkgs into wayland-wm 2016-02-09 22:40:00 +01:00
Frederik Rietdijk
9535d51289 pythonPackages.pandas: fix tests 2016-02-09 22:37:21 +01:00
tg(x)
e1bcc74135 wayland window managers: orbment, sway, velox 2016-02-09 22:35:16 +01:00
Pascal Wittmann
ee90c703be progress: 0.12.1 -> 0.13 2016-02-09 21:51:41 +01:00
Profpatsch
22818c6ec4 beets: 1.3.16 -> 1.3.17
one test fails, see the source comment
2016-02-09 21:43:50 +01:00
Robert Helgesson
e5ba711033 udiskie: 1.1.2 -> 1.4.8 2016-02-09 20:48:42 +01:00
Robert Helgesson
5e3f4106f1 udiskie: build man page 2016-02-09 20:19:48 +01:00
Arseniy Seroka
d679ccfda4 Merge pull request #12889 from zimbatm/atom-1.4.3
atom: 1.4.0 -> 1.4.3
2016-02-09 20:54:18 +03:00
Vladimír Čunát
177464ade9 wrapFirefox: add enableAdobeReader
So far we only have 32-bit package.
It will be silently missed on 64-bit ATM.
2016-02-09 18:21:40 +01:00
Robin Gloster
85bedcf7e9 Merge pull request #12876 from zimbatm/sublime-3102
sublime3: 3101 -> 3102
2016-02-09 17:26:35 +01:00
Robin Gloster
5bfcce9ed9 Merge pull request #12894 from nathan7/raw-psk
wpa_supplicant module: add an option for accepting raw PSKs
2016-02-09 17:23:24 +01:00
Nathan Zadoks
9e986c161b wpa_supplicant module: add an option for accepting raw PSKs
fix #12892
2016-02-09 17:20:35 +01:00
Eelco Dolstra
4d760edb94 Add FIXME 2016-02-09 16:15:57 +01:00
taku0
74270469db firefox-bin: 44.0 -> 44.0.1 2016-02-10 00:03:00 +09:00
Rob Vermaas
fdbbcef8a2 Fix waagent revision, previous did not exist anymore. 2016-02-09 14:52:54 +00:00
Rob Vermaas
5594bd8e2d Add etsy/hound
(cherry picked from commit ea43515da1)
2016-02-09 14:52:26 +00:00
Tim Steinbach
2fabb4b34d linux-testing: 4.5-rc2 -> 4.5-rc3 2016-02-09 14:38:06 +00:00
zimbatm
8477e5788c atom: 1.4.0 -> 1.4.3 2016-02-09 14:26:11 +00:00
Nikolay Amiantov
6a2cbbb24a Merge pull request #12888 from vanzef/qtscrob
Qtscrob
2016-02-09 17:20:56 +03:00
Ivan Solyankin
3482020486 qtscrobbler: init at 0.11 2016-02-09 17:15:30 +03:00
Ivan Solyankin
d4dcfa9a76 maintainers: add vanzef 2016-02-09 16:43:37 +03:00
Peter Simons
31f160e6dd Add LTS Haskell 5.2. 2016-02-09 12:00:15 +01:00
Peter Simons
23b747e38a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 45176e62ca
  - Hackage: 4eb7681703
  - LTS Haskell: e7c3629999
  - Stackage Nightly: a84b3a147a
2016-02-09 12:00:07 +01:00
Kamil Chmielewski
55b7f03e3b marathon: 0.14.1 -> 0.15.1 2016-02-09 11:45:06 +01:00
Eelco Dolstra
508ab8e949 Merge pull request #12878 from leenaars/patch-3
pcre: 8.37 with patches -> 8.38
2016-02-09 11:15:43 +01:00
zimbatm
93d5f26a0d sublime3: 3101 -> 3103 2016-02-09 10:14:44 +00:00
Frederik Rietdijk
e2324a9598 Merge pull request #12881 from FRidh/python
pythonPackages: updates and fixes
2016-02-09 09:10:41 +01:00
Frederik Rietdijk
f7622389e1 pythonPackages.et_xmlfile: fix tests 2016-02-09 07:34:34 +01:00
Frederik Rietdijk
2ebc0350aa pythonPackages.caldavclientlibrary-asynk: disable py3k 2016-02-09 07:34:34 +01:00
Frederik Rietdijk
2d2cda2874 pythonPackages.pyzmq: fix tests i686 2016-02-09 07:34:34 +01:00
Frederik Rietdijk
4c79c23a0d pythonPackages.odo: 0.4.0 -> 0.4.2 2016-02-09 07:34:34 +01:00
Frederik Rietdijk
3426f36816 pythonPackages.ipyparallel: 4.1.1 -> 5.0.0 2016-02-09 07:34:33 +01:00
Frederik Rietdijk
4d4b9131ea pythonPackages.datashape: 0.5.0 -> 0.5.1 2016-02-09 07:34:33 +01:00
Frederik Rietdijk
2670f9577d pythonPackages.blaze: 0.9.0 -> 0.9.1 2016-02-09 07:34:33 +01:00
Domen Kožar
7c6771fe26 python3Packages.zope_testrunner: disable tests 2016-02-09 05:01:00 +00:00
Domen Kožar
29310fd1e8 Merge pull request #12879 from NixOS/python-wip
WIP: Python: update pip and wheel
2016-02-09 04:48:32 +00:00
Domen Kožar
01bbd3311f Merge pull request #12852 from kragniz/linux-testing-4.5-rc2
linux-testing: 4.4-rc8 -> 4.5-rc2
2016-02-09 04:43:26 +00:00
Tobias Geerinckx-Rice
772a1dfb82 Merge pull request #12883 from Profpatsch/udev
sane: *really* fix udev error
2016-02-09 03:18:14 +01:00
Profpatsch
71d01db76f sane: *really* fix udev error
\#12874 tried to patch out the literal /bin/sh, but an additional space
sneaked in.
2016-02-09 00:13:07 +01:00
Robin Gloster
0ee88cffca Merge pull request #10417 from puffnfresh/nixos/mmc_block
initrd: add mmc_block to default available modules
2016-02-08 23:51:46 +01:00
Charles Strahan
4faeca0cbd nq: init at 0.1
Unix command line queue utility.
2016-02-08 17:28:24 -05:00
Charles Strahan
5691a2a498 xe: init at 0.5
Simple xargs and apply replacement.
2016-02-08 17:27:44 -05:00
Tobias Geerinckx-Rice
82e15d9914 pagemon: 0.01.07 -> 0.01.08
Main changes:
- Add 'c' key to close pop up windows
- Enable -p option to have the PID or name of the process to monitor
- Fix zoom scaling on memory view
- Don't break on failed seek or read of map info

More:
f172bd17e7/debian/changelog
2016-02-08 21:06:08 +01:00
Tobias Geerinckx-Rice
bf8550998e libpsl: 2016-01-15 -> 2016-02-06 2016-02-08 20:48:23 +01:00
Frederik Rietdijk
7ddd3a0d30 python bootstrapped-pip: wheel 0.26.0 -> 0.29.0 2016-02-08 20:47:23 +01:00
Frederik Rietdijk
2f6d64bc6f pythonPackages.wheel: 0.26.0 -> 0.29.0 2016-02-08 20:46:35 +01:00
Frederik Rietdijk
2bec2fa356 pythonPackages.pip: 7.1.2 -> 8.0.2 2016-02-08 20:42:03 +01:00
Frederik Rietdijk
e552ad11e3 python bootstrapped-pip: pip 7.1.2 -> 8.0.2 2016-02-08 20:41:54 +01:00
Frederik Rietdijk
0806e44f52 Merge pull request #12826 from NixOS/python-wip
pythonPackages: new functions to build numpy and scipy
2016-02-08 20:39:16 +01:00
Frederik Rietdijk
9123a84fd3 pythonPackages.scipy: 0.16.1 -> 0.17.0 2016-02-08 20:36:14 +01:00
Frederik Rietdijk
7fad1bcff7 pythonPackages.scipy_0_17: init at 0.17.0 2016-02-08 20:36:01 +01:00
Frederik Rietdijk
73e9cb9748 pythonPackages.numpy: use openblas_2_14 2016-02-08 20:34:11 +01:00
Frederik Rietdijk
3e476a73ef openblas_2_14: init at 0.2.14 2016-02-08 20:33:31 +01:00
Frederik Rietdijk
63cf61e8d3 pythonPackages: new functions to build numpy and scipy 2016-02-08 20:33:15 +01:00
Michiel Leenaars
32136a0247 pcre: 8.37 with patches -> 8.38 2016-02-08 20:32:03 +01:00
Tobias Geerinckx-Rice
e5b143a964 geolite-legacy 2016-02-02 -> 2016-02-08 2016-02-08 19:15:41 +01:00
Ricardo M. Correia
05a8185fda icedtea_web: 1.6.1 -> 1.6.2 2016-02-08 18:46:46 +01:00
Robin Gloster
371b57a716 lr: init at 0.2 2016-02-08 16:30:29 +00:00
Arseniy Seroka
dd7e6bd97f Merge pull request #12859 from seagreen/vinegar-vim-plugin
vim-plugins: add vinegar
2016-02-08 19:17:50 +03:00
aszlig
c0cbb46fde Merge pull request #12874 from Profpatsch/udev
This fixes an error when enabling SANE while building the udev rules
files for a particular system, which was caused by #12804 (merged in
9807acb).
2016-02-08 16:42:33 +01:00
Ollie Charles
37d67b0cdf haskell.packages.ghc801: Update to RC 2 2016-02-08 14:11:49 +00:00
artuuge
f7d88238cd epson-escpr: init at version 1.6.3 2016-02-08 14:21:39 +01:00
Domen Kožar
24ae22e7d3 Merge pull request #12871 from taku0/oraclejdk-8u73
oraclejdk: 8u71, 8u72 -> 8u73, 8u74
2016-02-08 13:16:49 +00:00
Domen Kožar
89fa4724f1 Merge pull request #12873 from ericsagnes/feat/i3
i3: move dependencies to runtime
2016-02-08 13:16:11 +00:00
Nikolay Amiantov
4b183538fe Merge pull request #12841 from avnik/fix/cairocffi
Fix pythonPackages.cairocffi
2016-02-08 13:42:50 +03:00
Robin Gloster
9afe794f5e coqPackages.contribs.Bertrand: fix hash 2016-02-08 10:10:38 +00:00
Austin Seipp
e2f7744f80 Merge pull request #12772 from ali-abrar/master
vim_configurable: add configuration option for XIM support
2016-02-08 00:55:33 -05:00
宋文武
3c168a714e dvtm: 0.14 -> 0.15 2016-02-08 13:10:27 +08:00
Eric Sagnes
65beea69d7 i3status: 2.9 -> 2.10, fixes #12872 2016-02-08 05:58:20 +01:00
Eric Sagnes
f03ce60bd2 i3service: remove dmenu and i3 from env packages 2016-02-08 13:31:03 +09:00
Eric Sagnes
b2c658ca11 i3: dmenu and i3status as runtime dependencies 2016-02-08 13:29:42 +09:00
taku0
ae6f06be03 oraclejdk: 8u71, 8u72 -> 8u73, 8u74 2016-02-08 09:56:23 +09:00
Profpatsch
9a72bf5c0f udev: sane: fix udev error
The new udev checks that no script references any absolute /bin/sh
paths, so this patches that out.
2016-02-08 01:48:34 +01:00
Ian Grant Jeffries
e4c9fa40a6 vim-plugins: add vinegar 2016-02-07 19:27:17 -05:00
Tobias Geerinckx-Rice
ce99feec68 zstd: 0.4.7 -> 0.5.0
“New: dictionary builder tool
Changed: advanced API for streaming and dictionary compression
Improved: better compression of small data.”
2016-02-08 00:37:11 +01:00
Profpatsch
a708bce08b screen-message: add git mirror (darcs fails)
in response to #12868
2016-02-07 23:46:42 +01:00
Robin Gloster
2bd2814587 nodePackages.oauth: use fetchFromGitHub
fixup to 9a5a967
2016-02-07 22:39:11 +00:00
Robin Gloster
9a5a967d0d nodePackages.oauth: pin url to version 2016-02-07 16:41:16 +00:00
Pascal Wittmann
23a9b9b88a rrdtool: move perl libraries to the expected place
closes #12801
2016-02-07 17:17:37 +01:00
Alexander V. Nikolaev
b13e44e094 cairocffi: Add missing dependencies on gdk_pixbuf
Rewrite dlopening stuff in hacky way (due ctypes.util totally brokennes:
it attempt to use /sbin/ldconfig, gcc from PATH and other tricks to
detect sonames, I replaced it with simple table lookup)

Also I add patch to bypass another rounding regression in tests
(this patch submitted upstream as well)
2016-02-07 18:15:46 +02:00
Robin Gloster
66c3f7463b cdk: pin url to a version to prevent hash changes 2016-02-07 16:12:39 +00:00
Nathan Zadoks
c998447a13 buildRubyGem: pass the gem version through into the derivation name 2016-02-07 16:53:31 +01:00
Nathan Zadoks
b4da3bb88b buildRubyGem: ensure gem versions don't get misparsed
Without this, every nix-env --upgrade replaces ruby with an
arbitrary gem, which makes Ruby unusuable from user environments.
2016-02-07 16:53:27 +01:00
Robin Gloster
75739fd05b python3Packages.samplerate: fix revision 2016-02-07 14:43:10 +00:00
Cole Mickens
ea85ac9f15 powerline-fonts: 2015-06-29 -> 2015-12-11 (close #12856) 2016-02-07 15:19:10 +01:00
Pascal Wittmann
3511442267 Merge pull request #12865 from LnL7/added-bash-bats
bats: init at 4.0.4
2016-02-07 15:09:03 +01:00
Daiderd Jordan
4b4d5c96c8 bats: init at 4.0.4 2016-02-07 14:53:54 +01:00
Vladimír Čunát
c6e94f9fa0 sc-im: fix download by using fetchFromGitHub
Otherwise the hashes would change periodically.
Also refactor meta. /cc maintainer @matthiasbeyer.
2016-02-07 14:43:27 +01:00
Vladimír Čunát
0d9f125925 ensureNewerSourcesHook: use absolute path for find
pythonPackages.psutil has busybox in build inputs and its `find`
apparently doesn't support the -newermt option.
2016-02-07 14:31:10 +01:00
Vladimír Čunát
9cf445405b libvdpau: break evaluation cycle on darwin
That path isn't meaningful on non-NixOS anyway.
2016-02-07 14:24:34 +01:00
Nikolay Amiantov
f91f99aff8 dwarf-fortress: fix help 2016-02-07 15:55:06 +03:00
Vladimír Čunát
a115bff08c Merge branch 'master' into staging 2016-02-07 13:52:42 +01:00
Tony White
98ffc61e2f curl: Change default src url (close #12851)
- Changes the default src url away from http://curl.haxx.se
to an official mirror because haxx.se resolves to https and
bootstrap curl doesn't have https support.
Please see https://github.com/NixOS/nixpkgs/issues/12816
for more info.
2016-02-07 13:39:45 +01:00
Vladimír Čunát
1e04d875db videolan.org sources: prefer http://get.videolan.org
Some of the original URLs were broken now.
It seems that set of mirrors is preferred and faster than the others.
In the x264 case the source isn't there so http://download.videolan.org
is used instead.
2016-02-07 13:21:18 +01:00
Robin Gloster
a538959ca0 lib.maintainers.globin: use my normal mail address 2016-02-07 11:31:19 +00:00
Nikolay Amiantov
6205f17ea4 Merge pull request #12839 from jb55/obs-bump
obs-studio: 0.12.1 -> 0.13.1
2016-02-07 13:09:15 +03:00
Eric Sagnes
20bb296be6 cmst: 2014.12.05 -> 2016.01.28 2016-02-07 18:51:28 +09:00
Nikolay Amiantov
428d2dc658 Merge pull request #12861 from avnik/upgrade/wesnoth
wesnoth: 1.12.4 -> 1.12.5
2016-02-07 12:41:46 +03:00
Alexander V. Nikolaev
05b1b14083 wesnoth: 1.12.4 -> 1.12.5 2016-02-07 10:27:16 +02:00
Sou Bunnbu
eff64f728f Merge pull request #12858 from colemickens/update-libinput
libinput: 1.1.1 -> 1.1.6
2016-02-07 11:09:28 +08:00
Cole Mickens
6a94f7231a libinput: 1.1.1 -> 1.1.6 2016-02-06 18:49:22 -08:00
Nikolay Amiantov
234f461139 SDL: add patches from Fedora
Fixes several bugs (some of which were fixed in the official repository but no
release made).
2016-02-07 05:05:19 +03:00
Matthias Beyer
5a2ca9e666 cli-visualizer: init at 2016-02-06
changes by @globin:
 * added pulseaudio support
 * 06-02-2016 -> 2016-02-06 to ensure correct version sorting
 * cli_visualizer -> cli-visualizer

closes #12853

Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-06 23:17:57 +00:00
Louis Taylor
12ca23d650 linux-testing: 4.4-rc8 -> 4.5-rc2 2016-02-06 20:54:55 +00:00
Arseniy Seroka
36242a14a2 Merge pull request #12843 from magnetophon/master-faust1-0.9.73
faust: update faust1, rename default.nix->faust2.nix
2016-02-06 23:54:11 +03:00
Aneesh Agrawal
3c5fca9618 filesystems: use list of strings for fs options
Allow usage of list of strings instead of a comma-separated string
for filesystem options. Deprecate the comma-separated string style
with a warning message; convert this to a hard error after 16.09.
15.09 was just released, so this provides a deprecation period during
the 16.03 release.

closes #10518

Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-06 19:48:30 +00:00
Robin Gloster
f7aa921773 Merge pull request #12560 from tvestelind/haka
Haka: new package
2016-02-06 20:32:39 +01:00
Michael Raskin
415e1db505 Merge pull request #12846 from tohl/master
sbcl: 1.3.1 -> 1.3.2
2016-02-06 19:20:03 +00:00
Nikolay Amiantov
b16b5bcaa3 Merge pull request #12811 from abbradar/pulseaudio-device-manager
Load PulseAudio's module-device-manager only for KDE
2016-02-06 22:10:40 +03:00
Robin Gloster
008acbc506 Merge pull request #12844 from magnetophon/master-ladspaH-mirror
ladspaH: move src to mirror, please also merge in 15.09
2016-02-06 20:06:14 +01:00
Matt McHenry
92dc00d0fd pfixtools: init at 0.9 2016-02-06 12:58:13 -05:00
Nikolay Amiantov
8ade67e8c1 Merge pull request #12797 from abbradar/udev-reload
udev service: restart on rules change
2016-02-06 18:57:24 +03:00
Arseniy Seroka
39beea3662 Merge pull request #12842 from roblabla/bugfix-fixKeybase
keybase: 0.8.22 -> 0.8.25
2016-02-06 18:47:43 +03:00
Vladimír Čunát
8ea5563011 libva: use a cleaner installation method 2016-02-06 16:45:21 +01:00
Vladimír Čunát
9185fc7c6f libvdpau: use a cleaner installation method
(cherry picked from commit bd2ca1e539)
2016-02-06 15:59:05 +01:00
Tomas Hlavaty
667ad7740f sbcl: 1.3.1 -> 1.3.2 2016-02-06 14:37:59 +01:00
Christoph Hrdinka
c737ee5aba znc: delete 1.4 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
9423951609 znc-playback: init at git-2015-08-04 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
bc63d669f5 znc-clientbuffer: init at git-2015-08-27 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
0765936b63 znc-privmsg: c9f98690be -> git-2015-02-22 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
41480ae67b znc-fish: 8e1f150fda -> git-2014-10-10 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
ce4bd7bbc6 znc-push: 1.0.0 -> git-2015-12-07 2016-02-06 13:51:23 +01:00
Christoph Hrdinka
86de7b1d2b hugin: update 2013.0.0 -> 2015.0.0 2016-02-06 13:50:32 +01:00
Bart Brouns
3b6b47976e ladspaH: move src to mirror, please also merge in 15.09 2016-02-06 13:39:30 +01:00
Bart Brouns
f357b6eb2b faust: update faust1, rename default.nix->faust2.nix 2016-02-06 13:26:31 +01:00
Vladimír Čunát
e4728dd05f libxslt: fix CVE-2015-7995 by upstream patch 2016-02-06 13:21:18 +01:00
roblabla
16ddf9ea87 keybase: 0.8.22 -> 0.8.25 2016-02-06 12:51:26 +01:00
Rickard Nilsson
5c20877d40 opensmtpd: Add option that can disable adding sendmail to the system path 2016-02-06 11:54:56 +01:00
William Casarin
c77f1f6cc9 obs-studio: 0.12.1 -> 0.13.1 2016-02-05 20:29:33 -08:00
Nikolay Amiantov
2b989f9d73 gtkglext: propagate pangox-compat dependency 2016-02-06 05:18:40 +03:00
Nikolay Amiantov
ed9e286fa2 SDL_ttf: adopt, add patch to fix onscripter-en 2016-02-06 05:18:28 +03:00
Alexander V. Nikolaev
b99e339419 cairocffi: need some fonts at build time 2016-02-06 04:16:48 +02:00
Lancelot SIX
c5379e7da8 pkgs.darktable: 1.6.9 -> 2.0.0
See http://www.darktable.org/2015/12/darktable-2-0-released/

changes by @globin: added wrapGAppsHook and adwaita-icon-theme

Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-06 01:30:07 +00:00
Robin Gloster
cbf2286506 Merge pull request #12784 from jasedit/master
Modifying nanomsg to build under unix, to support Mac OS X.
2016-02-05 21:26:44 +01:00
Robin Gloster
5b67ed7c55 Merge pull request #12819 from Beauhurst/hg_crecord_revert
hg_crecord: revert changes adding mercurial crecord
2016-02-05 21:24:19 +01:00
Robin Gloster
18c44e9c6e Merge pull request #12835 from zimbatm/sublime-3101
sublime3: 3083 -> 3101
2016-02-05 21:22:00 +01:00
Nikolay Amiantov
d3a9f4288e Merge pull request #12817 from bendlas/update-wine
wine: stable update and consolidation
2016-02-05 22:53:56 +03:00
Arseniy Seroka
79dd8e7acd Merge pull request #12837 from colemickens/rkt-1.0.0-fix
rkt: reset stage1 to rkt's recommended version
2016-02-05 22:32:59 +03:00
Cole Mickens
14dfebd364 rkt: reset stage1 to rkt's recommended version 2016-02-05 11:18:12 -08:00
Vladimír Čunát
961b45a9c0 m17n-db: fix tarball
There's no glibc on darwin.
2016-02-05 19:22:22 +01:00
Vladimír Čunát
b8d488ab93 asymptote: fix tarball by asserting isLinux
We have no osmesa on darwin, which caused an evaluation error.
2016-02-05 19:22:22 +01:00
Robin Gloster
3c5b7be8ff Merge pull request #12832 from colemickens/azure-cli-0.9.15
azure-cli 0.9.13 -> 0.9.15
2016-02-05 19:16:53 +01:00
Vincent Laporte
ca535e4c1f SDL: propagate Cocoa dependency on darwin 2016-02-05 18:53:26 +01:00
zimbatm
943e049ff8 sublime3: 3083 -> 3101 2016-02-05 15:02:55 +00:00
Arseniy Seroka
50f94c2751 Merge pull request #12831 from colemickens/rkt-1.0.0
rkt 0.15.0 -> 1.0.0 + trousers
2016-02-05 17:32:45 +03:00
aszlig
b060d70d7f nixos/udev: Fix printing impure FHS paths
The test only checked for existence of the rule file in the output path
of the rulefile generator.

However, we also need to check whether the basename of the file is also
the one we're currently searching for.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-05 15:31:04 +01:00
Vladimír Čunát
96cbdc70f2 cc-wrapper: fix #10574: old gcc -> cc fallout
The part with gcc-wrapper-old changes is rather unimportant,
as it's almost unused but I still tested that the sole user `gnat` builds.
2016-02-05 14:05:14 +01:00
Domen Kožar
3a17abfdae Merge pull request #12830 from colemickens/docker-1.10.0
docker 1.9.1 -> 1.10.0
2016-02-05 11:17:52 +00:00
Cole Mickens
f3cce60346 azure-cli 0.9.13 -> 0.9.15 2016-02-05 00:05:33 -08:00
Frederik Rietdijk
a5c42e43f4 Merge pull request #12812 from kevinmarsh/master
django: update minor version numbers (to 1.9.2, 1.8.9, 1.7.11)
2016-02-05 08:56:45 +01:00
Cole Mickens
34f59ae390 rkt 0.15.0 -> 1.0.0 + trousers 2016-02-04 22:52:55 -08:00
Cole Mickens
712eb6b7e0 docker 1.9.1 -> 1.10.0 2016-02-04 22:52:06 -08:00
Thomas Tuegel
c426ac4381 Merge branch 'emacs-packages' 2016-02-04 18:18:45 -06:00
Thomas Tuegel
53aee90d57 melpaStablePackages 2016-02-04 2016-02-04 18:05:21 -06:00
Thomas Tuegel
73093823f4 melpaPackages 2016-02-04 2016-02-04 17:13:37 -06:00
Nikolay Amiantov
20af4b8287 arx-libertatis: use our DevaVu fonts, set proper data directory, enable parallel building 2016-02-05 02:07:33 +03:00
Nikolay Amiantov
8c440be8cf Merge pull request #12825 from rnhmjoj/arx
arx-libertatis: init at version 2016-02-02
2016-02-05 02:05:59 +03:00
Nikolay Amiantov
0ea48b1f9f openalLegacy: remove package
It's the same as openalSoft (same package source and version). I suppose it
contained original Creative open-source OpenAL implementation some time ago, but
then it changed and nobody noticed. It's referenced nowhere, anyway.
2016-02-05 00:26:48 +03:00
Peter Simons
2c51a0a39a Merge pull request #12773 from kragniz/gnupg-2.1.11
gnupg: 2.1.10 -> 2.1.11
2016-02-04 22:23:41 +01:00
Peter Simons
770ba80479 Merge pull request #12767 from abbradar/asymptote-fixes
Asymptote fixes
2016-02-04 22:16:40 +01:00
Thomas Tuegel
d5281958f0 elpaPackages 2016-02-04 2016-02-04 15:11:00 -06:00
Arseniy Seroka
5154e8c491 Merge pull request #12823 from NeQuissimus/kotlin-1.0rc1036
kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036
2016-02-04 23:34:46 +03:00
Pascal Wittmann
9b7be02935 Merge pull request #12791 from vbgl/cln-1.3.4
cln: 1.3.3 -> 1.3.4
2016-02-04 21:04:26 +01:00
rnhmjoj
621a9ac46c arx-libertatis: init at version 2016-02-02 2016-02-04 20:36:02 +01:00
Michael Raskin
0d1a188c5d Re-add Monotone-Viz with Fedora as a source 2016-02-04 20:13:49 +01:00
Michael Raskin
624006fcf5 ecl: 15.3.7 -> 16.0.0; homepage is at common-lisp.net now 2016-02-04 19:31:53 +01:00
Tim Steinbach
7cc2756f31 kotlin: 1.0.0-beta-4584 -> 1.0.0-rc-1036 2016-02-04 11:31:12 -05:00
Nikolay Amiantov
4f3a6d8ee2 zandronum-bin: fix argv0, add license 2016-02-04 19:27:44 +03:00
Robert Scott
d192057519 hg_crecord: revert changes adding mercurial crecord
crecord is included in modern hg releases - I failed to realize this.
2016-02-04 15:13:24 +00:00
Eelco Dolstra
2701665904 Fetch all EC2 metadata / user data in the initrd
Since we're already fetching one datum, we may as well fetch the
others needed by fetch-ec2-data. This also eliminates the dependency
on wget.
2016-02-04 15:45:54 +01:00
Eelco Dolstra
5c72b20dde amazon-init.nix: Be less spammy 2016-02-04 15:45:54 +01:00
Eelco Dolstra
95584666e9 amazon-init.nix: Don't run nixos-rebuild if we don't have to 2016-02-04 15:45:54 +01:00
Herwig Hochleitner
6abe531aaf wine stable: 1.8 -> 1.8.1 2016-02-04 14:25:38 +01:00
Herwig Hochleitner
4ce954d02e wine: consolidate source packages
In order to update wine packages more easily, the source derivations are
collected into a single sources.nix, so hashes can be updated like
`nix-prefetch-url pkgs/misc/emulators/wine/sources.nix -A stable`
2016-02-04 14:25:34 +01:00
Pascal Wittmann
98b365386a Merge pull request #12808 from kevincox/b2
backblaze-b2: init at version 0.3.10
2016-02-04 13:22:02 +01:00
Kevin Marsh
46700df1c1 django: update minor version numbers (to 1.9.2, 1.8.9, 1.7.11) 2016-02-04 11:32:47 +00:00
Nikolay Amiantov
ae662cdb11 display-manager module: load pulseaudio's module-device-manager only for KDE 2016-02-04 13:59:17 +03:00
Rickard Nilsson
23beba4994 goPackages.oauth2_proxy: init at 20160120
Also add missing dependency:

goPackages.hmacauth: init at 20151013
2016-02-04 11:43:37 +01:00
Damien Cassou
ee1a843371 Merge pull request #12774 from matthiasbeyer/update-vdirsyncer
Update vdirsyncer
2016-02-04 11:41:54 +01:00
Pascal Wittmann
1b998d97a9 Merge pull request #12810 from aneeshusa/add-as31
as31: init at 2.3.1
2016-02-04 08:35:45 +01:00
Aneesh Agrawal
b4c449635a as31: init at 2.3.1 2016-02-04 01:37:28 -05:00
Kranium Gikos Mendoza
46ecb25d68 facetimehd: blacklist bdc_pci when enabled 2016-02-04 11:31:28 +08:00
Nikolay Amiantov
8821ebe3ad remove gmcs substitutes from mono packages 2016-02-04 03:51:47 +03:00
Kevin Cox
47c863f9ef backblaze-b2: init at version 0.3.10 2016-02-03 18:45:01 -05:00
Arseniy Seroka
a9618d217f Merge pull request #12782 from tvon/elixir-1.2.2
elixir: 1.2.0 -> 1.2.2
2016-02-04 00:40:35 +03:00
Arseniy Seroka
1a705214bd Merge pull request #12803 from lukasepple/rakudo
rakudo-star: 2015.03 -> 2015.11
2016-02-04 00:39:50 +03:00
Nikolay Amiantov
d9c4fc4de9 Merge pull request #12682 from zohl/nant
NAnt
2016-02-03 22:56:12 +03:00
Al Zohali
9679042278 nant: init at 20151115 2016-02-03 22:00:41 +03:00
Charles Strahan
2f105acba2 cipherscan: fix license
Fixes broken evaluation due to 4c57b932a.
2016-02-03 13:10:34 -05:00
Peter Simons
e389794857 haskell-binary: update use of 0.8.0.1 to 0.8.2.0 2016-02-03 18:51:53 +01:00
Peter Simons
9e06f6880c cabal-install: build with native Cabal library when compiling with GHC 8.0.x
Fixes https://github.com/NixOS/nixpkgs/issues/12726.
2016-02-03 18:51:53 +01:00
Peter Simons
bb94b09f66 Add LTS Haskell 5.1. 2016-02-03 18:51:53 +01:00
Peter Simons
0b2fded69c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: e9a140b725
  - Hackage: 346d9f8466
  - LTS Haskell: 6661045692
  - Stackage Nightly: 0ad9eda835
2016-02-03 18:51:53 +01:00
Peter Simons
ee63b37553 Merge pull request #12805 from erikryb/master
Add miniball package and fix haskell-miniball by adding the miniball package as dependency
2016-02-03 18:44:43 +01:00
Erik Rybakken
3333a9edab haskell-miniball: fix package by adding the missing pkgs.miniball dependency 2016-02-03 18:28:49 +01:00
Matthias Beyer
b7a1564a5f Fixup toolbelt: Provide betamax 2016-02-03 18:21:14 +01:00
Erik Rybakken
170715254b miniball: init at 3.0 2016-02-03 18:18:31 +01:00
Charles Strahan
4c57b932ab cipherscan: init at rev 18b0d1b (Dec 17, 2015)
CipherScan is a simple way to find out which SSL ciphersuites are
supported by a target.

It can take advantage of the extra features in Peter Mosmans' openssl
fork (which is also included in this commit).
2016-02-03 12:01:24 -05:00
Vladimír Čunát
89036ef76a stdenv: accept wider range of $configureScript options
Fixes #12632.

I think it's better to quote this variable in general, because it is
common and even documented to pass space-separated commands in there.
The greps should just fail in that case and `if` won't proceed
which seems fine for such cases, and it's certainly better than
passing additional unintended parameters to grep
(which was happening all the time before).
2016-02-03 17:15:11 +01:00
aszlig
9807acb3ee Merge pull request #12804
Currently the check against FHS paths in the rule files is only checking
against the original paths from in services.udev.packages.

However we do fix up some of these paths in the udev rules generator and
the warning is against the unfixed rule files and therefore prints a lot
of false positives.

This pull request not only improves this warning but also makes the
rules generator fail if there are FHS still left in one of the rules
file.

Addresses #12722 as well so we can assure that this won't happen again
in the future.
2016-02-03 17:13:50 +01:00
Vladimír Čunát
80270e2019 cmake: maintenance updates 3.4.0 -> 3.4.3 2016-02-03 16:59:38 +01:00
aszlig
c10a17a3eb nixos/udev: Always fail if rules contain FHS paths
Partially reverts the following commits:

  9f2a61c59c
  9c13fe6604

As @edolstra pointed out, it would make more sense to do this by default
instead of having that allowImpurePaths option. This of course might
break systems which add extra packages to udev, but on the upside it's
hard to miss one of these paths now because it won't get buried in the
ocean of build output lines.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-03 16:40:41 +01:00
Arseniy Seroka
77d94825d4 Merge pull request #12781 from tvon/plex
plex: 0.9.14.6.1620-e0b7243 -> 0.9.15.2.1663-7efd046
2016-02-03 18:31:34 +03:00
Tom von Schwerdtner
fd9fb59790 elixir: 1.2.0 -> 1.2.2 2016-02-03 10:28:56 -05:00
Tom von Schwerdtner
3701e7b74e plex: 0.9.14.6.1620-e0b7243 -> 0.9.15.2.1663-7efd046 2016-02-03 10:27:32 -05:00
Arseniy Seroka
f8dea71b24 Merge pull request #12802 from lukasepple/master
ocaml-x509: 0.4.0 -> 0.5.0
2016-02-03 18:25:04 +03:00
lukasepple
2c4f6af55d rakudo-star: 2015.03 -> 2015.11 2016-02-03 15:55:58 +01:00
aszlig
9c13fe6604 nixos/tests/installer: Fail on impure udev rules
With 9f2a61c in place, let's actually use this in the installer tests to
make sure we won't shovel FHS paths down the throad of unstable channel
users.

I've tested this by running all of the installer tests for x86_64-linux
and they all succeeded.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-03 15:53:44 +01:00
aszlig
9f2a61c59c nixos/udev: Add an option to fail on FHS paths
So far we were merely printing a warning if there are still references
to (/usr)/s?bin, but we actually want to make sure that we fix those
paths, especially on updates of packages that come with udev rules.

This adds a new option allowImpurePaths, which when set to false will
cause the "udev-rules" derivation to fail.

I've set this to true by default, to not break existing systems too much
and the intention is to set it to false for a few NixOS VM tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-03 15:48:52 +01:00
aszlig
80983bbe54 nixos/udev: Provide a better warning for FHS paths
We were trying to find FHS references in all of the rules found in
services.udev.packages. Unfortunately we're still fixing up paths in the
same derivation where we are checking those references, so for example
references to /sbin/modprobe were still printed to be needed to fixup
even though they were already fixed at the time.

So now we're printing a more helpful warning message which is also
conditional (before the warning message was printed regardless of
whether there are any rules that need fixup) and is based off the rules
that were already fixed up.

The new warning message not only contains the build-local rule files but
also the original files from other store paths and the FHS path
references that were still found.

With 8ecd3a5e1d reverted, we now get this:

/nix/store/...-udev-rules/63-md-raid-arrays.rules (originally from
 /nix/store/...-mdadm-3.3.4/lib/udev/rules.d/63-md-raid-arrays.rules)
 contains references to /usr/bin/readlink and /usr/bin/basename.

Which is now more accurate to what is not yet fixed and where it's
coming from.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-03 15:48:52 +01:00
aszlig
ee68bdc42e nixos/udev: Fix up readlink and basename as well
In 8ecd3a5, we fixed up the FHS paths for stage 1, but unfortunately we
have a similar udev rules generator twice one for the initrd and one
without. So we might need to refactor this in the future.

For now, let's just fix the references to readlink and basename in the
udev module as well until we have properly addressed this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Fixes: #12722
2016-02-03 15:45:37 +01:00
lukasepple
43a726cd20 ocaml-x509: 0.4.0 -> 0.5.0 2016-02-03 15:45:21 +01:00
Eelco Dolstra
42709fb4e9 switch-to-configuration: Handle failure to read /proc/1/exe
It's not entirely clear why this happens, but sometimes /proc/1/exe
returns a bogus value, like
/ar3a3j6b9livhy5fcfv69izslhgk4gcz-systemd-217/lib/systemd/systemd. In
any case, we can just conservatively assume that we need to restart
systemd when this happens.

Fixes #10261.
2016-02-03 15:01:18 +01:00
Vladimír Čunát
4fede53c09 nixos manuals: bring back package references
This reverts most of 89e983786a, as those references are sanitized now.
Fixes #10039, at least most of it.

The `sane` case wasn't fixed, as it calls a *function* in pkgs to get
the default value.
2016-02-03 14:47:14 +01:00
Vladimír Čunát
e0feace5cd nixos docs: allow displaying package references
This is an improved version of original #12357.
For the purpose of generating docs, evaluate options with each derivation
in `pkgs` (recursively) replaced by a fake with path "\${pkgs.attribute.path}".
It isn't perfect, but it seems to cover a vast majority of use cases.
Caveat: even if the package is reached by a different means,
the path above will be shown and not e.g. `${config.services.foo.package}`.

As before, defaults created by `mkDefault` aren't displayed,
but documentation shouldn't (mostly) be a reason to use that anymore.

Note: t wouldn't be enough to just use `lib.mapAttrsRecursive`,
because derivations are also (special) attribute sets.
2016-02-03 14:47:14 +01:00
Nikolay Amiantov
1dce7c0b82 initrd-ssh module: don't check if network is up
We already do this in initrd-network.
2016-02-03 16:37:10 +03:00
Nikolay Amiantov
b4528a696a initrd-network: call postCommands only if network is up 2016-02-03 16:35:21 +03:00
Eelco Dolstra
20b54bd989 Merge pull request #12724 from abbradar/udev-hwdb
udev service: generate hwdb database from all udev packages
2016-02-03 14:24:11 +01:00
aszlig
ac9cea30fb Merge pull request #12769 from Profpatsch/beets
Updates beets to version 1.3.16, which comes with new plugins
"embyupdate", "edit" and "mbsubmit". See the following URL for a
detailed upstream changelog:

http://beets.readthedocs.org/en/v1.3.16/changelog.html

The "mbsubmit" plugin isn't listed there and made it more or less
silently into the release, see beetbox/beets#1779 for the final work on
the plugin.

Tested this locally with a few queries and using the new "edit" plugin.
2016-02-03 14:19:35 +01:00
aszlig
8ecd3a5e1d nixos/stage-1: Fix references to readlink/basename
Fixes references coming from the mdadm udev rules.

This addresses #12722 (mdadm udev rules have references to /usr/bin) but
still won't fix the warning, though (if we want to fix the warnings, we
will have to patch the udev rules generater in services/hardware/udev).

For common mdraid functionality, this shouldn't fix anything, because
the wrong references seem to only apply to containers, see these
(wrapped) lines from ${mdadm}/lib/udev/rules.d/63-md-raid-arrays.rules:

  # Tell systemd to run mdmon for our container, if we need it.
  ENV{MD_LEVEL}=="raid[1-9]*",
    ENV{MD_CONTAINER}=="?*",
  PROGRAM="/usr/bin/readlink $env{MD_CONTAINER}",
    ENV{MD_MON_THIS}="%c"
    ENV{MD_MON_THIS}=="?*",
    PROGRAM="/usr/bin/basename $env{MD_MON_THIS}",
    ENV{SYSTEMD_WANTS}+="mdmon@%c.service"

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-03 14:19:24 +01:00
Eelco Dolstra
917ca8920d Move setting $SSL_CERT_FILE to stdenv
Doing it in an openssl setup hook only works if packages have openssl
as a build input - it doesn't work if they're using a program linked
against openssl.
2016-02-03 13:59:10 +01:00
Eelco Dolstra
cc2cec6300 openssl: Unify 1.0.1 and 1.0.2 expressions 2016-02-03 13:54:22 +01:00
Sven Keidel
ca21ae0eda isabelle: 2014 -> 2015
Picked from #8510. /cc maintainer @jwiegley.
2016-02-03 13:51:35 +01:00
Eelco Dolstra
788da6894f openssl: Compile in /etc/ssl/certs/ca-certificates.crt 2016-02-03 13:45:05 +01:00
Nikolay Amiantov
6b5f90a1a1 udev service: restart on rules change 2016-02-03 15:44:43 +03:00
Nikolay Amiantov
1d70e2fb75 initrd modules: move passwd and nsswitch back to initrd-ssh
Partially reverts commit 901163c0c7.
This has broken remote SSH into initrd because ${cfg.shell} is not
expanded. Also, nsswitch is useless without libnss_files.so which
are installed by initrd-ssh.
2016-02-03 14:56:55 +03:00
Nikolay Amiantov
815ff00ee0 initrd-ssh module: enable only if initrd network is enabled 2016-02-03 14:55:52 +03:00
Nikolay Amiantov
cc70183cee initrd-network module: initialize network before other pre-LVM commands
This is needed to ensure that network will be initialized before LUKS
passphrase is asked.
2016-02-03 14:55:42 +03:00
Guillaume Maudoux
9f358f809d Configure a default trust store for openssl 2016-02-03 12:42:01 +01:00
Vladimír Čunát
889351af8b Revert "Merge #12357: nixos docs: show references to packages"
The PR wasn't good enough yet.
This reverts commit b2a37ceeea, reversing
changes made to 7fa9a1abce.
2016-02-03 12:16:33 +01:00
Eelco Dolstra
69ec09f38a Don't make chromium-beta/dev release blockers
Generally we shouldn't ship pre-release versions anyway, and we
certainly don't want them to be release blockers. Also, chromium
builds are just too slow to have them blocking the channel (see
https://github.com/NixOS/nixpkgs/issues/12794).
2016-02-03 11:49:50 +01:00
Jascha Geerds
ace76b5bdb keepassx2: 2.0 -> 2.0.2 2016-02-03 11:36:53 +01:00
Robin Gloster
0876a44169 curl: 7.45 -> 7.47 and enable HTTP/2 (close #12723)
This fixes CVE-2016-0755:
https://curl.haxx.se/docs/adv_20160127A.html

vcunat removed *propagation* of pkgconfig and perl.
2016-02-03 10:50:24 +01:00
Vladimír Čunát
e4ab8aee62 add ensureNewerSourcesHook and apply to all python
Fixes #12663: problems in python stuff due to old timestamps in sources.
- Files in sources older than a certain year are set to that year.
- Applied with 1980 for all python packages due to the way it often uses zip.
2016-02-03 10:21:16 +01:00
Vincent Laporte
78eb1a076d cln: 1.3.3 -> 1.3.4 2016-02-03 10:08:26 +01:00
Vladimír Čunát
b2a37ceeea Merge #12357: nixos docs: show references to packages 2016-02-03 10:07:27 +01:00
Vladimír Čunát
7fa9a1abce Merge #12783: add some meta.platforms attributes 2016-02-03 09:10:19 +01:00
Pascal Wittmann
16799ffda1 Merge pull request #12788 from kragniz/cmocka
cmocka: init at 1.0.1
2016-02-03 08:10:28 +01:00
Louis Taylor
55c4bf166a cmocka: init at 1.0.1 2016-02-03 04:34:50 +00:00
Hoang Xuan Phu
cb7b811c43 remove unused file bundler-head.nix (bundler_HEAD is now just an alias for bundler) 2016-02-03 11:26:40 +07:00
Jason Ziglar
00a9474594 Modifying nanomsg to build under unix, to support Mac OS X. 2016-02-02 22:43:26 -05:00
Tuomas Tynkkynen
0b971a8134 ckbcomp: Builds on Darwin 2016-02-03 04:46:09 +02:00
Tuomas Tynkkynen
37fbf0e24f dtc: Builds on Darwin 2016-02-03 04:46:09 +02:00
Tuomas Tynkkynen
3a98ff3c21 attr: Add platforms 2016-02-03 04:46:09 +02:00
Tuomas Tynkkynen
40879a95ee acl: Add platforms 2016-02-03 04:46:09 +02:00
Damien Cassou
22d9e4ef26 Merge pull request #12777 from matthiasbeyer/update-some-packages
Update some packages
2016-02-02 23:09:13 +01:00
Eelco Dolstra
cf5c8085b6 Merge pull request #12778 from dezgeg/pr-kernel-module-strip
kernel: Let the kernel build system strip modules
2016-02-02 22:36:47 +01:00
Franz Pletz
1a70f26d24 Merge pull request #12775 from mogorman/sopel
sopel: 6.2.1 -> 6.3.0
2016-02-02 21:58:03 +01:00
Franz Pletz
1831d74ec9 Merge pull request #12776 from mogorman/platformio
platformio: 2.8.1 -> 2.8.3
2016-02-02 21:57:09 +01:00
Tuomas Tynkkynen
7db1cba057 kernel: Let the kernel build system strip modules
Since commit 48f51f1185 we let the kernel build system compress the
modules, which makes the original strip expression not work. Let the
kernel build system strip them as well so they get stripped.
2016-02-02 22:47:32 +02:00
Matthias Beyer
11f95e1681 mdp: 1.0.1 -> 1.0.4 2016-02-02 21:33:09 +01:00
Matthew O'Gorman
593f8dba06 platformio: 2.8.1 -> 2.8.3 2016-02-02 15:31:43 -05:00
Matthias Beyer
61bef57edb ctodo: 1.1 -> 1.2 2016-02-02 21:23:07 +01:00
Tobias Geerinckx-Rice
133ad6d722 geolite-legacy 2016-02-01 -> 2016-02-02 2016-02-02 21:22:42 +01:00
Matthias Beyer
0c2ac149a3 hstr: 1.17 -> 1.19 2016-02-02 21:21:38 +01:00
Matthias Beyer
51e0077e79 khard: 0.6.3 -> 0.8.1 2016-02-02 21:19:35 +01:00
Matthias Beyer
aa6deb40e8 vdirsyncer: 0.7.3 -> 0.8.1 2016-02-02 21:14:02 +01:00
Matthias Beyer
bb64f135b1 pythonPackages.requests_toolbelt: 0.4.0 -> 0.6.0 2016-02-02 21:13:49 +01:00
Matthew O'Gorman
f5c82a0c28 sopel: 6.2.1 -> 6.3.0 2016-02-02 15:13:07 -05:00
Franz Pletz
7e4f0b046e darling-dmg: cleanup
Version was wrong. Bumped to current version 1.0.4.

See #11561 for details.
2016-02-02 21:10:23 +01:00
Eelco Dolstra
e618492168 Revert "Do not relocate /nix and /tmp to small disks on AWS"
This reverts commit f10bead8fd because
it doesn't work - there is no lsblk in the initrd, and there is a
missing backslash.
2016-02-02 19:59:28 +01:00
Eelco Dolstra
cc925d0506 boot.initrd.network: Support DHCP
This allows us to use it for EC2 instances.
2016-02-02 19:59:27 +01:00
Eelco Dolstra
901163c0c7 Split the initrd sshd support into a separate module
Also, drop boot.initrd.postEarlyDeviceCommands since preLVMCommands
should work fine.
2016-02-02 19:59:27 +01:00
Eelco Dolstra
a5d5736692 Typo 2016-02-02 19:59:27 +01:00
Eelco Dolstra
06731dfcae ec2: Don't use ephemeral disks for /nix unionfs
This is a regression introduced by merging the EBS and S3 images. The
EBS images had a special marker /.ebs to prevent the initrd from using
ephemeral storage for the unionfs, but this marker was missing in the
consolidated image.

The fix is to check the file ami-manifest-path on the metadata server
to see if we're an S3-based instance. This does require networking in
the initrd.

Issue #12613.
2016-02-02 19:59:27 +01:00
Ricardo M. Correia
9725e067ff rustcMaster: build against bundled LLVM
This is a workaround for what appears to be issue rust-lang/rust#30970.

Without this change, rustcMaster will fail to build the clippy library
due to linking errors against LLVM (and ncurses, for some reason).

I expect this commit to be reverted once that issue is fixed upstream.
2016-02-02 19:51:27 +01:00
Jos van den Oever
ba8b7fff6a davmail: 4.7.0 -> 4.7.1
Bugfix release, mainly for Carddav regression over EWS, also includes an NTLM support enhancement.

Enhancement:
- Improve NTLM support try to send hostname as workstation name instead of UNKNOWN
- Fix notification dialog message
- Prepare ExchangeSessionFactory refactoring
- Fix typo in french translation
- Fix broken Sourceforge link in About dialog

Carddav:
- Carddav: fix regression on contact update with empty field triggering DeleteItemField

(cherry picked from commit cf327c3dcf)

[Bjørn: Cherry-picked from release-15.09 to master. (I guess merging
first to release-15.09 was a mistake.)]
2016-02-02 19:25:43 +01:00
Daniel Peebles
9c9230c8f7 Merge pull request #11561 from fxfactorial/master
darling: init at Dec 8, 2015
2016-02-02 13:09:23 -05:00
Profpatsch
1a6c03c234 beets: 1.3.15 -> 1.3.16
Add plugins embyupdate, edit, mbsubmit as plugins.
2016-02-02 18:50:55 +01:00
aszlig
61042a5b6a chromium/plugins: Use @var@ for passing variables
There is already a pull request from @colemickens, who has just reversed
the variable references $flash and $flashVersion but the fix is kinda
fragile as he points out himself in #12713.

The reason the wrong substition was made is that both variables begin
with the same name and we do a simple replace instead of a more
complicated one using builtins.match.

So staying simple but to still not raising issues with other variables
that begin with the same name I'm now using @var@ instead, like we use
in substituteAll and other substituters (like the ones in CMake or
autotools) deal with it.

Note that I'm not using $var$ here to make sure it doesn't get confused
with real shell variables.

So with this fix in place, the wrapper now has the following flags:

  --ppapi-flash-path=/nix/store/.../lib/libpepflashplayer.so
  --ppapi-flash-version=20.0.0.294

Previously we had (#12710):

  --ppapi-flash-path=/nix/store/.../lib/libpepflashplayer.so
  --ppapi-flash-version=/nix/store/...-binary-plugins-flashVersion

Thanks to @colemickens for reporting and putting up a pull request.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Fixes: #12710
Fixes: #12713
2016-02-02 17:39:08 +01:00
aszlig
ff90f52375 chromium: Remove import-from-derivation again
This reverts commit f7af2272a2.

We're going to fix #12710 properly by reintroducing 38c77bb and fixing
the shell variable substitution.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-02 17:39:08 +01:00
Ricardo M. Correia
52475afe77 cargo: 0.7.0 -> 0.8.0 2016-02-02 17:25:44 +01:00
Ricardo M. Correia
7b82a2d5f4 rustRegistry: 2016-01-17 -> 2016-02-02 2016-02-02 17:25:44 +01:00
Ricardo M. Correia
473fd7746e rustc: 1.5.0 -> 1.6.0 2016-02-02 17:25:44 +01:00
Ricardo M. Correia
74657bae85 rustcMaster: 2016-01-10 -> 2016-02-01 2016-02-02 17:25:44 +01:00
Franz Pletz
a5b47cd0b0 Merge pull request #12755 from mstarzyk/obnam
obnam: 1.19 -> 1.19.1
2016-02-02 16:47:59 +01:00
Eelco Dolstra
7b772ae398 linux: Update to 3.10.96, 3.12.53, 3.14.60, 3.18.26, 4.1.17, 4.4.1 2016-02-02 16:38:42 +01:00
Louis Taylor
b2609751e4 gnupg: 2.1.10 -> 2.1.11
Release notes can be found here:

    https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000383.html
2016-02-02 15:37:10 +00:00
Louis Taylor
a7662bdc91 libgpg-error: 1.20 -> 1.21 2016-02-02 15:37:10 +00:00
Ali Abrar
b2a91caea0 vim_configurable: add configuration option for XIM support 2016-02-02 10:14:26 -05:00
Nikolay Amiantov
3ab8f97201 asymptote: enforce no bundled libraries, install tex files, offscreen rendering support 2016-02-02 17:34:57 +03:00
Nikolay Amiantov
4222b8c20c asymptote: enable parallel building 2016-02-02 17:27:26 +03:00
Nikolay Amiantov
70efc87a06 ghostscript: copy resources, cleanup 2016-02-02 16:52:03 +03:00
Sander van der Burg
b90f0116cd titaniumenv: allow distributions of app with spaces in their name 2016-02-02 13:42:15 +00:00
Franz Pletz
94c9cf6877 Merge pull request #12765 from tavyc/quagga
quagga: init at 0.99.24.1
2016-02-02 12:41:22 +01:00
Eelco Dolstra
a7694d3d17 Merge pull request #12761 from cransom/amazon-disk0
Do not relocate /nix and /tmp to small disks on AWS
2016-02-02 11:42:00 +01:00
Octavian Cerna
3c011d0f1c quagga: init at 0.99.24.1 2016-02-02 11:56:30 +02:00
Luca Bruno
35bea14bf0 Merge pull request #12747 from cleverca22/ftputil
ftputil init at 3.3
2016-02-02 10:33:51 +01:00
michael bishop
c2fee6405f ftputil init at 3.3 2016-02-02 05:27:37 -04:00
Jascha Geerds
23b32df470 gnome3.geocode-glib: 3.18.0 -> 3.18.1 2016-02-02 10:27:26 +01:00
Pascal Wittmann
678762dcce Merge pull request #12753 from rycee/bump/perl-Text-CSV-Encoded
perl-Text-CSV-Encoded: 0.24 -> 0.25
2016-02-02 08:33:08 +01:00
Vladimír Čunát
d6a30fccbf xorg xf86-input-evdev: bugfix update 2.10.0 -> 2.10.1 2016-02-02 07:29:43 +01:00
Tobias Geerinckx-Rice
2f3527df47 Merge pull request #12436 from badi/popfile-master
popfile: init at 1.1.3
2016-02-02 06:58:15 +01:00
Nathan Zadoks
1072e2bf4d fish: don't use manpath(1) from PATH in functions/man.fish
Close #12762.
2016-02-02 06:13:12 +01:00
Adam Russell
9468f2c925 wine unstable: 1.9.1 -> 1.9.2 (close #12730) 2016-02-02 05:56:13 +01:00
cransom user
f10bead8fd Do not relocate /nix and /tmp to small disks on AWS
The default behavior with an m3.medium instance is to relocate
/nix and /tmp to /disk0 because an assumption is made that any
ephemeral disk is larger than the root volume.  Rather than make
that assumption, add a check to see if the disk is larger, and
only then relocate /nix and /tmp.

This addresses https://github.com/NixOS/nixpkgs/issues/12613
2016-02-02 01:40:41 +00:00
Badi' Abdul-Wahid
1cf106dd06 popfile: init at 1.1.3
Popfile by default assumes that it is run directly from the install
directory, in which it has full write access. This assumption is invalid
on Nix, and so Popfile is pachted to accomodate this:

- define `POPFILE_ROOT` in wrapper

  Default POPFile configuration assumes it is running in the
  installation directory. This patch wraps `popfile.pl` so that
  `POPFILE_ROOT` points to the installation directory

- define and create if missing `POPFILE_USER` in wrapper

  POPFile stores stores state in the `POPFILE_USER` directory, which by
  default is the installation directory. This change sets `POPFILE_USER`
  to `$HOME/.popfile` by default, creating it with 0700 mode if
  necessary.
2016-02-01 19:59:03 -05:00
Luca Bruno
eeb3600e55 Merge pull request #12562 from tvestelind/vassal
vassal: new package
2016-02-01 23:56:12 +01:00
Thomas Tuegel
269630494f Merge pull request #12745 from christopher-l/spotify
spotify: fix icons
2016-02-01 16:51:30 -06:00
Luca Bruno
a7d2947e33 Merge pull request #12708 from jerith666/email-init
email: init at d9fd259f
2016-02-01 23:50:55 +01:00
Luca Bruno
8f8f2331a5 Merge pull request #12709 from jerith666/libsrs2-init
libsrs2: init at 1.0.18
2016-02-01 23:49:27 +01:00
Luca Bruno
b70310da23 Merge pull request #12750 from henrytill/mr
mr: 1.20150503 -> 1.20160123
2016-02-01 23:47:45 +01:00
Luca Bruno
b25b1ff334 Merge pull request #12751 from leenaars/libcutl
libcutl: init -> 1.9.0
2016-02-01 23:47:18 +01:00
Domen Kožar
58046b7f03 fix eval 2016-02-01 22:32:00 +01:00
Domen Kožar
2c2b9fea66 remove texDisser, it's now part of texlive-new 2016-02-01 22:10:28 +01:00
Domen Kožar
0b3becb269 Merge pull request #12701 from mayflower/builder-def-cleanup
builderDefsPackage cleanup
2016-02-01 21:09:34 +00:00
Maciek Starzyk
dc649ab698 obnam: 1.19 -> 1.19.1 2016-02-01 21:29:57 +01:00
Frederik Rietdijk
9dbe54afaf Merge pull request #12744 from teh/p3boto
Fix boto3 build for Python 3 and 2.
2016-02-01 20:02:24 +01:00
Eric Seidel
d43c080457 emacs-packages: remove hardcoded flycheck and pin hindent to cabal version 2016-02-01 10:57:02 -08:00
Eric Seidel
f62b04954f fetchgitlocal: be less chatty 2016-02-01 10:57:01 -08:00
Robert Helgesson
9fbba0ac2b perl-Text-CSV-Encoded: 0.24 -> 0.25 2016-02-01 19:54:47 +01:00
Tobias Geerinckx-Rice
8ba0fe2866 geolite-legacy 2016-01-25 -> 2016-02-01 2016-02-01 19:39:18 +01:00
Tobias Geerinckx-Rice
c55c909e56 liferea: 1.10.17 -> 1.10.18
This is a maintenance release that brings the following changes:
- Fixes #287: media:content support broken
- Fixes #279: Rules not visible in searchdialog
- Fixes #83: Segfault when sorting feeds in folder
- Fixes #302: Broken compilation with --disable-notify
2016-02-01 19:39:18 +01:00
aszlig
ecefd2167a nixos/connman: Fix assertion for networkmanager
Regression introduced by 5184aaa1ea.

The fix was intended to remove the "x == true/false" assertions, but by
accident a "x == false" was made "x == true" instead of "(!x)".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
2016-02-01 19:33:50 +01:00
Al Zohali
7443f9d00a mono: add gmcs symlink 2016-02-01 21:02:21 +03:00
Eelco Dolstra
45c218f893 initrd: Use modprobe from busybox 2016-02-01 18:19:24 +01:00
Eelco Dolstra
48f51f1185 linux: Compress kernel modules
This reduces the kernel package from 185 to 62 MiB, for a neglible
boot time cost.
2016-02-01 18:19:23 +01:00
Eelco Dolstra
b21ef9c9e6 Don't include wireless-tools/iw/rfkill when wireless is disabled
This is mostly to get rid of some useless stuff in VMs/containers.
2016-02-01 18:19:23 +01:00
Eelco Dolstra
5184aaa1ea Use booleans properly 2016-02-01 18:19:23 +01:00
Eelco Dolstra
030838ba25 makeModulesClosure: Small cleanup 2016-02-01 18:19:23 +01:00
Eelco Dolstra
72a30ae66f linux: Use $SOURCE_DATE_EPOCH as the build timestamp 2016-02-01 18:19:23 +01:00
Eelco Dolstra
0a7cd3c110 Remove unused file 2016-02-01 18:19:23 +01:00
Nikolay Amiantov
5404714997 systemd: add a notice to remove makeFlags on update 2016-02-01 20:15:29 +03:00
Robin Gloster
d2d9b7a7bc drbd: set DESTDIR 2016-02-01 18:11:36 +01:00
Franz Pletz
92c7ff216e libimobiledevice: Add patch to disable SSLv3 2016-02-01 18:11:08 +01:00
Franz Pletz
1026673f37 firefox: 43.0.4 -> 44.0 2016-02-01 18:10:47 +01:00
Michiel Leenaars
5b8e6aaa21 libcutl: init -> 1.9.0 2016-02-01 17:50:57 +01:00
Henry Till
79b326e9e9 mr: 1.20150503 -> 1.20160123 2016-02-01 11:24:01 -05:00
Eelco Dolstra
a7b7ac8bfb openssh: Enable DSA host/client keys
This applies a patch from Fedora to make HostKeyAlgorithms do the
right thing, fixing the issue described in
401782cb67.
2016-02-01 16:31:43 +01:00
koral
a7f09e9773 openssh: 6.9p1 -> 7.1p2 2016-02-01 16:31:43 +01:00
Sander van der Burg
4d0e732168 titaniumenv: fix android builds on darwin and get rid of allowUnfree since the OpenJDK just works fine 2016-02-01 15:11:28 +00:00
Christopher Lübbemeier
ea25afa2cb spotify: fix icons 2016-02-01 14:49:43 +01:00
Tomas Vestelind
42627b7d59 remove period from description 2016-02-01 14:02:24 +01:00
Tomasz Czyż
0c5ad78c18 solaar: fix, partially (close #12685)
vcunat's comments:
Unused parameter got removed.
CLI looks good now but the GUI still won't work with:

bin/..solaar-wrapped-wrapped:45: PyGIWarning:
 Gtk was imported without specifying a version first.
 Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  solaar.gtk.main()
 solaar: error: Argument 0 does not allow None as a value
2016-02-01 13:21:43 +01:00
Tom Hunger
88ae75017e Fix boto3 for python3. 2016-02-01 11:59:43 +00:00
Tony White
8491d0d1ca chromium: 47.0.2526.106 - > 48.0.2564.97
- Fixes CVE-2016-1612 CVE-2016-1613 CVE-2016-1614 CVE-2016-1615
  CVE-2016-1616 CVE-2016-1617 CVE-2016-1618 CVE-2016-1619 CVE-2016-1620.
- Moves chromium stable and beta channels up one version major.
  vcunat made dev channel stay for now, as it wouldn't download otherwise.
  This is most of PR #12717.
2016-02-01 12:12:07 +01:00
Nikolay Amiantov
7330bfe464 udev service: generate proper hwdb database 2016-02-01 14:09:49 +03:00
Pascal Wittmann
209318b130 Merge pull request #12491 from davidak/rarcrack
rarcrack: init at 0.2
2016-02-01 11:56:10 +01:00
Arseniy Seroka
43ea13b314 Merge pull request #12721 from romildo/update-awesome
awesome: 3.5.7 -> 3.5.8
2016-02-01 13:42:22 +03:00
Eelco Dolstra
1d6379bd30 Merge pull request #12458 from k0ral/acpid
Rewrite acpid module in a more generic way
2016-02-01 11:22:31 +01:00
Lluís Batlle i Rossell
b2dc647c1e linux: adding PCI Expresscard Hotplug support 2016-02-01 11:07:08 +01:00
Rickard Nilsson
e430f14da3 nixos-rebuild: Don't propagate --no-out-link arg to nix-store 2016-02-01 10:54:58 +01:00
Rickard Nilsson
b5b7805543 nixos-rebuild: Do not create result symlinks for boot/switch actions (resolves #12665) 2016-02-01 10:37:53 +01:00
Nikolay Amiantov
53e0f8b1cd Merge branch 'fontconfig-caches' into staging
Closes #12668, fixes #12648
2016-02-01 12:20:06 +03:00
Nikolay Amiantov
b64ca73b81 Merge remote-tracking branch 'nckx/update-freetype' into staging
Closes #12600
2016-02-01 12:18:02 +03:00
Tomas Vestelind
de2d609317 haka in unstable release notes 2016-02-01 09:47:23 +01:00
Tuomas Tynkkynen
4cf9bf9eb0 sd-image.nix: Move the /boot partition up to 8M
Reportedly some ARM boards need some boot code at the start of a SD card
that could be larger than a megabyte. Change it to 8M, and while at it
reduce the /boot size such that the root partition should now start on a
128M boundary (the flash on SD cards really don't like non-aligned
writes these days).
2016-02-01 10:46:17 +02:00
Tuomas Tynkkynen
b6621196e0 sd-image-armv7l-multiplatform.nix: Add ttymxc0 to the list of consoles
Needed for the RS-232 port on Wandboard Quad (and presumably other boards
using the i.MX6 SoC).
2016-02-01 10:46:17 +02:00
Tuomas Tynkkynen
e9b80f3972 U-Boot: Build for the Wandboard board
From v2016.01 onwards, the Wandboards boot using the distro bootcmd
stuff as well.

Tested on a Wandboard Quad.
2016-02-01 10:46:17 +02:00
Tuomas Tynkkynen
5d3642eba9 U-Boot: 2015.10 -> 2016.01 2016-02-01 10:45:13 +02:00
Tuomas Tynkkynen
f80a563461 U-Boot: Build for the Banana Pi board
I don't own this board, but someone on IRC reported this as working (and
anyway it's practically identical to ubootPcduino3Nano since they're both
Allwinner boards)
2016-02-01 10:45:11 +02:00
Stefan Junker
95ed5766d6 U-Boot: refactor to allow easier extendability
[dezgeg: minor stylistic tweaks, export buildUBoot for out-of-tree users]
2016-02-01 10:44:16 +02:00
Tomas Vestelind
beabacf8c7 tvestelind in maintainers 2016-02-01 09:40:50 +01:00
Pascal Wittmann
535056cbd3 Merge pull request #12483 from rycee/bump/perl-SoftwareLicense
perl-Software-License: 0.103010 -> 0.103011
2016-02-01 09:20:12 +01:00
Théophane Hufschmitt
5b28d3f1eb ocamlPackages.findlib: 1.5.3 -> 1.6.1 2016-02-01 09:12:40 +01:00
Vladimír Čunát
576746970e liberation-fonts: fix meta after 2012 changes
/cc maintainer @7c6f434c.
2016-02-01 08:50:19 +01:00
Charles Strahan
fdd54a9434 ghcjs-ffiqq: init at rev da31b1858 (Oct 12, 2015) 2016-02-01 02:13:45 -05:00
Charles Strahan
142b417284 ghcWithHoogle: fix haddocks for GHCJS builtin libs 2016-02-01 00:10:45 -05:00
Charles Strahan
1a2d7c679a ghcWithHoogle: add support for ghcjs 2016-01-31 23:00:43 -05:00
Edgar Aroutiounian
db5fe1f8f4 darling: init at Dec 8, 2015 2016-01-31 18:37:02 -08:00
Charles Strahan
05b2afed33 ghcjs: build hoogle docs for base libraries 2016-01-31 20:45:28 -05:00
Charles Strahan
c01eb06954 ghcjs: build with GHC 7.10.3 2016-01-31 20:44:49 -05:00
Charles Strahan
ec1e4d5495 ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1 2016-01-31 20:07:12 -05:00
Alexander Tsamutali
c7bbe15102 pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.
This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
2016-02-01 03:31:57 +03:00
Alexander Tsamutali
2671639ac7 pkgs/tools/inputmethods/m17n-lib: New derivation. 2016-02-01 03:28:47 +03:00
Alexander Tsamutali
08c29dc3aa pkgs/tools/inputmethods/m17n-db: New derivation. 2016-02-01 03:27:33 +03:00
Thomas Tuegel
1e5cad9c8c Merge pull request #12738 from ttuegel/emacsWithPackages
Reduce load time of emacsWithPackages
2016-01-31 17:28:20 -06:00
Matt McHenry
23d1aa8516 email: init at d9fd259f 2016-01-31 17:36:26 -05:00
Domen Kožar
35ca5a98ba Merge pull request #12734 from ryantm/master
desktop manager service: fix and improve default error
2016-01-31 21:23:49 +00:00
Ryan Mulligan
8fee229261 desktop manager service: fix and improve default error
Before the error if the wrong default desktop was chosen would be:

/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager ($(defaultDM)) not found.

which has the string interpolation done incorreclty. Now that is fixed
and it is more user-friendly as:

/nixpkgs-channels/lib/modules.nix:282:11:

Default desktop manager (gnome) not found.
Probably you want to change
  services.xserver.desktopManager.default = "gnome";
to one of
  services.xserver.desktopManager.default = "gnome3";
  services.xserver.desktopManager.default = "none";
2016-01-31 13:00:15 -08:00
Thomas Tuegel
698b14c1c9 Merge pull request #12733 from hrdinka/update/qtpass
qtpass: 1.0.6 -> 1.1.0
2016-01-31 14:54:29 -06:00
Matej Cotman
81ae240a23 Merge pull request #12732 from matejc/lighttableupdate
lighttable: update from 0.7.2 to 0.8.1
2016-01-31 21:53:43 +01:00
Peter Simons
b7badc6be0 powertop: call "xset" from $PATH
Patch the source code to find "xset" in $PATH rather than expecting the
hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code
a proper path like "${xset}/bin/xset", because that reference greatly
increases the size of the powertop closure. Since "xset" is required
only for --calibrate (and that even seems to work fine without it), it
felt like an optional dependency is more appropriate in this case.

Thanks to @heydojo locating the source code file that needs patching.

Fixes https://github.com/NixOS/nixpkgs/issues/12662.
2016-01-31 21:44:36 +01:00
Christoph Hrdinka
12ecc1ceb3 qtpass: use wrapQtProgramm instead of standard wrapper 2016-01-31 21:35:15 +01:00
Anne Jan Brouwer
2924099dae qtpass: 1.0.6 -> 1.1.0 2016-01-31 21:32:15 +01:00
Matej Cotman
e048b48836 lighttable: update from 0.7.2 to 0.8.1 2016-01-31 21:12:45 +01:00
Pascal Wittmann
268d4699ec calibre: 2.49.0 -> 2.50.1 2016-01-31 18:06:51 +01:00
Luca Bruno
3101275527 vips: 8.1.1 -> 8.2.2
cc @kovirobi
2016-01-31 17:44:46 +01:00
Franz Pletz
0792b02628 Merge pull request #12677 from datakurre/datakurre-afew
pythonPackages.afew: 3f1e5e9 -> 9744c18
2016-01-31 14:51:17 +01:00
José Romildo Malaquias
866937a9f8 awesome: 3.5.7 -> 3.5.8 2016-01-31 11:34:10 -02:00
Asko Soukka
28704a7363 afew: 3f1e5e9 -> git-2016-01-04 2016-01-31 15:32:12 +02:00
Luca Bruno
932ee094e1 gnome3: drop GNOME 3.16 2016-01-31 13:59:48 +01:00
Arseniy Seroka
bc0b9b7eb0 Merge pull request #12696 from zimbatm/firmware-linux-nonfree
firmware-linux-nonfree: update to master
2016-01-31 15:31:36 +03:00
Arseniy Seroka
ecdf9d1fbc Merge pull request #12715 from gebner/mu-0.9.16
mu: 0.9.13 -> 0.9.16
2016-01-31 15:28:34 +03:00
Frederik Rietdijk
4160cd350c Merge pull request #12714 from mkovacs/master
pythonPackages.svgwrite: init at 1.1.6
2016-01-31 12:06:12 +01:00
Franz Pletz
8ec3bce8f8 links: Remove package & deprecate for links2
This package is deprecated and superseeded by links2 which also provides the
links binary this maintaining backwards-compatibility.

Debian removed links back in 2008:

  https://packages.qa.debian.org/l/links.html

Fixes #12623.
2016-01-31 11:46:35 +01:00
Nikolay Amiantov
979dd17bac Merge pull request #12712 from akaWolf/deadbeef-ape-plugin
deadbeef: ape plugin fix
2016-01-31 13:45:12 +03:00
Frederik Rietdijk
0f80ba1fb4 Merge pull request #12530 from np/python-trezor
New/updated python packages related to the TREZOR hardware wallet
2016-01-31 11:26:27 +01:00
Gabriel Ebner
bca9042663 mu: 0.9.13 -> 0.9.16 2016-01-31 11:19:35 +01:00
Oliver Charles
ab2db6239d lightdm: Allow background colors and images. Fixes #12684 2016-01-31 09:52:28 +00:00
Mate Kovacs
279ad0f350 pythonPackages.svgwrite: init at 1.1.6 2016-01-31 01:52:06 -08:00
Artjom Vejsel
f650fed9e5 deadbeef: ape plugin fix 2016-01-31 12:12:16 +03:00
Vladimír Čunát
f7af2272a2 Revert "chromium: Do not rely on import-from-derivation"
This reverts commit 38c77bb72c.
In this form it causes problems #12710.
2016-01-31 10:03:57 +01:00
Matt McHenry
8b44922a4c libsrs2: init at 1.0.18 2016-01-30 22:10:44 -05:00
Tobias Geerinckx-Rice
d28a06553e pagemon: 1.01.06 -> 1.01.07
Changes:
  * Mix checksum up a bit more and return OK if nothing has changed
  * Optimize page reading, reduced by ~2% CPU
  * Add perf page statistics 'p' option
  * Add OOM score to VM stats
  * Optimize read_maps: don't re-scan page mapping if nothing changed
  * Reduce amount of seeks and reads on pagemap data

More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
2016-01-31 02:32:11 +01:00
zimbatm
de68a49259 firmware-linux-nonfree: update to master 2016-01-30 23:55:07 +00:00
Franz Pletz
65e5a727eb Merge pull request #11737 from MatrixAI/master
Simplified totalmem calculation for zram.nix
2016-01-30 23:14:44 +01:00
Robin Gloster
deb6dc6aad Merge pull request #12579 from rycee/bump/perl-if
Bump versions of some Perl packages
2016-01-30 21:56:42 +01:00
Robert Helgesson
54174a3553 perl-DevelDeclare: 0.006011 -> 0.006018 2016-01-30 21:45:48 +01:00
Robert Helgesson
ddda098446 perl-TestWarnings: 0.021 -> 0.026
Also add myself as maintainer.
2016-01-30 21:45:33 +01:00
Robin Gloster
5e189bd207 welkin: use mkDerivation and fix build 2016-01-30 20:31:05 +00:00
Robin Gloster
ea9c2fad54 altermime: use mkDerivation 2016-01-30 20:31:05 +00:00
Robin Gloster
8c91610cb2 content: remove
Doesn't build and have been abandoned for years
2016-01-30 20:31:05 +00:00
Robin Gloster
eff97ce7fd ncbiCToolsc: remove
Don't build and have been abandoned for years
2016-01-30 20:31:05 +00:00
Robin Gloster
2ac5b56135 zagband: use mkDerivation 2016-01-30 20:31:05 +00:00
Robin Gloster
a44d003502 lincity: use mkDerivation 2016-01-30 20:31:04 +00:00
Robin Gloster
e8f260e40a jamp: remove, source is offline and pkg dead 2016-01-30 20:31:04 +00:00
Robin Gloster
9d7e2baf3b viewmtn: remove, source is offline and pkg dead 2016-01-30 20:31:04 +00:00
Robin Gloster
f295fef411 tailor: refactor from builderDefsPackage 2016-01-30 20:31:04 +00:00
Robin Gloster
6950c43467 monotoneViz: delete
not updated in 5 years and broken build
2016-01-30 20:31:04 +00:00
Robin Gloster
c48824ba38 cuneiform: use mkDerivation 2016-01-30 20:31:03 +00:00
Robin Gloster
ecc580f379 carrier: deleted pidgin fork
not updated in >5 years and broken build
2016-01-30 20:31:03 +00:00
Robin Gloster
1c6db21653 libertine: use mkDerivation 2016-01-30 20:31:03 +00:00
Robin Gloster
1af99b8dad arkpandora_ttf: use mkDerivation 2016-01-30 20:31:03 +00:00
Robin Gloster
96350a9ec9 pyMAILt: use mkDerivation 2016-01-30 20:31:02 +00:00
Robin Gloster
63e6cca2a9 pyIRCt: use mkDerivation 2016-01-30 20:31:02 +00:00
Robin Gloster
cf33734351 gcl: use mkDerivation 2016-01-30 20:31:02 +00:00
Robin Gloster
d43078b15b webdruid: remove
It used the old builderDefsPackage and segfaulted on startup. Could not
fix it and has not been touched for 6 years.
2016-01-30 20:31:02 +00:00
Robin Gloster
2b430c9aa6 acl2: use mkDerivation 2016-01-30 20:31:02 +00:00
Robin Gloster
629b5a88cd pythonSexy: use mkDerivation 2016-01-30 20:31:01 +00:00
Robin Gloster
2c3013f55b cvs: Remove unneeded configureFlags 2016-01-30 20:31:01 +00:00
Robin Gloster
d89e84f859 gnokii: use mkDerivation 2016-01-30 20:31:01 +00:00
Robin Gloster
ef4ff7a799 graph-tool: cleanup
fucked up adding the changes

see #12647
2016-01-30 20:27:16 +00:00
Joel Moberg
6d92029239 graph-tool: 2.2.42 -> 2.12
Closes #12647

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-30 20:25:13 +00:00
Franz Pletz
fc71277f4d Merge pull request #12700 from rycee/bump/eclipse-plugin-checkstyle
eclipse-plugin-checkstyle: 6.11.1 -> 6.14.0
2016-01-30 21:24:19 +01:00
Franz Pletz
ead58a86ba clawsMail: 3.13.1 -> 3.13.2 (security fix) 2016-01-30 21:16:22 +01:00
Franz Pletz
3d4dff5072 Merge pull request #12610 from manveru/master
Add Ruby 2.3.0 package
2016-01-30 20:52:36 +01:00
Robert Helgesson
057e54f2ad eclipse-plugin-checkstyle: 6.11.1 -> 6.14.0 2016-01-30 20:48:23 +01:00
Franz Pletz
dbb01a863b Merge pull request #12699 from simonvandel/sundtek
sundtek: 2015-12-12 -> 2016-01-26 + service change
2016-01-30 20:41:04 +01:00
Simon Vandel Sillesen
81e99998f7 sundtek: 2015-12-12 -> 2016-01-26 + service change
* There is no need for hydra to build this, hence preferLocal
* service change: do not hardcode a wait time of 5 seconds
2016-01-30 20:08:52 +01:00
Arseniy Seroka
f8c1d61f12 Merge pull request #12673 from kamilchm/marathon
marathon: 0.8.1 -> 0.14.1
2016-01-30 21:45:32 +03:00
Arseniy Seroka
79f34bedc6 Merge pull request #12681 from ktosiek/keepass-fix
keepass: 2.30 -> 2.31
2016-01-30 21:45:12 +03:00
Arseniy Seroka
1284961de6 Merge pull request #12694 from heydojo/privoxy--bugfix
privoxy: 3.0.22 - > 3.0.24
2016-01-30 21:43:13 +03:00
Robin Gloster
3f417e6272 Merge pull request #12660 from garrison/bibutils
Add bibutils 5.6 package
2016-01-30 18:30:32 +01:00
Jim Garrison
d68b516341 bibutils: init at 5.6 2016-01-30 09:13:37 -08:00
Franz Pletz
10b55ca486 Merge pull request #12593 from Beauhurst/crecord-fetchhg
hg-crecord: switch to same revision, but fetched properly using fetchhg
2016-01-30 17:55:05 +01:00
Robert Scott
9d46f027cb hg-crecord: switch to same revision, but fetched properly using fetchFromBitbucket
I was previously just fetching the bitbucket-generated tarball of this revision, but
this was vulnerable to breakage when bitbucket made micro-changes to the tarball
generation, causing the file hash to change. This should make mercurial-full buildable
again.
2016-01-30 16:43:28 +00:00
Franz Pletz
62232466e5 Merge pull request #12698 from matthiasbeyer/update-scim
scim: 0.1.9 -> 0.2.1 (sc-im)
2016-01-30 17:41:32 +01:00
Franz Pletz
c5f092c6a7 Merge pull request #12626 from aspiwack/deepclone-doc
Fix usage message in `nix-prefetch-git`
2016-01-30 17:34:42 +01:00
Matthias Beyer
72c7b1af7f scim: 0.1.9 -> 0.2.1 (sc-im)
Move derivation definition to "sc-im", as project was renamed.
Also change the license to BSD, which is what what-license.com
detechted.
2016-01-30 17:33:01 +01:00
Bjørn Forsman
ee0dc91157 eclipse-scala-sdk: fix typo in package name
Change underscore to hyphen.
2016-01-30 17:21:49 +01:00
Bjørn Forsman
b0b7fe2cce eclipse-cpp: 4.5 -> 4.5.1 2016-01-30 17:18:18 +01:00
Bjørn Forsman
75d3b418a5 eclipse-cpp: 4.4 -> 4.4.2 2016-01-30 17:18:17 +01:00
Bjørn Forsman
bf2dfb9d99 eclipse: remove old to-do comment about "mirror://eclipse/"
The comment is from 2011, before we started using officially mirrored
URLs[1] like

  http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=THE_FILE

I think using upstream mirrored URLs is better than mirror://eclipse:

  - upstream mirror list is always up to date
  - the closest / fastest mirror will be selected automatically

[1]: http://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F
2016-01-30 17:18:13 +01:00
Bjørn Forsman
d5c9db8dd3 eclipse: align attrnames with pkgnames (underscore => hyphen)
Keep old attrnames too, for backward compatibility.

`nix-env -f . -qaP -A eclipses` only prints the new attributes (yay!).
2016-01-30 17:18:09 +01:00
Franz Pletz
562a41e696 Merge pull request #12584 from nathanielbaxter/dev/teamspeak
teamspeak client: bump 3.0.18.1 -> 3.0.18.2
2016-01-30 17:10:16 +01:00
Franz Pletz
566be643d9 Merge pull request #12531 from np/go-interlock
interlock: init at 2016.01.14
2016-01-30 16:48:05 +01:00
Bart Brouns
ee9d7f09ea ladspa-sdk: change source url to mirror
ladspa.org has been down for a feew weeks, and I couldn't find info on a
cause or a solution.

Closes #12640.

Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2016-01-30 16:31:09 +01:00
Robin Gloster
7e69d721fd Merge pull request #12533 from zimbatm/packer-0.8.6
packer: 0.7.5 -> 0.8.6
2016-01-30 16:01:15 +01:00
Franz Pletz
90b457336f Merge pull request #12675 from zimbatm/pass-fix
pass: fixes .wrapped-pass in usage
2016-01-30 15:55:58 +01:00
Franz Pletz
bfded63cf8 Merge pull request #12676 from datakurre/datakurre-pam_2uf
pam_u2f: 1.0.1 -> 1.0.4
2016-01-30 15:54:58 +01:00
Franz Pletz
90f987718c Merge pull request #12689 from obadz/citrix
citrix-receiver: 13.2.1 -> 13.3.0
2016-01-30 15:48:34 +01:00
Louis Taylor
7dcb901bad pulseaudio: 7.1 -> 8.0
closes #12569

Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-30 14:47:22 +00:00
Tony White
627f7bf6a5 privoxy: 3.0.22 - > 3.0.24
- Security fixes
- Bug fixes
- General improvements
- Action file improvements
- Documentation improvements

Please see http://www.privoxy.org/announce.txt
for more detail.
2016-01-30 14:21:20 +00:00
Nicolas Pouillard
11f948a89b pythonPackages.pyjwt: 0.3.2 -> 1.4.0 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
2238ca0a5b electrum-dash: init at 2.4.1 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
65836c898f electrum: add plugin dependencies (trezor, keepkey) 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
c0fcb321e2 pythonPackages.x11_hash: init at 1.4 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
c8cf9455b7 pythonPackages.trezor_agent: init at 0.6.1 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
9a547777e9 pythonPackages.semver: init at 2.2.1 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
aa10944813 pythonPackages.keepkey: init at 0.7.0 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
50cc9421a2 pythonPackages.ed25519: init at 1.4 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
4429139c72 pythonPackages.trezor: init at 0.6.11 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
ac69de8537 pythonPackages.ecdsa: 0.11 -> 0.13 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
a9f45a9cae pythonPackages.mnemonic: init at 0.12 2016-01-30 14:04:04 +01:00
Nicolas Pouillard
3339ab31e5 pythonPackages.hidapi: init at 0.7.99.post12 2016-01-30 14:04:04 +01:00
Carles Pagès
cb858b6ee5 Merge pull request #12671 from Profpatsch/abcde
abcde: add flac and which as runtime deps
2016-01-30 13:34:18 +01:00
Bjørn Forsman
bdc9bfc3fa eclipse-plugin-gnuarmeclipse: 2.8.1-201504061754 -> 2.11.1-201512141335
Upstream switched from sourceforge to github.
2016-01-30 12:33:12 +01:00
Arseniy Seroka
9b5b0d48e8 Merge pull request #12642 from AndersonTorres/mednafen
Mednafen: 0.9.38.6 -> 0.9.38.7
2016-01-30 14:23:23 +03:00
Eelco Dolstra
9855cbcbf8 debian: 8.2 -> 8.3 2016-01-30 11:08:37 +01:00
Eelco Dolstra
eeb9231009 slim: Sort sessions
This ensures that xfce and most others DMs are preferred over
xterm. Previously slim used directory order, which is undefined.

Of course, it's just lucky that xfce < xterm lexicographically, but
that also applies to the other display managers, AFAIK. We should have
a way to specify a DM order, but that can be accomodated by generating
desktop entries like "<NN>-session.desktop".

Fixes #4300. Parenthetical to #12516.
2016-01-30 10:47:55 +01:00
Daniel Peebles
1a5d3e9c17 Merge pull request #12688 from capicue/nodejs-update
nodejs: fix Darwin build
2016-01-30 00:02:51 -05:00
Stacey Touset
4356d0ccce nodejs: fix Darwin build
- Add no-xcode patch back into node v5. Reverts some of
  5cb1e43fd6
- Fix patch to apply correctly
- Remove pkg-libpath patch from v4
2016-01-29 18:09:46 -08:00
zimbatm
53f7baa6b8 pass: fixes .wrapped-pass in usage
When using `pass --help` for example the PROGRAM name is ".wrapped-pass"
instead of "pass".
2016-01-30 01:59:12 +00:00
Pascal Wittmann
f272c1cbb6 Merge pull request #12679 from mstarzyk/ranger
ranger: 1.7.1 -> 1.7.2
2016-01-30 00:28:24 +01:00
Profpatsch
6c60a24d38 abcde: add flac and which as runtime deps 2016-01-29 23:35:05 +01:00
Matej Cotman
de35ec7008 Merge pull request #12666 from Mayeu/patch-2
torbrowser: 5.0.7 -> 5.5
2016-01-29 23:33:45 +01:00
Tony White
ddfb660f7b kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
- Fixed a bug in bluedevil (link to a .js file)
    - Made bluez5 the default bluetooth service except for kde4
    - created org.bluez.obex systemd dbus service
    - Patched bluez5 using bluez-5.37-obexd_without_systemd-1.patch
    in order to enable obex when using either the bluedevil plasmoid
    or dolpin file manager within plasma workspaces 5.

    The functionality was tested using a Sony Xperia Z, the machine
    and the handset paired  and two different files were sent in both
    directions successfully.
2016-01-29 22:08:42 +00:00
Pascal Wittmann
4c8aab9140 parallel: 20151222 -> 20160122 2016-01-29 23:02:09 +01:00
Pascal Wittmann
13e13c38cd mcabber: 1.0.0 -> 1.0.1 2016-01-29 22:33:47 +01:00
Tomasz Kontusz
16d9d3841f keepass: 2.30 -> 2.31
Also replaces the keepass.patch with sed,
as the patch was having problems with newlines.
2016-01-29 21:19:59 +01:00
Peter Simons
0a13e4a2f3 Merge pull request #12674 from phile314/master
uhc: Use Stackage LTS 4.1 to build UHC
2016-01-29 20:43:03 +01:00
Maciek Starzyk
0a8d768b11 ranger: 1.7.1 -> 1.7.2 2016-01-29 20:28:10 +01:00
aszlig
6fec28e043 nixos-manual: Further simplify stripAnyPrefixes
First of all this fixes an evaluation error I introduced in ae466ba,
which wasn't triggered by any of my own tests against the change because
there are usually no NixOS options that are declared outside of the
<nixpkgs> tree. I renamed the attribute name from "fn" to "fileName"
first and later to "fullPath" but forgot one still occuring "filename".

Thanks to @vcunat for noticing this.

Another thing that he pointed out was that the "stripPrefix" function
can be factored away entirely, because it's very similar to
"removePrefix" in <nixpkgs/lib>.

Unfortunately we can't use "removePrefix" as is, because we need to
account for the final shlash.

So instead of removing it twice and/or retaining "stripPrefix", let's
append a shlash on every "prefixesToStrip" and we can use "removePrefix"
as is.

Tested with:

taalo-build nixos/release.nix -A tests.installer.simple.x86_64-linux

And:

w3m -dump "$(
  nix-build nixos/release.nix -A manual.x86_64-linux
)/share/doc/nixos/options.html"

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @vcunat
2016-01-29 20:14:11 +01:00
Asko Soukka
da79b5305e pam_u2f: 1.0.1 -> 1.0.4 2016-01-29 20:49:29 +02:00
Philipp Hausmann
22506c7bf3 uhc: Use Stackage LTS 4.1 to build UHC 2016-01-29 19:35:13 +01:00
Rok Garbas
42f1f442e2 dmenu: adding patches to expression
is extended using patches http://tools.suckless.org/dmenu/patches/ this
argument makes it easier to extend dmenu by doing:

    dmenu.overwritte {
      patches = [
        ./dmenu-4.4-follow-focus.diff";
      ];
    };
2016-01-29 18:49:34 +01:00
Joachim Schiele
a3c6df24b9 Merge branch 'master' of github.com:NixOS/nixpkgs 2016-01-29 18:34:41 +01:00
Joachim Schiele
3c67935ec4 kgocode: added automoc4 to buildInputs 2016-01-29 18:33:50 +01:00
Rok Garbas
8c66751672 pythonPackages.py3status: 2.7 -> 2.9 2016-01-29 18:33:19 +01:00
Kamil Chmielewski
40eaffdc1b marathon: 0.8.1 -> 0.14.1 2016-01-29 18:31:13 +01:00
vbgl
e89384aad0 Merge pull request #12669 from mogorman/platformio
platformio: 2.7.1 -> 2.8.1
2016-01-29 17:36:09 +01:00
aszlig
2a12e9dacc python-packages/poezio: Fix tests
Poezio doesn't install the files required for running the tests, but
also while building with Nix we don't end up getting valid shared
objects within the temporary build directory.

So we now running "make test" (which does "py.test -v test/") with a
PYTHONPATH that adds the /poezio directory of the path in site-packages
to make sure that the test runner is able to import the shared objects.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @lancelotsix
2016-01-29 17:29:59 +01:00
Michiel Leenaars
313b88621b synfigstudio: 1.0.1 -> 1.0.2 (close #12308)
vcunat cleaned autoreconf-related stuff and indentation.
2016-01-29 17:20:43 +01:00
aszlig
ae466ba15c nixos-manual: Simplify stripping prefixes
Let's use a simple (unflipped) fold and break out the actual core
stripPrefix function from stripAnyPrefixes (I personally love
point-less^H^H^H^Hfree style but if I'd be anal I'd even go further and
factor away the "fn:").

Also, let's use path as a better name for "fn" (filename), because
that's what it is and also cannot be confused with "fn" meaning
"function".

We now toString all of the prefixes, so there shouldn't be any need to
implicily toString the extraSources anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-29 16:33:19 +01:00
aszlig
a581f72f22 nixos-manual: Fix stripping declaration prefixes
Regression introduced by e6cd147ae7.

This broke all of the installer tests, because they needed to rebuild
the manual within the test machine, while it only has a closure of the
already pre-built system in place.

The problem here was just that the order of the arguments got mixed up
in stripAnyPrefixes, so it was actually trying to strip the path off the
prefix, not the other way around.

So in the end no prefix was stripped at all, so we ended up having full
store paths in the manual, which in turn caused the build within the VM
to fail, because the prefixes differed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-29 16:33:19 +01:00
Arseniy Seroka
718f316f6e Merge pull request #12667 from mayflower/upstream-android-studio
android-studio: 1.5.0.4 -> 1.5.1.0
2016-01-29 17:43:37 +03:00
Matthew O'Gorman
afb8b091a2 platformio: 2.7.1 -> 2.8.1 2016-01-29 09:43:00 -05:00
Arseniy Seroka
fbd70d7823 Merge pull request #12636 from Beauhurst/kombu_amqp_update
Kombu & amqp version bumps
2016-01-29 17:43:00 +03:00
Sander van der Burg
e2cefce69a titaniumenv: fix path to the IPA file in the hydra-build-products 2016-01-29 14:08:03 +00:00
Nikolay Amiantov
7bd9a5b104 fontconfig: reorder cache dirs 2016-01-29 16:35:59 +03:00
Nikolay Amiantov
39b5bc3b2f fontconfig service: add pre-generated fonts caches 2016-01-29 14:41:26 +03:00
Nikolay Amiantov
893af77556 makeFontsCache: init 2016-01-29 14:41:26 +03:00
Roger Qiu
5d3b1b84f5 zram: simplified totalmem calculation for zram.nix 2016-01-29 22:41:20 +11:00
Moritz Ulrich
4ee173e011 rr: 4.0.0 -> 4.0.3 2016-01-29 12:28:08 +01:00
Robert Scott
0e61e2a35f kombu 3.0.30 -> 3.0.33 2016-01-29 11:23:33 +00:00
Robert Scott
a1566be54c amqp 1.4.7 -> 1.4.9 2016-01-29 11:23:33 +00:00
zimbatm
48a5bb703d stdenv: fix set-source-date-epoch-to-latest (close #12602)
In some cases the $sourceRoot is missing. Skip the hook instead
of showing the following cryptic error:

    find: cannot search `': No such file or directory
    /nix/store/0p1afvl8jcpi6dvsq2n58i90w9c59vz1-set-source-date-epoch-to-latest.sh: line 12: [: : integer expression expected

vcunat removed the warning; the hook will just skip silently in these cases.
Perhaps someone can improve on it some time.
2016-01-29 12:03:48 +01:00
Christian Albrecht
7884c3b95d android-studio: 1.5.0.4 -> 1.5.1.0 2016-01-29 11:51:29 +01:00
Mayeu (Cast)
41204b1dd1 torbrowser: 5.0.7 -> 5.5
Hash found with nix-prefetch-url
2016-01-29 11:14:44 +01:00
Domen Kožar
c06cdea547 Merge pull request #12664 from gebner/tptp-6.3.0
tptp: 6.1.0 -> 6.3.0, and get rid of builderDefsPackage
2016-01-29 10:59:22 +01:00
Gabriel Ebner
73468cf4d4 tptp: replace use of builderDefsPackage 2016-01-29 10:33:35 +01:00
Vladimír Čunát
de0af30716 Merge branch 'master' into staging 2016-01-29 10:19:48 +01:00
Vincent Laporte
4f8f5732fc smtube: 15.11.0 -> 16.1.0 2016-01-29 10:08:29 +01:00
Vincent Laporte
ef8f074604 smplayer: 15.11.0 -> 16.1.0 2016-01-29 10:08:29 +01:00
Gabriel Ebner
462958b3b7 tptp: 6.1.0 -> 6.3.0 2016-01-29 09:37:11 +01:00
Robin Gloster
edad608f56 libressl_2_3: 2.3.1 -> 2.3.2 2016-01-29 03:42:14 +00:00
Robin Gloster
46c31fa675 libressl: 2.2.5 -> 2.2.6 2016-01-29 03:42:14 +00:00
Dan Peebles
5da15c6b76 botocore/awscli: upgrade to 1.3.23/1.10.1
I'm upgrading both at once because they need to be upgraded in tandem
2016-01-28 21:26:32 -05:00
Eelco Dolstra
bfebc7342e Fix some references to deprecated /etc/ssl/certs/ca-bundle.crt 2016-01-29 02:32:05 +01:00
Arseniy Seroka
7d2eb0c4ab Merge pull request #12657 from romildo/new-eclipse-plugin-cup
eclipse-plugin-cup: init at 1.0.0.201412081321
2016-01-29 00:51:50 +03:00
Vladimír Čunát
a92c2cb994 openssl_1_0_2: high-severity security update e -> f
Fixes CVE-2016-0701 and CVE-2015-3197.
2016-01-28 20:35:00 +01:00
José Romildo Malaquias
a654e783c6 eclipse-plugin-cup: init at 1.0.0.201412081321 2016-01-28 17:21:29 -02:00
Charles Strahan
5583ecf361 mongodb: 3.0.7 -> 3.2.1
Fixes #12639
2016-01-28 14:15:59 -05:00
Eelco Dolstra
2ecb6b4574 openssl: 1.0.1q -> 1.0.1r
CVE-2015-3197 (low severity)
2016-01-28 18:57:23 +01:00
Thomas Tuegel
9e743fd151 qt54.qtbase: fix path typo in resolv patch 2016-01-28 11:15:58 -06:00
Thomas Tuegel
9695e139ec qt55.qtbase: fix path typo in resolv patch 2016-01-28 11:15:14 -06:00
Charles Strahan
7b8cd1dce9 watchman: 4.1.0 -> 4.3.0
* improved handling of case insensitive filenames
* improved reliability of symlink change detection on osx
2016-01-28 11:58:33 -05:00
Robin Gloster
a83920c32d Merge pull request #12652 from mayflower/upstream-vagrant
vagrant: 1.8.0 -> 1.8.1
2016-01-28 17:24:31 +01:00
Sander van der Burg
a1cd11aff4 titaniumenv: remove obsolete android configuration steps 2016-01-28 16:19:18 +00:00
Arseniy Seroka
6dcfd1a849 Merge pull request #12654 from mayflower/upstream-nodejs5
nodejs-5_x: 5.4.1 -> 5.5.0
2016-01-28 19:12:07 +03:00
Michael Alan Dorman
a9b0bfe3bb ghc-imported-from: builds again 2016-01-28 16:47:22 +01:00
Peter Simons
81c8babb38 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 34e1e2890f
  - Hackage: 152c587fd1
  - LTS Haskell: 9b9c0dc0e3
  - Stackage Nightly: 486fdffc71
2016-01-28 16:45:46 +01:00
Pascal Wittmann
700ce710ed Merge pull request #12646 from taku0/firefox-bin-44.0
firefox-bin: 43.0.4 -> 44.0
2016-01-28 16:05:58 +01:00
Sander van der Burg
b4e47d1ab8 titaniumenv: change identifier to 5.1.2.GA 2016-01-28 14:39:21 +00:00
Sander van der Burg
4dc36b1227 titaniumenv: use version 5.1.2 by default in the example 2016-01-28 14:36:51 +00:00
aszlig
ab84149c99 buildEnv: Pass the right number of args to addPkg
Regression introduced by 4529ed1259.

I've missed this in #5096, not because of a messed up rebase as I have
guessed from a comment on #12635 but missed this in the first place.

The testing I did while working on the pull request weren't exhaustive
enough to cover this, because I haven't tested with packages that use
the propagatedUserEnvPkgs attribute.

In order to make the test a bit more exhaustive this time, let's test it
using:

nix-build -E 'with import ./. {}; buildEnv {
  name = "testenv";
  paths = [
    pkgs.hello pkgs.binutils pkgs.libsoup pkgs.gnome3.yelp
    pkgs.gnome3.totem
  ];
}'

And with this commit the errors no longer show up and the environment is
built correctly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Fixes: #12635
2016-01-28 14:50:44 +01:00
Sander van der Burg
b205b587e7 titaniumenv: remove obsolete iosWwdrCertificate parameter 2016-01-28 13:32:21 +00:00
Christian Albrecht
2dbd741009 nodejs-5_x: 5.4.1 -> 5.5.0 2016-01-28 13:27:40 +01:00
Vincent Laporte
c67c27dc82 pycairo: add darwin to meta.platforms 2016-01-28 11:02:26 +01:00
Luca Bruno
bed2cd5e32 Merge pull request #12651 from 0arthur/dockertools
dockerTools: private registry support
2016-01-28 10:22:46 +01:00
Damien Cassou
64d29d2f1b Merge pull request #12501 from DamienCassou/gpaste-3.18.3
gpaste: 3.18.2 -> 3.18.3
2016-01-28 07:53:08 +01:00
Damien Cassou
06527f7783 gpaste: 3.18.2 -> 3.18.3 2016-01-28 06:56:21 +01:00
Christian Albrecht
8975148a16 vagrant: 1.8.0 -> 1.8.1 2016-01-28 01:01:56 +01:00
Sander van der Burg
a6bda1a62a disnix: bump to version 0.5 2016-01-27 22:32:34 +00:00
Peter Simons
2c78c7b84b Merge pull request #12649 from grwlf/urweb
urweb: version bump
2016-01-27 23:27:32 +01:00
Arthur Noel
903129f770 dockerTools: private registry support
* authorization token is optional
* registry url is taken from X-Docker-Endpoints header
* pull.sh correctly resumes partial layer downloads
* detjson.py does not fail on missing keys
2016-01-27 21:13:07 +00:00
Arseniy Seroka
189693327b Merge pull request #12630 from hrdinka/add/b2
b2: init at git-26.01.2016
2016-01-28 00:01:05 +03:00
Sergey Mironov
f9ab62431c urweb: version bump 2016-01-27 23:13:13 +03:00
Shea Levy
71a4d36983 zip: disable nls patch by default.
This patch breaks zip -y (symlinks are turned into regular files).

See https://bugs.gentoo.org/show_bug.cgi?id=571676#c4
2016-01-27 14:00:46 -05:00
Kranium Gikos Mendoza
9213916ca7 facetimehd: init at git-20160127 2016-01-28 02:59:36 +08:00
Kranium Gikos Mendoza
fdb5563bcc facetimehd-firmware: init at 1.43 2016-01-28 02:59:36 +08:00
Robert Helgesson
49f55ebf97 eclipse-plugin-scala: 4.1.1.20151201 -> 4.3.0.201512011535 2016-01-27 19:33:28 +01:00
Tobias Geerinckx-Rice
a4fb3c27cc wcslib: 5.12 -> 5.13 + enableParallelBuilding 2016-01-27 18:39:41 +01:00
Franz Pletz
8e6fa2d14f Merge pull request #12614 from romildo/update-jrePlugin
jrePlugin: add versions 7 and 8
2016-01-27 18:20:10 +01:00
Thomas Tuegel
db4ca12e60 Merge branch 'plasma-5.5.4' 2016-01-27 11:13:35 -06:00
Jascha Geerds
f8fae306a0 sshfs: Update homepage URL 2016-01-27 17:33:14 +01:00
Jascha Geerds
1bc91e4355 pithos: 1.1.1 -> 1.1.2 2016-01-27 17:24:23 +01:00
Jascha Geerds
f7578a4d32 gitflow: 1.8.0 -> 1.9.1 2016-01-27 17:15:42 +01:00
Jascha Geerds
286e9a00f8 gnome3.gnome-calculator: 3.18.2 -> 3.18.3 2016-01-27 16:59:32 +01:00
Jascha Geerds
9afbbcb2a5 gnome3.nautilus: 3.18.4 -> 3.18.5 2016-01-27 16:59:32 +01:00
Pascal Wittmann
1d192916c7 Merge pull request #12643 from lihop/update-deis
deis: 1.10.0 -> 1.12.2
2016-01-27 16:41:20 +01:00
taku0
85f5394c5f firefox-bin: 43.0.4 -> 44.0 2016-01-27 23:34:42 +09:00
vbgl
5b153a1c2c Merge pull request #12617 from pmahoney/darwin-mono
Get mono building on darwin
2016-01-27 14:27:44 +01:00
Thomas Tuegel
7683f3e8eb bluedevil: propagated bluez-qt 2016-01-27 06:30:42 -06:00
Thomas Tuegel
c5c3082e4e kde5.plasma: 5.5.3 -> 5.5.4 2016-01-27 06:29:19 -06:00
Thomas Tuegel
063f5e3d0b remove autonix 2016-01-27 06:26:14 -06:00
Frederik Rietdijk
e366168d22 Merge pull request #12552 from NixOS/python-wip
pythonPackages: update setuptools, many updates and fixes
2016-01-27 13:19:00 +01:00
Frederik Rietdijk
ef4f65293b pythonPackages.youtube-dl: disable tests 2016-01-27 13:11:22 +01:00
Frederik Rietdijk
93f62fcf0b pythonPackages.xkcdpass: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk
57a2defad2 pythonPackages.aiodns: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk
2ee23ca8f8 pythonPackages.bedup: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk
e78dcf77ef pythonPackages.sounddevice: init at 0.3.1 2016-01-27 13:11:21 +01:00
Frederik Rietdijk
38f83390b6 pythonPackages.pycparser: disable tests 3.5 2016-01-27 13:11:21 +01:00
Frederik Rietdijk
10478adc6b pythonPackages.aiodns: 1.0.0 -> 1.0.1, fix test runner 2016-01-27 13:11:20 +01:00
Domen Kožar
07049a7edf python generic builder: fix typos 2016-01-27 13:11:20 +01:00
Peter Simons
94b8871938 Merge pull request #12637 from hrdinka/add/git-annex-remote-b2
Add git-annex-remote-b2 + dependencies
2016-01-27 11:28:59 +01:00
Leroy Hopson
dc4a9dcfc5 deis: 1.10.0 -> 1.12.2 2016-01-27 22:53:13 +13:00
Damien Cassou
59541736f5 Merge pull request #12641 from DamienCassou/new-git-latexdiff
git-latexdiff: init at 1.1.2
2016-01-27 10:39:00 +01:00
AndersonTorres
b493be1bd4 Mednafen: 0.9.38.6 -> 0.9.38.7 2016-01-27 07:33:28 -02:00
Damien Cassou
dbc58b6eef git-latexdiff: init at 1.1.2 2016-01-27 10:22:57 +01:00
Michael Fellinger
c24c153743 Add Ruby 2.3.0 package 2016-01-27 09:28:59 +01:00
Nikolay Amiantov
e1a734cee2 libva: fix likely problem on Darwin 2016-01-27 10:31:18 +03:00
Tobias Geerinckx-Rice
3671447685 bruteforce-luks: init at 1.2.0 2016-01-27 04:59:51 +01:00
Tobias Geerinckx-Rice
de43878f09 pagemon: init at 0.01.06 2016-01-27 04:42:12 +01:00
Tobias Geerinckx-Rice
fa247fa213 zstd: init at 0.4.7 2016-01-27 02:45:20 +01:00
Tobias Geerinckx-Rice
32f4fb1ef5 nfs-utils: 1.3.2 -> 1.3.3
A very noisy change log is available for download at:
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3/1.3.3-Changelog/download
2016-01-27 01:16:21 +01:00
Peter Simons
4a48931bb7 Add LTS Haskell 5.0. 2016-01-27 00:33:26 +01:00
Peter Simons
40b0b45fce jailbreak-cabal: use native Cabal library with GHC 8.0.x or later 2016-01-27 00:33:26 +01:00
Peter Simons
ffabca8f92 haskell-hspec-core: disable test suite when building with GHC 8.0.x. 2016-01-27 00:33:25 +01:00
Peter Simons
d487783174 haskell: update use of Cabal 1.18.1.6 to 1.18.1.7
This affects GHC versions 7.2.x and earlier, which cannot compile more
recent versions of Cabal.
2016-01-27 00:33:25 +01:00
Peter Simons
c68c8655f1 haskell: update use of Cabal 1.20.0.3 to 1.20.0.4
This affects mostly jailbreak-cabal, which uses the old version on most
platforms due to bugs introduced to Cabal in later releases.
2016-01-27 00:33:25 +01:00
Peter Simons
2e3c8d55f7 haskell-async: remove obsolete override 2016-01-27 00:33:25 +01:00
Peter Simons
64a872863d haskell-binary: update pre-7.8.x compilers from 0.8.0.0 to 0.8.0.1 2016-01-27 00:33:25 +01:00
Peter Simons
b57e4fa813 configuration-hackage2nix.yaml: update list of broken builds 2016-01-27 00:33:25 +01:00
Peter Simons
0d8c3e278b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 066b92d429
  - Hackage: e664cee71e
  - LTS Haskell: 9b9c0dc0e3
  - Stackage Nightly: c5293e6b9b
2016-01-27 00:33:17 +01:00
Peter Simons
ed8b81e0df simplescreenrecorder: update to version 0.3.6 2016-01-27 00:23:27 +01:00
Nikolay Amiantov
5bbf10409e steam: actually propagate flags to the runtime, now from chrootenv wrapper
Example: instead of

(steamPackages.override { newStdcpp = true; }).steam-chrootenv

(which wasn't working anyway) you now do just:

steam.override { newStdcpp = true; }
2016-01-27 00:58:23 +03:00
Pascal Wittmann
9c6f3dcbcc cpuminer: 2.4.2 -> 2.4.3 2016-01-26 22:36:14 +01:00
Christoph Hrdinka
7bec7136c0 b2: init at git-26.01.2016 2016-01-26 19:17:10 +01:00
Christoph Hrdinka
2817a53f2e duplicity: 0.7.02 -> 0.7.06 2016-01-26 19:12:00 +01:00
Rok Garbas
cf40e86fb0 nginx: 1.8.0->1.8.1, 1.9.9->1.9.10 2016-01-26 18:12:01 +01:00
Christoph Hrdinka
890f000146 goPackages.git-annex-remote-b2: init at 0.2 2016-01-26 17:54:53 +01:00
Christoph Hrdinka
7173d5d0fe goPackages.go-backblaze: init at git-13.12.2015 2016-01-26 17:47:44 +01:00
Christoph Hrdinka
62227e1ca1 goPackages.uiprogress: init at git-24.12.2015 2016-01-26 17:46:07 +01:00
Christoph Hrdinka
f562908040 goPackages.uilive: init at git-24.12.2015 2016-01-26 17:45:20 +01:00
Christoph Hrdinka
137c15fa3b goPackages.go-humanize: init at git-25.11.2015 2016-01-26 17:43:49 +01:00
Eelco Dolstra
42e53ba62c nix: 1.10 -> 1.11.1 2016-01-26 17:00:15 +01:00
Arseniy Seroka
c03b113a63 Merge pull request #12618 from romildo/update-jflex
jflex: 1.4.3 -> 1.6.1
2016-01-26 18:56:37 +03:00
Tobias Geerinckx-Rice
7d2f8eca1b Revert "lz4: be just a bit more reproducible"
This reverts commit efc359c231,
as it is no longer needed.

See: efc359c231 (commitcomment-15680107)
2016-01-26 16:48:29 +01:00
Patrick Mahoney
1d20ec0ff9 mono: build on darwin 2016-01-26 09:34:45 -06:00
Eelco Dolstra
2352e2589e audit: Disable in containers
This barfs:

Jan 18 12:46:32 machine 522i0x9l80z7gw56iahxjjsdjp0xi10q-audit-start[506]: The audit system is disabled
2016-01-26 16:25:40 +01:00
Eelco Dolstra
f4553d7219 defaultUnpack: Preserve timestamps when copying files
Commit 6d928ab684 changed this to not
preserve timestamps. However, that results in non-determinism; in
particular, it gives us a broken $SOURCE_DATE_EPOCH (especially for
everything using fetchFromGitHub). Builds affected by timestamps <
1980 should be fixed in some other way (e.g. changing the timestamp to
some fixed date > 1980).
2016-01-26 16:24:32 +01:00
Arnaud Spiwack
07f7ecdcce Fix usage message in nix-prefetch-git
The comment related to the `deepClone` and `no-deepClone` options was
misleading as these options have no relation with submodules, but on the
the depth in `git clone --depth n`.
2016-01-26 16:09:52 +01:00
Ollie Charles
981e8d5582 audiofile: Fix build on darwin 2016-01-26 14:43:46 +00:00
Peter Simons
5ff34bac8c build-support/source-tarball.nix: fix syntax highlighting in Emacs 2016-01-26 14:03:06 +01:00
Peter Simons
62900b026b haskell-nats: fix overrides for GHC versions prior to 7.10.x.
Closes https://github.com/NixOS/nixpkgs/issues/12622.
2016-01-26 14:01:40 +01:00
Nikolay Amiantov
de26cac3cb mesa: 11.0.8 -> 11.1.1 2016-01-26 14:27:49 +03:00
Nikolay Amiantov
4e309951ee Merge pull request #12619 from heydojo/sddm-numlock
sddm: add numlock switch
2016-01-26 13:51:18 +03:00
Nikolay Amiantov
2c2497fc2e libva: 1.6.1 -> 1.6.2 2016-01-26 13:42:54 +03:00
Nikolay Amiantov
b52acfdf01 nixos xserver: remove vaapiDrivers
Use hardware.opengl.extraPackages instead.
2016-01-26 13:42:40 +03:00
Nikolay Amiantov
1ae1791e8e nixos opengl: add extraPackages and extraPackages32 2016-01-26 13:42:39 +03:00
Nikolay Amiantov
768f7d19b5 libvdpau: use OpenGL drivers link directory 2016-01-26 13:42:39 +03:00
Nikolay Amiantov
1b95212a69 libva: use OpenGL drivers link directory 2016-01-26 13:42:36 +03:00
Prayag Verma
e8fc1ea94b COPYING: Update year range to 2016 (close #12621) 2016-01-26 10:10:45 +01:00
Tony White
c95bd5d085 sddm: add numlock switch
- added numlock on boot switch
- simply add :
services.xserver.displayManager.sddm.autoNumlock = true;
to configuration.nix and sddm will start
with numlock enabled.
2016-01-26 06:17:32 +00:00
Tobias Geerinckx-Rice
ba0dcb95ad neovim: fix -configured evaluation 2016-01-26 06:16:45 +01:00
Tobias Geerinckx-Rice
efc359c231 lz4: be just a bit more reproducible 2016-01-26 06:13:05 +01:00
José Romildo Malaquias
663cbd16b8 jflex: 1.4.3 -> 1.6.1 2016-01-26 01:19:18 -02:00
Tobias Geerinckx-Rice
af911744fd samsung-unified-linux-driver: add 1.00.37
Very experimental. Probably very broken. Adds support for newer
models but removes it for some older ones.

Hence not the default yet, if ever.
2016-01-26 04:09:36 +01:00
Nikolay Amiantov
6563fa6125 nvidia_x11: move vdpau libraries to lib/vdpau 2016-01-26 04:30:26 +03:00
Nikolay Amiantov
364f297bb2 mesa: leave vdpau libraries in lib/vdpau 2016-01-26 04:30:26 +03:00
Nikolay Amiantov
77f280cf18 libvdpau-va-gl: init at 0.3.4 2016-01-26 04:30:26 +03:00
Charles Strahan
cb6beb1eb3 ghcjs: build haddock documentation
From building reflex-dom (which has quite a few dependencies), it would
appear that building the documentation no longer fails.
2016-01-25 20:16:12 -05:00
José Romildo Malaquias
ba43edc0fb jrePlugin: add versions 7 and 8 2016-01-25 22:45:02 -02:00
Tobias Geerinckx-Rice
f8fc5a4dbb samsung-u-l-d: rename from old-style name; use normal gcc
Tested with a Samsung CLP-325. Here goes nothing.
2016-01-26 01:36:25 +01:00
Tobias Geerinckx-Rice
0c25292648 vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
Tobias Geerinckx-Rice
1bfe78be71 bashburn: init at 3.1.0 2016-01-26 01:35:17 +01:00
Nikolay Amiantov
fc51e4f7dc Merge pull request #12339 from abbradar/df-new
Dwarf Fortress updates
2016-01-26 03:07:54 +03:00
Nikolay Amiantov
82a0dde83c dwarf-fortress: remove short md5 sums 2016-01-26 03:06:57 +03:00
Nikolay Amiantov
d3b642ce9a dwarf-fortress-wrapper: add themes support
Theme can be specified either as a derivation or as a string, in which
case it will be taken by name from a pre-defined set of themes available in
nixpkgs.
2016-01-26 03:06:07 +03:00
Nikolay Amiantov
7fe01a7279 phoebus-theme: update for 0.42.05, make a derivation
Also specify license, see https://github.com/fricy/Phoebus/issues/5
2016-01-26 03:05:50 +03:00
Adam Russell
6c9dd96377 dwarf-fortress: add phoebus 2016-01-26 03:05:49 +03:00
Nikolay Amiantov
fdae86fb4e dwarf-therapist: 31.0.0 -> 36.0.0 2016-01-26 03:05:38 +03:00
Nikolay Amiantov
92cda7a6bb dwarf-fortress: 0.40.24 -> 0.42.05, split derivations
This is a massive rework of the current dwarf_fortress package.
The main reason for rework is to split game, its libraries and wrappers,
enabling builds on Hydra and general maintainability.

dfhack, dwarf-fortress-unfuck, dwarf-fortress-original and dwarf-fortress
are now all separate derivations. All were updated to the latest versions
supporting DF 0.42.04 (some things taken from development branches):

dfhack: 20150927 -> 20160118
dwarf-fortress-unfuck: 0.40.24 -> 20160118
dwarf-fortress-original: 0.40.24 -> 0.42.05

dfhack got a patch for using more system libraries.

Wrapper scripts were also redone -- now they support DF_DIR variable (for
setting another data directory) and try to save more space by means of
symlinking. They now try to be more smart, updating those directories that were
not touched by user automatically.

All the new packages now reside in dwarf-fortress-packages. dwarf_fortress was
renamed into dwarf-fortress per our conventions, old name is deprecated. Also
duplicate dfhack derivation is removed.

Also drop dwarfFortress.enableDFHack config option; it can be re-added later
but now is deemed controversial.
2016-01-26 03:03:12 +03:00
Jascha Geerds
9e56b18cde morituri: Add missing platforms attribute 2016-01-25 23:13:21 +01:00
Nikolay Amiantov
5bc8f09b65 Merge pull request #12577 from zohl/flashplayer
Standalone flashplayers
2016-01-26 00:49:02 +03:00
John Wiegley
5009b4a8cf coq_8_5: 8.5rc1 -> 8.5 2016-01-25 12:33:31 -08:00
Arseniy Seroka
e395cb0214 Merge pull request #12601 from tomberek/gateone_update
Gateone: fix cacerts dependency
2016-01-25 23:14:53 +03:00
Tobias Geerinckx-Rice
ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice
7b6454cbb9 geolite-legacy 2016-01-18 -> 2016-01-25 2016-01-25 16:37:13 +01:00
Shea Levy
495e8a6906 rt: Include version in drv 2016-01-25 10:21:09 -05:00
Nicolas Pouillard
a04e3c7615 interlock: init at 2016.01.14
Also add textsecure on which it depends:
textsecure: init at 505e129c42fc4c5cb2d105520cef7c04fa3a6b64
2016-01-25 15:13:05 +01:00
Vincent Laporte
c0691a0659 compcert: 2.5 -> 2.6 2016-01-25 11:48:47 +01:00
Vladimír Čunát
1f2b819783 binutils: extend meta.platforms to unix to fix #12606
Also refactor meta.
Maybe we could have platforms.all in there, but I leave it here.
2016-01-25 11:18:10 +01:00
Eelco Dolstra
310aadc48b Merge pull request #12557 from ryanartecona/nixos-manual-custom-options
NixOS manual: allow options from nix packages
2016-01-25 10:43:39 +01:00
Franz Pletz
ff51021920 Merge pull request #12590 from exi/askpass-in-env
nixos-ssh: set SSH_ASKPASS globally and not just on interactive shells
2016-01-25 10:42:31 +01:00
Nikolay Amiantov
3622038d20 easyrsa2: init at 2.2.0 2016-01-25 12:14:01 +03:00
Vladimír Čunát
c0599fdd61 Merge #11798: cc-wrapper: fix on darwin 2016-01-25 10:03:42 +01:00
Vladimír Čunát
2af19df364 Merge branch 'master' into staging 2016-01-25 10:02:25 +01:00
Vladimír Čunát
98c7e70a3f linux stdenv bootstrap: avoid building grep twice
It's perfectly enough when we use the bootstrapped grep everywhere
except the one put into the final stdenv and final pkgs.
2016-01-25 09:55:00 +01:00
Vladimír Čunát
8f48a9756b cc-wrapper: quote when saving $PATH 2016-01-25 09:54:10 +01:00
Tomasz Czyż
7362936cd6 quicksynergy: init at 0.9.0 (close #12325)
vcunat moved `version` into the derivation.
2016-01-25 09:30:00 +01:00
Vladimír Čunát
3e1599f57b nixos-generate-config: fix #12595: broadcom quoting 2016-01-25 07:57:53 +01:00
Jude Taylor
c473bea69a Merge pull request #12603 from zimbatm/ruby-fixes
Ruby fixes
2016-01-24 22:48:14 -08:00
Tobias Geerinckx-Rice
626c09bb46 scanbd: init at 1.4.4 2016-01-25 03:43:19 +01:00
Tobias Geerinckx-Rice
87df7fc745 sane-backends: propagate libjpeg library path 2016-01-25 03:43:18 +01:00
Tobias Geerinckx-Rice
c5bb4f503b libconfuse: init at 2.8 2016-01-25 02:48:27 +01:00
Tobias Geerinckx-Rice
d186a66d33 sane-backends-git -> 2016-01-25 2016-01-25 01:40:20 +01:00
zimbatm
e9eda43928 buildRubyGem: fix missing libobjc in darwin
This was preventing any ruby gem with a c extension to build.

mkmf would fail with a misleading error:

    /nix/store/dmkcai8fnv21qxiasx628nim3mq4r4wg-ruby-2.2.3-p0/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
    You have to install development tools first.
2016-01-24 23:15:40 +00:00
zimbatm
9a55295c49 buildRubyGem: fix NoMethodError
generate_stub doesn't exist and the output is not used in the code so I just
removed the line.

This was preventing the binstubs from generating properly.
2016-01-24 23:14:00 +00:00
Charles Strahan
95d892ec26 ghcjs: update and fix ghcjs/reflex libs
Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib
and also makes the logs cleaner.
2016-01-24 17:13:45 -05:00
Thomas Bereknyei
80d38d12b4 Gateone: fix cacerts dependency 2016-01-24 16:52:06 -05:00
Arseniy Seroka
e9950f465c Merge pull request #12566 from sheganinans/master
kdbplus bump
2016-01-24 23:24:36 +03:00
Arseniy Seroka
10f7070bf0 Merge pull request #12221 from spinus/solaar
solaar: init at 0.9.2
2016-01-24 23:16:12 +03:00
Tobias Geerinckx-Rice
7a853f828d fontconfig-ultimate: 20141123 -> 2015-12-06 2016-01-24 21:14:52 +01:00
Arseniy Seroka
988fcf8890 Merge pull request #12561 from Baughn/factorio
factorio: init at 0.12.20
2016-01-24 23:13:49 +03:00
Arseniy Seroka
d6d22151fa Merge pull request #12588 from dezgeg/pr-binutils-platforms
binutils: Add platforms
2016-01-24 23:12:14 +03:00
Peter Simons
afba955d21 Merge pull request #12598 from cstrahan/haskell-post-patch
haskell-packages: properly set postPatch
2016-01-24 21:06:52 +01:00
Tobias Geerinckx-Rice
76b2ffbb08 Merge pull request #12587 from timbertson/gup
gup: 0.5.1 -> 0.5.3
2016-01-24 20:48:38 +01:00
Tobias Geerinckx-Rice
3e0e641743 freetype: 2.5.4 -> 2.6.2 2016-01-24 20:39:42 +01:00
Eric Seidel
dd6d4ca8cc racket: change meta.platorms to unix 2016-01-24 11:33:34 -08:00
Frederik Rietdijk
28b460cdaa pythonPackages.CommonMark: disable tests 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
33c3e2e404 pythonPackages.xarray: fix test runner 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
63353f9270 pythonPackages.cloudpickle: disable tests 2016-01-24 19:51:17 +01:00
Frederik Rietdijk
6f32d2a805 pythonPackages.tinycss: fix tests 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
b194f07fda pythonPackages.dask: fix test runner, disable tests 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
08d43cd52e pythonPackages.cloudpickle: init at 0.1.1 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
3f82220c38 pythonPackages.umalqurra: no tests included 2016-01-24 19:51:16 +01:00
Frederik Rietdijk
6d478b3faf pythonPackages.seaborn: fix test runner, disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
64e4bdf109 pythonPackages.le: disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
e72f0f2a6c pythonPackages.joblib: 0.9.0b4 -> 0.9.4 2016-01-24 19:51:15 +01:00
Domen Kožar
31e465b584 dill: disable tests 2016-01-24 19:51:15 +01:00
Frederik Rietdijk
707f512c7d fix eval 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
af6d9c876c pythonPackages.tinycss: fix test runner 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
916f770ad4 pythonPackages.testfixtures: fix test runner, disable tests 2016-01-24 19:51:14 +01:00
Frederik Rietdijk
c0a54c4594 pythonPackages.uncertainties: disable tests 2016-01-24 19:51:14 +01:00
Domen Kožar
7bc2f2413d blessings,nose_progressive: bump and fix for py3k 2016-01-24 19:51:14 +01:00
Domen Kožar
e572aff12d futures_2_2: override futures 2016-01-24 19:51:13 +01:00
Domen Kožar
5a738e4542 pygraphviz: force rebuild 2016-01-24 19:51:13 +01:00
Domen Kožar
50767cd994 pygeoip: disable tests 2016-01-24 19:51:13 +01:00
Domen Kožar
8dda9916e2 sqlparse: disable tests on py3k 2016-01-24 19:51:13 +01:00
Domen Kožar
d483ad069f pymysql: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
44f8a047f1 pythonPackages.mysql: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
feec7427e5 pythonPackages.pycups: disable tests 2016-01-24 19:51:12 +01:00
Domen Kožar
fcd91c453c ndg_httpsclient: disable tests 2016-01-24 19:51:12 +01:00
Frederik Rietdijk
3479b2f985 pythonPackages.typogrify: disable tests 2016-01-24 19:51:11 +01:00
Tobias Geerinckx-Rice
d39f16fee6 pythonPackages.pelican: fix tests with Pygments 2.1
Broken in 38c83e2916.
I'll open an upstream PR with this patch as well.
2016-01-24 19:43:54 +01:00
Siarhei Zirukin
bea389d7d5 e19: update
efl: 1.15.0 -> 1.16.1
elementary: 1.15.0 -> 1.16.1
emotion: 1.15.0 -> 1.16.0
enlightenment: 0.19.8 -> 0.20.3
evas: 1.15.0 -> 1.16.0
terminology: 0.8.0 -> 0.9.1
pythonefl_1_16: 1.15.0 -> 1.16.0
2016-01-24 19:35:36 +01:00
Charles Strahan
4fd985b9ae haskell-packages: properly set postPatch
The existing code overrode the postPatch, instead of combining the
jailbreak commands with the user supplied postPatch.
2016-01-24 13:32:56 -05:00
Charles Strahan
700e4aebdc ghcjs: fix the build 2016-01-24 13:28:24 -05:00
Al Zohali
d9066cd36f flashplayer-standalone: init at 11.2.202.559 2016-01-24 19:29:02 +03:00
Aaron Schif
9aac99ccb0 homesick: init at 1.1.3 (close #12465) 2016-01-24 17:22:13 +01:00
Frederik Rietdijk
a98b8f3f11 pythonPackages.pygments_2_0: init at 2.0.2 2016-01-24 17:08:11 +01:00
Frederik Rietdijk
2b3f17f4e8 pythonPackages.dateutil_1_5: disable for python 3.x 2016-01-24 17:06:03 +01:00
Domen Kožar
215c5e4f78 django_1_9: don't run tests 2016-01-24 16:56:26 +01:00
Domen Kožar
6985596af8 filebrowser_safe: fix tests 2016-01-24 16:51:19 +01:00
Frederik Rietdijk
2c1c746497 pythonPackages.botocore: fix test runner, disable testing 2016-01-24 16:49:26 +01:00
Frederik Rietdijk
ced3914cdc pythonPackages.awscli: disable testing 2016-01-24 16:49:10 +01:00
Domen Kožar
5a5e0757c5 azure-common: disable on PyPy 2016-01-24 16:47:10 +01:00
Domen Kožar
6dbec4451c tlsh: 3.4.1 -> 3.4.5, disable tests 2016-01-24 16:45:33 +01:00
Domen Kožar
cc960f658c pythonPackages.deform_bootstrap: fix build 2016-01-24 16:40:58 +01:00
Domen Kožar
62d914d8a2 pythonPackages.jedi: 0.8.1 -> 0.9.0, disable tests 2016-01-24 16:15:48 +01:00
Frederik Rietdijk
09cd68dfb2 pythonPackages.cairocffi: 0.7.1 -> 0.7.2, mark as broken
Fixed the test runner.
Apparently a library could not be opened.
2016-01-24 16:12:09 +01:00
Domen Kožar
e0606c55dc pythonPackages.nose-progressive: 1.3 -> 1.5.1 2016-01-24 16:04:49 +01:00
Domen Kožar
9e988d4f70 pythonPackages.Logbook: 0.4.2 -> 0.11.3, enable tests 2016-01-24 16:00:59 +01:00
Domen Kožar
4d1405091d pythonPackages.shapely: run tests from 2016-01-24 16:00:59 +01:00
Frederik Rietdijk
baaa62e1a9 python.qtconsole: explain why tests disabled 2016-01-24 15:53:36 +01:00
Frederik Rietdijk
32582d2873 pythonPackages.pycparser: disable python 3.5 2016-01-24 15:52:40 +01:00
Frederik Rietdijk
e09ad08442 pythonPackages.qtconsole: disable tests 2016-01-24 15:38:55 +01:00
Frederik Rietdijk
fb4560ceda pythonPackage.cffi_0_8: exit at 0.8.6 2016-01-24 15:35:54 +01:00
Domen Kožar
ba82374e3f fix eval 2016-01-24 15:33:35 +01:00
Domen Kožar
ac160ab42f fabric -> Fabric 2016-01-24 15:32:46 +01:00
Domen Kožar
8ebd757d8b nixopsUnstable: nixops 2016-01-24 15:28:49 +01:00
Frederik Rietdijk
9226f8783e pythonPackages.pyopengl: disable tests 2016-01-24 15:18:39 +01:00
Frederik Rietdijk
df24802268 pythonPackages.ply: 3.7 -> 3.8 2016-01-24 15:13:41 +01:00
Frederik Rietdijk
2902ad92f7 pythonPackages.jmespath: fix test runner 2016-01-24 15:07:01 +01:00
Frederik Rietdijk
3d565008e8 pythonPackages.readme: fix test runner, disable tests 2016-01-24 14:54:50 +01:00
Frederik Rietdijk
7d0ed7978e pythonPackages.reportlab: disable for PyPy 2016-01-24 14:47:41 +01:00
Frederik Rietdijk
dbe8f25561 pythonPackages.slixmpp: add missing dependency 2016-01-24 14:47:25 +01:00
obadz
3a9983b45d couchdb: add platform, remove maintainer that was added accidentally, fixes #12502 2016-01-24 14:39:47 +01:00
Frederik Rietdijk
4104f09fab pythonPackages.qtconsole: add nose 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
3da674148b pythonPackages.Fabric: fix dependency on fudge<1 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
d893d1c8eb pythonPackages.fudge_9: init at 0.9.6
needed for Fabric
2016-01-24 14:34:17 +01:00
Frederik Rietdijk
446a99b9d5 pythonPackages.ipyparallel: disable tests 2016-01-24 14:34:17 +01:00
Frederik Rietdijk
85a3f52e10 pythonPackages.futures: 3.0.3 -> 3.0.4 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
e6e5655926 pythonPackages.aiodns: 0.3.2 -> 1.0.0 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
b69ff580e2 pythonPackages.poezio: add test runner 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
9890ee7bc1 pythonPackages.pycares: 0.7.0 -> 1.0.0 2016-01-24 14:34:16 +01:00
Frederik Rietdijk
8f1ab60ad2 pythonPackages.slixmpp: 1.0.post5 -> 1.1 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
d919387356 pythonPackages.cmd2: disable tests 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
4afc8dba84 pythonPackages.mrbob: 0.1.1 -> 0.1.2 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
9558ab1ba9 pythonPackages.reportlab: fix test runner 2016-01-24 14:34:15 +01:00
Frederik Rietdijk
63804899ec pythonPackages.GitPython: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
2144c41530 pythonPackages.pypdf2: mark broken 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
6a1390aff3 pythonPackages.wrapt: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
430ddcd65f pythonPackages.PyStemmer: fix test runner 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
4bd7239f50 pythonPackages.pygments: disable tests 2016-01-24 14:34:14 +01:00
Frederik Rietdijk
3bb7c30cca pythonPackages.ldappool: disable python 3.x 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
e09c4b3a9d pythonPackages.nosejs: fix test runner 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
1a25a73299 pythonPackages.nose-cover3: disable tests 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
ca1e2f05b7 pythonPackages.nbformat: add nose 2016-01-24 14:34:13 +01:00
Frederik Rietdijk
992c5d95f0 pythonPackages.nbconvert: add test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
f9035f473e pythonPackages.pygraphviz: fix url 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
0a9e7a5fe8 pythonPackages.jupyter_core: add test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
7598a25130 pythonPackages.notebook: fix test runner, disable tests 2016-01-24 14:34:12 +01:00
Frederik Rietdijk
f10234eeb8 pythonPackages.jupyter_client: add test runner, disable tests 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
4e1ed2fea0 pythonPackages.ipywidgets: fix something 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
7e6e897fce pythonPackages.fusepy: disable tests 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
07d5eae59d pythonPackages.nose-parameterized: fix test runner 2016-01-24 14:34:11 +01:00
Frederik Rietdijk
f586ff981a pythonPackages.fudge: 0.9.6 -> 1.1.0 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
5a6c570b4e pythonPackages.Fabric: 1.10.0 -> 1.10.2 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
55d3637361 pythonPackages.keepalive: 0.4.1 -> 0.5 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
2a46ead803 pythonPackages.bsddb3: disable Python 3.x 2016-01-24 14:34:10 +01:00
Frederik Rietdijk
ab870b756e pythonPackages.cytoolz: disable PyPy 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
8879d1dc04 pythonPackages.Babel: 2.1.1 -> 2.2.0 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
8dceb18ae2 pythonPackages.snowballstemmer: 1.2.0 -> 1.2.1 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
18355061b0 pythonPackages.setuptools_scm: 1.7.0 -> 1.10.1 2016-01-24 14:34:09 +01:00
Frederik Rietdijk
5ce5577cd1 pythonPackages.alabaster: 0.7.3 -> 0.7.7 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
b1152099cd pythonPackages.astroid: fix missing dependency 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
268439eb36 pythonPackages.fastimport: fix testrunner, disable python 3 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
2e5ec8d35c pythonPackages.eventlib: Disable python 3 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
b23586919c pythonPackages.iniparse: disable tests 2016-01-24 14:34:08 +01:00
Frederik Rietdijk
07e721e18b pythonPackages.thrift: 0.9.2 -> 0.9.3 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
0ea690d4e1 pythonPackages.audioread: 1.2.1 -> 2.1.1 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
f46faccbf0 pythonPackages.funcy: 1.4 -> 1.6 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
7beace29af pythonPackages.funcparserlib: fix test runner, disable python 3.x 2016-01-24 14:34:07 +01:00
Frederik Rietdijk
9441311e93 pythonPackages.pylint: 1.4.1 -> 1.5.4 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
1a8c7c9030 pythonPackages.pytest_28: init at 2.8.6 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
bb9f1e7e3b pythonPackages.astroid: 1.3.4 -> 1.4.4 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
61e7978c46 pythonPackages.lazy-object-proxy: init at 1.2.1 2016-01-24 14:34:06 +01:00
Frederik Rietdijk
a57a8fae39 pythonPackages.tidylib: fix test runner, disable tests 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
3b2e3355db pythonPackages.traits: disable tests
Broken test suite.
2016-01-24 14:34:05 +01:00
Frederik Rietdijk
8c48312066 pythonPackages.traitlets: fix test runner 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
945872dc19 pythonPackages.fasteners: fix test runner 2016-01-24 14:34:05 +01:00
Frederik Rietdijk
c882af9cf3 pythonPackages.pystache: fix test runner 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
7051a66805 pythonPackages.fs: 0.5.0 -> 0.5.4 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
f1c24d4866 pythonPackages.willow: 0.2.1 -> 0.2.2, disable tests
Test data is not included.
2016-01-24 14:34:04 +01:00
Frederik Rietdijk
a086b364da pythonPackages.qrcode: disable for python 3.x 2016-01-24 14:34:04 +01:00
Frederik Rietdijk
18ae7a182b pythonPackages.pexpect: disable tests 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
a161800865 pythonPackages.cytoolz: fix test runner, disable tests for 3.5 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
541fe51a51 pythonPackages.bottleneck: fix test runner 2016-01-24 14:34:03 +01:00
Frederik Rietdijk
7c2af9fe4f pythonPackages.cython: disable tests
Fixed invocation of test suite. Disabled tests due to compiler errors
and testing taking a very long time.
2016-01-24 14:34:03 +01:00
Frederik Rietdijk
8e8f1b14d0 pythonPackages.mock: invoke correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
3633eea4d0 pythonPackages.xlrd: 0.9.3 -> 0.9.4 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
05b7ad6612 pythonPackages.py: Disable tests due to circular dependency
Since we weren't invoking the correct test runner (py.test) the tests
weren't actually ran. Nevertheless, we won't be possible to run them
because of a circular dependency so let's disable them.
2016-01-24 14:34:02 +01:00
Frederik Rietdijk
30623449cf pythonPackages.click: run correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
cb69ea969b pythonPackages.six: use correct test runner 2016-01-24 14:34:02 +01:00
Frederik Rietdijk
e0d0f8dbd2 pythonPackages.setuptools and bootstrapped-pip: 18.2 -> 19.4
Update to latest setuptools. Latest setuptools will always try to run tests.
This can cause some very vague errors. We now need to fix all packages where we do not
invoke the correct test runner.
2016-01-24 14:34:01 +01:00
Frederik Rietdijk
5c565856be pythonPackages.pathpy: 7.6 -> 8.1.2 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
91c5fc3aa9 pythonPackages.ledger-autosync: add missing buildInput nose 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
46ef50e7ca pythonPackages.dateparser: 0.3.1 -> 0.3.2-pre-2016-01-21 2016-01-24 14:34:01 +01:00
Frederik Rietdijk
ec5ca4c55d pythonPackages.umalqurra: init at 0.2
This package has no license specified, so I use public domain here.
2016-01-24 14:34:00 +01:00
Frederik Rietdijk
a94703dbb2 pythonPackages.shortuuid: 0.4.2 -> 0.4.3 2016-01-24 14:34:00 +01:00
Frederik Rietdijk
2c866e479a pythonPackages: move LC_ALL="en_US.UTF-8"; out of phases 2016-01-24 14:34:00 +01:00
Frederik Rietdijk
f2dd69a736 pythonPackages.pep8: 1.5.7 -> 1.7.0
Now supports Python 3.5.
2016-01-24 14:34:00 +01:00
Frederik Rietdijk
0ae31562d4 pythonPackages.flake8: 2.5.0 -> 2.5.1 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
a2805e5f33 pythonPackages.shapely: 1.3.1 -> 1.5.13 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
4f31a4b993 pythonPackages.rsa: 3.1.4 -> 3.3 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
9cbfa6640a pythonPackages.pyzmq: 14.5 -> 15.2 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
3f928e4702 pythonPackages.pytz: 2015.4 -> 2015.7 2016-01-24 14:33:59 +01:00
Frederik Rietdijk
cebb7a13f2 pythonPackages.terminado: 0.5 -> 0.6 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
901d2c3074 pythonPackages.tqdm: 3.1.4 -> 3.7.1 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
6b1065e98b pythonPackages.psutil: 2.1.1 -> 3.4.2 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
9776260475 pythonPackages.pygraphviz: 1.3 -> 1.3.1 2016-01-24 14:33:58 +01:00
Frederik Rietdijk
d0856b3771 pythonPackages.oauth2: 1.5.211 -> 1.9.0.post1 2016-01-24 14:33:57 +01:00
Frederik Rietdijk
d216359528 pythonPackages.carbon: 0.9.12 -> 0.9.15
No tests included in tarball.
2016-01-24 14:33:57 +01:00
Frederik Rietdijk
2ea4d056b6 pythonPackages.doctest-ignore-unicode: init at 0.1.2 2016-01-24 14:33:57 +01:00
Frederik Rietdijk
6c8ebec7db pythonPackages.scripttest: Disable tests
Tests are not included. Nose is also not required.
2016-01-24 14:33:57 +01:00
Frederik Rietdijk
1ae037ee28 pythonPackages.line_profiler: disable for pypy 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
8535503556 pythonPackages.twisted: 11.1 -> 15.5 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
4df253790a pythonPackages.python_statsd: remove myself from maintainers
No idea how I became maintainer of this package.
2016-01-24 14:33:56 +01:00
Frederik Rietdijk
891bec3f77 pythonPackages.ipython_gen_utils: fix test runner 2016-01-24 14:33:56 +01:00
Frederik Rietdijk
4d3f714217 pythonPackages.ipython_genutils: add maintainer 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
694c2c149a pythonPackages.traitlets: 4.0.0 -> 4.1.0 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
bb16c26538 pythonPackages.xarray: 0.6.1 -> 0.7.0
Note that xray has been renamed to xarray.
2016-01-24 14:33:55 +01:00
Frederik Rietdijk
569acd33e5 pythonPackages.isodate: 0.5.0 -> 0.5.4 2016-01-24 14:33:55 +01:00
Frederik Rietdijk
84155c4fdb pythonPackages.recommonmark: 0.2.0 -> 0.4.0 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
881dbe42d5 pythonPackages.qtconsole: 4.1.0 -> 4.1.1 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
494e6be6bb pythonPackages.numba: 0.22.1 -> 0.23.1
Update numba.
Even when executing the correct file, the tests still fail; cannot
import an extension module.
2016-01-24 14:33:54 +01:00
Frederik Rietdijk
bfb414d5c6 pythonPackages.nose: 1.3.4 -> 1.3.7 2016-01-24 14:33:54 +01:00
Frederik Rietdijk
4d9bdce5c4 pythonPackages.iso8601: 0.1.10 -> 0.1.11 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
2b708d43f0 pythonPackages.ipython: 4.0.0 -> 4.0.3 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
390d6016fe pythonPackages.ipykernel: 4.2.0 -> 4.2.2 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
9302637819 pythonPackages.jupyter_console: 4.0.3 -> 4.1.0 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
7df3009522 pythonPackages.dask: 0.7.5 -> 0.7.6 2016-01-24 14:33:53 +01:00
Frederik Rietdijk
4537bbf8b9 pythonPackages.CommonMark: 0.5.4 -> 0.6.3 2016-01-24 14:33:52 +01:00
Nikolay Amiantov
9b980baa9d bundlerEnv.wrapper: rename to wrappedRuby 2016-01-24 15:59:31 +03:00
Reno Reckling
312bae7fc0 nixos-ssh: set SSH_ASKPASS globally and not just on interactive shells
If we limit SSH_ASKPASS to interactive shells, users are unable to trigger
the ssh-passphrase dialog from their desktop environment autostart scripts.
Usecase: I call ssh-add during my desktop environment autostart and want to have
the passphrase dialog immediately after startup.
For this to work, SSH_ASKPASS needs to be propagated properly on
non-interactive shells.
2016-01-24 11:18:30 +01:00
Edward Tjörnhammar
e8cc9204a8 Merge pull request #12568 from gebner/idea-openjdk8
idea: fix problems with openjdk8
2016-01-24 10:29:54 +01:00
Tuomas Tynkkynen
f62dbc0121 binutils: Add platforms
There are some variants of binutils in all-packages.nix that aren't
getting built by Hydra currently.
2016-01-24 08:47:46 +02:00
Tim Cuthbertson
b82d5ef857 gup: 0.5.1 -> 0.5.3 2016-01-24 16:34:07 +11:00
Anthony Cowley
5986aecc4c Linux stdenv update: pass gnugrep to cc-wrapper 2016-01-24 00:18:32 -05:00
Franz Pletz
c485ba1c66 batman-adv: 2015.2 -> 2016.0 2016-01-24 05:20:18 +01:00
Dan Peebles
ef1f64106f kernel: add back the patch I just removed by accident 2016-01-24 04:12:17 +00:00
Dan Peebles
dd18447055 grsecurity: add NixOS VM test 2016-01-24 04:06:19 +00:00
Dan Peebles
78956c77c0 linux: 4.3.3 -> 4.34 (and update grsecurity patches, too) 2016-01-24 03:53:46 +00:00
Patrick Mahoney
9790094f23 libgdiplus: build on darwin 2016-01-23 21:49:50 -06:00
Tobias Geerinckx-Rice
aca5edb8f9 borg: build and install documentation 2016-01-24 04:12:11 +01:00
Tobias Geerinckx-Rice
10229032a9 borg: 0.29.0 -> 0.30.0
Compatibility notes:

- you may need to use -v (or --info) more often to actually see
  output emitted at INFO log level (because it is suppressed at
  the default WARNING log level). See the general section in the
  usage docs.
- for borg create, you need --list (additionally to -v) to see
  the long file list (was needed so you can have e.g. --stats
  alone without the long list)
- see link below about BORG_DELETE_I_KNOW_WHAT_I_AM_DOING
  (was: BORG_CHECK_I_KNOW_WHAT_I_AM_DOING)

More: https://github.com/borgbackup/borg/blob/0.30.0/docs/changes.rst
2016-01-24 04:10:57 +01:00
Tomasz Czyż
2bdd64d6dc solaar: init at 0.9.2 2016-01-24 02:26:19 +00:00
Nathaniel Baxter
e800e5bb11 teamspeak client: bump 3.0.18.1 -> 3.0.18.2 2016-01-24 13:11:27 +11:00
Tobias Geerinckx-Rice
32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Franz Pletz
5fa5eae086 Merge pull request #12580 from benley/nginx-statsd
nginx: add statsd to the available modules
2016-01-24 01:23:20 +01:00
Robin Gloster
31c7b43e9b Merge pull request #12581 from benley/docs
docs: Mention autoreconfHook in Package Setup Hooks
2016-01-24 01:13:50 +01:00
Benjamin Staffin
420bb27a7b docs: Mention autoreconfHook in Package Setup Hooks 2016-01-23 18:19:23 -05:00
Benjamin Staffin
9bad9c8bf3 nginx: add statsd to the available modules 2016-01-23 17:25:49 -05:00
Robert Helgesson
6190c57226 perl-MooseXTypesCommon: 0.001008 -> 0.001013
Also add some meta data and myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
d8b8344b0e perl-MooseXTypes: 0.45 -> 0.46
Also fix license field and add myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
f53ecf051d perl-SubExporterForMethods: 0.100051 -> 0.100052 2016-01-23 22:22:13 +01:00
Robert Helgesson
f79c8df3e8 perl-CGI: 4.21 -> 4.25
Also add license information and myself as maintainer.
2016-01-23 22:22:13 +01:00
Robert Helgesson
daa188107d perl-if: 0.0601 -> 0.0606
Also, move the package into an attribute called "if" with the old "if_"
attribute referencing the new one.
2016-01-23 22:22:13 +01:00
Philipp Volguine
af2b47646c Merge remote-tracking branch 'philhub/master' 2016-01-23 21:19:34 +00:00
Philipp Volguine
7c4830f3b7 Version bump of e1000e driver (2.5.4 -> 3.3.1) 2016-01-23 21:17:56 +00:00
Domen Kožar
c445ec36cb add ipmiview: supermicro ikvm and remote control 2016-01-23 22:14:51 +01:00
Aistis Raulinaitis
d0b7d528e8 kdb 3.2 -> 3.3 2016-01-23 12:48:17 -08:00
Dan Peebles
e409d0fed3 nixos: update-locatedb - harden via systemd (#7220)
Also, use systemd timers.

Most of the work is by @thoughtpolice but I changed enough of it to warrant changing commit author.
2016-01-23 20:44:30 +00:00
davidak
0ed01e0425 rarcrack: init at 0.2 2016-01-23 21:39:22 +01:00
Dan Peebles
7ccda42007 nixos: uptimed - rewrite and harden a bit (#7220)
This is mostly @thoughtpolice's work, but I cleaned it up a bit.
2016-01-23 19:28:01 +00:00
Robert Helgesson
c90c30dd1e nix-generate-from-cpan: large refactor
This commit includes a substantial refactoring of
`nix-generate-from-cpan`. This somewhat simplifies the code through the
use of the CPAN::Meta module while adding the following features:

 - The program now takes an optional maintainer on the command line that
   is subsequently added into the generated package.

 - An attempt is made to convert the license specified inside the
   META.json or META.yaml file to a license in `stdenv.lib.licenses`.

 - An attempt is made to disambiguate attribute names of packages whose
   name is a reserved word in Nix.

 - Write logging output using Log::Log4perl.

 - Print module RSS feed URL. The RSS feed, hosted by MetaCPAN, can be
   used to track updates to the module.
2016-01-23 18:54:05 +01:00
Austin Seipp
d787c2258b nixpkgs: systemd - add some more dependencies
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-23 17:48:41 +00:00
Dan Peebles
8f9aea9ccc grsecurity: fix kernel config and uncomment grsecurity kernels 2016-01-23 16:58:44 +00:00
Tomas Vestelind
2eab353a4a license lgpg21 -> lgpl21 2016-01-23 17:36:57 +01:00
Cillian de Róiste
85f9d04319 mixxx: tidy up, remove obsolete patch, co-adopt 2016-01-23 15:47:41 +01:00
Cillian de Róiste
63485280dd mixxx: 1.11.0 -> 2.0.0 2016-01-23 15:47:41 +01:00
Dan Peebles
bffc446394 paxtest: init at 0.9.14 2016-01-23 14:36:08 +00:00
Dan Peebles
33cf0792b1 grsecurity-testing: update patches and associated kernel version 2016-01-23 14:29:34 +00:00
Svein Ove Aas
ef582b2805 factorio: init at 0.12.20 2016-01-23 13:15:18 +00:00
Nikolay Amiantov
f18317885a fhs-userenv: don't use bash login mode
Login mode can cause hidden problems, e.g. #12406. Generally we don't want
to read user's .bash_profile when we don't start an interactive shell inside
a chroot.
2016-01-23 15:55:53 +03:00
Gabriel Ebner
a8d6ad8690 idea: use openjdk8 again 2016-01-23 13:39:15 +01:00
Gabriel Ebner
b47d2f8029 openjdk8: do not symlink icc profiles 2016-01-23 13:22:48 +01:00
Nikolay Amiantov
29785c5b7a Merge pull request #12309 from zohl/chromiumos-kernel
Add ChromiumOS kernels
2016-01-23 13:13:59 +03:00
Damien Cassou
9a5fcab124 Merge pull request #12563 from mbakke/heimdall-git
heimdall: 1.4.1 -> 1.4.2pre
2016-01-23 10:30:05 +01:00
Nikolay Amiantov
bf208745ab Merge pull request #12290 from abbradar/dovecot-updates
Rework dovecot module, add and update plugins, default Dovecot to 2.2
2016-01-23 12:02:23 +03:00
Nikolay Amiantov
dc162f648c Merge pull request #12284 from abbradar/bundlerenv-wrapper
bundlerEnv: add wrapper
2016-01-23 12:02:09 +03:00
Nikolay Amiantov
34769a3d72 Merge pull request #12508 from heydojo/ati-drivers-backport
ati-drivers: Restore opengl & direct rendering
2016-01-23 12:00:19 +03:00
Marius Bakke
c1eec00179 heimdall: 1.4.1 -> 1.4.2pre 2016-01-23 04:08:28 +00:00
Nikolay Amiantov
2d64202895 Merge pull request #12529 from bendlas/update-wine
wine[-stable,tricks]: version updates
2016-01-23 06:43:06 +03:00
Tomas Vestelind
5284416c14 vassal: new package 2016-01-23 02:42:51 +01:00
Eric Seidel
2e62f785d4 racket: fix on darwin 2016-01-22 17:38:11 -08:00
Tomas Vestelind
198c03bffe haka: very basic testing 2016-01-23 01:20:14 +01:00
Tomas Vestelind
11d475af29 haka: options for nixos 2016-01-23 01:19:53 +01:00
Tomas Vestelind
a892be1018 haka: building binaries 2016-01-23 01:19:05 +01:00
Peter Simons
ecc48af0ce hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: a28e076b47
  - Hackage: c63083af59
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 8f10b44c12
2016-01-22 22:23:00 +01:00
Thomas Tuegel
aeda2a129f emacs-isearch-plus: 20160115.1122 -> 20160118.1030 2016-01-22 15:18:12 -06:00
Thomas Tuegel
c5393b7b24 melpaStablePackages.graphene: mark broken 2016-01-22 15:14:05 -06:00
Thomas Tuegel
ee81df1a92 melpaPackages.graphene: mark broken 2016-01-22 15:13:41 -06:00
Arseniy Seroka
8df0951f59 vimPlugins: update 2016-01-22 2016-01-22 23:02:39 +03:00
Arseniy Seroka
0f152180b0 Merge pull request #12553 from rvl/xcftools
xcftools: init at 1.0.7
2016-01-22 22:47:59 +03:00
Rodney Lorrimar
a8aecdcc20 xcftools: init at 1.0.7 2016-01-22 19:45:48 +00:00
Arseniy Seroka
e80f54d3a2 Merge pull request #12554 from rvl/iplayer
get_iplayer fixes
2016-01-22 22:39:58 +03:00
Ryan Artecona
e6cd147ae7 nixos manual: allow options from nix packages 2016-01-22 14:22:12 -05:00
Nikolay Amiantov
c3abcd8415 Merge pull request #12368 from abbradar/ghostscript-update
Ghostscript and CUPS updates
2016-01-22 21:46:52 +03:00
Pascal Wittmann
de1aba33e8 progress: 0.9 -> 0.12.1 2016-01-22 19:38:21 +01:00
Franz Pletz
eb51c475a0 Merge pull request #12546 from romildo/update-awesome
awesome: 3.5.6 -> 3.5.7
2016-01-22 19:08:54 +01:00
Rodney Lorrimar
546679f2e3 get_iplayer: 2.86 -> 2.94 2016-01-22 18:05:27 +00:00
Rodney Lorrimar
bde97e0417 get_iplayer: remove irrelevant warning 2016-01-22 18:04:52 +00:00
José Romildo Malaquias
d9a407a8c4 awesome: 3.5.6 -> 3.5.7 2016-01-22 15:42:52 -02:00
Graham Christensen
4a6602c3cd awscli: Install less to fix help docs
Without less, we get:

```
2016-01-22 10:31:59,098 - MainThread - awscli.help - DEBUG - Running command: ['groff', '-man', '-T', 'ascii']
2016-01-22 10:31:59,109 - MainThread - awscli.help - DEBUG - Running command: ['less', '-R']
2016-01-22 10:31:59,111 - MainThread - awscli.clidriver - DEBUG - Exception caught in main()
Traceback (most recent call last):
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/clidriver.py", line 183, in main
    return command_table[parsed_args.command](remaining, parsed_args)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 245, in __call__
    self.renderer.render(self.doc.getvalue())
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 81, in render
    self._send_output_to_pager(converted_content)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 86, in _send_output_to_pager
    p = self._popen(cmdline, stdin=PIPE)
  File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 90, in _popen
    return Popen(*args, **kwargs)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
2016-01-22 10:31:59,112 - MainThread - awscli.clidriver - DEBUG - Exiting with rc 255

[Errno 2] No such file or directory
```

Import less along with groff

Fixes #12549.
2016-01-22 18:31:49 +01:00
Franz Pletz
cc3f5b40a3 mopidy: 1.1.1 -> 1.1.2 2016-01-22 18:31:28 +01:00
Franz Pletz
85675ebcaf Merge pull request #12512 from vandenoever/odpdown
Odpdown
2016-01-22 18:09:39 +01:00
Jos van den Oever
6e586a32fd odpdown: init at 0.4.1 2016-01-22 17:59:48 +01:00
Arseniy Seroka
801225a34e Merge pull request #12536 from vbgl/ncmpcpp-72
ncmpcpp: 0.7 -> 0.7.2
2016-01-22 19:48:13 +03:00
Franz Pletz
0d13b93047 Merge pull request #12496 from exi/id3lib-patch
add id3lib easytag patch for proper unicode handling.
2016-01-22 17:34:48 +01:00
Franz Pletz
400499aeb4 Merge pull request #12482 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.11.29 -> 0.30.2016.01.10
2016-01-22 17:32:56 +01:00
Peter Simons
e6d42dfe04 Merge pull request #12459 from avnik/fix-var-lib-postfix-permissions
Make /var/lib/postfix world-readable
2016-01-22 17:25:07 +01:00
Frederik Rietdijk
b076c78005 Merge pull request #12485 from mogorman/sopel_6.2.1
sopel: 6.1.1 -> 6.2.1
2016-01-22 17:17:44 +01:00
Matthew O'Gorman
984409db68 sopel: 6.1.1 -> 6.2.1
test commit
2016-01-22 11:11:40 -05:00
Lluís Batlle i Rossell
77f8f35d57 goPackages: comment on kagome about no parallel build 2016-01-22 14:51:24 +01:00
Lluís Batlle i Rossell
4d68077528 goPackages: adding restic
I make it use its supplied dependencies. Easier.
2016-01-22 14:50:16 +01:00
Jascha Geerds
dc7ad0df8b Merge pull request #12545 from gebner/qutebrowser-0.5.1
qutebrowser: 0.5.0 -> 0.5.1
2016-01-22 14:40:02 +01:00
Jascha Geerds
73a22693ea numix-icon-theme-circle: 20151014 -> 20160121 2016-01-22 14:37:34 +01:00
Jascha Geerds
98a9bf6759 numix-icon-theme: 20151023 -> 20160120 2016-01-22 14:37:34 +01:00
Domen Kožar
b47f60bf26 Merge pull request #12543 from ftrvxmtrx/master
fldigi: 3.22.02 -> 3.23.07
2016-01-22 14:31:44 +01:00
Jascha Geerds
323c4f43c3 gnome3.pomodoro: 3.18-624945d -> 3.18-4844fad 2016-01-22 14:29:28 +01:00
Gabriel Ebner
889a05ea5b qutebrowser: 0.5.0 -> 0.5.1 2016-01-22 14:19:23 +01:00
Jascha Geerds
15ff41f516 gnome3.evolution: 3.18.3 -> 3.18.4 2016-01-22 14:11:44 +01:00
Jascha Geerds
843bc26c4d gnome3.gedit: 3.18.2 -> 3.18.3 2016-01-22 14:11:44 +01:00
Jascha Geerds
23b3276ba9 gnome3.evolution_data_server: 3.18.3 -> 3.18.4 2016-01-22 14:11:44 +01:00
Jascha Geerds
4e8a898492 gnome3.gnome-bluetooth: 3.18.1 -> 3.18.2 2016-01-22 14:11:44 +01:00
Jascha Geerds
6fe1909a1d gnome3.gnome-dictionary: 3.18.0 -> 3.18.1 2016-01-22 14:11:44 +01:00
Siarhei Zirukin
23e18ab88e fldigi: 3.22.02 -> 3.23.07 2016-01-22 14:03:39 +01:00
Vladimír Čunát
0957359568 Merge branch 'staging' 2016-01-22 13:48:35 +01:00
Domen Kožar
542bf5bf41 elm: recurseIntroAtrs and use GHC 7.10.3 2016-01-22 13:39:18 +01:00
aszlig
24ae34c0d7 nixpart0: Fix race condition in formatting devices
This adds a backport of rhinstaller/blivet#39 to the pinned blivet
version 0.17, it's addressing the following upstream bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1196397

It has been reported at aszlig/nixpart#7 and tested by @manveru (the
issue reporter), thanks a lot.

Thanks also to @domenkozar for finding the upstream issue.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Michael Fellinger <m.fellinger@gmail.com>
Fixes: aszlig/nixpart#7
2016-01-22 13:30:43 +01:00
aszlig
8c4256e651 lvm2: 2.02.132 -> 2.02.140
Upstream changelog can be found at:

https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89

I have tested this with:

nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-22 13:30:43 +01:00
Moritz Ulrich
856256f8c5 direwolf: Fix src.
Project moved to Github.
2016-01-22 13:23:28 +01:00
Thomas Tuegel
52c0b3f33c Merge pull request #12471 from FRidh/konversation
kde5.konversation: init at 1.6
2016-01-22 06:21:24 -06:00
obadz
c6ff65ca5a citrix-receiver: 13.2.1 -> 13.3.0 2016-01-22 12:21:07 +00:00
Domen Kožar
255a49cb7b sdlmame: mark as broken due to URL cc @lovek323 2016-01-22 13:11:28 +01:00
Robert Klotzner
5d4948e183 libinput: configuration support: Polishing
+ addition of missing options
2016-01-22 13:11:13 +01:00
Robert Klotzner
d3f687951a nixos: libinput added options
- natural scrolling
- scroll method
- disable while typing
2016-01-22 13:09:54 +01:00
Robert Klotzner
a2db14925b nixos: Added libinput configuration
like there was for synaptics
2016-01-22 13:09:39 +01:00
Domen Kožar
fb2675c5cf scim -> sc-im 2016-01-22 13:07:51 +01:00
Frederik Rietdijk
721a091fb1 kde5.konversation: init at 1.6
Currently we have `kde4.konversation` which is version 1.5 of
Konversation.
This adds `kde5.konversation` which is version 1.6 and builds
against the latest KDE Frameworks 5.
2016-01-22 11:23:24 +01:00
Peter Simons
9ee5a6b858 Merge pull request #12481 from nathan7/usrbinenv-option
activation-script module: add environment.usrbinenv option
2016-01-22 11:18:37 +01:00
Frederik Rietdijk
b7fbb5362a Merge pull request #11772 from matklad/master
yakuake: 2.9.8 -> 2.9.9
2016-01-22 10:48:18 +01:00
Maciek Starzyk
421989fb5a obnam: 1.18.2 -> 1.19 2016-01-22 10:01:32 +01:00
Vincent Laporte
23fa59f08b ncmpcpp: 0.7 -> 0.7.2 2016-01-22 09:57:03 +01:00
Robert Helgesson
bf00cf7457 eclipse-plugin-cdt: 8.7.0 -> 8.8.0 2016-01-22 09:56:26 +01:00
Robert Helgesson
799296d9e7 eclipse-plugin-jdt: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
887bed2853 eclipse-platform: 4.5 -> 4.5.1 2016-01-22 09:56:26 +01:00
Robert Helgesson
40890b2b95 eclipseWithPlugins: lazier evaluation
Unfortunately the `readFile`/`writeText` functions forces realisation of
the eclipse package at evaluation time. By creating the configuration
file inside the build command we avoid realisation until installation.
2016-01-22 09:36:08 +01:00
Edward Tjörnhammar
bf605c16bf Merge pull request #12528 from tomberek/ihaskell_cleanup
IHaskell: remove un-needed inherit
2016-01-22 07:17:12 +01:00
zimbatm
c38fae0a2c packer: 0.7.5 -> 0.8.6 2016-01-21 23:17:54 +00:00
Herwig Hochleitner
9e2bb09ea0 wine[-stable,tricks]: version updates
wine-unstable, wine-staging: 1.9.0    -> 1.9.1
winetricks:                  20151116 -> 20160109
2016-01-21 23:57:52 +01:00
Thomas Bereknyei
eda3e938d7 IHaskell: remove un-needed inherit 2016-01-21 17:21:00 -05:00
Domen Kožar
b39c51a362 Merge pull request #12323 from kragniz/rkt-v0.15.0
rkt: 0.14.0 -> 0.15.0
2016-01-21 22:27:33 +01:00
Arseniy Seroka
48ea0c5e45 Merge pull request #12494 from simonvandel/qbittorrent-3.3.2
qbittorrent: 3.3.1 -> 3.3.3
2016-01-21 23:47:24 +03:00
Luca Bruno
4ac19877d7 Merge pull request #12522 from mbakke/bluez-5.37
bluez5: 5.36 -> 5.37
2016-01-21 21:21:27 +01:00
Domen Kožar
e473a424fb Merge pull request #12324 from rickynils/nixos-rebuild-remote-try2
Fix NixOS installer tests failures introduced by nixos-rebuild changes
2016-01-21 21:20:57 +01:00
Tobias Geerinckx-Rice
3b64fec18d eid-mw: 4.1.12 -> 4.1.13 2016-01-21 20:32:12 +01:00
koral
93e17506ee Rewrite acpid module in a more generic way 2016-01-21 20:08:14 +01:00
Domen Kožar
c21f9365b8 release.nix: remove troubling glib-tested, add python 2016-01-21 20:07:17 +01:00
Simon Vandel Sillesen
71ab92a396 qbittorrent: 3.3.1 -> 3.3.3 2016-01-21 19:15:04 +01:00
Michael Raskin
767f7c8901 libreoffice: libgltf src: fix subDir with missing slash in the end 2016-01-21 18:21:53 +01:00
Nikolay Amiantov
3ade072aad nixos changelog: mention CUPS changes 2016-01-21 20:02:50 +03:00
Nikolay Amiantov
98f301656f Merge pull request #12524 from abbradar/passthru-doc
nixpkgs manual: add a section about passthru
2016-01-21 19:48:45 +03:00
Nikolay Amiantov
9c1d8037c0 nixpkgs manual: add a section about passthru 2016-01-21 19:47:53 +03:00
Lluís Batlle i Rossell
23b76d3100 gozim: fix gozimhttpd with rice
Otherwise it does not run.
2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
99077ff648 go packages: add gozim and dependencies. 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
5133f63257 go packages: adding bleve 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
7880317da2 go packages: add kagome 2016-01-21 17:11:29 +01:00
Lluís Batlle i Rossell
082f2e6938 go builder: respect enableParallelBuilding
It was parallelizing for $NIX_BUILD_CORES regardless of
enableParallelBuilding.
2016-01-21 17:11:28 +01:00
Lluís Batlle i Rossell
6349f50bde Add gtreap gopackage. 2016-01-21 17:11:28 +01:00
Michael Raskin
e32172612a Improve LibreOffice src list generation 2016-01-21 17:16:56 +01:00
Nikolay Amiantov
f727f815cb nixpkgs manual: mention preferLocalBuild and enableParallelBuilding 2016-01-21 18:44:27 +03:00
Arseniy Seroka
f63db297d6 Merge pull request #12519 from gebner/metis-20160102
metis-prover: 2.3.20160101 -> 2.3.20160102
2016-01-21 18:39:57 +03:00
aszlig
c92d7481a5 multipath_tools: Rename to multipath-tools
See http://nixos.org/nixpkgs/manual/#sec-package-naming

I've added an alias for multipath_tools to make sure that we don't break
existing configurations referencing the old name.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:38 +01:00
aszlig
05fed13de3 multipath_tools: Cleanup and update to v0.5.0
Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this
fortunately isn't the case anymore so we don't need to set sourceRoot by
ourselves.

I've also moved the definition of makeFlagsArray to the attribute
makeFlags, because we can use $(var) to substitute shell variables
within make.

The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and
it seems that libudev is used directly.

Nevertheless, there are still references to FHS paths such as /var/run,
/etc/multipath.conf and /etc/multipath but these are only relevant at
runtime and can be configured to point to a different path elsewhere.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 16:18:13 +01:00
Tobias Geerinckx-Rice
4d5293d8c3 gparted: 0.24.0 -> 0.25.0
Key changes include:
- Add progress bar during additional ext2/3/4 and ntfs operations
- Enhance SWRaid member detection and file system clearing
- Always use blkid file system detection before libparted

See the Release Notes for more details:
https://sourceforge.net/projects/gparted/files/gparted/gparted-0.25.0/gparted-0.25.0-README.md/view
2016-01-21 16:10:36 +01:00
Tobias Geerinckx-Rice
1bd1aea84e Merge pull request #12113 from bnikolic/wcslib
wcslib: init at 4.25
2016-01-21 15:59:08 +01:00
Marius Bakke
889ebe6b28 bluez5: 5.36 -> 5.37 2016-01-21 14:39:52 +00:00
Ricardo M. Correia
194168b722 z3: 4.4.0 -> 4.4.1 2016-01-21 13:27:12 +01:00
Luca Bruno
439b56d5f0 Merge pull request #12506 from gilligan/update-nodejs-v5
nodejs: 5.1.1 -> 5.4.1
2016-01-21 12:48:39 +01:00
Vladimír Čunát
3317eef084 Merge #12414: qutebrowser: fix various things 2016-01-21 11:56:50 +01:00
Vladimír Čunát
97f4fa5196 gnome3*.epiphany: fix https when not running gnome-3
This (only) fixes the probem of not finding glib_networking,
not any certificate problems. Discussion: #12518.
2016-01-21 11:43:16 +01:00
Gabriel Ebner
d714963d1b metis-prover: 2.3.20160101 -> 2.3.20160102 2016-01-21 11:26:10 +01:00
Nikolay Amiantov
a98dfaa6b9 nix manual: add bundlerEnv.env and .wrapper items descriptions 2016-01-21 13:10:09 +03:00
Nikolay Amiantov
5b5e2c05c4 nixos/dovecot: add mail user and group 2016-01-21 12:53:26 +03:00
Nikolay Amiantov
b781cf1a12 nixos/dovecot: add sieveScripts support 2016-01-21 12:53:26 +03:00
Nikolay Amiantov
39bbac96af nixos/dovecot: symlink system-wide config and use it 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
70e77f9b53 nixos/dovecot: use new modules directory 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
94a43b41af nixos/dovecot: add dovecot package to modules, force proper dovecot version 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
b2b58642fe nixos/dovecot: add 'protocols' option 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
122929cda7 nixos/dovecot: use systemd's RuntimeDirectory instead of creating it by ourselves 2016-01-21 12:53:25 +03:00
Nikolay Amiantov
9c7b067c6a nixos/dovecot: create user/group only if they are default 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
d1a9c55d91 nixos/dovecot: add reload command 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
ec15cea84f dovecot_antispam: init at 20130429 2016-01-21 12:53:24 +03:00
Nikolay Amiantov
c956bc774b dovecot_pigeonhole: 0.4.3 -> 0.4.10 2016-01-21 12:53:21 +03:00
Nikolay Amiantov
cf1883f106 dovecot: default to 2.2 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
57234b97df dovecot22: specify sysconfdir to use system-wide config 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
cc0e255ab9 dovecot22: add options for building auth modules 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
97e3c42523 dovecot22: move modules dir to /etc 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
2e5b76ecc6 dovecot22: 2.2.19 -> 2.2.21 2016-01-21 12:50:03 +03:00
Nikolay Amiantov
9fe72b34ed nixos changelog: mention postfix changes 2016-01-21 12:48:30 +03:00
Nikolay Amiantov
15ea50733d nixos changelog: mention ejabberd fixes 2016-01-21 12:48:30 +03:00
Domen Kožar
91dd974d7c Merge pull request #12517 from kragniz/weechat-1.4
weechat: 1.3 -> 1.4
2016-01-21 10:37:58 +01:00
Tobias Pflug
a265c8a05d nodejs: 5.1.1 -> 5.4.1 2016-01-21 10:31:18 +01:00
Edward Tjörnhammar
3eb35b290d idea.idea-{community,ultimate}: 15.0.2 -> 15.0.3 2016-01-21 10:06:52 +01:00
Edward Tjörnhammar
4948bdadd6 nixos: ihaskell, wrong type restriction redacted 2016-01-21 10:02:39 +01:00
Frederik Rietdijk
33eccdc776 Merge pull request #12510 from vandenoever/lpod
lpod-python: 1.1.5 -> 1.1.7
2016-01-21 09:26:56 +01:00
Louis Taylor
fb30e5fccd weechat: 1.3 -> 1.4 2016-01-21 07:20:39 +00:00
Robin Gloster
abdd8a81eb Merge pull request #12513 from nckx/master
Update & fix Sphinx [PR for Travis testing]
2016-01-21 05:30:02 +01:00
Tobias Geerinckx-Rice
d561179789 pythonPackages.sphinx_1_2: disable checks
They would require keeping a pygments_2_0_2 branch around, just for
this outdated package. Doesn't seem worth it.
2016-01-21 04:11:59 +01:00
Tobias Geerinckx-Rice
9f6ca0fe15 pythonPackages.sphinx: fix tests with Pygments 2.1
Close #12511.
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice
67c487f243 pythonPackages.sphinx: 1.3.1 -> 1.3.4
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
aszlig
39a07cabe8 gpgme: Use fixed path for GnuPG binaries
By default, GPGME tries to search in $PATH for the gpg and gpgconf
binaries. This has the downside, that the library won't work by its own
and needs to have GnuPG in systemPackages or the user environment.

I've stumbled on this while working on one of the dependencies of
nixos-assimilate and nixpart (volume_key), where the testing environment
didn't come with GnuPG in $PATH and thus the tests have failed.

After testing this with a few programs using GPGME, I haven't found any
weird behavior in conjunction with the GnuPG agent.

However one possible implication could be that if the GnuPG used in
$PATH (and the config files in the user's home directory) should be
vastly incompatible, it could lead to failures.

In practice however, the GnuPG1/2 versions pretty much seem to stay
compatible within their major releases so it shouldn't pose a problem.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21 01:39:18 +01:00
Jos van den Oever
9ecc06dca5 lpod-python: 1.1.5 -> 1.1.7 2016-01-20 23:56:02 +01:00
Vladimír Čunát
313faf07ba brotli: init at 0.3.0 2016-01-20 22:50:26 +01:00
Bojan Nikolic
6271300819 wcslib: init at 5.12 2016-01-20 21:35:58 +00:00
Vladimír Čunát
34fe26d7c2 grsecurity: disable stuff depending on 4.2 kernel
... to avoid evaluation problems (4.2 was unmaintained and removed).
2016-01-20 21:22:59 +01:00
Tony White
722c616b8f ati-drivers: Restore opengl & direct rendering
- Removed a collision in the nix store
- Removed dependency on qt
- Fixed opengl and direct rendering by correcting some link paths
- Some code refactored in builder.sh
- Comments added/modified

This pull request fixes #11740 and I recommend that it be considered
as a hotfix for the stable channel due to the fact that opengl
and direct rendering are broken there too.
2016-01-20 19:51:52 +00:00
Arseniy Seroka
f01183ad9e Merge pull request #12499 from wandernauta/clion-1.2.4
idea.clion: 1.0.4 -> 1.2.4
2016-01-20 22:37:39 +03:00
Arseniy Seroka
cd6fc0ded2 Merge pull request #12503 from kamilchm/nim-update
nim: 0.11.2 -> 0.13.0
2016-01-20 22:37:31 +03:00
Vladimír Čunát
4824f73cb3 linux-4.2: remove as it's no longer maintained upstream
grsecurity still holds a reference to it,
but I prefer it to fail than to use a version
that is most likely not secure anymore.
2016-01-20 20:15:07 +01:00
Thomas Tuegel
32c30411cf emacsWithPackages: link packages into single load-path
This should provide a small speed improvement by avoiding having to set
hundreds of load-paths.
2016-01-20 12:53:11 -06:00
Thomas Tuegel
2b1024646b emacsWithPackages: defer loading package.el
Also stops duplicating load paths.
2016-01-20 12:43:21 -06:00
Thomas Tuegel
97e1258ded emacsWithPackages: use local variables correctly 2016-01-20 12:43:00 -06:00
Matthijs Steen
7f58e162bc guake: init at 0.8.3 (close #11027)
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
2016-01-20 19:33:48 +01:00
Kamil Chmielewski
c46625f98e nim: 0.11.2 -> 0.13.0 2016-01-20 17:48:45 +01:00
Pascal Wittmann
e6cc519856 Merge pull request #12497 from philandstuff/bump-ct-xjson-cluster-fix
certificate-transparency: 2015-11-27 -> 2016-01-14
2016-01-20 16:24:29 +01:00
Rok Garbas
b19d702b65 oraclejdk: 8u65, 8u66 -> 8u71, 8u72, fixes #12498 2016-01-20 16:10:36 +01:00
Pascal Wittmann
0c816a56f6 Merge pull request #12237 from Denommus/python-eve
python-eve framework
2016-01-20 15:28:37 +01:00
Damien Cassou
3a0b3fa6e8 Merge pull request #12428 from DamienCassou/eclipse-modular
Modularize Eclipse
2016-01-20 14:55:58 +01:00
Nikolay Amiantov
dd09d2357c postfix: fix etc/etc path 2016-01-20 16:42:07 +03:00
Peter Simons
23c5fbf7cb Use latest version of async when compiling with GHC 8.0.x. 2016-01-20 14:33:37 +01:00
Peter Simons
18916022e4 haskell-hspec: update overrides for LTS 4.2 2016-01-20 14:33:37 +01:00
Peter Simons
203579fb25 Add LTS Haskell 4.2. 2016-01-20 14:33:37 +01:00
Peter Simons
4e75d74aaf hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 4f74881496
  - Hackage: b70bc194ef
  - LTS Haskell: cf055c2754
  - Stackage Nightly: 3184791ff4
2016-01-20 14:33:18 +01:00
Wander Nauta
5e8e964794 idea.clion: 1.0.4 -> 1.2.4 2016-01-20 13:56:09 +01:00
Alexander V. Nikolaev
39bd9be5a9 postfix: use built-in set-permission tool to setup queue
Make top level /var/lib/postfix as root:root 0755

After generating custom configs in /var/lib/postfix/conf,
`postfix set-permissions` called, to perform all required tricks
related to queue handling (postfix use file mode bits to keep
some internal statuses, so `chmod -R` not recommended by authors,
see comments in $out/libexec/postfix/post-install for details)

Also post-install script was patched, to skip permission check/update
for files inside $out, as well as symlinks following to $NIX_STORE.

Config file `main.cf` extended with all default directory locations,
to prevent post-install script from guessing and overwrite them.

And finally all actions in activation script snippets performed
by postmap/postalias/postfix tools from current build, not random one
from paths.
2016-01-20 14:52:59 +02:00
Philip Potter
a11c1f8e39 certificate-transparency: 2015-11-27 -> 2016-01-14
Bump to latest master.  Among other things, this pulls in
google/certificate-transparency#1088 which fixes a problem with running
xjson-server in clustering mode.
2016-01-20 12:27:25 +00:00
Robin Gloster
da53f27a17 Merge pull request #12206 from mayflower/mopidy/https
mopidy: Fix fetching songs over HTTPS
2016-01-20 13:08:57 +01:00
Reno Reckling
b5c2587698 add id3lib easytag patch for proper unicode handling.
This patch is directly taken from easytag. id3lib is not maintained any longer
and the last release is 13 years old.
This patch fixes some unicode issues.
2016-01-20 13:08:28 +01:00
Robin Gloster
eac8cb1ce1 Merge pull request #11896 from mayflower/upstream-networkd
networkd: add IPForward IPMasquerade options,  DHCPServer section
2016-01-20 13:06:44 +01:00
Robin Gloster
5f8c3ffaca Merge pull request #12495 from exi/python-setproctitle
python-setproctitle: init at 1.1.9
2016-01-20 13:02:51 +01:00
Reno Reckling
2f6ef9aa6a python-setproctitle: init at 1.1.9 2016-01-20 13:01:04 +01:00
Vladimír Čunát
9763e6bf89 zeroad: fix 0ad.desktop after #12421 2016-01-20 11:28:13 +01:00
Rickard Nilsson
51c6383ebd nixos-rebuild: Build only the 'out' output of nix (not 'doc' and 'debug' too)
This fixes the failing NixOS installer tests.
2016-01-20 10:01:59 +01:00
Rickard Nilsson
fb2eae08d5 Revert "Revert "nixos-rebuild: Add option for building and/or deploying on a remote host""
This reverts commit 78be7f5a53.
2016-01-20 10:01:59 +01:00
Nathan Zadoks
23f5e3c90f linux: patch CVE-2016-0728 (close #12492)
The PoC provided successfully escalates privileges from a local user to
root. The vulnerability affects any Linux Kernel version 3.8 and higher.
http://perception-point.io/2016/01/14/analysis-and-exploitation-of-a-linux-kernel-vulnerability-cve-2016-0728/
2016-01-20 09:31:53 +01:00
Tobias Geerinckx-Rice
f1f2b87fdd snapper: various tweaks and fixes
Fix numerous configuration files referring to ‘/usr’ and ‘/lib’.

Some paths were still ending up in ‘/nix/store/.../nix/store/...’,
despite some well-intended hacks meant to avoid that. Replace them
with other hacks. It's all very fragile and ugly, so snapper should
feel right at home.

Oh, and `snapper create-config ~` still won't actually *do*
anything, because D-Bus (#12452). Use `--no-dbus` and add files
to ‘/etc’ as long as it complains.

Only fair that I help maintain this mess.
2016-01-20 09:21:44 +01:00
Tobias Geerinckx-Rice
72cd96a0e1 libpsl: list 2016-01-09 -> 2016-01-15 2016-01-20 09:21:44 +01:00
Vladimír Čunát
535b112038 imagemagick: add a more "reliable" mirror to fix #12493 2016-01-20 09:11:23 +01:00
Joachim Schiele
2a88417f03 nixos/doc: fix to: ~/.nix-defexpr wasn't created, fixes #6606 2016-01-20 04:59:16 +01:00
Rok Garbas
95db340fd0 ib-tws, ib-controller: init at 9542 and 2.14.0, fixes #8142 2016-01-20 04:42:30 +01:00
Rok Garbas
4f40a45426 oraclejdk8: 8u65 -> 8u72 2016-01-20 04:42:30 +01:00
Dan Peebles
48513dfb22 nodejs: remove unreferenced patchfile 2016-01-19 22:29:02 -05:00
Dan Peebles
5cb1e43fd6 nodejs-5: fix on darwin
Turns out the darwin-flavored patches aren't needed anymore.

Fixes #12305
2016-01-19 22:28:42 -05:00
Rommel M. Martinez
71fa828263 emem: 0.2.11 -> 0.2.12 2016-01-20 10:59:18 +08:00
Wei-Ming Yang
9d9cb9f087 softether: move package in SERVERS section, fixes #11576 2016-01-20 03:47:52 +01:00
Rick Yang
f8c3130e0f softether: Fixed problems with using systemd services 2016-01-20 03:47:33 +01:00
Peter Jones
5b8c871842 If container name is already unique, don't append "-0"
When using `--ensure-unique-name`, don't needlessly append `"-0"` if the
container name is already unique.

This is especially helpful with NixOps since when it deploys to a
container it uses `--ensure-unique-name`.  This means that the container
name will never match the deployment host due to the `"-0"`.  Having the
container name and the host name match isn't exactly a requirement, but
it's nice to have and a small change.
2016-01-20 03:46:19 +01:00
Rok Garbas
109ba4c861 nixos: add test for postgresql, fixes #11146 2016-01-20 03:42:59 +01:00
Rok Garbas
dd9bad4aa4 rubygems: 2.4.1 -> 2.4.8, fixes #8492 2016-01-20 03:36:36 +01:00
Rok Garbas
36fc03edb6 fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605
These environment variables allow using fetchgit with git:// URLs using
the SOCKS proxy technique described in 'Using Git with a SOCKS proxy':

  http://www.patthoyts.tk/blog/using-git-with-socks-proxy.html

Briefly, GIT_PROXY_COMMAND is set to a script which invokes connect[1],
which reads SOCKS_PROXY, which might be pointing to a local instance of
'ssh -D'.

[1] pkgs/tools/networking/connect
2016-01-20 02:18:22 +01:00
Guillaume Maudoux
f8ff4691ed linux-mptcp: init at 0.90 (kernel 3.18.20), fixes #11149 2016-01-20 02:11:09 +01:00
Mark Laws
1c393cbb3c gale service: fix permissions configuration, fixes #12457 2016-01-20 02:09:40 +01:00
Tobias Geerinckx-Rice
8da914cad4 minissdpd: 1.5 -> 1.5.20160119 2016-01-20 02:00:15 +01:00
Tuomas Tynkkynen
69ba6c1d30 mmc-utils: init at 2015-11-18, fixes #12489 2016-01-20 01:50:34 +01:00
Tobias Geerinckx-Rice
df29b0d23f nixos: fix evaluation
After commit 5e468b9, evaluation failed with:

  error: undefined variable ‘dnsExtensionMechanism’ at
  .../nixpkgs/nixos/modules/config/networking.nix:177:33
2016-01-20 01:19:03 +01:00
Rok Garbas
077f7ceaab pythonPackages.turses: disabled pypy and py3k builds 2016-01-20 00:28:41 +01:00
Rok Garbas
f75a122d24 pythonPackages: turses 0.2.23->0.3.1, tweepy 2.3.0->3.5.0, closes #12286 2016-01-20 00:20:36 +01:00
Anthony Cowley
d96893647d cc-wrapper: fix on darwin
The ld-wrapper.sh script calls `readlink` in some circumstances. We need
to ensure that this is the `readlink` from the `coreutils` package so
that flag support is as expected.

This is accomplished by explicitly setting PATH at the top of each shell
script.

Without doing this, the following happens with a trivial `main.c`:

```
nix-env -f "<nixpkgs>" -iA pkgs.clang
$ clang main.c -L /nix/../nix/store/2ankvagznq062x1gifpxwkk7fp3xwy63-xnu-2422.115.4/Library -o a.out
readlink: illegal option -- f
usage: readlink [-n] [file ...]
```

The key element is the `..` in the path supplied to the linker via a
`-L` flag. With this patch, the above invocation works correctly on
darwin, whose native `/usr/bin/readlink` does not support the `-f` flag.

The explicit path also ensures that the `grep` called by `cc-wrapper.sh`
is the one from Nix.

Fixes #6447
2016-01-19 17:47:11 -05:00
Nathan Zadoks
df82096af0 activation-script module: add environment.usrbinenv option 2016-01-19 23:29:48 +01:00
Eric Seidel
322a691377 emacs-packages: update diminish 0.44 -> 0.45 2016-01-19 14:16:35 -08:00
Arseniy Seroka
d1158d3b83 Merge pull request #12486 from LnL7/vim-youcompleteme-unix
vimPlugins.youcompleteme: enable on unix
2016-01-20 00:48:06 +03:00
Daiderd Jordan
465e965e38 vimPlugins.youcompleteme: enable on unix 2016-01-19 22:41:31 +01:00
Peter Simons
82b464820e Merge pull request #12473 from gleber/update-erlang-hex-packages
Erlang: update tooling and hex packages
2016-01-19 22:18:32 +01:00
Peter Simons
5e468b96b4 nixos: add 'networking.dnsExtensionMechanism' option to enable edns0 (for DNSSEC)
Set this option to 'true' (default: 'false') to enable extension mechanisms for
DNS (EDNS) in your local glibc resolver. This is required for supporting
DNSSEC, for example.

Implementation detail: the patch changes assignments to "resolv_conf_options"
to use "+=" instead of "=" to ensure that multiple users of that variable don't
overwrite each other. The generated config file is a shell script, after all,
so this should work fine.

Closes https://github.com/NixOS/nixpkgs/issues/12470.
2016-01-19 21:54:43 +01:00
Tobias Geerinckx-Rice
8871de95f5 fuze: remove dead package
Last maintained in 2013. Building fails due to vanished sources.
Upstream has the following to say:

  “As of February 11th 2015, Fuze will no longer support a native
   Linux-based client. This means that any customers attempting to
   install or use our previous Linux client will be unable to do
   so. There are currently no plans to create an updated version
   of the Linux client for Fuze. For Linux based customers that
   still wish to use Fuze, we recommend that you try our browser
   client.” -- https://support.fuze.com/hc/en-us/articles/201527877-Does-Fuze-Support-Linux-

Never marked as broken, but has been so for quite some time.
2016-01-19 21:36:23 +01:00
Tobias Geerinckx-Rice
94a47eeea1 debian_devscripts: 2.15.8 -> 2.15.10
Changes: http://metadata.ftp-master.debian.org/changelogs/main/d/devscripts/
2016-01-19 21:36:23 +01:00
Tobias Geerinckx-Rice
38c83e2916 pythonPackages.pygments: 2.0.2 -> 2.1
- Added lexers, styles, formatters.
- New "filename" option for HTML formatter (PR#527).
- Improved performance of the HTML formatter for long lines (PR#504).
- Updated autopygmentize script (PR#445).
- Fixed style inheritance for non-standard token types in HTML
  output.
- Added support for async/await to Python 3 lexer.
- Rewrote linenos option for TerminalFormatter (it's better, but
  slightly different output than before) (#1147).
- Javascript lexer now supports most of ES6 (#1100).
- Cocoa builtins updated for iOS 8.1 (PR#433).
- Combined BashSessionLexer and ShellSessionLexer, new version
  should support the prompt styles of either.
- Added option to pygmentize to show a full traceback on exceptions.
- Fixed incomplete output on Windows and Python 3 (e.g. when using
  iPython Notebook) (#1153).
- Allowed more traceback styles in Python console lexer (PR#253).
- Added decorators to TypeScript (PR#509).
- Fix highlighting of certain IRC logs formats (#1076).

More: https://bitbucket.org/birkenfeld/pygments-main/src/tip/CHANGES
2016-01-19 21:36:23 +01:00
Eelco Dolstra
ac0c49970b make-tarball.nix: Allow passing in a different Nix
Used by the Nix tests (9fff492561).
2016-01-19 21:28:53 +01:00
Robert Helgesson
b364428b4b perl-Software-License: 0.103010 -> 0.103011 2016-01-19 20:25:24 +01:00
Robert Helgesson
553ab970bd svtplay-dl: 0.20.2015.11.29 -> 0.30.2016.01.10 2016-01-19 20:20:19 +01:00
Joe Hermaszewski
319acb0af5 openimageio: 1.4.16 -> 1.6.9 2016-01-19 19:01:22 +00:00
Vladimír Čunát
a7ca9c2105 Revert "glib: fix compilation on SmartOS/Illumos (close #12477)"
This reverts commit 3f9ff30f6d.
Let's go without changing hash instead: e67717bc8d
2016-01-19 17:39:35 +01:00
Danny Wilson
e67717bc8d glib: fix compilation on SmartOS/Illumos (close #12479)
Recent illumos includes a linux-incompatible `inotify.h` header, which configure detects: compilation fails.
Also, a newer `dtrace` on SmartOS fails creating the probes ELF linkable object (with `dtrace -G`). Disable for now.

Remove old configure option `--disable-modular-tests`.
2016-01-19 17:38:44 +01:00
Ricardo M. Correia
d51204e8de zfs: 0.6.5.3 -> 0.6.5.4 2016-01-19 16:34:14 +01:00
Ricardo M. Correia
fe53cb56d9 spl: 0.6.5.3 -> 0.6.5.4 2016-01-19 16:34:14 +01:00
Danny Wilson
3f9ff30f6d glib: fix compilation on SmartOS/Illumos (close #12477)
Recent illumos includes a linux-incompatible `inotify.h` header, which configure detects: compilation fails.
Also, a newer `dtrace` on SmartOS fails creating the probes ELF linkable object (with `dtrace -G`). Disable for now.

Remove old configure option `--disable-modular-tests`.
2016-01-19 16:06:49 +01:00
Arseniy Seroka
5f767b2580 Merge pull request #12462 from wizeman/u/add-fstar
fstar: init at 2016-01-12
2016-01-19 16:41:44 +03:00
Gleb Peregud
73c8aa49e4 Update hex-packages.nix with hermetic rebar3.
This made some packages not build, because rebar3 tries to download
`rebar3_hex` for them.
2016-01-19 12:58:43 +01:00
Gleb Peregud
6dc5dc1068 rebar3-nix-bootstrap: 0.0.2 -> 0.0.3 2016-01-19 12:58:33 +01:00
Gleb Peregud
28fc526f16 Update Erlang hex.pm packages at 2016-01-19.
This is a first fully automatic build.
2016-01-19 12:36:52 +01:00
Vladimír Čunát
c860e27ef2 zeroad: do not build on Hydra
It should be possible to build binaries without data and then compose by
a wrapper, e.g. similarly to what simutrans does.
2016-01-19 12:16:18 +01:00
Franz Pletz
e8f3964ca5 Merge pull request #12464 from ericsagnes/pkgs/albert
albert: init at 0.8.0
2016-01-19 12:07:52 +01:00
Domen Kožar
9c571a98ed Merge pull request #10998 from andrewrynhard/master
Add help flag to nix-prefetch-git
2016-01-19 12:01:55 +01:00
Jascha Geerds
44d0d58c84 gnome3: 3.18.1 -> 3.18.2 2016-01-19 11:32:06 +01:00
Eelco Dolstra
e210fdd272 Merge pull request #12469 from domenkozar/fetchurl/executable
fetchurl: support executables
2016-01-19 11:27:13 +01:00
Domen Kožar
c7383cb34b fetchurl: support executables 2016-01-19 11:17:49 +01:00
Peter Simons
cdd07d166b uhc: the build is broken (and will be for the foreseeable future) 2016-01-19 11:10:29 +01:00
Rob Vermaas
ce2756f701 Fix nixops URL 2016-01-19 10:00:32 +00:00
Rob Vermaas
e775690e5c Fix nixops URL 2016-01-19 09:28:52 +00:00
Robin Gloster
9a499b9125 Merge pull request #12463 from ericsagnes/i3-module
i3 service: added i3status and dmenu dependency
2016-01-19 10:17:37 +01:00
Vladimír Čunát
315745094c Merge #11535: protobuf: 3.0.0-alpha-3.1 -> 3.0.0-beta-2 2016-01-19 08:25:44 +01:00
Vladimír Čunát
37598195e5 protobuf-3.0: enableParallelBuilding = true
Otherwise it takes quite a long time to build.
2016-01-19 08:24:55 +01:00
Tobias Geerinckx-Rice
f499c03ec0 snapper: add missing dependencies (chattr, lv*) 2016-01-19 02:04:18 +01:00
Tobias Geerinckx-Rice
33e2c9c29a dpkg: 1.18.2 -> 1.18.4 2016-01-19 02:04:18 +01:00
Tobias Geerinckx-Rice
593489b144 snapper: remove outdated (no-op) substitution 2016-01-19 02:04:18 +01:00
Ricardo M. Correia
097c82f6c5 fstar: init at 2016-01-12 2016-01-19 01:46:30 +01:00
Eric Sagnes
9f38c9a675 albert: init at 0.8.0 2016-01-19 09:41:21 +09:00
Eric Sagnes
0dd8e03308 i3 service: added i3status and dmenu dependency 2016-01-19 09:32:49 +09:00
Domen Kožar
3b381d37ee Merge pull request #5096 from aszlig/buildenv-check-collision-contents
buildEnv: Check the content of colliding paths.
2016-01-19 01:00:09 +01:00
Gleb Peregud
8d6dd873a9 rebar3-nix-bootstrap: 0.0.1 -> 0.0.2 2016-01-18 23:13:40 +01:00
Gleb Peregud
a7f7698e04 hex2nix: 0.0.2 -> 0.0.3 2016-01-18 23:13:40 +01:00
Thomas Tuegel
a79040f360 Merge pull request #12410 from ttuegel/emacs-packages
Emacs package updates
2016-01-18 15:35:29 -06:00
Thomas Tuegel
9dfd9fe0bf elpa2nix: fix packages with DOS line endings 2016-01-18 15:29:19 -06:00
Thomas Tuegel
decb5802c9 elpaBuild: factor out package installation
Building packages requires package-build.el from Melpa, but installing
packages only requires package.el. Packages from ELPA are already built,
so there is no need to involve package-build.el.
2016-01-18 15:29:19 -06:00
Thomas Tuegel
1724a07e2e melpaBuild: keep original source file names without hash 2016-01-18 15:29:19 -06:00
Thomas Tuegel
b81c8b9013 emacsPackagesNg: add note about elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel
001341f8c9 emacs-org-plus-contrib: use elpaBuild 2016-01-18 15:29:18 -06:00
Thomas Tuegel
e01a41aee1 emacs-auctex: 11.87.7 -> 11.89
Uses generated package from ELPA.
2016-01-18 15:29:18 -06:00
Thomas Tuegel
d40e9bed15 emacs-let-alist: use generated package 2016-01-18 15:29:17 -06:00
Thomas Tuegel
cd54d7af47 melpaBuild: don't download dependencies
Stop package.el from trying to download dependencies. It wouldn't work
anyway.
2016-01-18 15:29:17 -06:00
Thomas Tuegel
18251778c9 melpaBuild: don't guess archive file name
package-build can tell us exactly what the archive file name is, instead
of globbing for it.
2016-01-18 15:29:17 -06:00
Thomas Tuegel
4b2303b8c9 melpaBuild: get Emacs package name from recipe
When building a package from a Melpa recipe file, get the Emacs package
name from the recipe. Nix is more restrictive about packages names than
Emacs, so the Nix name for a package is sometimes different.
2016-01-18 15:29:16 -06:00
Thomas Tuegel
61436c90e2 emacsPackagesNg: prefer melpaStablePackages to elpaPackages
Both package sets are stable, but elpaPackages is an ad hoc set, so we
should prefer melpaStablePackages.
2016-01-18 15:29:16 -06:00
Thomas Tuegel
7c42f9a200 melpa-stable-packages 2016-01-18
The MELPA Stable package expressions are now generated in one file to
improve evaluation performance.
2016-01-18 15:29:10 -06:00
Thomas Tuegel
3bd6edf0e2 melpa-packages 2016-01-18
The MELPA package expressions are now generated in a single file to
improve evaluation performance.
2016-01-18 15:28:28 -06:00
Thomas Tuegel
93bd5a2c32 elpa-packages 2016-01-18
The ELPA package expressions are now generated as a single file to
improve evaluation performance.
2016-01-18 15:27:15 -06:00
Damien Cassou
61d7fde27c Merge pull request #12425 from DamienCassou/pharo-vm-no-conflict-v3
Refactor Pharo to allow co-installation of VMs
2016-01-18 20:40:30 +01:00
Arseniy Seroka
05fe3faced Merge pull request #12455 from mogorman/paho-mqtt
paho-mqtt: init at 1.1
2016-01-18 22:21:45 +03:00
Damien Cassou
d422861055 Refactor Pharo to allow co-installation of VMs 2016-01-18 20:14:19 +01:00
Matthew O'Gorman
34c1f87750 paho-mqtt: init at 1.1 2016-01-18 13:35:07 -05:00
Tobias Geerinckx-Rice
a07e5839af snapper: use autoreconfHook 2016-01-18 19:32:48 +01:00
Michael Raskin
c983078735 Merge pull request #12454 from otwieracz/pioneer
pioneer: nixpkg added
2016-01-18 18:20:09 +00:00
Gleb Peregud
940dfc238f Merge pull request #2 from ericbmerritt/erlang-improvements
rebar3: refactor to make hermetic
2016-01-18 19:17:36 +01:00
Tobias Geerinckx-Rice
6c2b00bcb2 Merge pull request #12452 from Profpatsch/snapper
snapper: 0.2.4 -> 0.2.8
2016-01-18 19:13:59 +01:00
Slawomir Gonet
2ad985f3ed pioneer: nixpkg added 2016-01-18 19:03:35 +01:00
Vladimír Čunát
4c1e9ffd12 gmock: refactor source 2016-01-18 18:45:03 +01:00
Nikolay Amiantov
148396c022 systemd service: add *.busname upstream units 2016-01-18 19:42:25 +03:00
Eric Merritt
8021b5241c rebar3: refactor to make hermetic
This adds changes to the rebar3 expression that patch rebar3 to force it
to be hermetic. Now, by default, rebar3 literally can't download
anything. A 'rebar3-open' expression was added for those folks whe want
the normal rebar3.
2016-01-18 08:19:15 -08:00
Profpatsch
9a1f430e53 snapper: 0.2.4 -> 0.2.8 2016-01-18 16:16:29 +01:00
Vladimír Čunát
b4052f0a1e vte: remove the forgotten patch 2016-01-18 16:03:56 +01:00
Rickard Nilsson
ce543ebf27 elasticsearch: Fix some startup warnings 2016-01-18 15:57:59 +01:00
Rickard Nilsson
d6f9f13512 bosun: Create ledisDir in pre-start script 2016-01-18 15:57:59 +01:00
Vladimír Čunát
45bf78373e termite: fix up the business with vte patching
I didn't see nice patches to apply,
so I exchanged the whole source (-> autoreconf).

/cc maintainer: k0ral. BTW, it's practical to have the maintainers attribute
match the github name exactly so that people know how to /cc you.
2016-01-18 15:57:41 +01:00
Franz Pletz
5160c8887e Merge pull request #12199 from jgillich/torbrowser-desktop
torbrowser: add .desktop file
2016-01-18 15:28:43 +01:00
Tobias Geerinckx-Rice
5cf03589a4 geolite-legacy 2016-01-11 -> 2016-01-18 2016-01-18 15:22:40 +01:00
Franz Pletz
501f9166b1 Merge pull request #12407 from jgillich/chats
xmpp-client, ricochet
2016-01-18 15:15:59 +01:00
Vladimír Čunát
72e6e6a483 tarball: fix evaluation of mdadm on darwin
It probably doesn't make any sense to have mdadm on darwin,
but we have to "fail in a right way".
2016-01-18 15:05:38 +01:00
Tobias Geerinckx-Rice
b9cc08c7c2 Merge pull request #12449 from nckx/update-vbox
virtualbox: 5.0.10 -> 5.0.12
2016-01-18 15:05:09 +01:00
Rob Vermaas
0cf5c65511 nixops: 1.3 -> 1.3.1 2016-01-18 13:56:28 +00:00
Jakob Gillich
87c3063d68 torbrowser: 5.0.6 -> 5.0.7, add desktop file 2016-01-18 14:47:33 +01:00
Tobias Geerinckx-Rice
9609eb8d10 btrfs-progs: 4.3.1 -> 4.4
Bugfixes:
- chunk recovery: fix floating point exception
- chunk recovery: endianity bugfix during rebuild
- mkfs with 64K pages and nodesize reported superblock checksum mismatch
- check: properly reset nlink of multi-linked file

Too many changes to list here. See:
https://btrfs.wiki.kernel.org/index.php/Changelog#By_version_.28btrfs-progs.29
2016-01-18 14:46:40 +01:00
Franz Pletz
ca3af3ce88 pythonPackages.frozendict: Remove duplicate declaration 2016-01-18 14:19:56 +01:00
Franz Pletz
55fc3acfcb Merge pull request #12159 from rasendubi/ycmd
ycmd: Init at 2016-01-12
2016-01-18 14:11:22 +01:00
Vladimír Čunát
9fc8766eaf telepathy-qt: fixup build with qt5
I only tested building with qt4, which turned out to be a mistake.
2016-01-18 12:25:27 +01:00
Robin Gloster
53b389327e refactor to use autoreconfHook where possible
Close #12446.
2016-01-18 10:45:31 +01:00
taku0
fba7544812 firefox-bin: wrap firefox-bin (close #12416) 2016-01-18 10:42:57 +01:00
Vladimír Čunát
1a4ab04e29 Merge branch 'staging'
There are some darwin failures
https://github.com/NixOS/nixpkgs/commit/a3dcb3051#commitcomment-15482351
but also pre-built libxml2 security fixes.
2016-01-18 10:02:48 +01:00
vbgl
877d9af793 Merge pull request #12451 from eduarrrd/photoqt
photoqt: fix breakage from qt infrastucture transition
2016-01-18 09:56:01 +01:00
Vladimír Čunát
620c147cce Merge branch 'master' into staging 2016-01-18 09:48:49 +01:00
vbgl
c23b0856fd Merge pull request #12064 from FlorentBecker/eliom42
Eliom42
2016-01-18 09:32:48 +01:00
Eduard Bachmakov
352ff0be29 protobuf: 3.0.0-alpha-3.1 -> 3.0.0-beta-2
Also split out gmock's source so that it can be copied into protobuf's
source. Hopefull this hack can be removed again once gmock is replaced
by gtest.

This does not include python bindings.
2016-01-18 00:43:21 -05:00
Tobias Geerinckx-Rice
3f10b2874f Merge pull request #12450 from eduarrrd/pshs
pshs: 0.2.6 -> 0.3
2016-01-18 04:55:25 +01:00
Eduard Bachmakov
0e55c43718 photoqt: fix breakage from qt infrastucture transition 2016-01-17 22:53:25 -05:00
Eduard Bachmakov
f3ae60295f pshs: 0.2.6 -> 0.3 2016-01-17 22:44:48 -05:00
Tobias Geerinckx-Rice
34dc7fe49f simple-scan: 3.19.3 -> 3.19.4 2016-01-18 04:26:09 +01:00
aszlig
011c149ed5 mdadm: Set allowedReferences to only include libc.
The updates we had in the past (7719f7f and 1faf610) broke the mdadm
installer test and systems in the wild using mdraid because newer mdadm
versions contained a self-referenc to its own store path.

Instead of putting a big warning about updating in the package
expression, let's just add allowedReferences so the build immediately
fails if there is a self-reference.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 04:21:16 +01:00
aszlig
5e227e6f1d mdadm: Clean up package expression.
Let's use makeFlags directly instead of stitching together a
makeFlagsArray in preBuild.

This should make the expression much more readable and clean.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 04:21:16 +01:00
aszlig
bcd31d0acb mdadm: 3.3 -> 3.3.4
Okay, this update is a bit more tricky and the patch I've included is
not very nice to be honest.

So the patch causes "mdadm --udev-rules" to search for the right store
path using /proc/self/exec. This has the disadvantage that we could end
up having /run/current-system/bin/mdadm in the rule file.

But on the other hand, when we're on NixOS, we don't need to use that
command *at*all*, so we should be safe.

The patch also sets BINDIR to /sbin, which causes the included rule and
systemd files to not work out of the box on NixOS. But we have a
substituteInPlace where we do rewrite /sbin/mdadm to the right store
path in our udev rule generator, so that shouldn't be an issue.

I've tested this using the mdraid installer test and it succeeded.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 04:21:15 +01:00
Tobias Geerinckx-Rice
b01b11c657 virtualbox: 5.0.10 -> 5.0.12
This is a maintenance release.
Changes: https://www.virtualbox.org/wiki/Changelog.
2016-01-18 03:57:09 +01:00
aszlig
bfb11fd030 buildEnv: Skip content check on ignoreCollisions.
Checking file contents is redundant in this case, because we will go
ahead anyway, regardless of whether the content is the same.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 03:56:09 +01:00
aszlig
4529ed1259 buildEnv: Check the content of colliding paths.
Originally wanted to include ignoreCollisions in cups-progs, but I think
it's better if we use ignoreCollisions only if there are _real_
collisions between files with different contents.

Of course, we also check whether the file permissions match, so you get
a collision if contents are the same but the permissions are different.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 03:54:22 +01:00
Tobias Geerinckx-Rice
48fad440f1 Merge pull request #12448 from jb55/terra-patch
terra: init at git-2016-01-06
2016-01-18 03:48:36 +01:00
aszlig
85dd89f6eb chromium: Remove myself from maintainers
Working on Chromium really drives me nuts due to its build time, also I
really don't have quite a lot of time these days to properly maintain it
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-18 03:35:28 +01:00
aszlig
38c77bb72c chromium: Do not rely on import-from-derivation
This has been introduced by me in 690a845 and discovered by @vcunat in
his comment over at:

690a845de9 (commitcomment-14209868)

It's really a bit ugly to have builds running during evaluation, but
back when I made that commit the reason was to avoid having to shell
quote the hell out of it (see the comment in mkPluginInfo for the
reason).

Now we propagate plugin flags and environment variables as a list of
arguments in a plain file that's appended verbatim to makeWrapper, so
it shouldn't do any builds anymore during instantiation.

I have tested this with both just WideVine and just Flash enabled as
well as both in combination and none of the plugins and the output seems
correct. However I didn't test to run Chromium with the new
implementation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Vladimír Čunát <vcunat@gmail.com>
2016-01-18 03:35:28 +01:00
Tobias Geerinckx-Rice
8b57eb8f17 tldr: use fetchFromGitHub; pkgconfig
pkgconfig is unrelated, but trivial (removes a harmless but
distracting error message) and doesn't warrant its own commit.
2016-01-18 03:04:56 +01:00
Tobias Geerinckx-Rice
907481aca8 hack-font: 2.018 -> 2.019 2016-01-18 02:51:17 +01:00
Tobias Geerinckx-Rice
ebad3ffeb4 tldr: 1.0 -> 1.1.0; maintain 2016-01-18 02:47:10 +01:00
Tobias Geerinckx-Rice
5db2412159 Merge pull request #12447 from gpyh/fix-android-build-tools
Renamed subdirectories in Android SKD's build-tools
2016-01-18 02:35:59 +01:00
William Casarin
e66965fdee terra: init at git-2016-01-06 2016-01-17 17:30:01 -08:00
Tobias Geerinckx-Rice
7f2d6d8ee6 ms-sys: correct licence 2016-01-18 01:41:57 +01:00
Tobias Geerinckx-Rice
f0cc8f9ec5 4suite: remove dead package
Project abandoned in 2006. Broken since June 2014.
2016-01-18 01:41:57 +01:00
Tobias Geerinckx-Rice
6f640acfba ms-sys: 2.5.1 -> 2.5.2; maintain
Changes:
  - Added german man page,
  - added support for Grub2 and Grub4Dos MBR,
  - added support for KolibriOS MBR and FAT32 boot record,
  - added support for ReactOS MBR, FAT32 and FAT16 BR,
  - added support for Rufus MBR,
  - added experimental support for large sectors ( > 512),
  - now possible to alter OEM ID of FAT and NTFS boot records.
  - now possible to alter Windows Disk Signature in MBR.
2016-01-18 01:41:57 +01:00
Tobias Geerinckx-Rice
837594fe6b Merge pull request #12363 from expipiplus1/llvm-enable-shared
llvm: Add enableSharedLibraries option to 3.5 and 3.6
2016-01-18 01:41:25 +01:00
Yacine Hmito
1d8313042d Renamed subdirectories in Android SKD's build-tools
Nix unzips the different components of the Android SDK one by one.
It followed the directory structure of complete packages released for
mainstream OS but the names of the directories in build-tools doesn't
match those.
As a result, some programs assuming the usual directory structure and
naming conventions broke (in my case it is a gradle plugin).
This is a fix. It may introduce a regression if some programs rely on
the current behavior.
2016-01-18 00:42:54 +01:00
Franz Pletz
0f107fcb67 3dfsb: Remove package
Package is broken, old and not easily fixable.

See #12397.
2016-01-17 23:57:23 +01:00
Robin Gloster
ba4b4752f2 racerRust: 1.0.0 -> 1.1.0 2016-01-17 22:05:25 +00:00
Robin Gloster
a80a07865d rustRegistry: 2015-12-23 -> 2016-01-17 2016-01-17 22:05:20 +00:00
Robin Gloster
cd11d91f0a jobs -> systemd.services
missed an override
2016-01-17 22:05:13 +00:00
Robin Gloster
1cdc7c556a Merge pull request #12445 from 4z3/urlwatch
urlwatch: 1.18 -> 2.0 incl. its new dependency minidb-2.0.1
2016-01-17 22:42:50 +01:00
Peter Simons
1ab1c7166b Merge pull request #12444 from erlang-nix/propagate-build-plugins
Erlang: Pass buildPlugins to rebar3-nix-bootstrap from buildRebar3
2016-01-17 22:36:11 +01:00
tv
180655290d urlwatch: 1.18 -> 2.0 2016-01-17 22:00:39 +01:00
Gleb Peregud
ed4373e8b7 Pass buildPlugins to rebar3-nix-bootstrap.
To successfully build rebar packages, it needs to be provided with
rebar3 plugins used to build it. This change passes them to env
variable. From there rebar3-nix-bootstrap takes them and symlinks into
_build/default/plugins.
2016-01-17 21:59:27 +01:00
tv
ceaec1a108 minidb: init at 2.0.1 2016-01-17 21:59:22 +01:00
Robin Gloster
101125d184 Merge pull request #12441 from k0ral/acpid
Add volume and cd events to acpid configuration
2016-01-17 21:57:58 +01:00
Tobias Geerinckx-Rice
0ef8fa011f sshuttle: 0.74 -> 0.76
And back to fetchurl we go:

  “LookupError: setuptools-scm was unable to detect version for
   '/tmp/nix-build-.../sshuttle-v0.76-src'. Make sure you're not
   using GitHub's tarballs (or similar ones), as those don't
   contain the necessary metadata. Use PyPI's tarballs instead.”
2016-01-17 21:52:36 +01:00
Domen Kožar
9e8eba48ab xorg.xorgserver: wrap Xvfb with required flags 2016-01-17 21:14:49 +01:00
Robin Gloster
4a0692a5fb types: remove references to new packageSet
Reverts part of a04a7272aa

packageSet is slated to be introduced in #11866 but currently causes
evalation errors.

/cc @ts468
2016-01-17 19:49:38 +00:00
Nikolay Amiantov
00eeae1179 gajim: add extraPythonPackages option
For exampole, this allows to add python-axolotl to PYTHONPATH,
which is needed for OMEMO OTR messaging plugin.
2016-01-17 22:24:14 +03:00
Nikolay Amiantov
49363a40ba python-axolotl: init at 0.1.7 2016-01-17 22:24:10 +03:00
Nikolay Amiantov
4d43687fc1 python-axolotl-curve25519: init at 0.1 2016-01-17 22:24:05 +03:00
Christopher Lübbemeier
ebd1a4ca9f spotify: 0.9.17.1 -> 1.0.19.106
changes by @globin:
used wrapper instead of propagatedUserEnvPkgs for zenity

closes #12191

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-17 19:18:32 +00:00
Pascal Wittmann
ff837f9288 Merge pull request #12443 from gebner/lean-ninja
lean: update and add wrapper for linja
2016-01-17 20:00:16 +01:00
Thomas Strobel
a04a7272aa Add missing 'type', 'defaultText' and 'literalExample' in module definitions
- add missing types in module definitions
- add missing 'defaultText' in module definitions
- wrap example with 'literalExample' where necessary in module definitions
2016-01-17 19:41:23 +01:00
Matthias Beyer
ae5ef2b009 pygraphviz: init at 1.3
changes by @globin:
1.2 -> 1.3
correct license information

Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-17 18:11:37 +00:00
Robin Gloster
656acf3719 mates: remove package
see #11926 for context

closes #11926
2016-01-17 18:11:08 +00:00
Mateusz Kowalczyk
2be0338ec3 Merge pull request #12329 from luke-clifton/gsasl-krb5
Bring in krb5 for darwin builds seeing as we use
2016-01-17 17:38:50 +00:00
rnhmjoj
641a951c61 i18n: Fix vconsole colorscheme generation
Close #12442.
abbradar: remove trailing spaces.
2016-01-17 20:24:45 +03:00
Robin Gloster
1dfdd01ec9 Merge pull request #11589 from kragniz/cookiecutter
Add cookiecutter
2016-01-17 17:57:55 +01:00
Louis Taylor
fb9052c098 cookiecutter: init at 1.3.0 2016-01-17 16:53:31 +00:00
Louis Taylor
b0ca115059 pythonPackages.chardet: update homepage 2016-01-17 16:31:28 +00:00
Louis Taylor
9fa25759cc pythonPackages.chardet: 2.1.1 -> 2.3.0 2016-01-17 16:31:22 +00:00
Louis Taylor
ff5c859460 pythonPackages.ruamel_base: init at 1.0.0 2016-01-17 16:31:17 +00:00
Louis Taylor
96bb93a5a1 pythonPackages.ruamel_ordereddict: init at 0.4.9 2016-01-17 16:31:10 +00:00
Louis Taylor
a5846c6c51 pythonPackages.ruamel_yaml: init at 0.10.13 2016-01-17 16:31:05 +00:00
Louis Taylor
d0db3c2d52 pythonPackages.future: 0.14.3 -> 0.15.2 2016-01-17 16:30:57 +00:00
Louis Taylor
84c8763a17 pythonPackages.whichcraft: init at 0.1.1 2016-01-17 16:30:52 +00:00
Louis Taylor
6f94a131e8 pythonPackages.binaryornot: init at 0.4.0 2016-01-17 16:30:42 +00:00
Robin Gloster
11468de4a1 Merge pull request #12421 from otwieracz/0ad_0.18_to_0.19
0ad: 0.18 -> 0.19
2016-01-17 16:55:24 +01:00
Arseniy Seroka
a69192df2b Merge pull request #12431 from henrytill/racket-6.3
racket: 6.2.1 -> 6.3, add parameter to enable building docs
2016-01-17 18:36:44 +03:00
Frederik Rietdijk
19c1c5dd78 Merge pull request #12434 from mogorman/sopel
sopel: init at 6.1.1
2016-01-17 16:20:44 +01:00
Matthew O'Gorman
3a14a5b375 sopel: init at 6.1.1 2016-01-17 10:13:06 -05:00
Pascal Wittmann
a0c40bfcff python-radicale: 1.0.1 -> 1.1.1 2016-01-17 14:56:12 +01:00
Slawomir Gonet
5dbf70b924 0ad: binary renamed from 'pyrogenesis' to '0ad' 2016-01-17 14:15:59 +01:00
Pascal Wittmann
67a61addf4 abduco: 0.4 -> 0.5 2016-01-17 14:06:42 +01:00
Nikolay Amiantov
03353ce6ff system-config-printer: 1.3.12 -> 1 5.7 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
47017474fd cupsd service: move root directory to /var/lib/cups 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
c311901810 cupsd service: don't allow overriding necessary configuration options 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
d93f866f55 cupsd service: add gutenprint support 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
8377b4e5d6 cupsd service: move all default drivers to the bindir directly 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
06865208e8 cupsd service: use cups-pk-helper is policykit is enabled 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
a8b3e686d0 gutenprint: 5.2.10 -> 5.2.11
Rework gutenprint derivation:

* Convert to regular stdenv.mkDerivation;
* Enable IJS driver;
* Fix cups-genppdupdate;
* Move things around to the proper directories;
* Enable parallel building;
* Clean from old hacks.
2016-01-17 15:50:40 +03:00
Nikolay Amiantov
fbd3ad83e5 gimp: enable parallel building 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
d34a72dfba libspectre: fix for ghostscript 9.18 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
eaaf988d45 cups_filters: 1.0.71 -> 1.5.0
Also wrap filters adding necessary utils to PATH and enable parallel building.
2016-01-17 15:50:40 +03:00
Nikolay Amiantov
a814e243b5 ghostscript: 9.15 -> 9.18 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
35e1f49545 cups: 2.0.4 -> 2.1.2
Also enable parallel building and don't install rc.d scripts.
2016-01-17 15:50:40 +03:00
Nikolay Amiantov
1967f19f7d qpdf: 5.1.3 -> 6.0.0 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
18b64f05c9 ijs: 9.16 -> 9.18 2016-01-17 15:50:40 +03:00
Nikolay Amiantov
8bc95895e1 openmpi: remove enableStatic while it's still hot
Eelco showed alternative way of building static libraries via
stdenv adapter in a conversation several days ago and expressed
concern about adding new enableStatic flags.
2016-01-17 15:07:51 +03:00
koral
9327982486 Add volume and cd events to acpid configuration 2016-01-17 13:04:54 +01:00
Pascal Wittmann
a3e7adf509 nixos/plex: fix service startup, see #12422 2016-01-17 13:01:42 +01:00
Domen Kožar
f69743b4b4 Merge pull request #11401 from zagy/add/shortuuid
pythonPackage shortuuid: init at 0.4.2
2016-01-17 13:01:16 +01:00
Domen Kožar
e16ed8c579 Merge pull request #12287 from abbradar/openmpi
openmpi: 1.6.5 -> 1.10.1
2016-01-17 12:59:05 +01:00
Domen Kožar
07dcea52e6 Merge pull request #12419 from avnik/rmilter+rspamd
Rmilter+rspamd packages and NixOS modules
2016-01-17 12:57:51 +01:00
Domen Kožar
2d681fdcf7 Merge pull request #12202 from thoughtpolice/nixos/tarsnap/sep-cachedirs
nixos: tarsnap - allow and document concurrent backups
2016-01-17 12:48:59 +01:00
Domen Kožar
64d305245d Merge pull request #12424 from k0ral/lemonbar
lemonbar: 1.1 -> 1.2pre
2016-01-17 12:46:29 +01:00
Domen Kožar
30cf0be24b Merge pull request #12440 from hrdinka/update/nginx-lua
nginxModules.lua: 0.9.19 -> 0.10.0
2016-01-17 12:45:59 +01:00
Peter Simons
f62bcff14d configuration-hackage2nix.yaml: update list of broken packages 2016-01-17 12:29:03 +01:00
Peter Simons
9815d92d91 haskell-generic-builder: GHC 8.0.x wants --disable-profiling instead of --disable-executable-profiling 2016-01-17 12:29:03 +01:00
Peter Simons
1c74ad9f04 haskell-transformers-compat: use latest version when building with GHC 8.0.x. 2016-01-17 12:29:02 +01:00
Peter Simons
d3d0978abf darcs: remove obsolete overrides 2016-01-17 12:29:02 +01:00
Peter Simons
1c4666409c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-9-geddefc2 using the following inputs:

  - Nixpkgs: 3a04b0b2d4
  - Hackage: e505b113f6
  - LTS Haskell: e72964a553
  - Stackage Nightly: 14a3a2d00e
2016-01-17 12:27:33 +01:00
Pascal Wittmann
57469df20b Merge pull request #12439 from k0ral/conky
conky: 1.10.0 -> 1.10.1
2016-01-17 11:54:34 +01:00
Vladimír Čunát
4a097fdc3f ffmpeg-2.2: remove this vulnerable branch
Upstream doesn't maintain it anymore and it's unused in nixpkgs.
/cc #12437.
2016-01-17 11:45:10 +01:00
Svein Ove Aas
0dc1bc4aee fgallery: 1.7 -> 1.8 2016-01-17 11:28:50 +01:00
Peter Simons
4f3b37969a Merge pull request #12438 from mboes/r-strict-barrier
R: add a new `enableStrictBarrier` package option.
2016-01-17 11:25:09 +01:00
koral
dd4dd8c87a conky: 1.10.0 -> 1.10.1 2016-01-17 11:22:10 +01:00
Mathieu Boespflug
545444cd19 R: add a new enableStrictBarrier package option.
This option compiles R with --enable-strict-barrier. Doing so is
enables extra memory diagnostics in R that very useful for debugging
memory leak or memory protections issues in extensions to R written in
C, or for any apps embedding R (e.g. Haskell aps embedding R via
HaskellR).
2016-01-17 11:09:05 +01:00
Domen Kožar
9dc768f308 Merge pull request #12397 from eduarrrd/3dfsb
3dfsb: mark as broken, remove self from maintainers
2016-01-17 11:02:42 +01:00
Vladimír Čunát
0b7e17e5a5 audacity: apply Arch patch to avoid vulnerable ffmpeg
Now it builds with the latest branch. /cc #12437.
2016-01-17 10:25:46 +01:00
Frederik Rietdijk
83ff34d08c Merge pull request #12369 from leenaars/lpod
lpod-python: init -> 1.1.5
2016-01-17 10:24:23 +01:00
Domen Kožar
ec71535c81 Merge pull request #12432 from kragniz/12405
pythonPackages.mezzanine: disable pypy
2016-01-17 10:10:02 +01:00
Vladimír Čunát
85628148de ffmpeg(-2.8): security update to fix #12437
2.8.5 is claimed to fix CVE-2016-{1897,1898}.
2016-01-17 09:56:32 +01:00
Gabriel Ebner
8a26d9b84f lean: add wrapper for linja 2016-01-17 09:29:18 +01:00
Gabriel Ebner
36c430de12 lean: 20150821 -> 20160117 2016-01-17 09:29:05 +01:00
Michiel Leenaars
889936791d lpod: init -> 1.1.5 2016-01-16 23:45:40 +01:00
Louis Taylor
5be28250cb pythonPackages.mezzanine: disable pypy
Closes #12405.
2016-01-16 21:17:38 +00:00
Domen Kožar
75284b09e1 Fix ISO building from a channel
Building config.system.build.isoImage would fail with the following
error using the channel:

  ln: failed to create symbolic link
'/nix/store/zz0hzi5imrg4927v6f8mv281qs6v6pbq-nixos-16.03pre69762.e916273/nixos/nixpkgs/.': File exists

The fix skips symlink as it already exists if the channel
nixpkgs copy is used.

Fixes #10367
2016-01-16 21:58:40 +01:00
Domen Kožar
36057827f6 requireFile: remove colon from the url for easier copy/paste 2016-01-16 21:58:40 +01:00
Henry Till
00f394e2a9 racket: 6.2.1 -> 6.3 2016-01-16 15:57:23 -05:00
Henry Till
6fc61a173e racket: add parameter to enable building docs 2016-01-16 15:57:02 -05:00
Arseniy Seroka
e20ec1b12b Merge pull request #12426 from womfoo/unrar
unrar: 5.2.7 -> 5.3.9
2016-01-16 23:11:45 +03:00
Arseniy Seroka
647cc4ff10 Merge pull request #12430 from LnL7/youcompleteme-python-path
vimPlugins.youcompleteme: patch default python path
2016-01-16 23:11:26 +03:00
Dan Peebles
edaf46fb64 stdenv-darwin: add parent attribute to bootstrap
This makes it far easier than before to hit/test early stages of the
stdenv bootstrap.
2016-01-16 14:54:11 -05:00
Nikolay Amiantov
de9634bba3 Merge pull request #11998 from abbradar/initrd-root
make-initrd: store all files with root as owner
2016-01-16 22:45:49 +03:00
Daiderd Jordan
ea5910a859 vimPlugins.youcompleteme: patch default python path 2016-01-16 20:21:47 +01:00
Peter Simons
fc32bc1963 Merge pull request #12429 from erlang-nix/fix-rebar3-nix-bootstrap-shebang
Make rebar3-nix-bootstrap depend on erlang.
2016-01-16 19:47:40 +01:00
Sander van der Burg
4fafd77f7e disnix: propagate ejabberd username to the activation module 2016-01-16 18:08:07 +00:00
Gleb Peregud
0692c6a96d Make rebar3-nix-bootstrap depend on erlang.
This fixes patchShebangs ability to properly fix up path to escript
binary.
2016-01-16 18:53:48 +01:00
Damien Cassou
6115684b73 Avoid CamelCase in filenames and add buildEclipse 2016-01-16 18:35:35 +01:00
Damien Cassou
351ae1bd24 Merge pull request #12427 from DamienCassou/launcher-0.2.9
pharo-launcher: 0.2.8 -> 0.2.9
2016-01-16 18:31:13 +01:00
Damien Cassou
6c6bf8790d pharo-launcher: 0.2.8 -> 0.2.9 2016-01-16 18:30:11 +01:00
Arseniy Seroka
5042e323be Merge pull request #12412 from eduarrrd/qtcreator
qtcreator: 3.5.1 -> 3.6.0
2016-01-16 19:52:55 +03:00
Peter Simons
3ec7fa20fb Improve GHC 8.0.x package set configuration. 2016-01-16 17:42:18 +01:00
Franz Pletz
cac1041ced Merge pull request #12328 from makefu/zsh-allow-override-history-defaults
programs.zsh: allow override of history defaults
2016-01-16 17:25:20 +01:00
makefu
ed83b8a61c programs.zsh: allow override of history defaults 2016-01-16 16:55:30 +01:00
Christoph Hrdinka
a3e3b76363 nginxModules.lua: 0.9.19 -> 0.10.0 2016-01-16 16:35:07 +01:00
Frederik Rietdijk
1d02daf9b0 Merge pull request #12423 from k0ral/aria2
aria2: 1.19.2 -> 1.19.3
2016-01-16 16:03:41 +01:00
koral
9ed9457846 lemonbar: 1.1 -> 1.2pre
'bar' has been officially renamed 'lemonbar'.
Last release (1.1) is almost a year old, but some bugfixes and new features are available in the repository, let's include them in the derivation.
2016-01-16 16:03:18 +01:00
Franz Pletz
1bac185dae openttd: Add OpenGFX, OpenSFX, OpenMSX
Closes #12400.
2016-01-16 15:58:09 +01:00
Frederik Rietdijk
b8a59b10c1 Merge pull request #12355 from FRidh/pyaudio
pythonPackages.pyaudio: 0.2.4 -> 0.2.9
2016-01-16 15:39:07 +01:00
koral
2077895251 aria2: 1.19.2 -> 1.19.3 2016-01-16 15:34:29 +01:00
Peter Simons
7824b8c330 Merge pull request #12409 from erlang-nix/master
Improvements for Erlang support in Nix
2016-01-16 15:25:06 +01:00
Slawomir Gonet
1e0434ebe0 0ad: 0.18 -> 0.19 2016-01-16 15:09:47 +01:00
Alexander V. Nikolaev
de8dea4821 nixos: add module for rmilter 2016-01-16 15:12:30 +02:00
Alexander V. Nikolaev
14926f08a3 nixos: Add module for rspamd 2016-01-16 15:11:36 +02:00
Alexander V. Nikolaev
480083922c rspamd: init at git-2016-01-11 2016-01-16 15:10:36 +02:00
Alexander V. Nikolaev
59f0090ded rmilter: init at 1.6.7 2016-01-16 15:10:36 +02:00
Pascal Wittmann
06d49bfba7 Merge pull request #12413 from kragniz/terminator-0.98
terminator: 0.97 -> 0.98
2016-01-16 13:51:32 +01:00
Frederik Rietdijk
fb3b08f9d8 Merge pull request #12417 from mkovacs/python-pyshp
pythonPackages.pyshp: init at 1.2.3
2016-01-16 11:17:30 +01:00
Mate Kovacs
60dcdac5c2 pythonPackages.pyshp: init at 1.2.3 2016-01-16 00:37:19 -08:00
Gabriel Ebner
c7e48a3eb8 libsoup: 2.50.0 -> 2.52.2 2016-01-16 08:51:38 +01:00
Gabriel Ebner
e8980608c6 glib-networking: 2.44.0 -> 2.46.1 2016-01-16 08:40:44 +01:00
Kranium Gikos Mendoza
0baa5abb9b unrar: 5.2.7 -> 5.3.9 2016-01-16 15:29:32 +08:00
Jakob Gillich
6a24c20744 ricochet: add desktop file, cleanups
closes #11979, #11974
2016-01-16 08:23:59 +01:00
Gabriel Ebner
23b3e6430e qutebrowser: 0.4.1 -> 0.5.0
Fixes #8568 by using the release tarballs.
2016-01-16 07:23:44 +01:00
Gabriel Ebner
dbd3a5ff20 qutebrowser: use correct plugin versions
Since PyQt uses Qt 5.5, we need to use the Qt plugins from 5.5 as well,
and gstreamer plugins from 1.0.
2016-01-16 07:23:44 +01:00
Tobias Geerinckx-Rice
4a860b8fbf copy-com: remove deprecated Nix-specific alias 2016-01-16 04:56:08 +01:00
Louis Taylor
b3eca61b55 terminator: 0.97 -> 0.98 2016-01-16 03:36:31 +00:00
aszlig
8f793ce6bb elfutils: Fix header compatibility with glibc 2.21
Regression introduced by df2b9b48cb.

This breaks the build for ltrace and other programs using libelf,
because the header file relies on features from glibc >= 2.22.

Here is an excerpt from the log output of the configure script from
ltrace:

In file included from ...elfutils-0.165/include/gelf.h:32:0,
                 from conftest.c:57:
...elfutils-0.165/include/libelf.h:280:8: error: unknown type name 'Elf32_Chdr'
 extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn);
        ^
...elfutils-0.165/include/libelf.h:281:8: error: unknown type name 'Elf64_Chdr'
 extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn);
        ^
In file included from conftest.c:57:0:
...elfutils-0.165/include/gelf.h:89:9: error: unknown type name 'Elf64_Chdr'
 typedef Elf64_Chdr GElf_Chdr;
         ^

The issue has been reported in the Debian bug tracker at
https://bugs.debian.org/810885 and I'm using the patch from Mark
Wielaard that has been posted there which adds compatibility for older
glibc versions.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-16 01:37:37 +01:00
Eduard Bachmakov
7a0dbbbe43 qtcreator: 3.5.1 -> 3.6.0 2016-01-15 19:19:42 -05:00
aszlig
5caa8ab55e nixos/tests/quake3: Don't quote +set arguments
With the new upstream Git version of ioquake3 introduced in 7fc7502, the
arguments to the quake3(server) binaries/wrappers may no longer be
passed as full single arguments (like "+set foo bar") but rather as
separate arguments (like "+set" "foo" "bar"), otherwise they will be
completely ignored.

Ran the x86_64-linux test on my machine and it now succeeds.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-16 01:13:36 +01:00
aszlig
c4de45b7ca nixos/tests/quake3: Fix eval due to unfree license
Regression introduced by 6b447a3c9b.

In this commit the Quake 3 demo data now have a meta attribute which
specifies the license as unfreeRedistributable.

While I haven't found anything official about that on the web, let's
just allow it to be used in the test because first of all, we have been
using it for a long time (since 2009, introduced in 497760b) and second,
because it will be quite some effort to rewrite the test with something
like OpenArena (particularily because we need coverage data and need to
use the ioquake3 version plus OpenArena-specific patches).

Tested evaluation on my local system, but the VM test still fails.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-16 01:13:02 +01:00
Evgeny Egorochkin
26f221d6b6 azure-cli: fix dependencies 2016-01-16 00:33:03 +02:00
Pascal Wittmann
df7139de36 hevea: 2.26 -> 2.28 2016-01-15 21:36:23 +01:00
Pascal Wittmann
edeaa7d26c linuxConsoleTools: 1.4.8 -> 1.4.9 2016-01-15 21:36:23 +01:00
Pascal Wittmann
5cee8ff809 calibre: 2.48.0 -> 2.49.0 2016-01-15 21:36:23 +01:00
Gleb Peregud
0b1fffb3f3 Merge pull request #1 from ericbmerritt/erlang-improvements
Erlang improvements
2016-01-15 20:49:36 +01:00
Peter Simons
623664daaa ghc-8.0.1: drop unused docbooc-related build inputs
The documentation is now built via Sphinx (todo).
2016-01-15 20:47:58 +01:00
Peter Simons
19e5ecfb49 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:

  - Nixpkgs: 65d4f18f9e
  - Hackage: 03c5ce2cbc
  - LTS Haskell: e72964a553
  - Stackage Nightly: 23478137ac
2016-01-15 20:47:58 +01:00
Arseniy Seroka
f845685128 Merge pull request #12394 from rasendubi/terminess
powerline-fonts: Install Terminus font
2016-01-15 22:45:34 +03:00
Simon Jagoe
42d4175e4e kernel: 4.1.13 -> 4.1.15 (close #12408) 2016-01-15 19:59:52 +01:00
Vladimír Čunát
340d3088aa telepathy-qt: finish the of fix parallel build
Recommended by upstream
https://bugs.freedesktop.org/show_bug.cgi?id=93707#c5
2016-01-15 19:55:06 +01:00
Louis Taylor
6309f48137 rkt: 0.14.0 -> 0.15.0 2016-01-15 18:09:58 +00:00
Robin Gloster
00b2e1f704 Merge pull request #11809 from mayflower/fix/libvirtd_service
libvirtd service: Move mutable configs to /var
2016-01-15 18:58:40 +01:00
Edward Tjörnhammar
d4f9220ed2 idea.idea14-community: init at 14.1.6 2016-01-15 18:21:45 +01:00
Edward Tjörnhammar
69c98f75e2 idea: unpin the common builder 2016-01-15 18:21:45 +01:00
Eric Merritt
24a9dcd12f rebar3: refactor
Move registrySnapshot to the erlang-nix github organization
2016-01-15 09:07:06 -08:00
Vladimír Čunát
dbfb717f55 telepathy-qt: tiny update 0.9.6 -> 0.9.6.1 2016-01-15 18:06:01 +01:00
Vladimír Čunát
cdb0db3f31 telepathy-qt: fix parallel build by upstream patch 2016-01-15 18:06:00 +01:00
Shea Levy
d9fa9b1a45 Add rt and perl packages it needs 2016-01-15 12:05:43 -05:00
aszlig
7e36514c90 nixos/postfix: Set type for extraConfig to "lines"
Regression introduced by 3891d3e654.

Merging multiple options with type "str" won't work and give an
evaluation error. For extra configuration lines in the Postfix config it
really should be "lines", especially because even the description
mentions "extra lines".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-15 17:57:09 +01:00
Frederik Rietdijk
e99005382e Merge pull request #12214 from FRidh/numpy
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-15 17:23:03 +01:00
Eric Merritt
e8933f6a4e webdriver: init at 0.0.0+build.18.7ceaf1f 2016-01-15 08:17:33 -08:00
Eric Merritt
acf4bfd585 erlang support: overridable allow installPhase
This commit allows the installPhase of buildRebar3 to be overridden by
the user.
2016-01-15 08:17:33 -08:00
Eric Merritt
6a493a2b43 erlang support: Add minimal documentation to nix
This commit adds some very minimial documentation to the Nix
manual. Hopefully, its enough to get someone started and serve as a
first footstep for future documentation writers
2016-01-15 08:17:33 -08:00
Eelco Dolstra
2fcee55e5f separateDebugInfo: Create symlinks matching original binaries
For instance, a binary like libfoo.so will cause a symlink
lib/debug/libfoo.so.debug -> .build-id/<build-ID>.debug to be
created. This is primarily useful for use with eu-addr2line, if you
know the name of a binary and the relative address, but not the build
ID.
2016-01-15 16:16:11 +01:00
Lluís Batlle i Rossell
5b20713041 inadyn: update to 1.99.15
It fixes a big bug about IP not getting updated.
https://github.com/troglobit/inadyn/issues/107
2016-01-15 16:14:40 +01:00
lethalman
2ba13aa534 Merge pull request #12301 from roblabla/feature-initMatrixSynapse
matrix-synapse: init at 0.12.0
2016-01-15 16:07:14 +01:00
Lluís Batlle i Rossell
4eb1e346c6 Improving the patch for mairix for mbox>2GB.
https://github.com/rc0/mairix/pull/19
2016-01-15 16:00:46 +01:00
roblabla
7e10bf4327 matrix-synapse: init at 0.12.0 2016-01-15 15:17:14 +01:00
Eelco Dolstra
df2b9b48cb elfutils: 163 -> 165
Also, install programs with the "eu-" prefix to prevent collisions
with binutils (as recommended by upstream), enable xz support, and
enable deterministic archives.
2016-01-15 15:01:13 +01:00
Tristan Helmich
bce59a1a8b libvirtd service: Move mutable configs to /var
Modifies libvirt package to search for configs in /var/lib and changes
libvirtd service to copy the default configs to the new location.

This enables the user to change e.g. the networking configuration with
virsh or virt-manager and keep those settings.
2016-01-15 14:26:20 +01:00
Vladimír Čunát
6607b72dc0 Revert "eigen: 3.2.5 -> 3.3-alpha1" to fix freecad
This reverts commit c8b9753882.
Fixes #12401. It wasn't intended to have "alpha" version as default.
2016-01-15 13:56:37 +01:00
Vladimír Čunát
2d0893088f Merge branch 'master' into staging 2016-01-15 13:43:57 +01:00
Vladimír Čunát
c29df5f8a7 firefox: fixup ${name} problems introduced in 2e78e19
Fixes #12403. I'm sorry for the problems. Thanks to @mdorman!
2016-01-15 13:32:36 +01:00
Nikolay Amiantov
26bd247921 Merge pull request #12404 from abbradar/steam-newlibcpp
Add options to use new libstdc++ on Steam
2016-01-15 15:13:00 +03:00
Nikolay Amiantov
f4d71737a8 steam: propagate runtime-wrapped flags for more convenient overrides 2016-01-15 15:01:55 +03:00
Nikolay Amiantov
9a07a8505e steam-runtime-wrapped: add optional override of libstdc++ 2016-01-15 15:01:55 +03:00
Domen Kožar
514a7f9e2e Merge pull request #12381 from FRidh/dyn
pythonPackages.dyn: init at 1.5.0
2016-01-15 12:21:06 +01:00
Franz Pletz
a25fc6e54d Merge pull request #12391 from rycee/bump/nethogs
nethogs: 0.8.1-git -> 0.8.1
2016-01-15 12:20:25 +01:00
Frederik Rietdijk
cdb38d5fdf Merge pull request #12367 from nlewo/master
ledger-autosync: init at 0.2.3
2016-01-15 12:04:57 +01:00
Eelco Dolstra
126d3e1449 Fix evaluation of "unstable" job
Commit 19f6edbfb8 made "unstable" depend
on some Darwin jobs, but these didn't exist because of the "= linux"
overrides in release.nix.
2016-01-15 11:46:49 +01:00
Antoine Eiche
9319129e58 ledger-autosync: init at 0.2.3 2016-01-15 11:19:34 +01:00
Vladimír Čunát
34fe0833c8 iozone: commit some forgotten fixups (/cc #12387) 2016-01-15 10:26:18 +01:00
Vladimír Čunát
c169718a6b git-bz: fix meta typo
Thanks to @heydojo.
2016-01-15 10:26:18 +01:00
Vincent Laporte
38226ea4c3 smtube: add missing build dependency 2016-01-15 10:04:06 +01:00
Vincent Laporte
32b8d31b3a gnumeric: 1.12.24 -> 1.12.26 2016-01-15 10:04:06 +01:00
Vincent Laporte
60e1740763 goffice: 0.10.24 -> 0.10.26 2016-01-15 10:04:06 +01:00
Svein Ove Aas
a28032ed58 iozone: init at 3.434 (close #12387)
vcunat amended some $out/share/ install paths.
2016-01-15 09:47:57 +01:00
Svein Ove Aas
6987f87832 maintainers: Add Baughn 2016-01-15 09:33:37 +01:00
Damien Cassou
0b4c7d42a8 pharo-vm: Refactor to introduce new VMs (close #12388)
The Pharo community now has a Spur VM: this VM is the only one to
open Pharo50 images.
2016-01-15 09:29:11 +01:00
Vladimír Čunát
98218971c2 Merge #12299: make firefox-like browsers wrapped by default 2016-01-15 08:53:58 +01:00
Vladimír Čunát
5fe68602cc release notes: document renames of firefox-like browsers 2016-01-15 08:37:02 +01:00
Vladimír Čunát
f50d80f627 makeDesktopItem: change name of the derivations
The name wasn't suggesting what kind of stuff is in there;
now it's the same as the name of the file that gets generated.
2016-01-15 08:37:02 +01:00
Vladimír Čunát
2e78e19de0 firefox: put "unwrapped" into its name
I'm not certain about this, so I'm trying for firefox only.
Rationale: it might be confusing to see two firefox-${version} instances
in logs or paths, so I wanted to differentiate them.
2016-01-15 08:36:22 +01:00
Vladimír Čunát
a8f1d40c1f all-packages: browserWrapper -> browser
- I chose to keep `browser-unwrapped` attributes so that it's much
  easier to override parameters for the browser (through `packageOverrides`).
- Aliases `browserWrapper` are retained for now, as usual.
2016-01-15 08:36:08 +01:00
Pascal Wittmann
3be1836e3d Merge pull request #12398 from eduarrrd/pianobar
pianobar: 2014.09.28 -> 2015.11.22
2016-01-15 07:45:54 +01:00
Tobias Geerinckx-Rice
d1440745c6 git-bz: meta: un-break; fix licence; maintain
CC @nbp (I assume it was abandoned years ago, apologies otherwise).
2016-01-15 05:31:47 +01:00
Tobias Geerinckx-Rice
36a68c8b6b git-bz: 3.20110902 -> 3.2015-09-08 2016-01-15 05:31:47 +01:00
Tobias Geerinckx-Rice
123065aa3d git-bz: use callPackage and canonical package name
Don't add a compatibility alias as this package was/is marked as
being broken anyway.
2016-01-15 05:31:47 +01:00
Eduard Bachmakov
f119de4b35 pianobar: 2014.09.28 -> 2015.11.22 2016-01-14 22:25:39 -05:00
Thomas Tuegel
c3ea981263 Merge pull request #12395 from eduarrrd/dfm
dfilemanager: update to git from 2016-01-10
2016-01-14 20:56:43 -06:00
Eduard Bachmakov
82abca9c9b 3dfsb: mark as broken, remove self from maintainers 2016-01-14 21:56:38 -05:00
Tobias Geerinckx-Rice
8c5ef127f4 simp_le: 20151207 -> 2016-01-09; co-maintain
CC maintainer @gebner.
2016-01-15 03:49:13 +01:00
Eduard Bachmakov
6e7362dc8f dfilemanager: update to git from 2016-01-10 2016-01-14 21:06:03 -05:00
Evgeny Egorochkin
dcd428db08 azure-cli: init at 0.9.13 2016-01-15 03:11:20 +02:00
Tobias Geerinckx-Rice
a52b238bab Merge pull request #12120 from benley/cdparanoia-darwin
cdparanoia: fix Darwin build
2016-01-15 00:56:06 +01:00
Franz Pletz
a224badfea Merge pull request #12373 from nathan7/docker-journald
docker: enable journald support
2016-01-15 00:54:55 +01:00
Alexey Shmalko
c37c8e1c00 ycmd: Init at 2016-01-12 2016-01-15 01:39:21 +02:00
Alexey Shmalko
3b1fe914b9 powerline-fonts: Install Terminus font
Patched Terminus font is neither .otf, nor .ttf so it wasn't installed
before.
2016-01-15 01:21:26 +02:00
Tobias Geerinckx-Rice
5876238d54 eid-mw: 4.1.11 -> 4.1.12 2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
d8fa7f7b06 miniupnpd 1.9.20151212 -> 1.9.20160113
Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
d1232049fb tkgate 2.x: remove dead package
Broken since April 2014. Homepage leads to an expired domain.
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
a8265ea458 maintainers: remove roelof
Inactive since April 2014. Vanished from GitHub. Unreachable.
2016-01-14 23:55:47 +01:00
Tobias Geerinckx-Rice
ad80ae008a cinnamon: remove dead packages
Broken since April 2014. Never more than a handful of basic
framework packages, had most of its work ahead of it.
Almost immediately abandoned, and the maintainer vanished.

Close #2132.
2016-01-14 23:55:47 +01:00
Eric Merritt
4ed5836dd3 hex2nix: init at 0.0.2 2016-01-14 14:38:10 -08:00
Eric Merritt
b1719f9fcc erlang support: Add 187 packages pulled from Hex
This commit adds 187 packages from Hex.pm and documents 100 more that
could not be imported for various reasons. The packages where generated
by hex2nix.
2016-01-14 14:37:56 -08:00
Eric Merritt
d541d0e640 erlang support: seperate hex and rebar3 support
Building Hex packages is a superset of building with rebar3. There is no
need to force folks that use rebar3 but not hex to build with hex. This
commit seperates the rebar3 specific bits and the hex specific bits into
seperate functions that can be used independently.
2016-01-14 14:37:35 -08:00
Eric Merritt
b509dadbf1 erlang support: remove broken buildErlang function
The buildErlang function is broken and and leads Engineers down a wrong
path. For vanilla erlang that doesn't user rebar3, its better to simply
use `stdenv.mkDerivation` along with a set setupHook then the existing
functionality.
2016-01-14 14:37:21 -08:00
Eric Merritt
10fd4dff99 erlang support: move hex packages to hex namespace
This commit moves all the hex based packages to a single namespace. It
also moves all the packages to a single file.  This is in preparation
for the move to a system to generate the hex packages from the hex
package store.
2016-01-14 14:37:07 -08:00
Eric Merritt
474e417891 erlang support: allow nix-shell to work correctly
This changes build-hex.nix so that the buildHex and related functions
work correctly in a nix-shell.
2016-01-14 14:36:47 -08:00
Eric Merritt
a0309d871c move callPackage into the export set for 'Erlang'
This allows us to have a callPackages that includes erlang packages
2016-01-14 14:35:03 -08:00
Eric Merritt
99bf9bf07a rebar3-nix-boostrap: init at 0.0.1 2016-01-14 14:34:47 -08:00
Robert Helgesson
b4f03263ec nethogs: 0.8.1-git -> 0.8.1
Also use fetchFromGitHub, use make flags instead of patching Makefile,
and add myself as maintainer since the package is unmaintained.
2016-01-14 20:49:20 +01:00
Robin Gloster
07f07f2d30 Merge pull request #12389 from jgillich/atom-1.4.0
atom: 1.3.3 -> 1.4.0
2016-01-14 17:42:32 +01:00
Lluís Batlle i Rossell
6401bb1795 mairix: add fix (patch) for big files. 2016-01-14 17:38:57 +01:00
Arseniy Seroka
be12086866 Merge pull request #12371 from otwieracz/master
ccl updated to 1.11
2016-01-14 19:01:32 +03:00
codsl
79cc97c637 ricochet: init at 1.1.1 2016-01-14 16:55:25 +01:00
codsl
7ff4973d79 xmpp-client: init at dc9d6be 2016-01-14 16:55:05 +01:00
codsl
5acaa993f3 maintainers: add myself 2016-01-14 16:54:57 +01:00
Franz Pletz
2d65772950 openssh: Disable roaming (security fix)
Fixes CVE-2016-0777 and CVE-0216-0778.

Closes #12385.
2016-01-14 16:40:27 +01:00
Jakob Gillich
1bb965f67b atom: 1.3.3 -> 1.4.0 2016-01-14 16:40:00 +01:00
Nathan Zadoks
9c9a5353f9 docker: enable journald support 2016-01-14 16:01:19 +01:00
Arseniy Seroka
0fa58f4e01 Merge pull request #12131 from steveeJ/rkt
fixup! rkt: align stage1 information with upstream source
2016-01-14 17:13:09 +03:00
Eelco Dolstra
22dde5d427 Merge pull request #12383 from nathan7/go-1.5.3
go: 1.5.2 -> 1.5.3 [urgent, security]
2016-01-14 15:02:27 +01:00
Nathan Zadoks
174221b744 go: 1.5.2 -> 1.5.3
This addresses CVE-2015-8618 (a vulnerability in math/big)
This issue can affect RSA computations in crypto/rsa, which is used by
crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA
private key due to this issue. Other protocol implementations that
create many RSA signatures could also be impacted in the same way.
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
2016-01-14 14:55:43 +01:00
Domen Kožar
622eb5f699 requireFile: use correct absolute path syntax 2016-01-14 14:13:58 +01:00
Arseniy Seroka
d432b4d70f Merge pull request #12377 from kragniz/ipfs-0.3.11
ipfs: 0.3.10 ->  0.3.11
2016-01-14 15:21:25 +03:00
Eelco Dolstra
320f1b4e3c nix: 1.11pre4345_b8258a4 -> 1.11pre4379_786046c 2016-01-14 13:20:49 +01:00
Domen Kožar
9c67ff9547 atom: 1.3.1 -> 1.3.3 2016-01-14 13:09:11 +01:00
Domen Kožar
8525936f80 nixos: Document "jobs" option removal 2016-01-14 13:08:56 +01:00
Jakob Gillich
c8b231a40c w3m: update to actively maintained debian repo
The official repository has last been updated in 2013,
meanwhile there are a lot of issues like non-existant
certificate verification. The debian repository is actively
maintained and already includes most of our custom patches,
so we use it instead.

Fixes #12257, closes #12259.

vcunat appended commit date to version.
2016-01-14 13:06:48 +01:00
Nikolay Amiantov
31b5070cce Merge pull request #12137 from abbradar/quake3
Updates and fixes for Quake 3
2016-01-14 14:42:01 +03:00
Nikolay Amiantov
5981fc4b6f quake3wrapper: split from quake3demo, make a function and fix multiple paks 2016-01-14 14:41:33 +03:00
Nikolay Amiantov
6b447a3c9b quake3demodata: split from point release, cleanup 2016-01-14 14:41:33 +03:00
Nikolay Amiantov
2852696c2e quake3pointrelease: init at 1.32b-3 2016-01-14 14:41:33 +03:00
Nikolay Amiantov
7fc7502db5 ioquake3: 1.36 -> 20151228
Renamed from `quake3game`
2016-01-14 14:41:33 +03:00
Svein Ove Aas
805d453bc2 nvidia: branch update 352.63 -> 358.16 (close #12272)
Tested & reviewed by vcunat:
- the patch seems not needed anymore,
- reflects changes in their build system
  ftp://download.nvidia.com/XFree86/packaging/linux/new-kbuild-for-355/README
2016-01-14 12:32:53 +01:00
Nikolay Amiantov
a81b396a2e teamviewer: 11.0.52520 -> 11.0.53191 2016-01-14 13:56:21 +03:00
Rob Vermaas
4e9575c314 Actually use openjdk8 binary build for x86_64-darwin.
(cherry picked from commit 73359a3cbe)
2016-01-14 10:32:17 +00:00
Vladimír Čunát
e534896c7d telepathy-qt: disable parallel make
http://hydra.nixos.org/build/30377457/nixlog/1/raw
https://bugs.freedesktop.org/show_bug.cgi?id=93707
2016-01-14 11:31:32 +01:00
Rob Vermaas
73359a3cbe Actually use openjdk8 binary build for x86_64-darwin. 2016-01-14 10:31:02 +00:00
Rob Vermaas
3da892a18e Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin.
(cherry picked from commit 5f3e33b8ec)
2016-01-14 10:29:18 +00:00
Rob Vermaas
5f3e33b8ec Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin. 2016-01-14 02:28:16 -08:00
Frederik Rietdijk
0ca4424471 Merge pull request #12366 from mogorman/platformio_2.7.1
platformio: 2.7 -> 2.7.1
2016-01-14 11:07:40 +01:00
Frederik Rietdijk
31c3d97fff pythonPackages.dyn: init at 1.5.0 2016-01-14 10:42:47 +01:00
lethalman
128777155d Merge pull request #12378 from heydojo/tigervnc
tigervnc: prevent nix store collision
2016-01-14 09:56:32 +01:00
lethalman
23d1012932 Merge pull request #12341 from drvink/gale-package
gale: init at 1.1happy
2016-01-14 09:56:00 +01:00
Louis Taylor
f917a7f908 source-code-pro: use fetchFromGitHub to fix hash
Fixes #12372, Close #12376.
2016-01-14 08:53:03 +01:00
Eric Sagnes
0eeda4e36f newsbeuter: patch memory leak (close #12374)
vcunat fixed the patch hash.
2016-01-14 08:48:03 +01:00
Slawomir Gonet
e056b66613 ccl: 1.10 -> 1.11 2016-01-14 08:33:23 +01:00
Tony White
3a4aa2a109 tigervnc: prevent nix store collison
- Prevent store collison with the xserver for two files
- Stop gcc from complaining at build time about C and CXX flags
- Enable parallel building for this expression
- Move to the new way of calling Xorg and it's dependencies
2016-01-14 06:31:30 +00:00
Louis Taylor
16782b7fc1 ipfs: 0.3.10 -> 0.3.11 2016-01-14 06:08:41 +00:00
Tobias Geerinckx-Rice
a1be498630 aircrack-ng: use canonical package name 2016-01-14 03:09:51 +01:00
Tobias Geerinckx-Rice
f290a6d026 aircrack-ng: fix description typo; co-maintain 2016-01-14 03:09:51 +01:00
Tobias Geerinckx-Rice
db658a6eb5 aircrack-ng: 1.2-beta3 -> 1.2-rc3 2016-01-14 03:09:51 +01:00
Jude Taylor
88f9fb7c21 build jailbreak-cabal on GHC 8.0.x 2016-01-13 14:06:53 -08:00
Jude Taylor
c6ad4841fd clean up GHC expressions 2016-01-13 12:04:18 -08:00
Jude Taylor
552207f5ef package GHC-8.0.1-rc1 2016-01-13 12:04:18 -08:00
Mark Laws
e7ba7fba01 gale: init at 1.1happy 2016-01-13 12:00:50 -08:00
Al Zohali
860d8c3a55 rt5677-firmware: init at 20160110 2016-01-13 22:43:19 +03:00
Al Zohali
d28eeb8ad4 maintainers: add zohl 2016-01-13 22:43:19 +03:00
Al Zohali
a3a5bc6095 linux_chromiumos_3_14: init at 3.14.0
Co-authored-by: Nikolay Amiantov <ab@fmap.me>
2016-01-13 22:43:19 +03:00
Al Zohali
ee9e7b7224 linux_chromiumos_3_18: init at 3.18.0
Co-authored-by: Nikolay Amiantov <ab@fmap.me>
2016-01-13 22:43:19 +03:00
Thomas Tuegel
c1df52d021 Merge pull request #12365 from ttuegel/emacs-packages
Don't recurseIntoAttrs on emacsPackagesNg
2016-01-13 12:58:00 -06:00
Nikolay Amiantov
f48d1f088d rpcbind: fix for libtiprc 1.0.1 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
9aca5edfdd grub4dos: 0.4.6a -> 0.4.6a-2015-12-31 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
957b09d61a android-udev-rules: 20151108 -> 20151209 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
1774cee91a crawl: 0.17.0 -> 0.17.1 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
ad735e76e7 vc: 1.0.0 -> 1.1.0 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
9aa961a299 rxvt_unicode: 9.20 -> 9.21 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
530ac7b17b cppzmq: 20150926 -> 20151203 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
ca4e0a483e libtirpc: 0.3.2 -> 1.0.1 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
0f516115a4 libbluray: 0.9.0 -> 0.9.2 2016-01-13 21:21:43 +03:00
Tobias Geerinckx-Rice
00b06e6d45 minissdpd: 1.4 -> 1.5 2016-01-13 19:16:14 +01:00
Matthew O'Gorman
007d1b41fc platformio: 2.7 -> 2.7.1 2016-01-13 12:48:15 -05:00
Thomas Tuegel
3a03a6dd60 build emacs24PackagesNg on Hydra
This is required now because we do not recurseIntoAttrs for
emacsPackagesNg. This has the side-effect of removing duplicate jobs.
2016-01-13 11:05:45 -06:00
Thomas Tuegel
f3b7101bbb emacs24PackagesNg: do not recurseIntoAttrs
Fixes #12353. The "emacs-" prefix on the package names interfered with
"nix-env -i" because package names starting with numerals were
interpreted as versions of the "emacs" package.
2016-01-13 11:03:07 -06:00
Thomas Tuegel
f094da5e0d Revert "melpa-packages.json: remove "2048-game" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353"
This reverts commit 625fe8164f.
2016-01-13 11:02:21 -06:00
Thomas Tuegel
3673ab7799 Revert "melpa-packages.json: remove "4clojure" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353"
This reverts commit 2f5e87a7bf.
2016-01-13 11:02:11 -06:00
Thomas Tuegel
3800c62d89 Revert "melpa-packages.json: remove "0blayout" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353"
This reverts commit 4f85afad5b.
2016-01-13 11:01:39 -06:00
Eelco Dolstra
f9d166350d Remove previous CryptX version 2016-01-13 17:36:28 +01:00
Joe Hermaszewski
9238521b1c llvm: Add enableSharedLibraries option to 3.5 and 3.6 2016-01-13 15:21:23 +00:00
Eelco Dolstra
3d3dec9acf Add Crypt::JWT 2016-01-13 16:17:00 +01:00
Nikolay Amiantov
0deb1c1e75 sddm: fix focus of the password field 2016-01-13 18:12:01 +03:00
lethalman
091c74b1c8 Merge pull request #12062 from mogorman/platformio
platformio: init at 2.7.0
2016-01-13 15:47:25 +01:00
Aleksey Kladov
98fcbb7151 yakuake: 2.9.8 -> 2.9.9 2016-01-13 17:46:47 +03:00
Nikolay Amiantov
b292e19fbd xserver service: wait for systemd-logind
This seems the right thing to do, and most likely has fixed the race condition
described at https://github.com/NixOS/nixpkgs/issues/12132#issuecomment-171284532
2016-01-13 17:31:23 +03:00
Jascha Geerds
4be51c84d5 gnome3_18: Update to latest patch release 2016-01-13 15:14:08 +01:00
lethalman
0140424918 Merge pull request #12013 from ctheune/submit/pkg-syncthing-update-0.12.10
syncthing: 0.12.9 -> 0.12.10
2016-01-13 15:11:05 +01:00
lethalman
b1d3c8b64f Merge pull request #12266 from zimbatm/pngcrush-1.7.92
Pngcrush updates
2016-01-13 14:48:36 +01:00
Luca Bruno
2b8b0b88e7 Revert "Revert "gnome3_18: add libgee_1""
This reverts commit a002367480.
2016-01-13 14:46:18 +01:00
Luca Bruno
4181e5ccae libgee: add missing libgee-1.nix file 2016-01-13 14:45:35 +01:00
Peter Simons
a002367480 Revert "gnome3_18: add libgee_1"
This reverts commit c5554597bd. The patch
is incomplete and breaks Nixpkgs evaluation.
2016-01-13 14:44:40 +01:00
Edward Tjörnhammar
cee61fd115 kodiPlugins.t0mm0-common: init at 0.0.1 2016-01-13 14:29:06 +01:00
Edward Tjörnhammar
32cd7228f6 kodiPlugins.urlresolver: init at 2.10.0 2016-01-13 14:29:06 +01:00
Edward Tjörnhammar
15821e1b69 kodiPlugins.salts: init at 1.0.98 2016-01-13 14:29:06 +01:00
lethalman
d5c1a750bf Merge pull request #12359 from hrdinka/update/qtpass
qtpass: 1.0.5 -> 1.0.6
2016-01-13 14:21:19 +01:00
lethalman
e1eea5ad7f Merge pull request #12360 from kragniz/powertop-v2.8
powertop: 2.7 -> 2.8
2016-01-13 14:18:52 +01:00
lethalman
8a98343919 Merge pull request #12356 from kragniz/gimp-2.8.16
gimp: 2.8.14 -> 2.8.16
2016-01-13 14:16:38 +01:00
Peter Simons
e4cc3703c0 Merge pull request #12107 from VShell/freenet
freenet: rewrite wrapper to not depend on PATH
2016-01-13 14:14:24 +01:00
Peter Simons
ae6fc4c5be Merge pull request #12293 from abbradar/postfix-updates
Rework postfix module and package
2016-01-13 14:12:50 +01:00
Shea Levy
b869146114 Merge branch 'kmod-22' of git://github.com/kragniz/nixpkgs 2016-01-13 08:11:33 -05:00
Nikolay Amiantov
5ad58df002 sddm: add QtQuick dependency to the wrapper 2016-01-13 16:01:36 +03:00
lethalman
1046a57f79 Merge pull request #12340 from dezgeg/pr-xfstests
xfstests: init at 2016-01-11
2016-01-13 14:01:11 +01:00
lethalman
db9ffb6dd4 Merge pull request #12343 from hrdinka/update/tigervnc
tigervnc: git-20150504 -> 1.6.0
2016-01-13 13:57:05 +01:00
Luca Bruno
c5554597bd gnome3_18: add libgee_1 2016-01-13 13:55:15 +01:00
Luca Bruno
27928a020a gnome3: default to gnome 3.18 2016-01-13 12:13:27 +00:00
Louis Taylor
6ac550a3e9 powertop: 2.7 -> 2.8
Removed patch, since an equivalent fix was made upstream and included in
the 2.8 release.
2016-01-13 12:06:33 +00:00
Christoph Hrdinka
f96a72dc04 qtpass: 1.0.5 -> 1.0.6 2016-01-13 13:02:03 +01:00
Nikolay Amiantov
dbac5951de pg_top: add license and platforms 2016-01-13 14:58:21 +03:00
Louis Taylor
2dd99b8abb kmod: 21 -> 22 2016-01-13 11:46:15 +00:00
Frederik Rietdijk
e45bd511f7 pythonPackages.pyaudio: 0.2.4 -> 0.2.9
Update python-pyaudio to the latest version.
buildPythonPackage is now used instead of mkDerivation.

pyaudio does not have an automated test suite but there are some
examples.
2016-01-13 12:08:33 +01:00
Louis Taylor
487a684bad gimp: 2.8.14 -> 2.8.16 2016-01-13 11:08:21 +00:00
Vladimír Čunát
3bcf8ae879 nixos manuals: bring back package references
This reverts most of 89e983786a, as those references are sanitized now.
Fixes #10039, at least most of it.

The `sane` case wasn't fixed, as it calls a *function* in pkgs to get
the default value.
2016-01-13 12:04:31 +01:00
Vladimír Čunát
b9f6dfe8c5 nixos manuals: allow displaying package references
The manuals are now evaluated with each derivation in `pkgs` (recursively)
replaced by a fake with path "\${pkgs.path.to.the.attribute}".
It isn't perfect, but it seems to cover a vast majority of use cases.
Caveat: even if the package is reached by a different means,
the path above will be shown and not e.g. `${config.services.foo.package}`.

As before, defaults created by `mkDefault` aren't displayed,
but documentation shouldn't (mostly) be a reason to use that anymore.

Note: t wouldn't be enough to just use `lib.mapAttrsRecursive`,
because derivations are also (special) attribute sets.
2016-01-13 12:03:18 +01:00
Sander van der Burg
6ea56a46fb titaniumsdk: bump to version 5.1.2 2016-01-13 10:49:34 +00:00
Nikolay Amiantov
255901152c Merge branch 'rustc-update' into staging
Closes #12304.
2016-01-13 13:48:31 +03:00
Nikolay Amiantov
d1ed30ac0d cargoUnstable: init at 2016-01-10 2016-01-13 13:48:24 +03:00
Nikolay Amiantov
cdb5f269e2 rustcMaster: 2015-12-09 -> 2016-01-10 2016-01-13 13:48:24 +03:00
Nikolay Amiantov
893f376587 rustRegistry: 2015-12-23 -> 2016-01-10 2016-01-13 13:48:24 +03:00
Nikolay Amiantov
d0e3cca04e tlp: add more shell script dependencies 2016-01-13 13:38:21 +03:00
Nikolay Amiantov
8a3aa73aca Merge pull request #12285 from abbradar/dspam
DSPAM spam filter and new NixOS module
2016-01-13 13:09:20 +03:00
Nikolay Amiantov
b4179c5612 nixos/dspam: add module 2016-01-13 13:08:55 +03:00
Nikolay Amiantov
f5835ce77f dspam: init at 3.10.2 2016-01-13 13:08:38 +03:00
Nikolay Amiantov
45ddd7f734 Merge pull request #12289 from abbradar/opendkim
Adopt OpenDKIM and add NixOS module
2016-01-13 13:08:08 +03:00
Nikolay Amiantov
f5efac09aa nixos/opendkim: add module 2016-01-13 13:07:46 +03:00
Nikolay Amiantov
1ea34520cd opendkim: adopt, cleanup and fix opendkim-genkey 2016-01-13 13:07:11 +03:00
Nikolay Amiantov
84817f8069 Merge pull request #12292 from abbradar/postsrsd
Add postsrsd daemon and NixOS module for it
2016-01-13 13:07:02 +03:00
Nikolay Amiantov
c51d08cf27 nixos/postsrsd: add module 2016-01-13 13:04:12 +03:00
Nikolay Amiantov
2053b3a32a postsrsd: init at 1.3 2016-01-13 13:03:07 +03:00
Arseniy Seroka
92a28dd4bb Merge pull request #12252 from svend/emacs-pdf-tools-fix-deps
emacs-pdf-tools: Move packages to packageRequires
2016-01-13 12:49:05 +03:00
lethalman
5b1d1a384a Merge pull request #11156 from lethalman/docker-image
Composable docker images with Nix
2016-01-13 10:48:36 +01:00
Arseniy Seroka
ebbf810644 Merge pull request #12349 from kragniz/redis-3.0.6
redis: 3.0.2 -> 3.0.6
2016-01-13 12:44:51 +03:00
Arseniy Seroka
3a52b5f5ec Merge pull request #12348 from puffnfresh/update/zeal
zeal: 0.1.1 -> 0.2.1
2016-01-13 12:44:20 +03:00
Arseniy Seroka
ac480aee45 Merge pull request #12342 from DavidCalvo/gtklick
gtklick: init at 0.6.4
2016-01-13 12:43:59 +03:00
Arseniy Seroka
979df25714 Merge pull request #12354 from kragniz/screenfetch-2015-01-13
screenfetch: 2015-04-20 -> 2016-01-13
2016-01-13 12:41:49 +03:00
Luca Bruno
4a4561ce24 dockerTools: nix functions for manipulating docker images 2016-01-13 10:27:37 +01:00
Peter Simons
a7468dd951 Merge pull request #12201 from otwieracz/master
utox, libutoxcore and filter_audio version bump
2016-01-13 10:14:25 +01:00
Peter Simons
7f21df9001 all-packages.nix: strip trailing white-space 2016-01-13 10:11:31 +01:00
Peter Simons
d83a10bc6c emacs-25: mark the pre-release as low-priority
This ensures that users running "nix-env -i emacs" will get the
release version.
2016-01-13 10:10:33 +01:00
Peter Simons
4f85afad5b melpa-packages.json: remove "0blayout" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353 2016-01-13 10:09:55 +01:00
Peter Simons
2f5e87a7bf melpa-packages.json: remove "4clojure" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353 2016-01-13 10:09:36 +01:00
Louis Taylor
1587e1e578 screenfetch: 2015-04-20 -> 2016-01-13
This brings in the all-important new NixOS logo.
2016-01-13 09:06:44 +00:00
Peter Simons
625fe8164f melpa-packages.json: remove "2048-game" to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/12353 2016-01-13 10:05:01 +01:00
Vladimír Čunát
cea8ee50c7 phantomjs2: fix evaluation and refactor
The error was due to the fact that with-introduced bindings have lower
priority and we do have `darwin` in scope already.

Fixes #12350. Closes #12351. (A slightly different fix.
I chose this to lower the risk of people re-introducing the mistake.)
2016-01-13 08:34:35 +01:00
Jude Taylor
e6a892bb55 phantomjs2: build on darwin 2016-01-12 21:52:49 -08:00
Louis Taylor
9516c065ba redis: 3.0.2 -> 3.0.6 2016-01-13 05:28:00 +00:00
Brian McKenna
3b62c8cdc8 zeal: 0.1.1 -> 0.2.1 2016-01-13 15:06:42 +11:00
Tobias Geerinckx-Rice
5904738557 regionset: 20030629 -> 0.2
Later version with cleaned-up code and a very basic man page.
2016-01-13 03:30:56 +01:00
Tobias Geerinckx-Rice
9888fbd8d2 gtk-gnutella: 1.0.1 -> 1.1.5
Still broken, though.
2016-01-13 03:30:56 +01:00
Tobias Geerinckx-Rice
f85b5c4c07 ntop: remove dead package
Broken since 2013. Discontinued. Use ntopng.
2016-01-13 03:30:56 +01:00
Shea Levy
44274f62f5 linux: Add 4.4 2016-01-12 19:39:00 -05:00
Jascha Geerds
0d79a33fb6 pycharm: 5.0.1 -> 5.0.3 2016-01-12 23:45:06 +01:00
David Calvo Ruiz
5c3a84fc89 gtklick: init at 0.6.4 2016-01-12 22:45:41 +01:00
David Calvo Ruiz
d445ee9f37 klick: init at 0.12.2 2016-01-12 22:45:40 +01:00
David Calvo Ruiz
d3dbedac50 pyliblo: init at 0.9.2 2016-01-12 22:45:39 +01:00
Moritz Ulrich
acf0952458 git-appraise: Init at 0.3. 2016-01-12 22:37:54 +01:00
Christoph Hrdinka
32a36e8a6a tigervnc: git-20150504 -> 1.6.0 2016-01-12 22:36:15 +01:00
Edward Tjörnhammar
376e842c22 kodiPlugins.svtplay: 4.0.18 -> 4.0.21 2016-01-12 22:09:31 +01:00
Edward Tjörnhammar
3a6c354094 i2pd: 2.2.0 -> 2.3.0 2016-01-12 22:09:31 +01:00
Slawomir Gonet
efeffdbdc0 qTox updated due to bug with A/V subsystem 2016-01-12 21:44:38 +01:00
Slawomir Gonet
8b7d28251a qtsvg dependency added for qtox 2016-01-12 21:44:38 +01:00
Slawomir Gonet
0d02182843 utox, libutoxcore and filter_audio version bump 2016-01-12 21:44:38 +01:00
Tuomas Tynkkynen
7a81d47023 xfstests: init at 2016-01-11 2016-01-12 21:57:22 +02:00
Ricardo M. Correia
e6cb9172ab Merge pull request #12337 from twhitehead/master
buildRustPackage.pkg-config: don't hardcode /nix/store, use $NIX_STORE
2016-01-12 20:28:42 +01:00
Thomas Tuegel
3eaca0b667 kde5.apps: 15.12.0 -> 15.12.1 2016-01-12 13:26:37 -06:00
Tyson Whitehead
5c89edbc3b buildRustPackage: don't hardcode /nix/store, use $NIX_STORE 2016-01-12 13:45:11 -05:00
goibhniu
022a05b07b Merge pull request #12169 from jgillich/pybitmessage
pybitmessage: init at 0.4.4
2016-01-12 19:07:01 +01:00
Sander van der Burg
23772ef0a2 ejabberd: make config parameter nullable, so that the default bundled config can be used if none is given 2016-01-12 17:12:47 +00:00
Arseniy Seroka
e8a66aa4f3 Merge pull request #12327 from kragniz/mpv-0.14.0
mpv: 0.12.0 -> 0.14.0
2016-01-12 20:07:57 +03:00
Arseniy Seroka
28bd6a0e22 Merge pull request #12334 from couchemar/elixir-1.2.0
elixir: 1.1.1 -> 1.2.0
2016-01-12 20:07:49 +03:00
Eelco Dolstra
eda93bb51f diffoscope: Ignore different link counts and inode change times
Nix does not canonicalize these, so ignore them to prevent lots of
spurious differences.
2016-01-12 17:01:13 +01:00
Oliver Charles
c311b228fc Merge pull request #12275 from mogorman/notmuch-addrlookup
notmuch-addrlookup: init at 7
2016-01-12 15:39:29 +00:00
Eelco Dolstra
1ecba0c1d7 diffoscope: 44 -> 45 2016-01-12 16:38:23 +01:00
Florent Becker
f5e731168b cohttp: 0.17.1 -> 0.19.3 2016-01-12 16:21:55 +01:00
Andrey Pavlov
9c2da8a296 elixir: 1.1.1 -> 1.2.0 2016-01-12 18:14:43 +03:00
Shea Levy
dbe94f2ec3 Merge branch 'swap-norestart' of git://github.com/abbradar/nixpkgs 2016-01-12 10:05:52 -05:00
Nikolay Amiantov
d3a19f1b8e nixos/postfix: backwards compatibility with /var/postfix 2016-01-12 18:01:27 +03:00
Nikolay Amiantov
be2b989842 postfix30: build with pcre, add database drivers support 2016-01-12 18:00:57 +03:00
Nikolay Amiantov
1edb62b40a nixos/postfix: add options to compile additional maps and aliases 2016-01-12 18:00:54 +03:00
Nikolay Amiantov
9c502abb1c nixos/postfix: use path instead of direct package mentions 2016-01-12 17:56:54 +03:00
Nikolay Amiantov
902dd35d47 nixos/postfix: move scripts to serviceConfig 2016-01-12 17:54:44 +03:00
Nikolay Amiantov
ef3102b27e nixos/postfix: move /var/postfix to /var/lib/postfix, fix access rights 2016-01-12 17:54:41 +03:00
Thomas Tuegel
d5c070283b kde5.kscreen: add missing runtime dependencies
Fixes #12331.
2016-01-12 08:53:06 -06:00
Sander van der Burg
b1d6e6a38b Fix running apache tomcat as a daemon 2016-01-12 14:32:22 +00:00
Nikolay Amiantov
9df07753ce swap service: don't restart mkswap.service on switches
Sadly, we can't instruct systemd to properly restart device-name.swap when this service restarts (or I haven't found the way to do so). As of now blindly restarting it would only get you a bunch of errors about device already used -- let's avoid it.
2016-01-12 17:27:21 +03:00
Nikolay Amiantov
4a9ad20a95 Revert "vde2: support static build"
This reverts commit fda6c0d3c7.
See ee6ca494d2
for related discussion.
2016-01-12 17:15:14 +03:00
Nikolay Amiantov
e9597ff555 Revert "libpcap: support static build"
This reverts commit ee6ca494d2.
2016-01-12 17:15:14 +03:00
Nikolay Amiantov
d65850e56f postfix30: split meta_directory from configuration, fix queue_directory and data_directory 2016-01-12 16:41:35 +03:00
Nikolay Amiantov
54bc19270b nixos/postfix: add users and groups only if needed, fix group name 2016-01-12 16:41:35 +03:00
Nikolay Amiantov
57c1d09857 postfix30: add patch to silence setuid-in-nix-store related warnings 2016-01-12 16:41:35 +03:00
Nikolay Amiantov
22fb0cb058 nixos/postfix: don't emit alias_maps config option if we don't have aliases set 2016-01-12 16:41:34 +03:00
Eelco Dolstra
bbfbadf327 diffoscope: Reduce closure size
This reduces diffoscope's closure size from 2470 MiB to 579 MiB by
leaving out some less crucial dependencies (like GHC and Free
Pascal). These can be re-enabled by turning on enableBloat.
2016-01-12 14:25:26 +01:00
Nikolay Amiantov
7bedf42435 pythonPackages.future: fix version 2016-01-12 15:07:49 +03:00
Nikolay Amiantov
fda6c0d3c7 vde2: support static build 2016-01-12 15:06:23 +03:00
Nikolay Amiantov
ee6ca494d2 libpcap: support static build 2016-01-12 15:06:15 +03:00
Nikolay Amiantov
8d4bc5c029 nixos/swap: fix stopping mkswap for encrypted device 2016-01-12 14:54:51 +03:00
Nikolay Amiantov
d82c0f9790 nixos/cdemu: use system kernel modules 2016-01-12 14:44:41 +03:00
Nikolay Amiantov
9124e9584b Merge pull request #11779 from abbradar/fhs-root
chroot-user: don't create new user namespace if we are root
2016-01-12 14:40:45 +03:00
Oliver Charles
6fd00586dd Merge pull request #12326 from womfoo/bluejeans
bluejeans: 2.100.102.8 -> 2.125.24.5
2016-01-12 11:31:54 +00:00
Eelco Dolstra
3fdf018f77 gnugrep: Disable tests
The test long-pattern-perf is timing sensitive, so it can fail
randomly based on load.

http://hydra.nixos.org/build/30265484
2016-01-12 12:06:41 +01:00
Domen Kožar
da1d9293f8 Merge pull request #12269 from zimbatm/sshuttle-0.73
sshuttle: 0.71 -> 0.73
2016-01-12 11:57:25 +01:00
Domen Kožar
7fe7138968 nixos: fix acme service @abbradar 2016-01-12 11:50:34 +01:00
Vladimír Čunát
ab346fd1bb mesa drivers: revert back to llvm-3.6 for now
/cc #11367, #11467.
Only the drivers are overridden for now to avoid a mass rebuild.
2016-01-12 11:21:28 +01:00
Peter Simons
8e70d65652 haskell-cabal-helper: drop obsolete override
Tests are now being disabled by hackage2nix.
2016-01-12 11:02:51 +01:00
Peter Simons
c8da4cf7af configuration-hackage2nix.yaml: update list of broken builds 2016-01-12 11:02:51 +01:00
Peter Simons
43f1de91f8 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:

  - Nixpkgs: 7cbc1f27d4
  - Hackage: dfdbb526ed
  - LTS Haskell: e72964a553
  - Stackage Nightly: a9df6f5b32
2016-01-12 11:02:43 +01:00
Luke Clifton
8da514d726 Bring in krb5 for darwin builds seeing as we use 2016-01-12 21:00:33 +11:00
Louis Taylor
010724bc6f mpv: 0.12.0 -> 0.14.0 2016-01-12 07:02:11 +00:00
Kranium Gikos Mendoza
ae6686441e bluejeans: 2.100.102.8 -> 2.125.24.5 2016-01-12 12:31:13 +08:00
Tobias Geerinckx-Rice
3b0dc7b2d7 zotero: remove unused firefox-bin fork
Dead code since 3d919a002d.
2016-01-12 03:08:10 +01:00
Tobias Geerinckx-Rice
b021d9aacf metaEnvironment: remove dead packages
Broken since 2013. Upstream is dead.
2016-01-12 03:08:10 +01:00
Tobias Geerinckx-Rice
464f327aa6 Move some excess description to longDescription 2016-01-12 03:08:10 +01:00
Jakob Gillich
a8f526432c pybitmessage: init at 0.4.4 2016-01-12 02:43:00 +01:00
John Wiegley
14c8a6f32d emacs24Macport: Further cleanups, remove old code 2016-01-11 14:31:03 -08:00
John Wiegley
b7ff0301d6 emacs24Macport: change expressions to better match emacs24 2016-01-11 12:55:48 -08:00
John Wiegley
fdc69f2e8f emacs24: Add jwiegley as a maintainer 2016-01-11 12:55:48 -08:00
Edward Tjörnhammar
56fdc71013 idea: restrict packages to oraclejdk8 2016-01-11 21:24:31 +01:00
Edward Tjörnhammar
b444fe98a5 python33Packages.acd_cli: restrict package to python33 2016-01-11 21:23:01 +01:00
Domen Kožar
5c2c881c57 pypy: parallel build improvements, remove some patching
incorporates http://paste.pound-python.org/show/oFyMaSSzvb07lenWYmAK/
from NixCon sprints
2016-01-11 20:42:00 +01:00
Corbin Simpson
da698fd9da pypy: add some required build inputs and disable some unsafe tests
I had to disable another networking-centric test suite; it was trying to make
unapproved phone calls.
2016-01-11 20:42:00 +01:00
Tobias Geerinckx-Rice
685b2ebb60 xdelta: add longDescription 2016-01-11 20:34:36 +01:00
Tobias Geerinckx-Rice
6aa786d1d6 xdeltaUnstable: init at 3.1.0
This will eventually become the new stable branch (as unstable ones
are wont to do), but is worth having if you want to patch yesterday's
‘large’ files today, or need to apply patches already created with it.

“First release of the 3.1.x series. This is taken from the
"64bithash" branch.

- Adds support for -B values greater than 2GB, enabled by
  -DXD3_USE_LARGESIZET=1 variable. [Enabled in nixpkgs.]
- Adds new performance and speed regression test, written in #Golang.
  [Not enabled in nixpkgs.]

When compiled for large sizes, xdelta3 uses a 64bit checksum function.
This impacts both compression and speed.

Relative to 3.0.11, the new branch is currently 3-5% slower and
has 1-2% worse compression. Performance will be addressed in
future 3.1.x releases.”
2016-01-11 20:34:36 +01:00
John Wiegley
823f797c26 emacs24Macport: 5.13 -> 5.15 2016-01-11 11:33:32 -08:00
Tobias Geerinckx-Rice
5e9b49dd53 xdelta: add lzmaSupport; enable by default 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice
83289318f0 xdelta: 3.0.10 -> 3.0.11 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice
64d15ab844 libpsl: list 2016-01-04 -> 2016-01-09 2016-01-11 18:35:50 +01:00
Tobias Geerinckx-Rice
ba915f533c Merge pull request #12321 from aherrmann/pr_gnuplot_startup
gnuplot: Improve startup performance
2016-01-11 17:59:52 +01:00
Thomas Tuegel
ee9186c4d8 Merge branch 'emacs-packages' 2016-01-11 09:47:52 -06:00
Thomas Tuegel
5f81792265 emacsPackagesNg.elpaPackages: state reason for broken packages 2016-01-11 09:47:22 -06:00
Thomas Tuegel
d6995049d3 emacsPackagesNg.elpaPackages.ergoemacs-mode: unmark broken 2016-01-11 09:46:47 -06:00
Thomas Tuegel
49aa382f87 emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5
This removes the hand-written expression.
2016-01-11 09:45:50 -06:00
Thomas Tuegel
35bad9465f emacsPackagesNg.elpaPackages: un-break some packages 2016-01-11 09:45:19 -06:00
Pascal Wittmann
e3bba66347 Merge pull request #12311 from erikryb/master
rofi: 0.15.10 -> 0.15.12
2016-01-11 16:26:03 +01:00
Andreas Herrmann
79e145a970 gnuplot: Improve startup performance
Before executing the gnuplot executable the environment variable `GDFONTPATH`
is populated with a list of font directories, which is obtained from `fc-list`.
In that process we iterated over each line and called `dirname` on it, which
introduces a performance hit for loading and executing the external executable
`dirname` every time.

The new version avoids the loop.

The author of this patch measured a 42 fold performance improvement:

old version:

    $ time ./gnuplot_old/bin/gnuplot -e ''
    real    0m3.828s
    user    0m0.392s
    sys     0m0.465s

new version:

    $ time ./gnuplot_new2/bin/gnuplot -e ''
    real    0m0.091s
    user    0m0.112s
    sys     0m0.014s

The correctness of the value of `GDFONTPATH` was confirmed with the following
command and comparing its output between versions:

    $ gnuplot -e 'print system("echo $GDFONTPATH")'
2016-01-11 15:37:07 +01:00
Jascha Geerds
95d6a61f18 tox: 1.8.1 -> 2.3.1 2016-01-11 15:03:02 +01:00
Jascha Geerds
c2224b8c0e pluggy: init at 0.3.1 2016-01-11 15:03:02 +01:00
Tobias Geerinckx-Rice
15f6633210 geolite-legacy 2016-01-06 -> 2016-01-11 2016-01-11 14:22:32 +01:00
Thomas Tuegel
faae09f629 Merge pull request #12320 from mdorman/elpa-updates
beacon, bug-hunter: un-mark broken
2016-01-11 06:22:14 -06:00
zimbatm
573ec2d9ae sshuttle: 0.71 -> 0.74
the tags are now in a different form

sshuttle is now a real python package
2016-01-11 11:58:04 +00:00
Tobias Geerinckx-Rice
c9a64aa94c Merge pull request #12316 from mkovacs/bump-pyglet
pythonPackages.pyglet: 1.1.2 -> 1.2.4
2016-01-11 12:09:36 +01:00
Peter Simons
1ec9144cad ghcjs: mark broken
Citing from http://hydra.cryp.to/build/1533084/log/raw:

    Configuring ghcjs-0.2.0...
    Setup: At least the following dependencies are missing:
    aeson >=0.7 && <0.10,
    haskell-src-exts ==1.16.*,
    optparse-applicative ==0.11.*,
    syb >=0.4 && <0.6

This issue has been present for a while now, and it's only gotten worse.
2016-01-11 12:06:03 +01:00
Michael Alan Dorman
c493d6e697 beacon, bug-hunter: un-mark broken
I am able to successfully build, install and invoke both packages
without problems.
2016-01-11 05:42:13 -05:00
Domen Kožar
7b0613d51e Revert "nixos/qemu-vm: Disable cache for $NIX_DISK_IMAGE"
This reverts commit 6353f580f9.

Unfortunately cache=none doesn't work with all filesystem options.

Hydra tests error out with: file system may not support O_DIRECT

See http://hydra.nixos.org/build/30323625/
2016-01-11 11:29:16 +01:00
Domen Kožar
0aa8b6fd1c Merge pull request #12317 from sleep/fix/ranger-add-dependency-file
ranger: fix, added file as a runtime dependency
2016-01-11 11:25:41 +01:00
goibhniu
6a9a704b75 Merge pull request #12319 from datakurre/datakurre-xkcdpass
xkcdpass: init at 1.4.2
2016-01-11 09:58:24 +01:00
Lluís Batlle i Rossell
1792ca5810 Increasing mmc possible partitions from 8 to 32.
In kernel common config. I have a modern tablet with 18 gpt partitions
on eMMC (Android+Win10 dualboot).
2016-01-11 09:27:58 +01:00
Asko Soukka
cf184179bd xkcdpass: init at 1.4.2 2016-01-11 09:37:12 +02:00
Sean Lee
3af6c86e7e ranger: added file as a runtime dependency 2016-01-11 02:18:28 -05:00
Pascal Wittmann
0d21ba2361 Merge pull request #12283 from abbradar/acme-allowgroup
nixos/acme: add allowKeysForGroup
2016-01-11 07:45:49 +01:00
Pascal Wittmann
009f944b9f Merge pull request #12315 from tlevine/trackpoint-typo
trackpoint: fix typo in trackpoint speed description
2016-01-11 07:44:52 +01:00
Mate Kovacs
074d1f2ffd pythonPackages.pyglet: 1.1.2 -> 1.2.4 2016-01-10 21:44:55 -08:00
Thomas Levine
2d6ebc9189 trackpoint: fix typo in configuration description
I fixed a typo in the description for hardware.trackpoint.speed.
2016-01-11 04:12:04 +00:00
Daniel Peebles
c3a1beeb9e Merge pull request #12314 from NeQuissimus/kernel433
kernel: 4.3.2 -> 4.3.3
2016-01-10 21:26:05 -05:00
Nikolay Amiantov
038241a761 ltunify: init at 20140331 2016-01-11 05:21:59 +03:00
Tim Steinbach
f318049964 kernel: 4.3.2 -> 4.3.3 2016-01-11 02:08:31 +00:00
zimbatm
93ddfbacd4 pngcrush: fixes compilation on darwin 2016-01-11 00:52:24 +00:00
Tobias Geerinckx-Rice
9e44faab97 latex2html: remove dead package
Broken since Aug 2015, but upstream has been dead for donkey's
years. Only dependent was systemtap. No reasonable way (or indeed
reason) to artificially keep this alive.

Aim for the head.
2016-01-11 01:41:54 +01:00
Tobias Geerinckx-Rice
fcb913b3a7 systemtap: remove dead package
Broken since 2013. Depends on equally broken latex2html.
Our version 1.2 is almost six years old; latest is 2.9.
And it's (still) no dtrace.
2016-01-11 01:41:54 +01:00
goibhniu
3a4d07e4d3 Merge pull request #11960 from rycee/add-desktop-items
Add desktop items for josm and gpsprune
2016-01-11 00:47:09 +01:00
goibhniu
d0f12c6b0f Merge pull request #12204 from odi/master
bump up version for pafy and mps-youtube
2016-01-11 00:40:52 +01:00
Erik Rybakken
d57164a39c rofi: 0.15.10 -> 0.15.12 2016-01-11 00:24:54 +01:00
goibhniu
ef038f4735 Merge pull request #12053 from jeaye/slrn-ssl
Add SSL support to slrn
2016-01-11 00:20:54 +01:00
Tobias Geerinckx-Rice
228774aaf5 wis_go7007: remove dead package & module
Broken since 2014, but basically a package from 2008 with no
upstream.
2016-01-11 00:16:01 +01:00
Tobias Geerinckx-Rice
521f903b80 xorgVideoUnichrome: remove dead package
Broken since 2013, upstream very dead.
2016-01-11 00:16:01 +01:00
goibhniu
8b8f864e48 Merge pull request #12103 from rick68/ostinato
Ostinato
2016-01-11 00:09:32 +01:00
goibhniu
3136bd49d8 Merge pull request #12110 from mogorman/inspectrum
inspectrum: init at 20160103
2016-01-11 00:06:47 +01:00
Bjørn Forsman
3d81213509 gnome-terminal: enable GNOME Shell search provider
Silly ./configure, it looks for dbus file from gnome-shell in the
installation tree of the package it is configuring. Fix by copying the
needed file from gnome-shell before ./configure is run.

This change makes gnome-shell a build time dependency (not runtime).
2016-01-10 22:27:24 +01:00
Aristid Breitkreuz
01eea878ad Merge pull request #12291 from abbradar/ejabberd
Update ejabberd, new NixOS module for it
2016-01-10 21:15:33 +01:00
Thomas Tuegel
521817fd76 Merge branch 'kde-frameworks-5.18' 2016-01-10 14:10:59 -06:00
Thomas Tuegel
f807f15942 kde5: remove kde-frameworks-5.17 2016-01-10 14:10:03 -06:00
Aristid Breitkreuz
6fc1c08324 Merge pull request #12143 from NeQuissimus/kernel440rc8
linux-testing: 4.4.0-rc7 -> 4.4.0-rc8
2016-01-10 21:07:46 +01:00
Aristid Breitkreuz
9c92faf370 Merge pull request #12133 from dwe11er/new-package/irqbalance
irqbalance: init at 1.1.0
2016-01-10 21:06:50 +01:00
Aristid Breitkreuz
5c7afe8159 Merge pull request #12207 from mayflower/mopidy/soundcloud-2.0.2
mopidy-soundcloud: 2.0.1 -> 2.0.2
2016-01-10 21:02:54 +01:00
Aristid Breitkreuz
bca9ecdd05 Merge pull request #12238 from bfrog/postgresql95
postgresql: 9.4 -> 9.5
2016-01-10 21:01:19 +01:00
Dan Peebles
a3dcb3051d apple-source-releases: bump many packages to 10.10.5
This also changes the versioning scheme to be in more "human-meaningful"
terms, so instead of the internal release numbers we talk about 10.10.5
or 10.9.5.
2016-01-10 14:53:44 -05:00
Aristid Breitkreuz
71de39c6a6 Merge pull request #12278 from lihop/init-dopy
dopy: init at 2016-01-04
2016-01-10 20:42:50 +01:00
Domen Kožar
28cb46e991 Merge pull request #12297 from FRidh/tqdm
pythonPackages.tqdm: disable tests due to transient failures
2016-01-10 20:30:22 +01:00
Pascal Wittmann
dfe65b6ef8 albatross: 1.7.3 -> 1.7.4 2016-01-10 20:10:50 +01:00
Leroy Hopson
c6a209403e dopy: init at 2016-01-04 2016-01-11 07:47:39 +13:00
Peter Simons
9c0fccc724 Add LTS Haskell 4.1. 2016-01-10 19:47:38 +01:00
Peter Simons
a05017cd6c haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash 2016-01-10 19:46:36 +01:00
Peter Simons
7fb70c2db9 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: fbf35cf17d
  - Hackage: 3e0920b425
  - LTS Haskell: e72964a553
  - Stackage Nightly: c0de8ca462
2016-01-10 19:46:28 +01:00
Nikolay Amiantov
d0510febe1 nixos/ejabberd: update service 2016-01-10 21:28:27 +03:00
Nikolay Amiantov
757857613a ejabberd: 2.1.13 -> 15.11 2016-01-10 21:28:27 +03:00
Tobias Geerinckx-Rice
4e66300411 radius: remove dead package
Broken since 2013. Untouched since its addition in 2010 (final
release was in 2008). Mailing list abandoned by upstream.
2016-01-10 19:14:31 +01:00
Tobias Geerinckx-Rice
7f885c82c3 go-ipfs: add a minimum of metadata
From go-packages.nix, one would think descriptions frowned-upon :-(
Licences should be mandatory as well.
2016-01-10 19:14:31 +01:00
Domen Kožar
82af770fa6 correctly fix 313fa2ebc6 2016-01-10 18:24:29 +01:00
Dan Peebles
a63fa339a5 cctools-port: bump to 877.5 2016-01-10 12:16:43 -05:00
Thomas Tuegel
ab16bbd0a4 kde5_latest.ktexteditor: update patches and dependencies
ktexteditor-5.18.0 needs its patches updated. An optional dependency on
`libgit2` was also added. `makeQtWrapper` was added to
`nativeBuildInputs` to set `XDG_DATA_DIRS` correctly.
2016-01-10 10:58:03 -06:00
Domen Kožar
78be7f5a53 Revert "nixos-rebuild: Add option for building and/or deploying on a remote host"
This reverts commit ca0c460406.

All the installer tests are failing due to this change. cc @rickynils
2016-01-10 17:50:50 +01:00
Domen Kožar
313fa2ebc6 nixos installer tests: use -A nix-env flag to prevent out of memory 2016-01-10 17:48:35 +01:00
Thomas Tuegel
67d63d24e0 kde5_latest.kdelibs4support: add missing kded dependency 2016-01-10 10:16:55 -06:00
Thomas Tuegel
d03a25c5ea kde5_latest.kpackage: update patches for 5.18.0 2016-01-10 09:43:23 -06:00
Mate Kovacs
7dba3bafba pythonPackages.pyopengl: 3.0.2 -> 3.1.0 (close #12124) 2016-01-10 16:14:21 +01:00
Thomas Tuegel
aaaf23f1e8 kde5_latest.frameworks: 5.17.0 -> 5.18.0 2016-01-10 09:09:40 -06:00
Thomas Tuegel
727a9ddea8 elpaPackages: remove outdated dash 2016-01-10 09:09:20 -06:00
Vladimír Čunát
95c1429e62 wrapFirefox: move out of all-packages.nix, change defaults
- I don't think that amount of code belonged into all-packages.nix.
- Now the default name of the wrapped package is identical
  with the command that runs the browser.
- Other defaults were changed according to how the wrapper is
  (almost always) used.
- `meta` is improved: mostly inherited with priority above
  the unwrapped package.
2016-01-10 15:08:00 +01:00
Arseniy Seroka
4a5bf88fde Merge pull request #12296 from hrdinka/add/communi
Add communi IRC client
2016-01-10 16:02:00 +03:00
Frederik Rietdijk
1237b165d8 pythonPackages.tqdm: disable tests because of to transient failures
Many transient failures in performance tests and due to use of sleep.
2016-01-10 13:51:58 +01:00
Christoph Hrdinka
5e38018959 communi: init at 2016-01-03 2016-01-10 13:31:36 +01:00
Christoph Hrdinka
4ad12e038a libcommuni: init at 2016-01-02 2016-01-10 13:31:31 +01:00
Arseniy Seroka
9ff5057b3e Merge pull request #12276 from Beauhurst/acmetiny
acme_tiny: init at f61f72c212cea27f388eb4a26ede0d65035bdb53
2016-01-10 14:49:56 +03:00
Robert Scott
258b3322af acme_tiny: init at 20151229 2016-01-10 11:35:19 +00:00
Vladimír Čunát
521ed1802f gst_all: add dashed-named aliases 2016-01-10 12:16:15 +01:00
Arseniy Seroka
9237faadbe Merge pull request #12282 from kragniz/ipfs-0.3.10
ipfs: 0.3.9 -> 0.3.10
2016-01-10 13:53:18 +03:00
vbgl
81996579a9 Merge pull request #12186 from FlorentBecker/pcre_buildOcaml
ocaml-pcre: use buildOcaml
2016-01-10 11:37:45 +01:00
Arseniy Seroka
4a0a0592db vimPlugins: move vim2nix into nixpkgs repo 2016-01-10 13:19:06 +03:00
Evgeny Egorochkin
ada9b3b666 azure-image: azure resource manager doesn't base64-encode custom data, unlike azure service manager 2016-01-10 11:35:44 +02:00
Evgeny Egorochkin
01130e502a systemd: backslashes are no longer allowed in script names 2016-01-10 11:31:38 +02:00
Evgeny Egorochkin
c6340022ba pythonPackages.azure-*: package the 1.* branch 2016-01-10 11:31:38 +02:00
Evgeny Egorochkin
3ea6982859 python.adal: init at 0.1.0 2016-01-10 11:31:38 +02:00
Vladimír Čunát
22184c4cfa release-notes: document $NIX_AUTO_RUN from #12000 2016-01-10 10:15:44 +01:00
Vladimír Čunát
513994da9d cyrus-sasl: only apply patch on FreeBSD to fix #12279
I noticed the breakage but forgot this patch in another branch.
https://github.com/NixOS/nixpkgs/pull/10816#issuecomment-168486249
2016-01-10 07:05:41 +01:00
Nikolay Amiantov
fea89d6bc3 openmpi: 1.6.5 -> 1.10.1 2016-01-10 07:32:36 +03:00
Nikolay Amiantov
c2b70e6147 easyrsa: 2.2.0 -> 3.0.0 2016-01-10 07:28:55 +03:00
Nikolay Amiantov
f92cec4c1b nixos/acme: add allowKeysForGroup 2016-01-10 07:28:19 +03:00
Nikolay Amiantov
75358ad0e7 bundlerEnv: add wrapper 2016-01-10 07:26:37 +03:00
Louis Taylor
b38db9c18d ipfs: 0.3.9 -> 0.3.10 2016-01-10 04:03:27 +00:00
Nikolay Amiantov
3891d3e654 nixos/postfix: add types 2016-01-10 06:07:38 +03:00
Nikolay Amiantov
ded1a55b8d substituteAllFiles: support postInstall 2016-01-10 06:03:26 +03:00
Nikolay Amiantov
828a7f99fd pamtester: init at 0.1.2 2016-01-10 06:03:21 +03:00
Nikolay Amiantov
ba56bbf08d pythonPackages.requests_oauthlib: fix version 2016-01-10 06:03:04 +03:00
Nikolay Amiantov
c0f72cfe33 opusfile: add platforms, cleanup 2016-01-10 06:02:50 +03:00
Nikolay Amiantov
16308a0cb3 all-packages: sort several packages 2016-01-10 06:02:10 +03:00
Nikolay Amiantov
fb6b4a43c5 lgogdownloader: 2.24 -> 2.26 2016-01-10 06:01:39 +03:00
Nikolay Amiantov
2d714e5227 pypolicyd-spf: init at 1.3.2 2016-01-10 06:01:18 +03:00
Nikolay Amiantov
0b0e9e924e pyspf: init at 2.0.12 2016-01-10 06:01:10 +03:00
Jude Taylor
36ebae29ce update xcode patches for node v0.10.41 2016-01-09 14:38:37 -08:00
Tobias Geerinckx-Rice
b466dab8b2 veracity: remove dead package
Last updated in 2012, broken since 2013. (OK, fine, but—)
Homepage abandoned, mailing list dead. (Hm. Spooky)
Uses builderDefsPackage. (Eek)
2016-01-09 23:15:16 +01:00
Tobias Geerinckx-Rice
994fd1ec12 VisualBoyAdvance: remove dead package
Last updated in 2011. Broken since 2013. Upstream ‘stopped’, sez $homepage.
2016-01-09 23:15:16 +01:00
Tobias Geerinckx-Rice
5ddf2bf856 sane-backends-git -> 2016-01-09 2016-01-09 23:15:16 +01:00
Arseniy Seroka
69a0761354 Merge pull request #12274 from lihop/init/txtw
txtw: init at 0.4
2016-01-10 01:14:34 +03:00
Matthew O'Gorman
800f513c50 notmuch-addrlookup: init at 7 2016-01-09 17:08:17 -05:00
Leroy Hopson
1a6016825e txtw: init at 0.4 2016-01-10 11:08:17 +13:00
Arseniy Seroka
e126769a68 Merge pull request #12267 from zimbatm/dos2unix-7.3.2
dos2unix: 7.3 -> 7.3.2
2016-01-09 23:52:39 +03:00
Arseniy Seroka
6cd71e5c91 Merge pull request #12268 from sigma/version/stunnel
stunnel: 5.26 -> 5.29
2016-01-09 23:52:19 +03:00
Arseniy Seroka
9eb268efbd Merge pull request #12270 from ebzzry/pt
pt: init at 0.7.3
2016-01-09 23:52:08 +03:00
Pascal Wittmann
2df31a78c8 Merge pull request #12273 from sigma/version/ag
silver-searcher: 0.30.0 -> 0.31.0
2016-01-09 20:31:24 +01:00
Yann Hodique
38c7c7b09e silver-searcher: 0.30.0 -> 0.31.0 2016-01-09 11:22:56 -08:00
Pascal Wittmann
075b72ef77 Merge pull request #12249 from rycee/bump/josm
josm: 9229 -> 9329
2016-01-09 20:13:34 +01:00
Pascal Wittmann
26a6b4b58d yodl: 3.05.01 -> 3.06.00 2016-01-09 20:07:43 +01:00
Pascal Wittmann
1d947ed4bf icmake: 7.23.02 -> 8.00.05 2016-01-09 20:07:43 +01:00
Pascal Wittmann
1617d3bcf6 Merge pull request #12271 from aespinosa/axel-buildable-on-osx
axel: mark as buildable on darwin
2016-01-09 19:42:32 +01:00
Allan Espinosa
d0e1ee6e55 axel: mark as buildable on darwin 2016-01-09 12:37:16 -06:00
Rommel M. Martinez
f8b3036629 pt: init at 0.7.3 2016-01-10 02:00:54 +08:00
Arseniy Seroka
c03fe79265 Merge pull request #10996 from oxij/nixos-label
nixos: introduce system.nixosLabel support
2016-01-09 20:52:08 +03:00
Yann Hodique
a4c3b433ee stunnel: 5.26 -> 5.29 2016-01-09 09:02:54 -08:00
zimbatm
b898959fc7 dos2unix: 7.3 -> 7.3.2 2016-01-09 16:46:03 +00:00
zimbatm
e1873ade38 pngcrush: 1.7.85 -> 1.7.92
also fixes a compilation issue on OSX
2016-01-09 16:38:06 +00:00
Arseniy Seroka
84631f3227 Merge pull request #12253 from mydaum/bird-update
bird: 1.4.5 -> 1.5.0
2016-01-09 19:13:53 +03:00
Arseniy Seroka
1ef51c8eb0 Merge pull request #12255 from svend/pinentry-mac
pinentry-mac: init at 0.9.4
2016-01-09 19:13:37 +03:00
Arseniy Seroka
134e5525a2 Merge pull request #12258 from mogorman/zap
zap: init at 2.4.3
2016-01-09 19:13:08 +03:00
Arseniy Seroka
64ac4ef758 Merge pull request #12260 from taku0/thunderbird-bin-38.5.1
thunderbird-bin: 38.5.0 -> 38.5.1
2016-01-09 19:12:09 +03:00
Arseniy Seroka
12e01b734d Merge pull request #12263 from thall/ums_5_4
ums: 5.3.1 -> 5.4.0
2016-01-09 19:11:50 +03:00
Niclas Thall
0c7bf8309c ums: 5.3.1 -> 5.4.0 2016-01-09 14:09:35 +01:00
Tobias Geerinckx-Rice
f5acd857ba Merge pull request #12226 from jgillich/jekyll3
jekyll: 2.5.3 -> 3.0.1
2016-01-09 13:52:11 +01:00
Domen Kožar
77938a47fb Merge pull request #12261 from mayflower/pkg/i3cat
i3cat: init at 2015-03-21
2016-01-09 13:12:05 +01:00
Domen Kožar
0f5d72c596 Merge pull request #12245 from FRidh/notebook
pythonPackages.notebook: 4.0.6 -> 4.1.0
2016-01-09 12:00:50 +01:00
Domen Kožar
f6d59bc913 Merge pull request #12250 from womfoo/update-manual
docs: kernelPackagesFor -> linuxPackagesFor
2016-01-09 12:00:29 +01:00
Robin Gloster
b8b67468b2 i3cat: init at 2015-03-21 2016-01-09 10:43:14 +00:00
Damien Cassou
71f4e7f694 Merge pull request #12256 from sigma/version/tmate
tmate: 1.8.10 -> 2.2.0
2016-01-09 09:45:25 +01:00
taku0
4e9729298e thunderbird-bin: 38.5.0 -> 38.5.1 2016-01-09 15:08:30 +09:00
Matthew O'Gorman
e11004cdf3 zap: init at 2.4.3 2016-01-08 23:46:45 -05:00
Jakob Gillich
073a5e9e41 jekyll: 2.5.3 -> 3.0.1 2016-01-09 05:26:01 +01:00
Yann Hodique
5db5a0daf4 tmate: 1.8.10 -> 2.2.0
additional changes:
- tmate now depends on external libmsgpack and libssh
- postPatch is no longer useful as it applied to embedded msgpack
- regular automake can now be used
2016-01-08 18:04:25 -08:00
Svend Sorensen
154040ab1c pinentry-mac: init at 0.9.4 2016-01-08 17:13:21 -08:00
Thomas Tuegel
542906a29b Merge pull request #12209 from aycanirican/remove_obsolete_emacs_dash
emacs-packages: remove obsolete dash package
2016-01-08 17:05:06 -06:00
Thomas Tuegel
5a0fc0abf0 Merge pull request #12247 from tohl/master
remove old paredit and slime expressions, use the new melpa emacs packages
2016-01-08 17:04:45 -06:00
Jan Malakhovski
119c8f91e7 nixos: introduce system.nixosLabel option and use it where appropriate
Setting nixosVersion to something custom is useful for meaningful GRUB
menus and /nix/store paths, but actuallly changing it rebulids the
whole system path (because of `nixos-version` script and manual
pages). Also, changing it is not a particularly good idea because you
can then be differentitated from other NixOS users by a lot of
programs that read /etc/os-release.

This patch introduces an alternative option that does all you want
from nixosVersion, but rebuilds only the very top system level and
/etc while using your label in the names of system /nix/store paths,
GRUB and other boot loaders' menus, getty greetings and so on.
2016-01-08 22:26:15 +00:00
Tomas Vestelind
76bf3ab961 bird: 1.4.5 -> 1.5.0 2016-01-08 23:18:24 +01:00
Svend Sorensen
5e775696d0 emacs-pdf-tools: Move packages to packageRequires
Move the Emacs packages to packageRequires so that they get installed.
2016-01-08 14:11:06 -08:00
Kranium Gikos Mendoza
762d55211a docs: kernelPackagesFor -> linuxPackagesFor 2016-01-09 06:02:00 +08:00
Arseniy Seroka
cc51d6bc87 vimPlugins: update 2016-01-09 2016-01-09 00:38:23 +03:00
Robert Helgesson
174b9be8c1 josm: 9229 -> 9329 2016-01-08 22:29:48 +01:00
Arseniy Seroka
ed1ce641dd Merge pull request #12248 from LnL7/vim-plugins-buildinputs
vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2
2016-01-09 00:01:41 +03:00
Daiderd Jordan
de18e60014 vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2 2016-01-08 21:56:44 +01:00
Tomas Hlavaty
534605e2eb slime: remove obsolete expression 2016-01-08 21:50:30 +01:00
Tomas Hlavaty
0b7de904cc paredit: remove obsolete expression 2016-01-08 21:47:33 +01:00
Steve Müller
4c0988b15d phpPackages: init php56Packages and php70Packages 2016-01-08 21:35:36 +01:00
Thomas Tuegel
fdefc0cb2c Merge branch 'kdenetwork-filesharing' 2016-01-08 14:20:46 -06:00
Thomas Tuegel
049357bb30 nixos/kde5: install kio-extras 2016-01-08 14:20:07 -06:00
Thomas Tuegel
38ef49bacd kde5.kio-extras: init at 15.12.0 2016-01-08 14:20:06 -06:00
Thomas Tuegel
e44af9ed42 openslp: init at 2.0.0 2016-01-08 14:20:06 -06:00
Thomas Tuegel
fa0057be39 nixos/kde5: install kdenetwork-filesharing if Samba enabled 2016-01-08 14:20:05 -06:00
Vladimír Čunát
d81538ff49 djview: minor update 4.10.3 -> 4.10.5 2016-01-08 20:42:15 +01:00
Pascal Wittmann
5d53d3282c farbfeld: init at 1 2016-01-08 20:22:07 +01:00
Pascal Wittmann
b84718c8de emacsPackages.org: 8.3.2 -> 8.3.3 2016-01-08 20:03:55 +01:00
Pascal Wittmann
9948d44b40 emacsPackages.org: use new texlive infrastructure 2016-01-08 20:01:36 +01:00
Frederik Rietdijk
288df4e4d5 pythonPackages.notebook: 4.0.6 -> 4.1.0 2016-01-08 19:31:08 +01:00
Vladimír Čunát
3769692a38 iptables: add in-code warning about updates
/cc #12178.
2016-01-08 18:32:48 +01:00
Arseniy Seroka
3443462ab1 Merge pull request #12233 from deeky666/php-7.0.2
php: 7.0.1 -> 7.0.2
2016-01-08 20:22:00 +03:00
Arseniy Seroka
e22c88303a Merge pull request #12242 from mayflower/pkg/grafana-2.6.0
grafana: 2.5.0 -> 2.6.0
2016-01-08 20:21:40 +03:00
Franz Pletz
70e47ab981 grafana: 2.5.0 -> 2.6.0 2016-01-08 17:19:02 +01:00
Tom Burdick
2c23a311cd postgresql: (94 -> 95)
Updates postgresql to its latest versions
2016-01-08 10:13:01 -06:00
Florent Becker
a14c867d62 js_of_ocaml: Allow caml >= 4.02 to find camlp4 2016-01-08 16:06:00 +01:00
Thomas Tuegel
ba443da270 kde5.kio: fix Samba detection 2016-01-08 09:03:50 -06:00
Yuri Albuquerque
a28060eebd python-eve: init at 0.6.1 2016-01-08 10:53:22 -04:00
Yuri Albuquerque
50cd9120ec python-flask-pymongo: init at 0.3.1 2016-01-08 10:53:22 -04:00
Yuri Albuquerque
96ce26580c python-pymongo: adding version 2.9.1 2016-01-08 10:53:22 -04:00
Peter Simons
7550ddaf91 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:

  - Nixpkgs: b05b64ed59
  - Hackage: ce76547c84
  - LTS Haskell: 87e2d54643
  - Stackage Nightly: 392791fc31
2016-01-08 15:52:22 +01:00
Yuri Albuquerque
295b0534e8 python-events: init at 0.2.1 2016-01-08 10:49:02 -04:00
Yuri Albuquerque
a04caed0b3 python-cerberus: init at 0.9.2 2016-01-08 09:56:40 -04:00
Marcin Falkiewicz
7636359c89 irqbalance: init at 1.1.0 2016-01-08 12:37:43 +01:00
Eelco Dolstra
aa73be3609 Merge pull request #12232 from deeky666/php-5.5.31
php: 5.5.30 -> 5.5.31
2016-01-08 12:36:09 +01:00
Eelco Dolstra
09deb68557 Merge pull request #12231 from deeky666/php-5.6.17
php: 5.6.16 -> 5.6.17
2016-01-08 12:35:58 +01:00
Oliver Charles
7ed4dda1cd Merge pull request #12227 from mogorman/jekyll
jekyll: added rouge for highlighting.
2016-01-08 10:08:07 +00:00
Pascal Wittmann
43ae5ad38c Merge pull request #12067 from mdorman/shotwellupdate
shotwell: 0.20.2 -> 0.22.0
2016-01-08 11:07:46 +01:00
Pascal Wittmann
349e72ed55 Merge pull request #12215 from mayflower/fix/gmpc-icons
gmpc: Fix icon loading
2016-01-08 10:55:24 +01:00
Pascal Wittmann
9da0825ec9 Merge pull request #12220 from AveryGlitch/master
vimb: 2.9 -> 2.11
2016-01-08 10:54:52 +01:00
Steve Müller
4341df2f70 php: 7.0.1 -> 7.0.2 2016-01-08 10:51:35 +01:00
Steve Müller
5250326474 php: 5.5.30 -> 5.5.31 2016-01-08 10:49:04 +01:00
Eelco Dolstra
f9cf253e61 Merge pull request #12178 from mdorman/revert-iptables
Revert "iptables: 1.4.21 -> 1.6.0"
2016-01-08 10:45:53 +01:00
Steve Müller
7c54bca127 php: 5.6.16 -> 5.6.17 2016-01-08 10:42:32 +01:00
Frederik Rietdijk
83bf145075 pythonPackages.numpy: 1.10.2 -> 1.10.4 2016-01-08 09:01:22 +01:00
Pascal Wittmann
f438011aed Merge pull request #12216 from bjornfor/thrift
thrift: 0.9.2 -> 0.9.3
2016-01-08 08:30:11 +01:00
Jude Taylor
81710923bd add gyp fix to node v4.x 2016-01-07 21:52:12 -08:00
Jude Taylor
08c081309b Revert "gnustep-make: fix installation path"
This reverts commit 4f1559a751.
2016-01-07 21:52:11 -08:00
Dan Peebles
732495017b perl-5.20: break dependency on the compiler that built it
This is a major closure size reduction on Darwin, and probably a less
significant one on Linux. On darwin, retaining the compiler means adding
clang and its dependency llvm to the perl closure, which gives us ~400MB
of extra stuff. Considering that Nix itself depends on this version of
perl, that makes cutting a new Nix release rather unpleasaont Darwin.

After this patch, I was able to get the `nixUnstable` closure down to
21MB after feeding it into a .tar.xz (123MB before compression). There's
still room for improvement but this should carry us over until we split
outputs.
2016-01-07 23:01:02 -05:00
Matthew O'Gorman
64702f92bd jekyll: added rouge for highlighting. 2016-01-07 22:33:33 -05:00
Daniel Peebles
c781d7d88e Merge pull request #12223 from nathan7/consul-pkg-option
consul service: add package option
2016-01-07 22:20:03 -05:00
Nathan Zadoks
8cb22c0a63 consul service: add package option 2016-01-08 01:44:28 +01:00
Tobias Geerinckx-Rice
f036c069ed borgbackup: 0.27.0 -> 0.29.0
‘When upgrading to 0.29.0 you need to upgrade client as well as server
installations due to the locking and commandline interface changes
otherwise you’ll get an error msg about a RPC protocol mismatch or a
wrong commandline option. if you run a server that needs to support both
old and new clients, it is suggested that you have a “borg-0.28.2” and a
“borg-0.29.0” command. clients then can choose via e.g. “borg
–remote-path=borg-0.29.0 ...”.’

‘The default waiting time for a lock changed from infinity to 1 second
for a better interactive user experience. if the repo you want to access
is currently locked, borg will now terminate after 1s with an error
message. if you have scripts that shall wait for the lock for a longer
time, use –lock-wait N (with N being the maximum wait time in seconds).’

All changes: http://borgbackup.readthedocs.org/en/stable/changes.html
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice
3d3ccd4a15 myguiSvn: remove dead package
Subversion snapshot from 2011. Only dependent was Rigs of Rods.
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice
777f254ce3 caelum: remove dead package
Last updated Jan 2012, upstream dead. Broken since 2013.
Only dependent was Rigs of Rods.
2016-01-08 01:36:32 +01:00
Tobias Geerinckx-Rice
69e7948ffe rigsofrods: remove dead package
Last bumped Feb 2012. Broken since 2013. Upstream conflicted about whether
it's dead or not. Visited the (read-only) forums which are 93% teenagers
yelling how something called BeamNG is(n't) better so I regret that now.
2016-01-08 01:36:32 +01:00
Avery Glitch
440444d69d vimb: 2.9 -> 2.11 2016-01-08 10:57:32 +11:00
Nikolay Amiantov
506b491edd Merge pull request #12140 from bendlas/update-wine
wine unstable/staging: 1.8 -> 1.9.0
2016-01-08 01:46:38 +03:00
Aristid Breitkreuz
fa6ec6b057 mozjpeg: fix libpng dependency 2016-01-07 22:55:20 +01:00
Aristid Breitkreuz
6acad9ea04 mozjpeg: init at 3.1 2016-01-07 22:05:26 +01:00
Franz Pletz
0f8fe82096 gmpc: Fix icon loading
gmpc wouldn't start because the icons aren't found.
2016-01-07 21:40:16 +01:00
Thomas Tuegel
53588bac96 kde5: build kdenetwork-filesharing 2016-01-07 14:39:33 -06:00
Bjørn Forsman
972c5641e4 thrift: 0.9.2 -> 0.9.3
Add Twisted as build input so that we can continue to have Python
support. (./configure disables Python support unless it finds the
'trial' program, from Twisted.) I don't know whether upstream intended
that, because it seems perfectly fine to run thrift + Python without
Twisted. (Only the TTwisted transport uses Twisted...)

Ah, Thrift use Twisted in its unit tests. Even when we pass
--enable-tests=no to ./configure :-D
2016-01-07 21:36:28 +01:00
Thomas Tuegel
f148e119fe Merge pull request #12213 from gebner/pyqt55
pyqt5: 5.4.2 -> 5.5.1
2016-01-07 14:00:12 -06:00
Shea Levy
57e0febda6 Merge branch 'pkg/batman-adv-2015.2' of git://github.com/mayflower/nixpkgs 2016-01-07 14:37:50 -05:00
Shea Levy
025770fdd9 Merge branch 'pkg/netatop-0.7' of git://github.com/mayflower/nixpkgs 2016-01-07 14:36:51 -05:00
Shea Levy
4a511911bb Merge branch 'rm-notbit' of git://github.com/jgillich/nixpkgs 2016-01-07 14:34:40 -05:00
Daniel Peebles
57cb5ab17a Merge pull request #12198 from mayflower/remove-upstart-layer
Remove upstart layer
2016-01-07 13:47:39 -05:00
Gabriel Ebner
7c28451287 pyqt5: 5.4.2 -> 5.5.1 2016-01-07 18:46:50 +01:00
Pascal Wittmann
99a08b3b4f Merge pull request #12208 from mayflower/mopidy/spotify-2.2.0
mopidy-spotify: 1.4.0 -> 2.2.0
2016-01-07 17:41:41 +01:00
Pascal Wittmann
4f3fc36144 emacsPackages.evil-mc: fix evaluation 2016-01-07 17:29:52 +01:00
Lluís Batlle i Rossell
be9ad574f7 Adding framebuffer console rotation to kernels.
This helps in some weird screens that otherwise show the console 90° turned.
2016-01-07 16:48:46 +01:00
Franz Pletz
7f144d8f09 batman-adv: 2014.4.0 -> 2015.2 2016-01-07 16:25:46 +01:00
Franz Pletz
bcd31489a1 netatop: 0.3 -> 0.7 2016-01-07 16:25:02 +01:00
Eelco Dolstra
094723f0bc firefox: 43.0.3 -> 43.0.4 2016-01-07 16:14:51 +01:00
Aycan iRiCAN
435b1ec43d emacs-packages: remove obsolete dash package 2016-01-07 17:04:17 +02:00
Franz Pletz
89ad5c515f mopidy-spotify: 1.4.0 -> 2.2.0 2016-01-07 16:03:41 +01:00
Franz Pletz
e7c9d7c778 mopidy-soundcloud: 2.0.1 -> 2.0.2 2016-01-07 16:03:06 +01:00
Eelco Dolstra
8b68ad0b57 Merge pull request #12205 from taku0/firefox-bin-43.0.4
firefox-bin: 43.0.3 -> 43.0.4
2016-01-07 16:02:09 +01:00
Franz Pletz
0397da7ec4 mopidy: Fix fetching songs over HTTPS
The gstreamer plugin needs glib-networking to support HTTPS. Refactored
to use wrapGAppsHook to wrap the gstreamer plugins and glib-networking.
2016-01-07 16:00:52 +01:00
Sander van der Burg
b6d84748b9 xcodeenv: make it work with xcode 7.2 2016-01-07 14:43:17 +00:00
Domen Kožar
326dce47d3 Merge pull request #12179 from FRidh/cytoolz
pythonPackages.cytoolz: 0.7.3 -> 0.7.4
2016-01-07 15:18:24 +01:00
Sander van der Burg
d268fa7676 titaniumsdk: add SDK version 5.1 and remove older versions 2016-01-07 13:47:26 +00:00
Thomas Strobel
d3de3db077 emacs-packages: init evil-mc, evil-jumper and evil-visualstar at 20151017 2016-01-07 14:30:03 +01:00
Peter Simons
d1fdc3e0cc LTS Haskell 4.x uses GHC 7.10.3. 2016-01-07 14:24:25 +01:00
taku0
a9abdc8426 firefox-bin: 43.0.3 -> 43.0.4 2016-01-07 22:10:44 +09:00
Eelco Dolstra
64bc8a84a4 Force another rebuild
Unfortunately, yesterday Nix got reverted to a version with broken
passAsFile implementation on some Hydra machines, so we have corrupted
files again. (E.g. http://hydra.nixos.org/build/29777678.) Forcing
another gratuitous rebuild to get rid of them.

(cherry picked from commit 75974d9220)
2016-01-07 13:21:16 +01:00
Eelco Dolstra
e4b4e9b986 linux: Make Unix domain sockets builtin
This hopefully fixes intermittent initrd failures where udevd cannot
create a Unix domain socket:

  machine# running udev...
  machine# error getting socket: Address family not supported by protocol
  machine# error initializing udev control socket
  machine# error getting socket: Address family not supported by protocol

The "unix" kernel module is supposed to be loaded automatically, and
clearly that works most of the time, but maybe there is a race
somewhere. In any case, no sane person would run a kernel without Unix
domain sockets, so we may as well make it builtin.

http://hydra.nixos.org/build/30001448
2016-01-07 13:20:53 +01:00
Oliver Dunkl
3f02fd68de python-packages: mps-youtube 0.2.5 -> 0.2.6 2016-01-07 13:00:43 +01:00
Oliver Dunkl
2c4fccc244 python-packages: pafy 0.4.2 -> 0.4.3 2016-01-07 12:57:22 +01:00
Austin Seipp
7a01badef5 nixos: tarsnap - allow keys for individual archives
Two concurrent tarsnap backups cannot be run at the same time with the
same keys - completely separate sets of keys must be generated for each
archive in this case, if you want backups to overlap.

This extends the archives attrset to support a 'keyfile' option, which
defaults to /root/tarsnap.key like the top-level attribute.

With this change, if you generate two keys with tarsnap-keygen(1) and
use each of those separately for each archive, you can backup
concurrently.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 05:54:41 -06:00
Austin Seipp
ec70f64ecd nixos: tarsnap - separate archive cachedirs
Tarsnap locks the cachedir during backup, meaning if you specify
multiple backups with a shared cache that might overlap (for example,
one backup may take an hour), secondary backups will fail. This isn't
very nice behavior for the obvious reasons.

This splits the cache dirs for each archive appropriately. Note that
this will require a rebuild of your archive caches (although if you were
only using one archive for your whole system, you can just move the
directory).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 05:54:36 -06:00
Peter Simons
48e66c3925 Add LTS Haskell 4.0. 2016-01-07 12:53:50 +01:00
Peter Simons
274cf0339b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-5-ged07a8e using the following inputs:

  - Nixpkgs: f24e81fbd3
  - Hackage: 01c9e56f5d
  - LTS Haskell: 87e2d54643
  - Stackage Nightly: c30758374f
2016-01-07 12:53:50 +01:00
Tanner Doshier
ad796f155b nixos: tarsnap - make systemd timer persistent
A machine may not always be active (or online!) when a backup timer
triggers, meaning backups can be missed - now we properly set the
tarsnap timer's Persistent option so systemd will run the command even
when the machine wasn't online at that exact time.

However, we also need to make sure that we can contact the tarsnap
server reliably before we start the backup. So, we attempt to ping the
access endpoint in a loop with a sleep, before continuing.

This fixes #8823.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 05:52:18 -06:00
Peter Simons
a68450e509 Merge pull request #12009 from mayflower/tinc-module
tinc module: Ed25519PrivateKeyFile, BindToAddress
2016-01-07 12:48:35 +01:00
Austin Seipp
472a5192fd Revert "nixos: tarsnap - separate archive cachedirs"
This reverts commit 5f0253ace6.

I didn't intend to push this - I meant to push it to *my fork's*
remote...
2016-01-07 04:51:58 -06:00
Austin Seipp
5f0253ace6 nixos: tarsnap - separate archive cachedirs
Tarsnap locks the cachedir during backup, meaning if you specify
multiple backups with a shared cache that might overlap (for example,
one backup may take an hour), secondary backups will fail. This isn't
very nice behavior for the obvious reasons.

This splits the cache dirs for each archive appropriately. Note that
this will require a rebuild of your archive caches (although if you were
only using one archive for your whole system, you can just move the
directory).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 04:26:57 -06:00
Domen Kožar
78096e9b89 python: 3.4.3 -> 3.4.4 2016-01-07 11:19:40 +01:00
Robin Gloster
897fb98a96 llvm: 3.7.0 -> 3.7.1 (close #12200)
This obsoletes a backport for rust.
2016-01-07 11:12:54 +01:00
Austin Seipp
4dc7cab40e nixos: btsync - switch to using systemd user services
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 03:33:38 -06:00
Jakob Gillich
90b853b706 plib: fix CVE-2012-4552 (close #12195)
patch source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694810#10
2016-01-07 10:25:26 +01:00
Jakob Gillich
aee934b3aa libxml2: security update 2.9.2 -> 2.9.3 (close #12197) 2016-01-07 10:18:34 +01:00
Tristan Helmich
1a0d004cc2 tinc module: Ed25519PrivateKeyFile, listenAddress 2016-01-07 09:13:28 +00:00
Jakob Gillich
4f4eebbded mcrypt: fix several security issues (close #12194)
CVE-2012-4409, CVE-2012-4426, CVE-2012-4527

Patches taken from https://gitweb.gentoo.org/repo/gentoo.git/tree/app-crypt/mcrypt/files
2016-01-07 10:10:30 +01:00
Pascal Wittmann
9265d097d5 Merge pull request #12196 from jgillich/axis2
axis2: 1.6.3 -> 1.6.4
2016-01-07 10:08:26 +01:00
Tobias Geerinckx-Rice
2357918b00 opensc-dnie lib & wrapper: remove dead packages
Last updated in 2010, broken since 2013.

cc @viric
2016-01-07 09:40:42 +01:00
Pascal Wittmann
fea720f773 Merge pull request #12175 from noctuid/setroot
setroot: init at 1.4.4
2016-01-07 08:48:48 +01:00
Robin Gloster
88292fdf09 jobs -> systemd.services 2016-01-07 06:39:06 +00:00
Robin Gloster
af50b03f50 fuppes: remove obsolete broken package and service 2016-01-07 06:39:05 +00:00
Austin Seipp
d89454bb79 nixos: btsync - add directoryRoot option
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 00:09:20 -06:00
Austin Seipp
57e691a06f nixpkgs: bittorrentSync20 2.0.105 -> 2.2.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-07 00:09:20 -06:00
Jakob Gillich
ff02a4e3c2 axis2: 1.6.3 -> 1.6.4
fixes CVE-2013-0248
2016-01-07 05:59:15 +01:00
Jakob Gillich
57d6dfe932 notbit: removed dead package
The Bitmessage protocol v3 became mandatory on 16 Nov 2014 and notbit does not support it, nor has there been any activity in the project repository since then.
2016-01-07 04:39:51 +01:00
Dan Peebles
668179f31e tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra) 2016-01-07 03:25:56 +00:00
Dan Peebles
63bfe20b72 security.audit: add NixOS module
Part of the way towards #11864. We still don't have the auditd
userland logging daemon, but journald also tracks audit logs so we
can already use this.
2016-01-07 03:06:10 +00:00
Thomas Tuegel
4a66d923b7 Merge branch 'plasma-5.5.3' 2016-01-06 17:30:05 -06:00
Thomas Tuegel
beac2ae9ab kde5: plasma-5.5.2 -> plasma-5.5.3 2016-01-06 17:29:46 -06:00
Vladimír Čunát
36e7b376eb pciutils: minor update 3.4.0 -> 3.4.1 2016-01-07 00:17:59 +01:00
Arseniy Seroka
c037d31e44 Merge pull request #12176 from vandenoever/testdisk
testdisk 6.14 -> 7.0
2016-01-07 00:48:09 +03:00
Arseniy Seroka
9d30688c40 Merge pull request #8125 from KaiSforza/vim-python3
vim_configurable: change python version detection
2016-01-07 00:46:01 +03:00
Asko Soukka
a225a650bf R: fix Darwin build
Merged manually from https://github.com/NixOS/nixpkgs/pull/10623.
2016-01-06 22:20:40 +01:00
Michel Kuhlmann
26f80d7a6f r-modules: update list of broken packages
Closes https://github.com/NixOS/nixpkgs/pull/12181.
2016-01-06 21:50:36 +01:00
Pascal Wittmann
7941e1c457 Merge pull request #12185 from gebner/electron-0.36.2
electron: 0.28.2 -> 0.36.2
2016-01-06 21:37:12 +01:00
noctuid
db25c680c9 setroot: init at 1.4.4 2016-01-06 15:35:09 -05:00
Pascal Wittmann
310869ea3b Merge pull request #12187 from rycee/fix/jhead
jhead: add libjpeg as dependency
2016-01-06 21:31:09 +01:00
William Giokas
c21707ec1f vim-configurable: Change python versioning
Instead of explicitly stating "I want version 3" or "I want version 2"
you now simply specify what the python argument will be, and
vim_configurable will set up the flags for you. config.vim.python must
be set, still.
2016-01-06 14:07:13 -06:00
Robert Helgesson
f54ed09096 jhead: add libjpeg as dependency
The `jpegtran` tool from libjpeg is required for the `-autorot` command.
2016-01-06 20:38:20 +01:00
Peter Simons
4e50af7e63 Merge pull request #12079 from benley/ssh-gssapi
openssh: Add gssapi patch used by other major distros
2016-01-06 20:04:09 +01:00
Peter Simons
476847c40a Merge pull request #12172 from mayflower/wpa_supplicant-service
Structured wpa_supplicant service
2016-01-06 20:03:22 +01:00
Peter Simons
952916ee50 Merge pull request #12173 from somaticweb/git-2.7
git: 2.6.4 -> 2.7.0
2016-01-06 20:03:01 +01:00
Florent Becker
93fc00b157 ocaml-pcre: use buildOcaml 2016-01-06 20:00:20 +01:00
Gabriel Ebner
b12cabd223 electron: 0.28.2 -> 0.36.2 2016-01-06 19:05:00 +01:00
goibhniu
eaf1064209 Merge pull request #12184 from nico202/non
non: 2015-10-6 -> 2015-12-16
2016-01-06 16:23:55 +01:00
=
4c384722ea non: 2015-10-6 -> 2015-12-16 2016-01-06 15:02:02 +00:00
Domen Kožar
8281c6f2bd Merge pull request #12183 from svenkeidel/biber-fix-perl-platforms
biber: add darwin to platforms of perl dependencies
2016-01-06 15:48:40 +01:00
Sven Keidel
f3e4928079 biber: add darwin to platforms of perl dependencies 2016-01-06 15:33:36 +01:00
Johannes Bornhold
7672c68ed7 dmd: Avoid depending on gcc for the darwin build (close #11949)
Adding stdenv.cc into the PATH, also setting CC, so that on Darwin
clang will be used by default. Still allowing to use an existing value
of CC if it is set already.

Replacing __inline_isnanl with __inline_isnan on darwin since the former
one was not defined.
2016-01-06 15:06:53 +01:00
Daniel Peebles
250133c886 Merge pull request #12180 from copumpkin/update-hydra-jobs
top-level/release.nix: make Darwin builds do more
2016-01-06 08:53:37 -05:00
goibhniu
5e96bac3fb Merge pull request #12182 from nico202/my-new-pkg
drumgizmo: 0.9.6 -> 0.9.8.1
2016-01-06 14:38:29 +01:00
Dan Peebles
19f6edbfb8 top-level/release.nix: make Darwin builds do more 2016-01-06 08:29:41 -05:00
=
ae8ea1c147 drumgizmo: 0.9.6 -> 0.9.8.1 2016-01-06 13:27:22 +00:00
Shea Levy
64f85edad8 Merge pull request #12171 from jgillich/rm-xchat
removed xchat
2016-01-06 07:37:56 -05:00
Frederik Rietdijk
7ba14e904e pythonPackages.toolz: use correct testrunner 2016-01-06 13:14:40 +01:00
Frederik Rietdijk
9178c850df pythonPackages.cytoolz: 0.7.3 -> 0.7.4
Update cytoolz.
Add correct testrunner, even though tests have to be disabled.
2016-01-06 13:14:19 +01:00
Michael Alan Dorman
fe00c8a83f Revert "iptables: 1.4.21 -> 1.6.0"
This reverts commit b2ac241e95, which
upgraded iptables, because it causes connmand to segfault on my machine:

    Jan 05 22:02:06 aching connmand[7866]: Connection Manager version 1.30
    Jan 05 22:02:06 aching audit: NETFILTER_CFG table=filter family=2 entries=27
    Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=103a5b0 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null)
    Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E
    Jan 05 22:02:06 aching audit: NETFILTER_CFG table=mangle family=2 entries=6
    Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=1038c00 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null)
    Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E
    Jan 05 22:02:06 aching audit: NETFILTER_CFG table=nat family=2 entries=5
    Jan 05 22:02:06 aching audit[7866]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=a a1=0 a2=40 a3=1037800 items=0 ppid=1 pid=7866 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="connmand" exe="/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/bin/connmand" key=(null)
    Jan 05 22:02:06 aching audit: PROCTITLE proctitle=2F6E69782F73746F72652F78376C796973347372766436386C666C676E71716D6732626331666D327768622D636F6E6E6D616E2D312E33302F7362696E2F636F6E6E6D616E64002D2D636F6E6669673D2F6E69782F73746F72652F37383078797137726367376766306271706A3130306C666238336B69367938762D636F6E6E
    Jan 05 22:02:06 aching connmand[7866]: Aborting (signal 11) [/nix/store/x7lyis4srvd68lflgnqqmg2bc1fm2whb-connman-1.30/sbin/connmand]
    Jan 05 22:02:06 aching connmand[7866]: ++++++++ backtrace ++++++++
    Jan 05 22:02:06 aching connmand[7866]: +++++++++++++++++++++++++++
    Jan 05 22:02:06 aching systemd[1]: connman.service: Main process exited, code=exited, status=1/FAILURE
    Jan 05 22:02:06 aching systemd[1]: connman.service: Unit entered failed state.
    Jan 05 22:02:06 aching systemd[1]: connman.service: Failed with result 'exit-code'.
    Jan 05 22:02:06 aching systemd[1]: connman.service: Service hold-off time over, scheduling restart.
    Jan 05 22:02:06 aching systemd[1]: Stopped Connection service.

Arrived at through bisection, verified using this commit.
2016-01-06 06:24:42 -05:00
Jos van den Oever
6c377c43a9 testdisk 6.14 -> 7.0 2016-01-06 12:10:54 +01:00
Mathijs Kwik
c90be3dd3a geolite-legacy 2015-11-23 -> 2016-01-06 2016-01-06 11:59:54 +01:00
Matthew O'Gorman
119a9458fb platformio: init at 2.7.0 2016-01-06 04:09:52 -05:00
Matthew O'Gorman
ecac5e9f67 click_5: init at 5.1 2016-01-06 04:06:51 -05:00
Matthew O'Gorman
c87ef76027 build-fhs-userenv: added the option meta to be passed down to the final derivation. 2016-01-06 04:06:28 -05:00
Vincent Laporte
ca8ef0fa1d coq-interval: 2.1.0 -> 2.2.1 2016-01-06 09:35:05 +01:00
Vincent Laporte
e182ddf008 coqPackages.coquelicot: init at 2.1.1
Coquelicot is a Coq library for Reals.

Homepage: http://coquelicot.saclay.inria.fr/
2016-01-06 09:13:38 +01:00
somaticweb
2c4c9bee13 git: 2.6.4 -> 2.7.0
Also corrected the license, which is GPL2-only
2016-01-05 22:15:17 -08:00
Robin Gloster
246f0e91cd wpa_supplicant service: Warn about plaintext keys in docs 2016-01-06 03:58:39 +00:00
Robin Gloster
391c330042 wpa_supplicant service: jobs -> systemd.services
Fixes an occurence of `jobs` usage causing tests to fail to evaluate.

thanks @domenkozar
2016-01-06 03:58:39 +00:00
Robin Gloster
609457458e wpa_supplicant module: remove preStart hack
If the config file is managed imperatively we shouldn't touch it.
2016-01-06 03:58:39 +00:00
Robin Gloster
d03b35f881 wpa_supplicant module: add networks option 2016-01-06 03:58:39 +00:00
Robin Gloster
3a5f488445 wpa_supplicant module: refactor 2016-01-06 03:58:39 +00:00
Robin Gloster
7d973a56d0 wpa_supplicant module: remove obsolete option
networking.WLANInterface has been obsolete for years
2016-01-06 03:58:39 +00:00
Tobias Geerinckx-Rice
e1f555477c opencv_2_1: remove dead package
Broken since 2013. Only used by qrdecode which suffered the same fate.

cc @viric
2016-01-06 03:49:47 +01:00
Tobias Geerinckx-Rice
eed2fa3de4 qrdecode: remove dead package
Never maintained, no updates since 2010, and broken since 2013. Bye.
2016-01-06 03:10:56 +01:00
Jakob Gillich
08f6f75c69 removed xchat
No release since 2010 and vulnerable to CVE-2011-5129. Hexchat is available
as a alternative.
2016-01-06 02:39:28 +01:00
Tobias Geerinckx-Rice
2ee6396bf7 libmusclecard: remove dead package
No upstream release since 2009. Broken since 2013.
2016-01-06 02:14:03 +01:00
Tobias Geerinckx-Rice
f30b8a9197 muscletool: remove dead package
Broken since 2013. Upstream don't smell too good since 2009.
2016-01-06 02:14:01 +01:00
Tobias Geerinckx-Rice
bc6f9ff90d muscleframework: remove dead package
Broken since 2013. Upstream don't smell too good since 2009.
2016-01-06 02:13:59 +01:00
Tobias Geerinckx-Rice
42420a30d5 xmltv: remove dead package
Not updated since 2008. Broken since 2013. Nothing else will miss it.
2016-01-06 01:46:16 +01:00
Tobias Geerinckx-Rice
894299f187 libdc1394avt: remove dead package
Orphaned dependency of cc1394. Broken since 2013. Sources long gone.

cc @viric
2016-01-06 01:46:16 +01:00
Tobias Geerinckx-Rice
432c0bd003 cc1394: remove dead package
Not updated since 2012. Broken since 2013. Sources long gone.

cc @viric
2016-01-06 01:46:16 +01:00
Tobias Geerinckx-Rice
5989c97665 tvtime: remove dead package
Upstream dried up in 2005. Not updated since 2012, broken since 2013.

cc @qknight
2016-01-06 01:46:16 +01:00
Tobias Geerinckx-Rice
4df7006319 netsurf: remove dead package & dependencies
Not updated since 2009 (!), not working since 2013.

cc @marcweber
2016-01-06 01:46:16 +01:00
Wei-Ming Yang
e3c061e6ef ostinato: remove ostinato.png and get it from url 2016-01-06 08:22:07 +08:00
Eelco Dolstra
38460cfe72 set-source-date-epoch-to-latest.sh: Support Darwin 2016-01-06 00:31:27 +01:00
Arseniy Seroka
420f55542c Merge pull request #12167 from jgillich/fish-merge-fix
fish: fix merge conflict
2016-01-06 01:55:40 +03:00
Benjamin Staffin
67f4c2a779 openssh: Add gssapi patch used by other major distros
This patch is borrowed verbatim from Debian, where it is actively
maintained for each openssh update.  It's also included in Fedora's
openssh package, in Arch linux as openssh-gssapi in the AUR, in MacOS
X, and presumably various other platforms and linux distros.

The main relevant parts of this patch:
- Adds several ssh_config options:
  GSSAPIKeyExchange, GSSAPITrustDNS,
  GSSAPIClientIdentity, GSSAPIServerIdentity
  GSSAPIRenewalForcesRekey
- Optionally use an in-memory credentials cache api for security

My primary motivation for wanting the patch is the GSSAPIKeyExchange
and GSSAPITrustDNS features. My user ssh_config is shared across
several OSes, and it's a lot easier to manage if they all support the
same options.
2016-01-05 14:50:05 -08:00
William A. Kennington III
ce8c8f1e1b Merge pull request #11890 from Baughn/zfs
zfs:Add option for zpool import -d, and set it to /dev/disk/by-id.
2016-01-05 14:37:19 -08:00
Jakob Gillich
5e5ecb7b6f fish: fix merge conflict
patches got duplicated
2016-01-05 23:32:29 +01:00
Arseniy Seroka
6059831148 Merge pull request #12119 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.80 -> 0.7.81
2016-01-06 01:29:15 +03:00
Arseniy Seroka
1fc685ae64 Merge pull request #11945 from jgillich/fish
fish: add module to support it as default shell
2016-01-06 01:25:37 +03:00
Peter Simons
2b7b3aa5e0 Merge pull request #12165 from rycee/fix/version-nag
Remove version update checks in Calibre and Anki
2016-01-05 22:23:57 +01:00
Robert Helgesson
ec2a1bcb86 anki: disable version check 2016-01-05 21:44:54 +01:00
Robert Helgesson
108cd9aa7f calibre: disable version check
Applies patch from Debian to disable version checking by default.
2016-01-05 21:44:54 +01:00
Tobias Geerinckx-Rice
e5972f3094 keyfinder: 2.00 -> 2.1; build with qt55 2016-01-05 21:03:08 +01:00
Tobias Geerinckx-Rice
24100ec0c3 soi: 0.1.1 -> 0.1.2
Now builds, but still mark as broken because it quickly segfaults
at run time.
2016-01-05 21:03:08 +01:00
Tobias Geerinckx-Rice
ad200bb5bc Fix remaining sane{Front,Back}ends 2016-01-05 20:44:35 +01:00
Tobias Geerinckx-Rice
9f2a7bf862 mcelog: 128 -> 129
Add support to decode MSCOD values for Broadwell-{de,ep,ex}.
2016-01-05 20:22:35 +01:00
Tobias Geerinckx-Rice
0f6659bab7 libpsl: list 2015-12-17 -> 2016-01-04 2016-01-05 20:22:35 +01:00
Peter Simons
af8c1f3368 youtube-dl: take advantage of the improved getVersion function 2016-01-05 20:09:39 +01:00
Peter Simons
7ca8e13918 lib.getVersion: extend the function to cope with strings as well as derivations 2016-01-05 20:09:39 +01:00
Domen Kožar
9af5091992 f2fs-tools: add pkgconfig 2016-01-05 19:57:48 +01:00
Peter Simons
720d0cdc9a Merge pull request #12162 from jgillich/torbrowser
torbrowser: add missing shebang to wrapper script
2016-01-05 19:39:55 +01:00
Peter Simons
6102ba5d4f Merge pull request #12164 from NixOS/revert-12015-wpa_supplicant-service
Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"
2016-01-05 19:35:13 +01:00
Peter Simons
49d18bdfcb Revert "Basic Declaritive Network Configuration in wpa_supplicant Service" 2016-01-05 19:32:41 +01:00
Jakob Gillich
24dc7f3028 torbrowser: add missing shebang to wrapper script 2016-01-05 18:21:07 +01:00
Arseniy Seroka
1974ced666 vimPlugins: update 2016-01-05 2016-01-05 19:58:30 +03:00
Peter Simons
d110849d7b Merge pull request #12161 from svenkeidel/ghostscript-fix-dynamic-library-path
ghostscript: fix dynamic library path, fixes #11165
2016-01-05 17:44:34 +01:00
Peter Simons
5a7116f8ea Merge pull request #12156 from peti/remove-meta-version-attribute-from-manual
doc/meta.xml: don't encourage users to add a meta.version attribute
2016-01-05 17:43:46 +01:00
Eelco Dolstra
81e530a749 Set SOURCE_DATE_EPOCH to latest source file
This provides a timestamp that's more useful than 1970-01-01 yet still
deterministic.
2016-01-05 17:21:48 +01:00
Eelco Dolstra
2b5ed58099 cc-wrapper: Don't mess with __DATE__ and __TIME__
This is handled by $SOURCE_DATE_EPOCH now.
2016-01-05 17:21:48 +01:00
Eelco Dolstra
0db7ccb5c6 gcc: Respect $SOURCE_DATE_EPOCH 2016-01-05 17:21:48 +01:00
Eelco Dolstra
f31fbadac3 Set a fallback default value for SOURCE_DATE_EPOCH
This is used by some build tools to provide reproducible builds. See

  https://reproducible-builds.org/specs/source-date-epoch/

for more info.

Later, we'll want to set this to a more intelligent value (such as the
most recent mtime of any source file).
2016-01-05 17:21:48 +01:00
Eelco Dolstra
49f46d58bb Merge pull request #12160 from obadz/syscall_limiter
syscall_limiter: init at b02c03
2016-01-05 16:52:02 +01:00
obadz
f5b087b94e syscall_limiter: init at b02c031 2016-01-05 15:37:17 +00:00
Sven Keidel
dfc8217aa0 ghostscript: change dynamic library path, fixes #11165 2016-01-05 16:04:33 +01:00
Pascal Wittmann
4f025e02c0 Merge pull request #12144 from rycee/bump/josm
josm: 9060 -> 9229
2016-01-05 13:41:29 +01:00
Pascal Wittmann
6547cad16a Merge pull request #12146 from rnhmjoj/pirate-get
pirate-get: update meta info
2016-01-05 13:40:21 +01:00
Peter Simons
d807b057ed Merge pull request #11920 from bjornfor/rename-host-to-listen-address
Rename NixOS option names: 'host' to 'listenAddress'
2016-01-05 12:54:15 +01:00
Peter Simons
41a91a5495 youtube-dl: remove meta.version 2016-01-05 12:46:01 +01:00
Peter Simons
5d482336b9 doc/meta.xml: don't encourage users to add a meta.version attribute
That attribute is completely redundant since it just duplicates information
from "name".

Cc: @7c6f434c who added that section in e39b1f4ec8.
2016-01-05 12:36:33 +01:00
Peter Simons
f4b2c3d510 Merge pull request #12155 from vkleen/postfix-configuration-options
Postfix configuration options
2016-01-05 12:32:23 +01:00
Eelco Dolstra
bab578f961 firefox-esr: 38.5.0 -> 38.5.2 2016-01-05 12:29:31 +01:00
Eelco Dolstra
9bce31e9b6 firefox: 43.0 -> 43.0.3 2016-01-05 12:29:31 +01:00
Peter Simons
56a3ffcc25 Merge pull request #12126 from michelk/r-modules/cran-update
r-modules: regenerate CRAN packages
2016-01-05 12:23:56 +01:00
Peter Simons
1355e928cf Merge pull request #12148 from ragnard/boot-update-and-remove-make-wrapper-usage
boot: Update shell script version and remove makeWrapper usage
2016-01-05 12:22:23 +01:00
Moritz Ulrich
24e0868763 isync: Add unstable variant. 2016-01-05 12:21:10 +01:00
Vladimír Čunát
45ade79bf9 node-packages: remove 7f
Close #12151, fixes #7091.
I've done no regeneration, just guessed how to remove it by hand.
Hopefully it's OK.
2016-01-05 12:17:49 +01:00
Eelco Dolstra
22848d55e2 kdmrc: Build locally 2016-01-05 12:17:32 +01:00
Domen Kožar
74df3be447 Merge pull request #12154 from jgeerds/virtualenv
virtualenv: 1.11.6 -> 13.1.2
2016-01-05 12:03:42 +01:00
Viktor Kleen
ebd8e2c380 postfix service: include configuration option for transport maps 2016-01-05 02:59:16 -08:00
Viktor Kleen
8fad959b15 postfix service: make SMTP services optional using enableSmtp option 2016-01-05 02:57:52 -08:00
Tim Cuthbertson
d057af5b00 ufraw: 0.20 -> 0.22 2016-01-05 11:54:48 +01:00
Bjørn Forsman
38d115bc71 guvcview: add pulseaudioSupport option (default true) 2016-01-05 11:54:47 +01:00
Bjørn Forsman
e753f795e2 guvcview: 1.7.2 -> 2.0.2
* Download tarball instead of git repo, drop autoreconfHook.
* The application now needs SDL2 instead of SDL.
* The build failed without 'gsl', so add that. (I think ./configure can
  be told to build without it, but it's only 5.7 MiB.)
2016-01-05 11:54:46 +01:00
Peter Simons
550fe7f233 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-5-ged07a8e using the following inputs:

  - Nixpkgs: 665c16fbe1
  - Hackage: d9755ca900
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: 56e1f693d5
2016-01-05 11:10:34 +01:00
Pascal Wittmann
9a2bdbf24b Merge pull request #12147 from rnhmjoj/hyp
hyp: init at 1.2.0
2016-01-05 11:06:33 +01:00
Peter Simons
94e6323de0 Merge pull request #12015 from mayflower/wpa_supplicant-service
Basic Declaritive Network Configuration in wpa_supplicant Service
2016-01-05 10:53:13 +01:00
Vladimír Čunát
b1acaffe67 Merge branch 'master' into staging 2016-01-05 10:28:58 +01:00
Jascha Geerds
f61bdd5653 virtualenv: 1.11.6 -> 13.1.2 2016-01-05 10:09:59 +01:00
Vladimír Čunát
556a28908e Merge: xorg and gtk-related updates 2016-01-05 09:53:01 +01:00
lethalman
b054851d18 Merge pull request #12082 from mogorman/hexchat
This fixes bug #10825 for hexchat.  Hexchat loads enchant library at …
2016-01-05 09:51:14 +01:00
Vladimír Čunát
7c879d342d Merge #10816: improve FreeBSD support 2016-01-05 09:50:10 +01:00
Vladimír Čunát
aa4562596f apr-util: refactor options 2016-01-05 09:42:56 +01:00
Vladimír Čunát
9b091e8a0c krb5: simplify unpacking 2016-01-05 09:37:51 +01:00
Vladimír Čunát
1ebff73b88 stdenv/setup.sh: don't skip post-hooks (close #12032)
So far if no configure script is found or no makefile,
the rest of the phase is skipped, *including* post-hooks.
I find that behavior unexpected/unintuitive.

Earlier version of this patch had problems due to me assuming
that $configureScript is always a simple path, but that turned out
to be false in many cases, e.g. perl.
2016-01-05 09:34:02 +01:00
Vladimír Čunát
fdbc58fe42 release.nix: fixup evaluation after darwin changes
/cc @copumpkin. I can't really test this, but it should unbreak Hydra
evaluation at least.
2016-01-05 09:27:48 +01:00
Vladimír Čunát
eeb3119604 Merge #11927: wine: add pulseaudio support 2016-01-05 09:25:46 +01:00
Vladimír Čunát
32fa84d8e7 wine: refactor an argument 2016-01-05 09:24:45 +01:00
Matthew O'Gorman
067467edf3 hexchat: fix enchant dependency usage at runtime.
xchat: correctly use gtkspell for spell checking.
2016-01-04 20:11:20 -05:00
Shell Turner
f229791454 freenet: rewrite wrapper to not depend on PATH 2016-01-05 01:06:54 +00:00
Tobias Geerinckx-Rice
a133ef9a0c liferea, graphite service: fix typo (agregator -> aggregator) 2016-01-05 01:03:50 +01:00
Tobias Geerinckx-Rice
fb5f7dd953 zfstools: 0.3.2 -> 0.3.3 2016-01-05 00:51:32 +01:00
Eric Seidel
a8217711ce fetchgitLocal: make it work in submodules 2016-01-04 15:09:00 -08:00
Vincent Laporte
2027caa875 coq-flocq: 2.5.0 -> 2.5.1 2016-01-04 23:37:40 +01:00
Vincent Laporte
3553258b1d Revert "coqPackages.flocq: 2.4.0 -> 2.5.0"
This reverts commit db9bc6875f.

That reverted commit had introduced a wrong URL.
2016-01-04 23:37:40 +01:00
Vincent Laporte
7462d96a65 ssreflect, mathcomp: fix build 2016-01-04 23:37:40 +01:00
Eric Seidel
222f4b9e2b gnustep-make: dont write to /Library/GNUstep 2016-01-04 14:07:17 -08:00
rnhmjoj
f22b28764c hyp: init at 1.2.0 2016-01-04 22:58:03 +01:00
rnhmjoj
bb3cd0e461 pirate-get: update meta info 2016-01-04 22:55:49 +01:00
Eric Seidel
b9e4cc83fa emacs-packages: remove custom derivations for auto-complete, async, and markdown-mode 2016-01-04 13:19:51 -08:00
Svein Ove Aas
f16594e18b nixos/fail2ban: Enable jails by default
With jails defaulting to 'enabled = true', the sshd jail that NixOS
defines will now be enabled.

[Bjørn: tweak commit message]
2016-01-04 21:52:32 +01:00
Tim Steinbach
1283e01b38 linux-testing: 4.4.0-rc7 -> 4.4.0-rc8 2016-01-04 20:52:19 +00:00
Robert Helgesson
436fe952b0 josm: 9060 -> 9229 2016-01-04 21:48:54 +01:00
Tobias Geerinckx-Rice
bb288f43af pingtcp: install README.md 2016-01-04 21:13:46 +01:00
Tobias Geerinckx-Rice
3a9c863150 pcapc: init at 2015-03-06 2016-01-04 21:13:05 +01:00
Tobias Geerinckx-Rice
286cd8378c libvirt: apply patch to build 1.3.0 on BSD/Darwin
Upstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1293060

This patch is based on the one attached to that bug report, but
instead of patching the .x files (parsing of which apparently
fails as well) it modifies the pre-generated .c files directly.

This ought to fix #12139.
2016-01-04 19:42:07 +01:00
Tobias Geerinckx-Rice
4b14ebc16d androidsdk: re-inherit androidsdk_4_4 in all-packages
This was removed in f93e14fa76
but is still used by the `idea` expression.
2016-01-04 19:37:18 +01:00
Tobias Geerinckx-Rice
b4c0495435 pythonPackages.libvirt: 1.2.19 -> 1.3.0
This needs to be synchronised with the `libvirt` version.
2016-01-04 19:24:50 +01:00
Herwig Hochleitner
7d3bac6bcc wine unstable/staging: 1.8 -> 1.9.0 2016-01-04 19:04:12 +01:00
Ragnar Dahlén
a25bfab690 boot: Update shell script version and remove makeWrapper usage 2016-01-04 17:23:45 +00:00
Vincent Laporte
fde89b6762 alt-ergo: also supported on Darwin 2016-01-04 17:17:44 +01:00
Pascal Wittmann
192fda79e0 Merge pull request #11832 from ktosiek/gupnp-tools-fixes
gupnp-tools: add required icons, rename from gupnptools
2016-01-04 17:16:41 +01:00
Eelco Dolstra
6d02d7e740 NixOS tests: Increase hung_task_timeout_secs
This hopefully fixes intermittent test failures like

  http://hydra.nixos.org/build/29962437

  router# [  240.128835] INFO: task mke2fs:99 blocked for more than 120 seconds.
  router# [  240.130135]       Not tainted 3.18.25 #1-NixOS
  router# [  240.131110] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.

assuming that these are caused by high load on the host.
2016-01-04 16:53:42 +01:00
Tobias Geerinckx-Rice
517d8c8846 pingtcp: init at 0.0.3 2016-01-04 16:09:46 +01:00
Eelco Dolstra
f93e14fa76 Make androidsdk refer to a more recent version 2016-01-04 16:07:47 +01:00
Tobias Geerinckx-Rice
8f6ae032c0 ccache: cherry-pick a (backported upstream) bug-fix 2016-01-04 15:11:51 +01:00
Bjørn Forsman
d1cb42f297 system-config-printer: set meta.platforms 2016-01-04 14:21:43 +01:00
Vladimír Čunát
0e1fe66aad kernel: do not load configs module (close #10912)
... because we make it built-in by default.
I can't imagine anyone who wanted to purge this module from his/her system,
so let's keep it simple, at least for now.
2016-01-04 13:59:53 +01:00
Tobias Geerinckx-Rice
21c7a81d5b Merge pull request #12051 from wido/libvirt-update
libvirt: Update from 1.2.19 to 1.3.0
2016-01-04 13:23:51 +01:00
Stefan Junker
1e9a4a6d5b fixup! rkt: align stage1 information with upstream source 2016-01-04 13:08:11 +01:00
Arseniy Seroka
c2dd20b561 vimPlugins: update 2016-01-04 2016-01-04 14:45:05 +03:00
Arseniy Seroka
e8b2b08c0d Merge pull request #12130 from NixOS/revert-11946-rkt
Revert "rkt: align stage1 information with upstream source"
2016-01-04 14:39:44 +03:00
Arseniy Seroka
387b38e10b Revert "rkt: align stage1 information with upstream source" 2016-01-04 14:39:34 +03:00
Arseniy Seroka
014ee32abd Merge pull request #11946 from steveeJ/rkt
rkt: align stage1 information with upstream source
2016-01-04 14:39:05 +03:00
Arseniy Seroka
b5bbbd0fe3 f2fs-tools: 1.4.1 -> 1.5.0 2016-01-04 14:23:56 +03:00
Arseniy Seroka
03a842f44d Merge pull request #12128 from michelk/cmark/init
cmark: init at 0.23.0
2016-01-04 14:16:53 +03:00
Rok Garbas
eea1e003dd libreoffice: adding polish language 2016-01-04 12:07:30 +01:00
Michel Kuhlmann
6ed6d87afc cmark: init at 0.23.0 2016-01-04 12:04:10 +01:00
Vladimír Čunát
16d0cd7c68 xorg: update tarballs list
There've been some updates of default.nix without corresponding updates
in the tarball list. Re-generation then added lots of downgrade cruft.

The intel driver can't be added this way, but at least we get much closer.
2016-01-04 12:03:37 +01:00
Vladimír Čunát
62bb0329ae xorg.xf86*{libinput,nouveau}: minor driver updates 2016-01-04 12:00:28 +01:00
Vladimír Čunát
cba685ba45 xorg.xorgcffiles: update 1.0.5 -> 1.0.6 (probably unused) 2016-01-04 11:58:30 +01:00
Vladimír Čunát
9714056914 xorg: small but mass-rebuild updates 2016-01-04 11:57:11 +01:00
Vladimír Čunát
a6812c1ca5 xorg.xf86videorendition: init at 4.2.6 2016-01-04 11:54:10 +01:00
Vladimír Čunát
88dff78662 xorg.libXfont2: init at 2.0.1 2016-01-04 11:52:51 +01:00
Eelco Dolstra
104c252b61 Merge pull request #11279 from rickynils/nixos-rebuild-remote
nixos-rebuild: Add option for building and/or deploying on a remote host
2016-01-04 11:52:25 +01:00
Vladimír Čunát
5bdb1c9cd1 libdrm: update 2.4.65 -> 2.4.66 2016-01-04 11:47:40 +01:00
Arseniy Seroka
c59277605b Merge pull request #12121 from benley/psutil-darwin
psutil: fix Darwin build
2016-01-04 12:51:38 +03:00
Arseniy Seroka
f8dc12a249 Merge pull request #12115 from rasendubi/xxkb
xxkb: Init at 1.11.1
2016-01-04 12:51:09 +03:00
Vladimír Čunát
b559020e27 xorgReplacements: remove this ancient cruft 2016-01-04 10:31:58 +01:00
Domen Kožar
d47389473e Merge pull request #12127 from FRidh/decorator
pythonPackages: fix tqdm and update decorator
2016-01-04 10:06:24 +01:00
Frederik Rietdijk
f3892a2c3e pythonPackages.decorator: 4.0.4 -> 4.0.6 2016-01-04 09:57:55 +01:00
Frederik Rietdijk
84dc27bf43 pythonPackages.tqdm: fix failing test 2016-01-04 09:57:31 +01:00
Tomasz Kontusz
62d2a91b2b gupnp-tools: add required icons, rename from gupnptools 2016-01-04 09:34:51 +01:00
Michel Kuhlmann
4c3d76d3c8 r-modules: regenerate CRAN packages 2016-01-04 09:19:24 +01:00
Wei-Ming Yang
7ad018b786 ostinato: fix a incorrect section which ostinato be placed from TOOLS to APPLICATIONS in all-packages.nix 2016-01-04 14:29:02 +08:00
Wei-Ming Yang
bd035405f4 ostinato: add ostinato in NixOS services 2016-01-04 14:29:02 +08:00
Wei-Ming Yang
89fbb184d1 ostinato: add ostinato package in nixpkgs 2016-01-04 14:29:02 +08:00
Tobias Geerinckx-Rice
f300b2861d rawdog: add myself as a maintainer 2016-01-04 04:23:32 +01:00
Tobias Geerinckx-Rice
b2612d4a98 rawdog: 2.20 -> 2.21 2016-01-04 04:23:29 +01:00
Tobias Geerinckx-Rice
5606e8b043 uksmtools: add 1-line comment to clarify fetchgit use... 2016-01-04 04:07:33 +01:00
Dan Peebles
0313b2e09c stdenv-darwin: allow easier testing of bootstrap tools
This un-hardcodes the bootstrap tools passed into the Darwin stdenv and
thus allows us to quickly iterate on improving the design of the full
bootstrap process. We can easily change the contents of the bootstrap
tools and evaluate an entire bootstrap all the way up to real packages.
2016-01-03 21:47:09 -05:00
Dan Peebles
88c41e1f95 stdenv-darwin: rename folder and associated attribute
No point in calling it pure-darwin anymore. It's the only stdenv we have
2016-01-03 21:08:40 -05:00
Dan Peebles
01b0b3cec0 stdenv-darwin: kill old impure Darwin stdenv
I'll be moving the other one over it next commit (I split it into two to
improve git's rename detection)
2016-01-03 21:06:24 -05:00
Dan Peebles
e81ae8e5a0 native-darwin-cctools-wrapper: kill it
Nothing uses it anymore
2016-01-03 20:28:34 -05:00
Benjamin Staffin
2a469c4075 psutil: fix Darwin build 2016-01-03 15:53:53 -08:00
Benjamin Staffin
9f3889a9a5 cdparanoia: fix Darwin build
Fixes #12116
2016-01-03 15:49:09 -08:00
Tobias Geerinckx-Rice
52f2d9ffc8 Merge pull request #12118 from Radvendii/master
tldr: init at 1.0
2016-01-03 23:54:51 +01:00
Radvendii
2371acdeb2 tldr: init at 1.0
added tldr to all-packages.nix

cleaned up style

added metadata

semicolons

didn't test on mac. removed platform

wrong types

fixed duplication of version
2016-01-03 17:51:34 -05:00
devhell
7526a1d542 {lib}mediainfo{-gui}: 0.7.80 -> 0.7.81
Built and run locally.

From the Changelog:
```
Version 0.7.81, 2015-12-31

+ Acquisition Metadata: support of all SMPTE RDD18 elements
+ Matroska: cover presence and content of the cover, thanks to Max Pozdeev
+ #F446, Matroska: Handling of cropping values, thanks to Max Pozdeev
+ Improvement of Python binding: Mac Os X support, Python2 and Python3
  can use same MediaInfoDLL.py
+ #F484, AVI: OpenDML Interlaced / Progressive scan type detection
+ MP4: support of AtomicParsley imdb tag
x #B959, MPEG-TS: MPEG-1 Video appeared as MPEG-2 Video
x #B914, Matroska: Undefined number of chapters in some M4V with Timed
  Text, thanks to Max Pozdeev
x #B962, Matroska: negative timecodes were not correctly handled
x #B964, FLV: was hanging trying to open some FLV files
x JPEG in AVI or MOV: better handling of buggy APP0/AVI1, avoiding some
  false positives about interlacement
x DVCPRO HD: some containers consider DVCPRO HD as with width 1920
  despite the fact it is 1280 or 1440, using 1280 or 1440 in all cases
```
2016-01-03 22:12:38 +00:00
Alexey Shmalko
95e823d4d4 xxkb: Init at 1.11.1 2016-01-03 22:59:14 +02:00
Mateusz Kowalczyk
1e630749d8 youtube-dl: 2015.11.24 -> 2016.01.01 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
268f3353e6 mpd: 0.19.11 -> 0.19.12 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
ce662d1f64 sxiv: update to v1.3.2 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
666c6a0d6a snd: update from 15.4 to 15.9 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
1c837144f7 mkvtoolnix-cli: update from 8.3.0 to 8.4.0 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
265f2b6e76 imapfilter: update from 2.5.7 to 2.6.3 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
8958cf6d84 gloox: update from 1.0.13 to 1.0.14 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
9f37e00617 flpsed: update from 0.7.2 to 0.7.3 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
508c0f15a3 ffms: update from 2.20 to 2.21 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
257fad9732 enet: update from 1.3.12 to 1.3.13 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
f5184406af cantarell_fonts: update from 0.0.16 to 0.0.17 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
8a5421da50 babeld: update from 1.5.1 to 1.6.1 2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
44f5980a43 orc: update from 0.4.23 to 0.4.24 2016-01-03 20:51:14 +00:00
Pascal Wittmann
f9dd5cc224 Merge pull request #12114 from vbgl/skrooge
skrooge: 1.10.0 -> 1.12.5
2016-01-03 21:35:06 +01:00
Vincent Laporte
45f2447bd2 skrooge: 1.10.0 -> 1.12.5 2016-01-03 21:09:18 +01:00
Bjørn Forsman
9cdf17e822 colord: fix use of /var
Currently the package is built with /var in $out/var. That fails when it
tries to create/write things at runtime (nix store is read-only).
Instead, tell it to use /var (global directory) and fixup the
installation phase so it doesn't touch /var (leave that for runtime).

This unbreaks the colord dbus service, which apparently is needed by
cups to create color profiles for printers.
2016-01-03 21:07:04 +01:00
Pascal Wittmann
927f6f33e4 git-sweep: init at 0.1.1 2016-01-03 20:47:35 +01:00
Tobias Geerinckx-Rice
6862e5c636 dhcping: init at 1.2 2016-01-03 20:38:52 +01:00
Tobias Geerinckx-Rice
82419575aa btrfsProgs -> canonical btrfs-progs 2016-01-03 20:38:44 +01:00
Pascal Wittmann
1799d134ba fcitx-configtool: add icon theme, fixes #11895 2016-01-03 20:32:59 +01:00
Pascal Wittmann
fa51f98133 ceptre: 2015-11-20 -> 2016-01-01 2016-01-03 20:06:12 +01:00
Pascal Wittmann
340c8acfaf global: 6.5.1 -> 6.5.2 2016-01-03 19:47:17 +01:00
Pascal Wittmann
18a53d6eda disorderfs: 0.4.1 -> 0.4.2 2016-01-03 19:42:59 +01:00
Pascal Wittmann
642065e8d4 checkstyle: 6.13 -> 6.14.1 2016-01-03 19:42:59 +01:00
Pascal Wittmann
1d2bb7ddfc Merge pull request #12111 from dezgeg/pr-i2ctools-source
i2c-tools: Fetch source from debian
2016-01-03 19:37:05 +01:00
Tuomas Tynkkynen
a9b83b5643 i2c-tools: Fetch source from debian
lm-sensors.org has been down for a while now.
2016-01-03 19:34:37 +02:00
Arseniy Seroka
371dd85c84 Merge pull request #12104 from taku0/firefox-bin-43.0.3
firefox-bin: 43.0.2 -> 43.0.3
2016-01-03 20:28:02 +03:00
Pascal Wittmann
7ab894098a mkcue: fetch source from debian
fixes #12102
2016-01-03 17:27:24 +01:00
Arseniy Seroka
a40b413b04 Revert "avidemux: 2.5.6 -> 2.6.9"
This reverts commit 170c8e08d3.
2016-01-03 18:49:39 +03:00
Matthew O'Gorman
42023e9a46 inspectrum: init at 20160103 2016-01-03 10:06:14 -05:00
Shea Levy
06356c90dc Merge branch 'kmscon-extraoptions' of git://github.com/nathan7/nixpkgs 2016-01-03 10:01:43 -05:00
Pascal Wittmann
927e82213d Merge pull request #12078 from womfoo/xzgv
xzgv: init at 0.9.1-r55
2016-01-03 15:57:07 +01:00
Pascal Wittmann
d2508c859b viking: 1.6.1 -> 1.6.2 2016-01-03 15:49:55 +01:00
Pascal Wittmann
13572ae8a3 parallel: 20151122 -> 20151222 2016-01-03 15:49:55 +01:00
Pascal Wittmann
f8da54d83d surf: move to correct category 2016-01-03 15:49:55 +01:00
Kranium Gikos Mendoza
dc36c1b14c xzgv: init at 0.9.1 2016-01-03 22:43:34 +08:00
Bjørn Forsman
ee807863ee system-config-printer: align attrname with pkgname
s/system_config_printer/system-config-printer/
2016-01-03 15:18:04 +01:00
Pascal Wittmann
0d5542bc85 surf: 0.6 -> 0.7 2016-01-03 13:34:45 +01:00
taku0
12a6fc722f firefox-bin: 43.0.2 -> 43.0.3 2016-01-03 20:03:53 +09:00
Pascal Wittmann
2a72baacbb Merge pull request #12074 from exi/fix-boolstuff-build
boolstuff: fix archive hash to make boolstuff build
2016-01-03 11:35:18 +01:00
Pascal Wittmann
55bf18e5c7 Merge pull request #12098 from gebner/calibre-unrar
calibre: make unrar support optional, and bump to latest version
2016-01-03 11:32:23 +01:00
Vladimír Čunát
3a468a9548 simutrans: preferLocalBuild = true; for data derivations 2016-01-03 10:27:50 +01:00
Philipp Hausmann
14383f3079 simutrans: 120.0.1 -> 120.1.1 (close #11978) 2016-01-03 10:27:31 +01:00
Philipp Hausmann
b574af31f4 maintainers: Make attrname match my github account 2016-01-03 10:27:30 +01:00
Tobias Geerinckx-Rice
99075fb402 saneBackends{,Git} -> sane-backends{,-git}
Fixes xsane evaluation.
2016-01-03 03:31:38 +01:00
Nikolay Amiantov
6a862c5a61 mumble: enable parallel building 2016-01-03 03:30:32 +03:00
Nikolay Amiantov
deda44195a Merge branch 'fix-murmur_git-build' of https://github.com/exi/nixpkgs
Closes #12052
2016-01-03 03:24:49 +03:00
Nikolay Amiantov
4a0ec15cd0 Merge pull request #12061 from exi/fix-bomi-build
bomi: fix missing build dependency
2016-01-03 03:23:34 +03:00
Nikolay Amiantov
e312276b01 Merge pull request #12000 from nathan7/nix-auto-run
command-not-found: add NIX_AUTO_RUN option, to automatically invoke nix-shell
2016-01-03 03:22:50 +03:00
Tobias Geerinckx-Rice
91fbdd3ee2 redshift: 1.10 -> 1.11
Changes:
- Add option preserve for gamma adjustment methods (randr, vidmode,
  quartz, w32gdi) to apply redness on top of current gamma
  correction.
- Fix #158: Add redshift.desktop file to resolve an issue where
  Geoclue2 would not allow redshift to obtain the current location.
- Fix #263: Make sure that the child process is terminated when
  redshift-gtk exits.
- Fix #284: A sample configuation file has been added to the
  distribution tarball.
- Fix warning message in redshift-gtk that is some cases caused
  redshift-gtk to fail (#271)
- Fix #174: Use nanosleep() for sleeping to avoid high CPU load on
  platforms (NetBSD, ...) with limitations in usleep()
- Various updates to man page and translations.
2016-01-03 01:05:06 +01:00
Tobias Geerinckx-Rice
4a4e9849e8 sane: camelCase -> upstream-names 2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
ddd48258e8 gnustep-make: 2.6.6 -> 2.6.7 2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
4f1559a751 gnustep-make: fix installation path
Get rid of the nested /nix/store/.../nix/store/... directories.
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
4943e41347 wget: make libpsl attribute properly optional 2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
d9f06f6665 libpsl: 0.11.0 -> 0.12.0 2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
d030b608dd zopfli: build & install zopflipng, shared libraries, READMEs 2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
2ba8ae8d97 zopfli: 1.0.0 -> 1.0.1 + bug fixes
Maintain & tidy up `meta` while we're here.
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
dd63386e6d perlPackages.URI: 1.68 -> 1.69 2016-01-03 00:24:28 +01:00
Rickard Nilsson
7772293a0a Merge pull request #12099 from jmitchell/patch-1
Fix package name typo
2016-01-02 23:53:41 +01:00
Arseniy Seroka
1d2accb8fe Merge pull request #9716 from benley/mathics-service
Add a Mathics notebook service (with test)
2016-01-03 01:37:06 +03:00
Benjamin Staffin
fe8498f609 nixos/mathics: New service and test 2016-01-02 14:34:55 -08:00
Bjørn Forsman
0ec3f4d339 cups-bjnp: align attrname with pkgname (s/cupsBjnp/cups-bjnp/) 2016-01-02 23:28:04 +01:00
Bjørn Forsman
a1ddb32a45 cups-bjnp: add meta.description 2016-01-02 23:14:31 +01:00
Robert Helgesson
a596f7dcb9 netcat: add meta data 2016-01-02 22:49:57 +01:00
Simon Vandel Sillesen
fecea0b305 qbittorrent: 3.2.3 -> 3.3.1
* upstream has switched to qt5 as default, so also done here
* Adds a patch to use the qt lrelease tool correct
2016-01-02 22:47:28 +01:00
Arseniy Seroka
a158f61313 Merge pull request #12092 from gebner/metis-20160101
metis-prover: 2.3 -> 2.3.20160101
2016-01-03 00:34:32 +03:00
Nathan Zadoks
d396f1e99b kmscon service: add extraOptions option 2016-01-02 22:21:54 +01:00
Bjørn Forsman
1979034956 system-config-printer: remove bad /usr/bin reference in dbus service file 2016-01-02 22:04:52 +01:00
Jacob Mitchell
7ce9699a6a Fix package name typo 2016-01-02 12:37:20 -08:00
Tobias Geerinckx-Rice
a88b771ae7 Merge pull request #11936 from dezgeg/pr-cd-touchpad
installation-cd-graphical: Enable the 'synaptics' touchpad driver
2016-01-02 20:13:29 +01:00
Gabriel Ebner
6a911bf36a calibre: 2.46.0 -> 2.48.0 2016-01-02 18:59:10 +01:00
Gabriel Ebner
bddcf7dfed calibre: make unrar support optional 2016-01-02 18:59:01 +01:00
Tuomas Tynkkynen
8a985d97a1 sudo: Compile with '--with-iologdir' to improve build purity
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.

The gruesome details from m4/sudo.m4:

````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
    AC_MSG_CHECKING(for I/O log dir location)
    if test "${with_iologdir-yes}" != "yes"; then
        iolog_dir="$with_iologdir"
    elif test -d "/var/log"; then
        iolog_dir="/var/log/sudo-io"
    elif test -d "/var/adm"; then
        iolog_dir="/var/adm/sudo-io"
    else
        iolog_dir="/usr/adm/sudo-io"
    fi
    if test "${with_iologdir}" != "no"; then
        SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
    fi
    AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
Fabian Schmitthenner
28b3ecac07 networkmanager: fix path /sbin/modprobe 2016-01-02 18:23:59 +01:00
Benjamin Staffin
4a69e5ae85 omake: Fix broken download URL
All the download links on http://omake.metaprl.org/ seem to be dead.
2016-01-02 18:21:48 +01:00
Bjørn Forsman
b1570d4f57 offlineimap: don't depend on 'pkgs' attrset
It's considered bad style to depend on "everything". In this case, all
that was needed from 'pkgs' was 'stdenv'.
2016-01-02 18:17:22 +01:00
Damien Cassou
fc83959704 offlineimap: 6.6.0 → 6.6.1 2016-01-02 18:07:14 +01:00
aszlig
7ea34af4dd linux-testing: 4.4.0-rc6 -> 4.4.0-rc7
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc7

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-02 17:56:03 +01:00
Peter Simons
1db4b1a8d2 Merge pull request #12093 from avnik/haskellPackages.docker
Disabling tests for haskellPackages.docker
2016-01-02 17:36:53 +01:00
Domen Kožar
8f434cf1d3 Merge pull request #12094 from kragniz/flat-badges
Set issuestats badges to flat style
2016-01-02 17:33:51 +01:00
Louis Taylor
ed43a60bd5 Set issuestats badges to flat style
This makes them look consistent with the travis badge.
2016-01-02 16:31:47 +00:00
Alexander V. Nikolaev
517e64727b Disabling tests for haskellPackages.docker
Tests in `docker` package require `docker` command and working docker
server on build machine..
2016-01-02 17:16:42 +02:00
Gabriel Ebner
711e9e20de metis-prover: 2.3 -> 2.3.20160101 2016-01-02 16:04:03 +01:00
Arseniy Seroka
181556f977 Merge pull request #12070 from exi/kmymoney-add-kbanking
kmymoney:  4.6.3 -> 4.7.2 and enable kbanking
2016-01-02 16:01:22 +03:00
Arseniy Seroka
6d74ea93fe Merge pull request #12083 from aborsu/owncloud-update
owncloud 7.0.11 -> 7.0.12
2016-01-02 15:59:53 +03:00
Pascal Wittmann
14b1e56197 Merge pull request #12081 from exi/fix-ding-desktop-file
ding: fix ding desktop file path
2016-01-02 13:49:14 +01:00
Pascal Wittmann
3998013ecd Merge pull request #12088 from rycee/bump/fira-code
fira-code: 1.101 -> 1.102
2016-01-02 13:46:16 +01:00
Robert Helgesson
84514ae8cc fira-code: 1.101 -> 1.102 2016-01-02 13:33:34 +01:00
Vladimír Čunát
8781743edb unrar: fix #12084: wrong license 2016-01-02 12:30:28 +01:00
Benjamin Staffin
212b83433d go1.5: Fix Darwin build by disabling a broken test (close #12075)
TestNohup appears to work on Darwin if the test suite is running
attached to a terminal, but not when Nix runs it.
2016-01-02 12:29:26 +01:00
Vladimír Čunát
1878ac9335 tree-wide: various cleanups
It's mainly refactoring and mass-rebuild simplifications without any
real impact (besides better readability).
2016-01-02 11:29:45 +01:00
Domen Kožar
8225e1b1c1 Merge pull request #12086 from bmorphism/master
thinkfan levels option to control actuation points
2016-01-02 10:56:37 +01:00
Barton Yadlowski
d732a7f5c5 thinkfan levels option to control actuation points 2016-01-02 04:49:58 -05:00
Augustin Borsu
31dcefeee6 owncloud 7.0.11 -> 7.0.12 2016-01-02 09:10:54 +01:00
Vladimír Čunát
4f08cb0de9 policykit: remove the package obsoleted by polkit
Inspired by:
https://github.com/NixOS/nixpkgs/commit/6ce3b9a8068d#commitcomment-15226586
2016-01-02 09:02:06 +01:00
Vladimír Čunát
b7658f3f8b connman: drop policykit dependency, refactor meta
PolicyKit is long obsoleted by PolKit and it didn't seem used here.
/cc maintainer @matejc.
2016-01-02 09:02:05 +01:00
Reno Reckling
74fc8dc0ce fix ding desktop file path 2016-01-02 03:58:07 +01:00
Bjørn Forsman
92a0140ff8 cups-pk-helper: init at 0.2.5
Adding this package to environment.systemPackages stops the
"Add new printer" button in gnome-control-center from being grayed out
and stops it from printing:

  (gnome-control-center:16664): printers-cc-panel-WARNING **: Your system does not have the cups-pk-helper's policy "org.opensuse.cupspkhelper.mechanism.all-edit" installed. Please check your installation

But completing the printer setup requires some additional packaging
work. This is what happens when trying to _add_ a printer:

  (gnome-control-center:18733): printers-cc-panel-WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.fedoraproject.Config.Printing was not provided by any .service files
  (gnome-control-center:18733): printers-cc-panel-WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not provided by any .service files
2016-01-01 23:33:11 +01:00
Tobias Geerinckx-Rice
7dc9ecd803 Merge pull request #12059 from svenkeidel/cool-retro-term-fix
cool-retro-term: add missing dependencies and fix qmltermwidget, fixes #12027
2016-01-01 22:53:37 +01:00
Reno Reckling
4ffe61e0d1 boolstuff: 0.1.14 -> 0.1.15
The build was broken because the webserver served the wrong archive version.
This fixes it indirectly.
2016-01-01 22:47:08 +01:00
Reno Reckling
73e5d23387 kmymoney: enable kbanking support
this will add hbci capabilities to kmymoney
2016-01-01 22:10:07 +01:00
Reno Reckling
aa0cf50d23 kmymoney: 4.6.3 -> 4.7.2 2016-01-01 22:09:30 +01:00
Tobias Geerinckx-Rice
8924e770ca a2ps: fix evaluation 2016-01-01 22:03:21 +01:00
Tobias Geerinckx-Rice
8b9a9fd9f5 saneBackendsGit: 2015-12-27 -> 2016-01-01 2016-01-01 21:43:20 +01:00
Tobias Geerinckx-Rice
ddb6e8e69c man-pages: 4.03 -> 4.04 2016-01-01 21:43:20 +01:00
Peter Simons
a0880dcb41 Merge pull request #12066 from mdorman/flashupdate
flashplayer: 11.2.202.554 -> 11.2.202.559
2016-01-01 20:23:37 +01:00
Peter Simons
80e6d455be Merge pull request #12068 from davidak/update-pass
pass: update homepage url
2016-01-01 20:23:13 +01:00
davidak
fc45d98c31 pass: update homepage url 2016-01-01 20:19:11 +01:00
Michael Alan Dorman
1b5873a720 shotwell: 0.20.2 -> 0.22.0
This release has actually been out for nine months, and the existing
release completely failed to be able to import photos in my setup.
2016-01-01 14:08:26 -05:00
Michael Alan Dorman
c140bd697b flashplayer: 11.2.202.554 -> 11.2.202.559 2016-01-01 14:03:08 -05:00
Benno Fünfstück
aaeba728b3 a2ps: new package 2016-01-01 19:11:58 +01:00
Michael Raskin
502c791611 update-walker: add a minimal description 2016-01-01 19:07:38 +01:00
Florent Becker
e956922b92 eliom: 4.1.0 -> 4.2.0 2016-01-01 19:04:41 +01:00
Florent Becker
44931d4293 js_of_ocaml: 2.5 -> 2.6 2016-01-01 19:04:40 +01:00
Florent Becker
87f2c1dcc4 ocsigen-server: 2.5 -> 2.6 2016-01-01 19:04:40 +01:00
Florent Becker
f4c6f769f4 lwt: 2.4.6 -> 2.5.0 2016-01-01 19:04:32 +01:00
Florent Becker
a1fdc48d7e ocaml-ssl: 0.4.7 -> 0.5.2 2016-01-01 19:04:31 +01:00
Arseniy Seroka
23b050fa84 Merge pull request #12049 from luispedro/update_zotero4_0_28_8
zotero: 4.0.26 -> 4.0.28.8
2016-01-01 20:55:29 +03:00
Arseniy Seroka
16223a4c65 Merge pull request #12057 from womfoo/facter
facter: 3.0.2 -> 3.1.3
2016-01-01 20:54:38 +03:00
Rickard Nilsson
448a2af041 nixos-rebuild: Document --build-host and --target-host options 2016-01-01 18:22:11 +01:00
Rickard Nilsson
ca0c460406 nixos-rebuild: Add option for building and/or deploying on a remote host
This commit adds the options --build-host and --target-host to nixos-rebuild.

--build-host instructs nixos-rebuild to perform all nix builds on the
specified host (via ssh). Build results are then copied back to the
local machine and used when activating the system.

--build-target instructs nixos-rebuild to activate the configuration
not on the local machine but on the specified remote host. Build
results are copied to the target machine and then activated there (via ssh).

It is possible to combine the usage of --build-host and --target-host,
in which case you can perform the build on one remote machine and deploy
the configuration to another remote machine. The only requirement is that
the build host has a working ssh connection to the target host (if the
target is not local), and that the local machine can connect to both
the target and the build host. Also, your user must be allowed to copy
nix closures between the local machine and the target and host machines.

At no point in time are the configuration sources (the nix files) copied
anywhere. Instead, nix evaluation always happens locally
(with nix-instantiate). The drv-file is then copied and realised remotely
(with nix-store).

As a convenience, if only --target-host is specified, --build-host is
implicitly set to that host too. So if you want to build locally and deploy
remotely you have to explicitly set "--build-host localhost".

To activate (test, boot or switch) you need to have root access to the
target host. You can specify this by "--target-host root@myhost".

I have tested the obvious scenarios and they are working. Some of the
combinations of --build-host and --target-host and the various actions might
not make much sense, and should maybe be forbidden (like setting a remote
target host when building a VM), and some combinations might not work at all.
2016-01-01 18:21:59 +01:00
janus
072da541de FreeBSD: undo removal of Solaris and remove changes to native stdenv now that FreeBSD has its own 2016-01-01 17:01:13 +00:00
janus
3c8f0a92d3 FreeBSD: improve bootstrapping, re-enable bdb for heimdal 2016-01-01 17:01:13 +00:00
janus
cbcab5521b FreeBSD: re-add heimdal 2016-01-01 17:01:13 +00:00
janus
55aa9163cc FreeBSD: minor fixes, add notes and make stdenv more robust 2016-01-01 17:01:13 +00:00
janus
a472d836f6 FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep 2016-01-01 17:01:13 +00:00
janus
9897b35661 FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add libelf-freebsd 2016-01-01 17:01:13 +00:00
janus
f351aaaf85 FreeBSD: use own stdenv, do not run libtiff tests, use PIC for zlib 2016-01-01 17:01:13 +00:00
janus
2d00f27230 FreeBSD: use clang37 2016-01-01 17:01:13 +00:00
janus
c01dbc4932 FreeBSD patches for GNU m4, stdenv, miniupnpc 2016-01-01 17:01:13 +00:00
janus
3cb831d2bc FreeBSD patches for miniupnpc, boost, bitcoin 2016-01-01 16:59:48 +00:00
janus
a1ade02cdc FreeBSD support 2016-01-01 16:59:48 +00:00
Shea Levy
35cf6c428f Merge branch 'patch-4' of git://github.com/leenaars/nixpkgs
xf86-input-wacom: 0.31.0 -> 0.32.0
2016-01-01 09:50:05 -05:00
Tobias Geerinckx-Rice
3a250b2518 Merge pull request #12050 from nckx/fix-mturk-hash
aws-mturk-clt: update sha256 hash
2016-01-01 14:59:53 +01:00
Reno Reckling
a60418a770 bomi: fix missing build dependency
The build fails without specifying qtquickcontrols as a build input
2016-01-01 14:57:28 +01:00
leenaars
3bd03f3141 xf86-input-wacom: 0.31.0 -> 0.32.0 2016-01-01 14:16:32 +01:00
Christian Theune
94102eaa41 Disable Go-version-specific net packages to avoid accidental builds
and dependencies.
2016-01-01 13:10:44 +01:00
Christian Theune
1ac4839968 Fix "net" dependency for go1.4 packages.
This was broken when we updated to syncthing 0.12 but wasn't noticed for
some reason. Nox caught this now.
2016-01-01 12:43:16 +01:00
Sven Keidel
30ff95ea59 cool-retro-term: add missing dependencies and fix qmltermwidget 2016-01-01 12:00:11 +01:00
Michael Raskin
a413b8fde1 libreoffice: 5.0.2.2 -> 5.0.4.2 2016-01-01 12:30:17 +03:00
Michael Raskin
ff853a98fb libreoffice: readd and fix the script to generate fetch list for LibreOffice. Migrating all of these to system packages would not work without patching the build system, I am afraid… 2016-01-01 12:30:17 +03:00
Michael Raskin
8efa3745c7 libmwaw: 0.3.5 -> 0.3.7 2016-01-01 12:30:17 +03:00
Michael Raskin
3279ab1de4 libodfgen: 0.1.4 -> 0.1.6 2016-01-01 12:30:17 +03:00
Michael Raskin
b02d4c5d27 librem: 0.4.6 -> 0.4.7 2016-01-01 12:30:17 +03:00
Michael Raskin
1a085b0c54 libre: 0.4.13 -> 0.4.14 2016-01-01 12:30:17 +03:00
Michael Raskin
e00cdaa6a2 librevenge: 0.0.2 -> 0.0.3 2016-01-01 12:30:17 +03:00
Michael Raskin
c8b9753882 eigen: 3.2.5 -> 3.3-alpha1 2016-01-01 12:30:17 +03:00
Michael Raskin
b2ac241e95 iptables: 1.4.21 -> 1.6.0 2016-01-01 12:30:17 +03:00
Michael Raskin
8d81c0ada2 cdk: a new release… 2016-01-01 12:30:17 +03:00
Michael Raskin
1dba4b4e6a scons: 2.3.6 -> 2.4.1 2016-01-01 12:30:17 +03:00
Michael Raskin
81aa158838 botanUnstable: 1.11.19 -> 1.11.25 2016-01-01 12:30:17 +03:00
Michael Raskin
1406e8e693 angelscript: 2.30.1 -> 2.30.2 2016-01-01 12:30:17 +03:00
Michael Raskin
4251a1aacb asdf: 3.1.5 -> 3.1.6 2016-01-01 12:30:17 +03:00
Michael Raskin
9449464024 libgphoto2: 2.5.8 -> 2.5.9 2016-01-01 12:30:17 +03:00
Michael Raskin
761340140c luarocks: 2.2.2 -> 2.3.0 2016-01-01 12:30:17 +03:00
Michael Raskin
8431b84d9a tcpflow: 1.4.4 -> 1.4.5 2016-01-01 12:30:17 +03:00
Michael Raskin
f638adb107 apache-jena: 3.0.0 -> 3.0.1 2016-01-01 12:30:17 +03:00
Michael Raskin
5446554002 lazarus: 1.2.6 -> 1.4.4 2016-01-01 12:30:17 +03:00
Michael Raskin
9201598227 compiz: 0.9.12.1 -> 0.9.12.2 2016-01-01 12:30:17 +03:00
Michael Raskin
0f9a361064 firejail: 0.9.26 -> 0.9.36 2016-01-01 12:30:17 +03:00
Michael Raskin
5db11e97e7 conspy: 1.10 -> 1.13 2016-01-01 12:30:17 +03:00
Michael Raskin
f1eeed7a29 ised: 2.6.0 -> 2.7.0 2016-01-01 12:30:17 +03:00
Michael Raskin
df9efd4f1b sysdig: 0.5.1 -> 0.6.0 2016-01-01 12:30:17 +03:00
Michael Raskin
a2f76a89bb gajim: 0.16.4 -> 0.16.5 2016-01-01 12:30:17 +03:00
Michael Raskin
a102de361b fpc: 2.6.4 -> 3.0.0 2016-01-01 12:30:17 +03:00
Michael Raskin
a2ddd89932 baresip: 0.4.15 -> 0.4.16 2016-01-01 12:30:17 +03:00
Michael Raskin
51f8932c8e pari (PARI/GP): 2.7.4 -> 2.7.5 2016-01-01 12:30:17 +03:00
Michael Raskin
247c419427 ipmiutil: 2.9.6 -> 2.9.8 2016-01-01 12:30:17 +03:00
Michael Raskin
119de110a3 glusterfs: 3.7.3 -> 3.7.6 2016-01-01 12:30:17 +03:00
Michael Raskin
ab3277e68a nginxUnstable: 1.9.7 -> 1.9.9 2016-01-01 12:30:17 +03:00
Vladimír Čunát
7d8ee80dab avahi: don't install broken symlinks
/cc maintainer @lovek323 and @wkennington who added these links 4118e632e8.
2016-01-01 10:01:36 +01:00
Kranium Gikos Mendoza
6c34b9c2ad facter: 3.0.2 -> 3.1.3 2016-01-01 15:47:44 +08:00
Mateusz Kowalczyk
581e9f0b32 tibia: 10.81 -> 10.90 2016-01-01 03:57:55 +00:00
jeaye
047e8b5e80 Add SSL support to slrn 2016-01-01 11:38:49 +08:00
Peter Simons
365ed9e37f haskell-binary: prefer version 0.7.x over 0.8.x for GHC 7.0.x 2015-12-31 23:43:10 +01:00
Michael Alan Dorman
09956eab48 pointfree: now builds with haskell-src-exts-1.17. 2015-12-31 23:43:10 +01:00
Peter Simons
d464c85fdf haskell-modules: remove obsolete re-build triggers 2015-12-31 23:43:09 +01:00
Peter Simons
5f47b751b3 haskell-semigroups: fix build with GHC 7.8.x and 7.6.x 2015-12-31 23:43:09 +01:00
Peter Simons
9955602aa0 configuration-hackage2nix.yaml: update list of broken packages 2015-12-31 23:43:09 +01:00
Peter Simons
63c8129bc6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:

  - Nixpkgs: 579e6bb797
  - Hackage: e1530f9f9a
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: db90cf927d
2015-12-31 23:43:04 +01:00
Reno Reckling
10a87beb7e murmur_git: fix failing build because of changed ice file paths 2015-12-31 20:01:41 +01:00
Aristid Breitkreuz
0c7db6c696 jpegoptim: init at 1.4.3 2015-12-31 16:55:50 +01:00
Michael Raskin
f50aca5157 cl-launch: 4.1.4 -> 4.1.4.1 2015-12-31 16:52:05 +01:00
Michael Raskin
7dc2f1632c qpdfview: 0.4.15 -> 0.4.16 2015-12-31 16:51:13 +01:00
Peter Simons
a174c20de8 Merge pull request #12048 from exi/fix-wireshark-qt
wireshark-qt: make wireshark-qt build and run again
2015-12-31 15:07:21 +01:00
Wido den Hollander
2773dfbb5e libvirt: Update from 1.2.19 to 1.3.0 2015-12-31 14:40:07 +01:00
Reno Reckling
28fd7afd02 wireshark-qt: make wireshark-qt build and run again 2015-12-31 13:56:50 +01:00
Tobias Geerinckx-Rice
6a903c1f87 aws-mturk-clt: update sha256 hash
Stable tarballs are so 2015.
2015-12-31 13:48:07 +01:00
Domen Kožar
2be814f21e Merge pull request #11985 from mayflower/update-thinkfan
thinkfan: 0.8.1 -> 0.9.2
2015-12-31 13:41:30 +01:00
Domen Kožar
680659023c Merge pull request #12034 from bjornfor/add-meta-platforms-to-xorg
xorg: add meta.platforms
2015-12-31 13:41:13 +01:00
Luis Pedro Coelho
7a6debc791 zotero: 4.0.26 -> 4.0.28.8
The previous version was too old for the current version of firefox and
syncing failed with an error: "req.sendAsBinary is not a function". This
new version solves this.

See https://forums.zotero.org/discussion/48500/bug-with-firefox-plugin/
2015-12-31 13:13:31 +01:00
Arseniy Seroka
b9bfedd64d Merge pull request #11999 from kamilchm/qtile-0.10.3
qtile: 0.10.2 -> 0.10.3
2015-12-31 14:56:50 +03:00
Arseniy Seroka
ab136e6e96 Merge pull request #12041 from kragniz/patch-1
qmltermwidget: fix homepage url
2015-12-31 14:56:29 +03:00
Peter Simons
7ec9ce56f4 Merge pull request #12047 from phunehehe/postfix-shell
postfix: patch to stop hard coding SHELL
2015-12-31 12:49:32 +01:00
Hoang Xuan Phu
ff49b7f91e postfix: patch to stop hard coding SHELL 2015-12-31 17:03:48 +08:00
Tobias Geerinckx-Rice
3b065f0215 zpaqd: fix typo... 2015-12-31 05:09:13 +01:00
Tobias Geerinckx-Rice
4ae6598c0b zpaq{,d}: clarify; improve description; maintain 2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
d04e57ea6a zpaq{,d}: un-break compileFlags and stop using -march=native
Running zpaq on an older but not ancient 64-bit Intel server aborts
with an ‘Illegal instruction’ error. Turns out the build expression
was using -march=native to generate distibution binaries...

Change this to more conservative, portable settings which should
cover ‘all’ CPUs. It may run slightly slower — but that at least
implies running.

As a nice side effect, all common compile flags are now back in
`compileFlags` whence they came, and actually used consistently.
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
624b3a34c0 wireless-regdb: change homepage to more accessible wiki 2015-12-31 05:04:05 +01:00
Austin Seipp
59acfd4f16 nixos/plex: Add 'package' option to module
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-30 20:20:25 -06:00
Austin Seipp
d97ae517fb nixpkgs: plex 0.9.12.19.1537 -> 0.9.14.6.1620
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-30 20:12:03 -06:00
Peter Simons
1b7c1fb382 Merge pull request #11931 from luispedro/add_chessx_stockfish
Add chessx and stockfish (chess engine)
2015-12-31 01:16:38 +01:00
Dan Peebles
51ebb5a9aa lz4: mark as working on all unixes
I've only tested on darwin, but it looks like a pretty vanilla package
2015-12-30 17:45:13 -05:00
Luis Pedro Coelho
c570bc50bc chessx: init at 1.3.2
Chessx is a chess database GUI. Using the stockfish engine, users can
also analyse games.
2015-12-30 23:19:44 +01:00
Luis Pedro Coelho
8bec69e9c8 stockfish: init at 6 2015-12-30 23:19:39 +01:00
Michael Raskin
d27dd12571 Merge pull request #12043 from rycee/migrate/stdenv
Migrate some more packages from builderDefsPackage to stdenv
2015-12-30 21:26:00 +01:00
Robert Helgesson
318a0c9f3f flightgear: use fltk with XFT support
Without XFT the Flight Gear compilation fails with an undefined
reference to `XGetUtf8FontAndGlyph`.
2015-12-30 21:17:39 +01:00
Robert Helgesson
73ede34fe5 vbetool: use stdenv
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
2367594575 hawknl: fix download URL
The upstream URL is broken, use an alternative download URL. Checksum is
the same as old download.
2015-12-30 21:15:15 +01:00
Robert Helgesson
9f5b058041 regina: use stdenv
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
ffd09ecc60 unicap: use stdenv
This replaces use of `builderDefsPackage`. Also fix build.
2015-12-30 21:15:15 +01:00
Robert Helgesson
6ca0480de6 cgui: use stdenv
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
7ce3f6f976 openscenegraph: use stdenv
This replaces use of `builderDefsPackage`. Also minor cleanups.
2015-12-30 21:15:15 +01:00
Robert Helgesson
abf836b066 ois: use stdenv
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
9a47354a96 allegro5unstable: use stdenv
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
f37279aebc allegro5: use stdenv
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
bbd253b569 allegro: use stdenv
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
ac8e5edada box2d: use stdenv
This replaces use of `builderDefsPackage`. Also change to download
tarball from GitHub as it is the new upstream home.
2015-12-30 21:15:15 +01:00
Peter Simons
e402a2e670 Merge pull request #12042 from anderspapitto/docs
docs
2015-12-30 21:08:52 +01:00
Anders Papitto
58cc890d2b sysctl: use literalExample in docs 2015-12-30 10:22:04 -08:00
Arseniy Seroka
51c9093ce7 Merge pull request #12025 from VShell/icestorm
yosys, arachne-pnr, icestorm: init
2015-12-30 20:44:05 +03:00
Michael Raskin
f7ab821916 Julia: update libuv version 2015-12-30 18:17:43 +01:00
Louis Taylor
358885fd87 qmltermwidget: fix homepage url 2015-12-30 16:52:46 +00:00
Shell Turner
c485543c7c yosys: init at 2015.12.29 2015-12-30 16:52:41 +00:00
Shell Turner
f11ec866ad arachne-pnr: init at 2015.12.29 2015-12-30 16:52:41 +00:00
Shell Turner
c1ec39d47b icestorm: init at 2015.12.29 2015-12-30 16:52:41 +00:00
Thomas Tuegel
34123acd4f Merge pull request #12037 from bcdarwin/emacs-popup-mode-cleanup
[emacs-packages] popup-mode: remove manual derivation (hence also bump 0.5.2 -> 0.5.3)
2015-12-30 10:24:42 -06:00
Domen Kožar
f41603d8a6 Merge pull request #11940 from jgillich/dnsmasq-leases
dnsmasq: create state dir for dhcp leases file
2015-12-30 16:50:14 +01:00
Vladimír Čunát
8c90a4421a exiv2: update 0.24 -> 0.25 2015-12-30 16:46:31 +01:00
Ben Darwin
8565efc4da remove manual derivation for popup-mode 2015-12-30 10:36:15 -05:00
Arseniy Seroka
640d861d13 Merge pull request #12020 from ehmry/windowlab
WindowLab: initial pkg at 1.40
2015-12-30 18:07:20 +03:00
Eelco Dolstra
146c727924 waitForUnit: Fail if the unit reaches inactive state with no pending jobs
This prevents waitForUnit for looping for many minutes before giving
up.
2015-12-30 15:17:52 +01:00
Eelco Dolstra
e78bad5262 etc: Use a friendlier name than "etc-file" 2015-12-30 15:17:30 +01:00
Eelco Dolstra
1ba2015450 install-grub: Make more robust against GC'ed system profile entries
Previously this barfed with:

  updating GRUB 2 menu...
  fileparse(): need a valid pathname at /nix/store/zldbbngl0f8g5iv4rslygxwp0dbg1624-install-grub.pl line 391.
  warning: error(s) occured while switching to the new configuration
2015-12-30 15:07:18 +01:00
Bjørn Forsman
a5b68eb4f6 xorg: add meta.platforms
Add it to the generator script (generate-expr-from-tarballs.pl) and then
add the updated generated file (pkgs/servers/x11/xorg/default.nix) after
performing the steps outlined in the generator script.

NOTE: People seem to have updated .../default.nix manually (even though
it has a "THIS IS A GENERATED FILE.  DO NOT EDIT!" header), so I had to
skip some changes to not downgrade several packages.
2015-12-30 12:50:54 +01:00
Vladimír Čunát
468f698f60 rsync: security update 3.1.1 -> 3.1.2
This should fix CVE-2014-9512.
https://download.samba.org/pub/rsync/src/rsync-3.1.2-NEWS
2015-12-30 12:06:00 +01:00
Vladimír Čunát
b01ae3cee0 gtk2: maintenance update 2.24.28 -> 2.24.29 2015-12-30 11:58:06 +01:00
Vladimír Čunát
00aec448ab gdk-pixbuf: maintenance update 2.32.1 -> 2.32.3 2015-12-30 11:57:33 +01:00
Vladimír Čunát
343e7af697 pango: maintenance update 1.18.0 -> 1.18.1 2015-12-30 11:48:30 +01:00
Vladimír Čunát
cfbe24992f at-spi2-*: maintenance updates on 2.18.* 2015-12-30 11:46:24 +01:00
Vladimír Čunát
8627b26874 libpng-1.2: security update 1.2.54 -> 1.2.55
It should finally fix #11030 and CVE-2015-8126 for 1.2.
2015-12-30 11:40:44 +01:00
Vladimír Čunát
f9232183d0 harfbuzz: update 1.0.6 -> 1.1.2 2015-12-30 11:37:20 +01:00
Emery
952563d620 WindowLab: initial pkg at 1.40
http://nickgravgaard.com/windowlab/
2015-12-30 11:10:30 +01:00
Vladimír Čunát
fff938f72a liferea: maintenance update 1.10.16 -> 1.10.17
Also refactor meta.
2015-12-30 10:59:02 +01:00
Dan Peebles
cd7612b841 amazon-image: enable configure-from-userdata and the corresponding VM test 2015-12-30 04:59:52 +00:00
Dan Peebles
878544e4f6 perl-5.2{0,2}: remove unnecessary patch for darwin
The patch no longer applies on 5.20 and is breaking everything. I tried
building both 5.20 and 5.22 and both seemed to work fine without the
patch.
2015-12-29 21:01:19 -05:00
Sander van der Burg
ebe4d609ea supertux: bump to version 0.4.0 2015-12-29 23:40:43 +00:00
Peter Simons
3a8112f7da r-modules: prefer gsl 1.x since 2.x is unsupported by r-gsl-1.9.x 2015-12-29 21:22:59 +01:00
Reno Reckling
a1e0894cb4 ding: init at 1.8 (close #11989)
vcunat improved meta.
2015-12-29 21:03:19 +01:00
Domen Kožar
bea60e1409 Merge pull request #12026 from rycee/migrate/stdenv
Migrate packages in games to stdenv from builderDefsPackage
2015-12-29 21:00:22 +01:00
Robert Helgesson
a04916cdc4 sauerbraten: use stdenv
This replaces use of builderDefsPackage (#4210).
2015-12-29 20:31:01 +01:00
Robert Helgesson
aca3851b88 tbe: r2048 -> 0.9.2.1
Also replace use of builderDefsPackage (#4210).
2015-12-29 20:31:01 +01:00
Robert Helgesson
b9f1140e4d atanks: use stdenv
This replaces use of builderDefsPackage (#4210).
2015-12-29 20:31:01 +01:00
Robert Helgesson
73184f5f59 stardust: use stdenv
This replaces use of builderDefsPackage (#4210).
2015-12-29 20:31:01 +01:00
Robert Helgesson
281b584e4a liquidwar: use stdenv
This replaces use of builderDefsPackage (#4210).
2015-12-29 20:31:01 +01:00
Thomas Tuegel
c919bb82af Merge branch 'emacs-packages' 2015-12-29 13:25:11 -06:00
Thomas Tuegel
c266de63ee melpa-stable-packages: use recipeFile 2015-12-29 13:24:42 -06:00
Thomas Tuegel
1d8e3db9ff melpa-packages: use recipeFile 2015-12-29 13:24:28 -06:00
Thomas Tuegel
7466e0f264 melpaBuild: accept recipeFile in lieu of fileSpecs 2015-12-29 13:23:49 -06:00
Robin Gloster
4bf7afc78e wpa_supplicant module: remove preStart hack
If the config file is managed imperatively we shouldn't touch it.
2015-12-29 18:49:39 +00:00
Robin Gloster
56a53ff458 wpa_supplicant module: add networks option 2015-12-29 18:49:39 +00:00
Robin Gloster
9dceabc95d wpa_supplicant module: refactor 2015-12-29 18:49:39 +00:00
Robin Gloster
57210ce1c1 wpa_supplicant module: remove obsolete option
networking.WLANInterface has been obsolete for years
2015-12-29 18:49:38 +00:00
Domen Kožar
6da327b433 Chromium updates 2015-12-29 19:32:38 +01:00
Eelco Dolstra
63bf2a551e nixUnstable: 1.11pre4334_7431932 -> 1.11pre4345_b8258a4 2015-12-29 17:54:58 +01:00
Arseniy Seroka
9544823b6e Merge pull request #12014 from ehmry/ratox
ratox: fix src hash mismatch
2015-12-29 19:32:10 +03:00
Eelco Dolstra
7906169ce1 Add some preferLocalBuild 2015-12-29 17:21:49 +01:00
Vladimír Čunát
08dd527cc7 Merge branch 'staging'
http://hydra.nixos.org/eval/1234895
The mass errors on Hydra seem transient; I verified ghc on i686-linux.
Only darwin jobs are queued ATM. There's a libpng security update
included in this merge, so I don't want to wait too long.
2015-12-29 17:14:35 +01:00
Vladimír Čunát
6a51a615b4 goPackages.inflect: add version suffix
Instead of approach in #12002, I chose the commit-date style
to preserve linearity if it (ever) gets updates.
The package seems to do no releases.
2015-12-29 17:07:26 +01:00
Vladimír Čunát
b91dcad4bc fetchFromBitBucket: auto-remove an impure file
Also fix the hash in goPackages.inflect, the only user of the fetcher ATM.
Closes #12002 (different `inflect` fix), fixes #12012.
Using fetchzip-derived functions is likely more efficient than fetchhg,
and it's lighter on dependencies (hash is the same as with fetchhg in this case).
2015-12-29 16:54:50 +01:00
Eelco Dolstra
74aac17878 Force rebuild of some corrupted files 2015-12-29 16:39:26 +01:00
Jakob Gillich
36a4600422 remove fetchFromGitorious (close #12024)
The site has retired and it's not used by anything.
2015-12-29 16:33:15 +01:00
Peter Simons
c5f28c305a Merge pull request #11566 from Bevaz/ccache-links
ccache: create symlinks to gcc lib & include in ccache-links directory
2015-12-29 16:29:16 +01:00
Peter Simons
5ab5e1d25e Merge pull request #11959 from exi/use-official-taglib-extras
use official taglib-extras source
2015-12-29 16:28:35 +01:00
Eelco Dolstra
f6df6d8d46 linux: 3.18.24 -> 3.18.25 2015-12-29 15:56:20 +01:00
Reno Reckling
f1aa829a43 use official taglib-extras source 2015-12-29 15:36:47 +01:00
Charles Strahan
b6c06e216b ruby: new bundler infrastructure
This improves our Bundler integration (i.e. `bundlerEnv`).

Before describing the implementation differences, I'd like to point a
breaking change: buildRubyGem now expects `gemName` and `version` as
arguments, rather than a `name` attribute in the form of
"<gem-name>-<version>".

Now for the differences in implementation.

The previous implementation installed all gems at once in a single
derivation. This was made possible by using a set of monkey-patches to
prevent Bundler from downloading gems impurely, and to help Bundler
find and activate all required gems prior to installation. This had
several downsides:

* The patches were really hard to understand, and required subtle
  interaction with the rest of the build environment.
* A single install failure would cause the entire derivation to fail.

The new implementation takes a different approach: we install gems into
separate derivations, and then present Bundler with a symlink forest
thereof. This has a couple benefits over the existing approach:

* Fewer patches are required, with less interplay with the rest of the
  build environment.
* Changes to one gem no longer cause a rebuild of the entire dependency
  graph.
* Builds take 20% less time (using gitlab as a reference).

It's unfortunate that we still have to muck with Bundler's internals,
though it's unavoidable with the way that Bundler is currently designed.
There are a number improvements that could be made in Bundler that would
simplify our packaging story:

* Bundler requires all installed gems reside within the same prefix
  (GEM_HOME), unlike RubyGems which allows for multiple prefixes to
  be specified through GEM_PATH. It would be ideal if Bundler allowed
  for packages to be installed and sourced from multiple prefixes.
* Bundler installs git sources very differently from how RubyGems
  installs gem packages, and, unlike RubyGems, it doesn't provide a
  public interface (CLI or programmatic) to guide the installation of a
  single gem. We are presented with the options of either
  reimplementing a considerable portion Bundler, or patch and use parts
  of its internals; I choose the latter. Ideally, there would be a way
  to install gems from git sources in a manner similar to how we drive
  `gem` to install gem packages.
* When a bundled program is executed (via `bundle exec` or a
  binstub that does `require 'bundler/setup'`), the setup process reads
  the Gemfile.lock, activates the dependencies, re-serializes the lock
  file it read earlier, and then attempts to overwrite the Gemfile.lock
  if the contents aren't bit-identical. I think the reasoning is that
  by merely running an application with a newer version of Bundler, you'll
  automatically keep the Gemfile.lock up-to-date with any changes in the
  format. Unfortunately, that doesn't play well with any form of
  packaging, because bundler will immediately cause the application to
  abort when it attempts to write to the read-only Gemfile.lock in the
  store. We work around this by normalizing the Gemfile.lock with the
  version of Bundler that we'll use at runtime before we copy it into
  the store. This feels fragile, but it's the best we can do without
  changes upstream, or resorting to more delicate hacks.

With all of the challenges in using Bundler, one might wonder why we
can't just cut Bundler out of the picture and use RubyGems. After all,
Nix provides most of the isolation that Bundler is used for anyway.

The problem, however, is that almost every Rails application calls
`Bundler::require` at startup (by way of the default project templates).
Because bundler will then, by default, `require` each gem listed in the
Gemfile, Rails applications are almost always written such that none of
the source files explicitly require their dependencies. That leaves us
with two options: support and use Bundler, or maintain massive patches
for every Rails application that we package.

Closes #8612
2015-12-29 09:30:21 -05:00
Yann Hodique
bc6e050f21 mesa: add download url (close #11942)
vcunat refactored a bit (too long line, etc.) and reordered the URLs.
2015-12-29 14:23:41 +01:00
Bjørn Forsman
4f3d769d6f conky: add meta.platforms 2015-12-29 13:16:01 +01:00
Arseniy Seroka
efce163164 Merge pull request #11988 from mayflower/update-dhcpcd
dhcpcd: 6.9.3 -> 6.9.4
2015-12-29 15:00:40 +03:00
Arseniy Seroka
19b6034135 Merge pull request #11995 from dezgeg/pr-yledl
yle-dl: init at 2.9.1
2015-12-29 14:59:20 +03:00
Arseniy Seroka
729211de7a Merge pull request #11917 from jerith666/subgit
subgit: init at 3.1.0
2015-12-29 14:57:47 +03:00
Emery
b604318ad8 ratox: fix src hash mismatch 2015-12-29 11:44:07 +01:00
Christian Theune
3c0268334d syncthing: 0.12.9 -> 0.12.10 2015-12-29 09:34:58 +01:00
Edward Tjörnhammar
2c9369dc43 i2pd: 2.1.0 -> 2.2.0 2015-12-29 09:17:35 +01:00
Matt McHenry
090efc2907 subgit: init at 3.1.0 2015-12-28 22:59:23 -05:00
Domen Kožar
c953334c75 Merge pull request #11972 from codsl/tor-0.2.7.6
tor: 0.2.7.5 -> 0.2.7.6
2015-12-28 23:27:29 +01:00
Domen Kožar
a27a1f9f8e Merge pull request #12007 from mayflower/spotify-openssl
spotify: Use specific openssl version
2015-12-28 23:15:40 +01:00
Domen Kožar
82604c259c Merge pull request #12006 from exi/fix-failing-amarok-build
amarok: add necessary dependencies to fix failing build
2015-12-28 23:15:24 +01:00
Domen Kožar
af751a7845 qt55.openbr: fix source 2015-12-28 23:14:34 +01:00
Dan Peebles
527f3574b7 stdenvBootstrapTools.x86_64-darwin: unbreak
This is blocking Hydra from updating the nixpkgs-unstable channel. Also
add myself as a maintainer so Hydra can notify me if it breaks again
2015-12-28 16:59:37 -05:00
Robin Gloster
4f6c12de30 spotify: Use specific openssl version
Spotify needs an ABI compatible libssl as it is a binary.
Only changes things if openssl is aliased to another libssl.
2015-12-28 21:52:29 +00:00
Reno Reckling
bfd77fdbbe amarok: add necessary dependencies to fix failing build 2015-12-28 22:49:36 +01:00
Domen Kožar
97a40f6de6 pythonPackages.polylint: remove obsolete build 2015-12-28 22:49:23 +01:00
Domen Kožar
a9159db387 Merge pull request #11924 from mayflower/libvirt-pcap
libvirt: fix including libpcap and add xen support
2015-12-28 22:45:50 +01:00
Robin Gloster
8eede9e41e gnome-boxes, libguestfs: fix builds due to libvirt
Adds link time dependencies which are now used in libvirt and unbreaks
these packages
2015-12-28 21:44:12 +00:00
Robin Gloster
0bd5a83403 libosinfo: 0.2.11 -> 0.2.12
Unbreaks gnome-boxes 3.18
2015-12-28 21:44:12 +00:00
Robin Gloster
729fb7a440 virt-viewer: fix build and clean up 2015-12-28 21:44:12 +00:00
Robin Gloster
8260022a1b libvirt-glib: 0.2.0 -> 0.2.3
This also fixes the build with the xen-supporting libvirt and removes
obsolete workarounds.
2015-12-28 21:43:25 +00:00
Robin Gloster
4e225b61d2 libvirt: add xen support 2015-12-28 21:43:25 +00:00
Robin Gloster
876a182b66 libvirt: fix including libpcap 2015-12-28 21:43:25 +00:00
Domen Kožar
af25cc9427 fix virtviewer build 2015-12-28 22:39:22 +01:00
Domen Kožar
4e4931507b fix mesos build, fixes #11638 2015-12-28 22:28:38 +01:00
Peter Simons
f3aa927b70 Merge pull request #11991 from dezgeg/pr-openssh-purity
openssh: Compile with '--with-pid-dir' to improve build purity
2015-12-28 21:49:36 +01:00
Thomas Tuegel
35780cc154 Merge pull request #12003 from ardumont/yasnippet-deferred-emacs-packages-cleanup
[emacs-packages] yasnippet + deferred cleanup
2015-12-28 14:06:29 -06:00
Antoine R. Dumont (@ardumont)
fddf0dfa49 Remove deferred's manual derivation
11503 related
2015-12-28 20:29:54 +01:00
Antoine R. Dumont (@ardumont)
b863b5fc35 Remove yasnippet's manual derivation
11503 related
2015-12-28 20:28:48 +01:00
Thomas Tuegel
36a08ce5a0 arpack: 3.2.0 -> 3.3.0 2015-12-28 11:44:03 -06:00
Tuomas Tynkkynen
919d44d29f openssh: Compile with '--with-pid-dir' to improve build purity
The configure script tries to probe whether /var/run exists when
determining the location for the pid file, which is not very nice when
doing chroot builds. Just set it explicitly to avoid the problem.

For reference, the culprit in configure.ac:
````
piddir=/var/run
if test ! -d $piddir ; then
        piddir=`eval echo ${sysconfdir}`
        case $piddir in
                NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
        esac
fi

AC_ARG_WITH([pid-dir],
        [  --with-pid-dir=PATH     Specify location of ssh.pid file],
...

````

Also, use the `install-nokeys` target in installPhase so we avoid
installing useless host keys into $out/etc/ssh and improve built purity
as well.
2015-12-28 18:40:21 +02:00
Peter Simons
2ed4f9a342 Merge pull request #11977 from rycee/debundle/anki
anki: major refactor
2015-12-28 17:23:14 +01:00
Peter Simons
de545f8b29 Merge pull request #11984 from mayflower/update-strace
strace: 4.10 -> 4.11
2015-12-28 17:20:30 +01:00
Peter Simons
a1a16c5a92 Merge pull request #11990 from mayflower/update-libressl
libressl_2_2: 2.2.4 -> 2.2.5
2015-12-28 17:20:10 +01:00
Peter Simons
ef656e469e Merge pull request #11980 from ArdaXi/fix-gpgkey2ssh
Make gpgkey2ssh use absolute path to gpg2, fixes #11912
2015-12-28 17:12:51 +01:00
Arda Xi
e60c4995fd command-not-found: pass all of argv to helper 2015-12-28 15:09:48 +01:00
Nathan Zadoks
efd9562df0 fish: pass all of argv to command-not-found 2015-12-28 15:09:48 +01:00
Nathan Zadoks
254eebd8a0 command-not-found: add NIX_AUTO_RUN 2015-12-28 15:09:48 +01:00
Stefan Junker
e3630bcf89 rkt: align stage1 information with upstream source
We rely on the upstream tests and hence should not change the
constellation.

See: https://github.com/coreos/rkt/blob/v0.14.0/stage1/usr_from_coreos/coreos-common.mk

Additionally add the "fly" stage1.
2015-12-28 14:20:12 +01:00
Peter Simons
1a07ecf9c5 Add LTS Haskell 3.20. 2015-12-28 13:25:45 +01:00
Peter Simons
9ca37a8a4b haskell-text: doCheck=false override is now generated by hackage2nix
This is necessary to break an finite recursion in the test suite dependencies.
2015-12-28 13:19:28 +01:00
Peter Simons
3af72cf6a3 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:

  - Nixpkgs: 236677809b
  - Hackage: 62b6b580fb
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: ef03f60b53
2015-12-28 13:19:11 +01:00
Domen Kožar
0fa8f6b36b nodePackages_0_5: don't recurseIntoAttrs
Two reasons for this change:

- most of 5.0 packages don't build yet

- node packages are memory intensive and block Hydra evaluation
  (Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS)

PS: Removing node packages from evaluation goes from 7.5G down to
4.6G for whole nixos release job.

See #3594 and #11865
2015-12-28 12:16:22 +01:00
Kamil Chmielewski
cb0ddd9d6a qtile: 0.10.2 -> 0.10.3 2015-12-28 11:02:05 +01:00
Nikolay Amiantov
9c431b77ff make-initrd: store all files with root as owner 2015-12-28 12:07:11 +03:00
Benjamin Staffin
c8368cf124 google-chrome: add -beta and -unstable variants
It is a little weird that chromium has chromium, chromiumBeta,
chromiumDev but this one is google-chrome, google-chrome-beta,
google-chrome-dev.  Not quite sure what the best resolution is, if any.
2015-12-28 00:40:45 -08:00
Domen Kožar
688ff0c0dc Merge pull request #11992 from dezgeg/pr-update-diffoscope
diffoscope: 29 -> 44
2015-12-28 07:46:12 +01:00
Tuomas Tynkkynen
5120601c28 yle-dl: init at 2.9.1 2015-12-28 06:05:01 +02:00
Dan Peebles
7195e6e14f goPackages.hugo: init at 0.15
Also had to add tons of other packages used as dependencies
2015-12-27 22:43:12 -05:00
Tuomas Tynkkynen
eae60d2f40 diffoscope: Add more tools to the runtime path 2015-12-28 02:28:01 +02:00
Tuomas Tynkkynen
7e85fdc6df diffoscope: 29 -> 44
Relevant changes:
 - Python version switched to Python 3
 - ssdeep library got replaced with tlsh
 - the 'magic' Python package got replaced with a different one
 - Minor build system improvements == less work for us
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
f5b6ced7ec pythonPackages.tlsh: init at 3.4.1
This C extension is a bit funky since it needs cmake to be run to
generate some header file before it can be built.
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
c0aada1e1f rpm: Hack fix finding libpython when compiling for Python 3
Currently, building RPM with `python = python3` causes this:

checking for a Python interpreter with version >= 2.6... python3
checking for python3... /nix/store/dykqxnrwiz9drlcv2wy8lpvl3xvklx0g-python3-3.4.3/bin/python3
checking for python3 version... 3.4
checking for Python.h... yes
checking for library containing Py_Main... no
configure: error: missing python library

That comes from this snippet in configure.ac:
    AC_SEARCH_LIBS([Py_Main],[python${PYTHON_VERSION} python],[
      WITH_PYTHON_LIB="$ac_res"
    ],[AC_MSG_ERROR([missing python library])
    ])

So it's looking for (e.g) `libpython3.4.so` wheras we have `libpython3.4m.so`.
Patching the configure script to match seems to make that work (although
I don't really understand what the heck is this 'm' business about).
2015-12-28 02:16:23 +02:00
Peter Simons
71e0a6ae4f Merge pull request #11947 from exi/taglib_extas-fix
taglib-extras: make taglib-extras work with taglib > 1.9
2015-12-27 23:26:46 +01:00
Peter Simons
f1cacf5de3 Merge pull request #11986 from mayflower/update-apache
apacheHttpd: 2.4.17 -> 2.4.18
2015-12-27 23:25:42 +01:00
Robin Gloster
bb223bc3ad libressl_2_2: 2.2.4 -> 2.2.5 2015-12-27 22:12:52 +00:00
Tobias Geerinckx-Rice
4ef9b7558f saneBackendsGit: 2015-12-20 -> 2015-12-27 2015-12-27 22:56:43 +01:00
Robin Gloster
a219778acc dhcpcd: 6.9.3 -> 6.9.4 2015-12-27 21:40:09 +00:00
Robin Gloster
566c06c5a7 apacheHttpd: 2.4.17 -> 2.4.18 2015-12-27 21:31:30 +00:00
Arseniy Seroka
de124aa531 Merge pull request #11981 from codsl/torbrower-5.0.6
torbrowser: 5.0.4 -> 5.0.6
2015-12-28 00:25:03 +03:00
Tobias Geerinckx-Rice
330b89c68b crda: use PREFIX instead of DESTDIR
Otherwise, `$out/lib/udev/rules.d/85-regulatory.rules` will still refer to a
non-existent `/sbin/crda`.
2015-12-27 21:43:26 +01:00
Tobias Geerinckx-Rice
f50a719a4d wireless-regdb: licenses.{free -> isc}, apparently 2015-12-27 21:43:26 +01:00
Robin Gloster
7de67f48a5 thinkfan: 0.8.1 -> 0.9.2 2015-12-27 20:27:56 +00:00
Robin Gloster
0cfa4fdbd4 strace: 4.10 -> 4.11 2015-12-27 20:25:29 +00:00
Arseniy Seroka
e5057ef8de Merge pull request #11973 from wedens/rtv_1_8_0
rtv: 1.7.0 -> 1.8.0
2015-12-27 23:15:31 +03:00
Arseniy Seroka
fa1adc4a21 Merge pull request #11976 from rvl/release-notes-pumpio
release-notes: add pump.io as a new service
2015-12-27 23:13:43 +03:00
Arda Xi
7c17302848 Make gpgkey2ssh use absolute path to gpg2, fixes #11912 2015-12-27 20:57:55 +01:00
Tobias Geerinckx-Rice
ee0fae473c crda: init at 3.18 2015-12-27 19:00:42 +01:00
Tobias Geerinckx-Rice
b88abaaf5e wireless-regdb: init at 2015-12-14 2015-12-27 19:00:42 +01:00
Michael Raskin
3570bc30af lilypond: add a workaround for fontforge version detection
A part of Fontforge store path was taken as a part of the version by
configure script leading to a version check failure.
2015-12-27 18:43:58 +01:00
Thomas Tuegel
8d46593881 Merge branch 'emacs-packages' 2015-12-27 11:08:52 -06:00
Thomas Tuegel
00aac09d24 melpaPackages: actually build latest packages 2015-12-27 11:05:53 -06:00
Thomas Tuegel
688c005608 melpaBuild: update package-build.el 2015-12-27 10:59:27 -06:00
Thomas Tuegel
74a1b20108 melpa-stable-packages 2015-12-27 2015-12-27 10:35:34 -06:00
Thomas Tuegel
9602a20835 melpa-packages 2015-12-27 2015-12-27 10:14:57 -06:00
Robert Helgesson
5558dc828c anki: major refactor
This refactoring changes a number of things:

 - use system copies of Python libraries BeautifulSoup, and HTTPLIB2,

 - custom install to avoid installation of unnecessary files and poor
   directory structure, and

 - add patch for sorting out file paths, in particular this fixes
   localization.
2015-12-27 16:18:45 +01:00
Thomas Tuegel
3eda86cfea elpa-packages 2015-12-27 2015-12-27 08:33:28 -06:00
Rodney Lorrimar
5d682e515e release-notes: add pump.io as a new service 2015-12-27 13:32:44 +00:00
Michael Raskin
56aa0ff1d9 runzip: init at 1.4 2015-12-27 14:23:52 +01:00
Domen Kožar
bd3ef3d1be Merge pull request #11971 from Denommus/master
Adding which and curl as dependencies to playonlinux
2015-12-27 11:04:13 +01:00
Domen Kožar
3c06503067 Merge pull request #11968 from benley/patch-2
autossh: build on darwin too
2015-12-27 11:03:13 +01:00
Domen Kožar
fe9a7c6d5b Merge pull request #11956 from zimbatm/nm-openvpn-uid-gid
networkmanager: set uid/gid for the networkmanager openvpn agent
2015-12-27 11:02:55 +01:00
codsl
8fb46420ef torbrowser: 5.0.4 -> 5.0.6 2015-12-27 09:31:23 +00:00
wedens
d776afef09 rtv: 1.7.0 -> 1.8.0 2015-12-27 14:02:21 +06:00
codsl
42557425bc tor: 0.2.7.5 -> 0.2.7.6 2015-12-27 07:20:14 +00:00
Vladimír Čunát
39c43bc6e2 archiveopteryx: improve install paths, parallel build 2015-12-27 08:19:19 +01:00
Tobias Geerinckx-Rice
5d03506df7 dvdisaster: run tests & build in parallel
It seems like a good idea to test back-up software...
2015-12-27 06:37:00 +01:00
Tobias Geerinckx-Rice
d4406237a9 dvdisaster: 0.72.6 -> 0.79.5 2015-12-27 06:37:00 +01:00
Yuri Albuquerque
9c6fecbda0 playonlinux: needs which and curl during runtime 2015-12-27 01:33:06 -04:00
Yuri Albuquerque
5cfeedc914 fontforge: needs pango on Linux, too 2015-12-27 01:33:06 -04:00
Domen Kožar
bd8731ab9d Merge pull request #11963 from anderspapitto/typo
NixOS manual: fix typo
2015-12-27 01:18:54 +01:00
Domen Kožar
5a2cbf0786 Merge pull request #11962 from drewbug/patch-1
nixos/manual: typo
2015-12-27 01:18:40 +01:00
Benjamin Staffin
bb3a2aa8eb autossh: build on darwin too
Tested it out just now - seems like it works fine.
2015-12-26 13:46:34 -08:00
Tobias Geerinckx-Rice
8b4273a65d saneBackends: add generic extraFirmware support
This usurps the model-specific gt68xxFirmware and snapscanFirmware,
which are still supported for backwards compatibility – hopefully
not forever.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
c05165ba5c saneBackends: don't add epson2 to dll.conf
It's already in there by default.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
cf699caf4d saneBackends: don't add option for 1 udev rule 2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
f3048aed1d eid-viewer: 4.1.4 -> 4.1.9 2015-12-26 19:50:17 +01:00
Anders Papitto
bbcc08cb30 NixOS manual: fix typo 2015-12-26 10:38:17 -08:00
Drew Carey Buglione
0f52d33f96 nixos/manual: typo 2015-12-26 12:36:19 -06:00
Reno Reckling
e94139f8c8 Add comments identifying workarounds 2015-12-26 18:42:03 +01:00
Robert Helgesson
69ba5b12d9 gpsprune: add desktop item
Also add platforms to package meta section.
2015-12-26 18:04:58 +01:00
Robert Helgesson
c930e03e60 josm: add desktop item
Also add platforms to package meta section.
2015-12-26 18:03:50 +01:00
Reno Reckling
a25de32033 cantata: fix taglib search 2015-12-26 18:00:32 +01:00
Reno Reckling
4400f01c0b amarok: fix taglib search 2015-12-26 18:00:20 +01:00
Jascha Geerds
d623916494 maintainers: Change my email address 2015-12-26 14:08:56 +01:00
Peter Simons
d9ad002b2c Prefer GnuPG 2.0.x by default.
"nix-env -iA gnupg" installs the 2.0.x version of GNU Privacy Guard. This patch
ensures that "nix-env -i gnupg" chooses the same version, instead of installing
GnuPG 2.1.x, which is considered a "development version".

Closes https://github.com/NixOS/nixpkgs/issues/11899.
2015-12-26 13:42:53 +01:00
Tobias Geerinckx-Rice
840dbe7def Merge pull request #11955 from jgillich/hostapd
hostapd: rename extraCfg -> extraConfig, added asserts
2015-12-26 13:37:07 +01:00
Peter Simons
2b16c569a0 Merge pull request #11952 from mayflower/ftp-mozilla
fix ftp.mozilla.org URLs
2015-12-26 13:14:05 +01:00
Jakob Gillich
ae4a7f9351 hostapd: rename extraCfg -> extraConfig, added asserts 2015-12-26 11:37:00 +01:00
Vladimír Čunát
5a2f0541a1 nixos/xserver: fix evaluation of xkbDir
I solved it this way because it seems the current state-of-the-art 89e983786
The problem was introduced in #11930. Close #11951 (a different solution).
2015-12-26 09:09:15 +01:00
Jakob Gillich
ac7e923104 fish: add module to support it as default shell
* Patched fish to load /etc/fish/config.fish if it exists (by default,
  it only loads config relative to itself)
* Added fish-foreign-env package to parse the system environment

closes #5331
2015-12-26 06:25:23 +01:00
Franz Pletz
0e07172c6d bind: Fix patching Makefile.in
There is no postPatchPhase.
2015-12-25 21:39:56 -05:00
Robin Gloster
59ed410d6d fix ftp.mozilla.org URLs
The old URLs time out.
2015-12-26 02:33:50 +00:00
Lengyel Balázs
e675b2d92d wineStaging: remove explicit dependency on libpulseaudio
pulseaudio is now configured via `pulseaudioSupport` and available for wineStable too
2015-12-26 00:56:16 +01:00
Arseniy Seroka
37d0947e0c Merge pull request #11841 from phunehehe/archiveopteryx
add archiveopteryx 3.2.0
2015-12-26 00:36:55 +03:00
Charles Strahan
4867d6943f Merge pull request #11236 from cstrahan/w3m-patches
w3m: use Arch patches
2015-12-25 14:35:08 -06:00
Charles Strahan
9e34985430 w3m: use Arch patches
Fix the built-in help (perl.patch)
  https://bugs.archlinux.org/task/45608

Properly link w3mimgdisplay to x11
  https://bbs.archlinux.org/viewtopic.php?id=196093

Fix rendering bug in w3mimgdisplay (w3m_rgba.patch)
  https://github.com/hut/ranger/issues/86

Don't ignore input tags with invalid types (form_unkown.patch)
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843

Fix a segfault when using https (https.patch)
  https://bugzilla.redhat.com/show_bug.cgi?id=707994
2015-12-25 15:26:14 -05:00
Arseniy Seroka
7e14e28a80 Merge pull request #11870 from lancelotsix/improve_slurm_service
Improve slurm service configuration
2015-12-25 18:36:18 +03:00
Lancelot SIX
4994f0f7d0 slurm service: add tests 2015-12-25 15:55:07 +01:00
Lancelot SIX
ca4c354789 slurm service: improve config 2015-12-25 15:54:35 +01:00
Arseniy Seroka
230c468eb6 Merge pull request #11906 from Painted-Fox/maildir-deduplicate
Add the python maildir-deduplicate package.
2015-12-25 17:40:25 +03:00
Shea Levy
384a4ca4e4 Merge branch 'fix-gwwndsz' of git://github.com/tk-ecotelecom/nixpkgs
Maybe option defaultGatewayWindowSize is used very rarely, but when it is used there will be an error.
2015-12-25 09:27:36 -05:00
Arseniy Seroka
801d4298dc Merge pull request #11938 from NeQuissimus/kotlinb4hf
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-25 17:27:06 +03:00
Arseniy Seroka
93d26d7206 Merge pull request #11935 from taku0/thunderbird-bin-38.5.0
thunderbird-bin: 38.4.0 -> 38.5.0
2015-12-25 17:26:54 +03:00
Arseniy Seroka
0b6f76a1d3 Merge pull request #11934 from makefu/cvs2svn
cvs2svn: 2.0.1 -> 2.4.0
2015-12-25 17:26:43 +03:00
Arseniy Seroka
6a9c0a4010 Merge pull request #11933 from taku0/firefox-bin-43.0.2
firefox-bin: 43.0.1 -> 43.0.2
2015-12-25 17:26:17 +03:00
Arseniy Seroka
97ece3b66b Merge pull request #11932 from leenaars/patch-3
blink: 1.4.1 -> 1.4.2
2015-12-25 17:26:08 +03:00
Arseniy Seroka
4f2f99d9b6 Merge pull request #11930 from exi/xdgDir-configurable
xserver: make xkbdir configurable
2015-12-25 17:25:28 +03:00
Reno Reckling
5303351c72 make taglib-extras work with taglib > 1.9 2015-12-25 13:56:26 +01:00
Dan Peebles
6878b2b21d libvirt: make it build on darwin
Not sure if it works, but it no longer fails miserably at build time
2015-12-24 23:34:47 -05:00
Dan Peebles
50a00101c1 dnsmasq: get it working on darwin again 2015-12-24 23:27:31 -05:00
Timofei Kushnir
5925f9f709 Network script module fix 2015-12-25 03:43:49 +03:00
Lengyel Balázs
0ca96aa43c wine: add initial pulseaudio support 2015-12-25 00:40:26 +01:00
Dan Peebles
ca277c2257 python-gnupg: use gnupg1 instead of 2 2015-12-24 22:11:41 +00:00
Jakob Gillich
a193ea3700 dnsmasq: create state dir for dhcp leases file
ref #11718
2015-12-24 22:36:19 +01:00
Moritz Ulrich
c11f6c9dc7 rustc-1.5.0: Don't force bundled LLVM 2015-12-24 21:14:06 +01:00
Robin Gloster
b26aa99d9d rustc: 1.4.0 -> 1.5.0 2015-12-24 21:14:06 +01:00
Moritz Ulrich
b45161fbbe llvm: Add backported patch for Rust.
Rust runs into a bug with LLVM 3.7.0 that's fixed in the upcoming
release 3.7.1. This commit backports this fix.
2015-12-24 21:14:06 +01:00
Dan Peebles
e5e8d3e250 libvirt-python: fix broken version that I included by accident in 8c42b26fa2 2015-12-24 20:02:38 +00:00
Dan Peebles
8c42b26fa2 libvirt: switch who makes assertions about whose version
Previously, the native libvirt package was making an assertion that
the dependent Python package had a compatible version. This commit
switches that so that the Python package makes the assertion, since
it makes more sense to me to have a child package making an
assertion about its parent than vice versa.
2015-12-24 19:59:44 +00:00
Shea Levy
c26062884b Merge branch 'pr-cd-nomodeset' of git://github.com/dezgeg/nixpkgs 2015-12-24 13:50:26 -05:00
Tim Steinbach
84accab674 kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584 2015-12-24 13:24:57 -05:00
Tuomas Tynkkynen
269f261c73 installation-cd: Add separate boot entry that has 'nomodeset'
We seem to be in an unfortunate situation: booting without 'nomodeset'
causes hangs when booting on some NVIDIA cards (6948c3ab80), but on the
other hand adding 'nomodeset' prevents X from starting on other hardware
(e.g. issue #10381 and my Thinkpad X250 with an integrated Broadwell GPU).

Attempt to remedy this situation a bit by adding a separate entry in the
ISOLINUX menu (with the non-'nomodeset' being the default).
2015-12-24 20:12:26 +02:00
Ryan Seto
ac79d3ad61 pythonPackages.maildir-deduplicate: init at 1.0.2 2015-12-24 12:06:59 -05:00
Thomas Tuegel
6e27454728 sddm: build with Qt 5.5 2015-12-24 10:08:32 -06:00
makefu
47f17939c2 cvs2nix: 2.0.1 -> 2.4.0 2015-12-24 16:58:01 +01:00
Tuomas Tynkkynen
9ac80c1f15 installation-cd-graphical: Enable the 'synaptics' touchpad driver
This is needed to get touchpad working in the installer on several
laptops. Tested on a Thinkpad X250.
2015-12-24 17:45:51 +02:00
taku0
66cddef221 thunderbird-bin: 38.4.0 -> 38.5.0 2015-12-25 00:21:01 +09:00
taku0
fe287dea9b firefox-bin: 43.0.1 -> 43.0.2 2015-12-24 23:08:28 +09:00
Robert Helgesson
d491005da1 josm: init at 9060 2015-12-24 14:50:11 +01:00
Robert Helgesson
8c4bfb747e gpsprune: init at 18.2 2015-12-24 14:48:57 +01:00
leenaars
767f145a60 blink: 1.4.1 -> 1.4.2 2015-12-24 14:41:23 +01:00
Tobias Geerinckx-Rice
f6847f9dfb Merge pull request #11929 from leenaars/patch-2
sipsimple: 1.5.1 -> 1.6.0
2015-12-24 13:54:23 +01:00
Reno Reckling
92e48a4383 xserver: make xkbdir configurable 2015-12-24 13:45:27 +01:00
leenaars
a5e9422560 sipsimple: 2.5.1 -> 2.6.0
Updated SIP Simple SDK to new version, is a dependency for e.g. Blink (which needs to be updated as the old version does not build anymore because the tarball has been removed)
2015-12-24 13:29:43 +01:00
Robin Gloster
37ebb4c2ac rustfmt: 2015-12-08 -> 2015-12-23 2015-12-24 13:20:24 +01:00
Robin Gloster
021c2cad22 rustRegistry: 2015-12-10 -> 2015-12-23 2015-12-24 13:20:24 +01:00
Christian Albrecht
dad3cd7928 jzmq: fix missing shasum in fetchgit src 2015-12-24 13:20:24 +01:00
Robin Gloster
2faea53f8e cargo: 0.6.0 -> 0.7.0 2015-12-24 13:20:24 +01:00
Aristid Breitkreuz
6ef92e0d11 Merge pull request #11914 from nckx/update-darktable
darktable: 1.6.8 -> 1.6.9
2015-12-24 13:11:41 +01:00
Benno Fünfstück
79b4e5a8d7 docker module: fix kernel module loading
The docker module used different code for socket-activated docker daemon than for the non-socket activated daemon.
In particular, if the socket-activated daemon is used, then modprobe wasn't set up to be usable and in PATH for
the docker daemon, which resulted in a failure to start the daemon with overlayfs as storageDriver if the
`overlay` kernel module wasn't already loaded. This commit fixes that bug (which only appears if socket
activation is used), and also reduces the duplication between code paths so that it's easier to keep
both in sync in future.
2015-12-24 12:07:45 +01:00
Nathan Zadoks
0fda4ff715 tahoelafs: mock is required at runtime for some reason 2015-12-24 11:08:16 +01:00
Hoang Xuan Phu
b8bc82a459 archiveopteryx: init at 3.2.0 2015-12-24 15:22:44 +08:00
Charles Strahan
c5497a7608 Merge pull request #11072 from svend/terminal-notifier-args
terminal-notifier: Pass arguments in wrapper script
2015-12-23 21:29:56 -06:00
Tobias Geerinckx-Rice
6b508687cf perlPackages.Glib: 1.314 -> 1.320 & fix licence 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
f5b52aa382 clipgrab: 3.5.5 -> 3.5.6 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
9ecc0612f9 vnstat: add image output (gd) support 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
b8a7875d64 vnstat: 1.14 -> 1.15 & add longDescription
Changes:
- Fix: XML output had extra commas, broken since previous version
- Fix: unintended shared pointer modification in mosecs() sometimes resulted
  in wrong month name to be shown for the current month
- Fix: possible buffer overflow in /proc/net/dev parsing, requires corrupted
  content in /proc/net/dev or use of address sanitizer
- Use ANSI escape codes in -l and -tr modes for cursor location manipulation
  instead of printing backspaces, hide cursor while output is active
- Improve database import robustness
- Improve support for Asian UTF-8 date strings
- Replace hand written Makefiles with Autotools
- Add --alwaysadd parameter to daemon for allowing automatic addition of
  interfaces even if the database directory was populated during startup
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
09c8911bd7 redshift: don't busy-loop like crazy on NixOS start-up 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
fd9e991616 saneBackends: remove udevSupport == hotplugSupport 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
6a76cd1336 saneBackends: drop libusb override; use libusb1 directly 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
eeca8c0441 saneBackends: add translations (gettext) 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
d398926993 saneBackends: simplify buildInputs 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
d91765d2e0 saneBackends: append epson2 to dll.conf if installed 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
61106207cd saneBackends: remove some redundancies (no hash change) 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
58bf694071 saneBackends: factor out common code into generic.nix
The git version was duplicated from the stable one and the two had
begun to diverge significantly. For example, commit
88d731925d fixed a supposedly real
bug — but only in the stable package.

Factor out the shared code to avoid trouble — or worse, subtle
differences or bugs — in future.
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
ffc04a67e3 sanebackends{,Git}: add avahi support 2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
94dbaa7dbf saneBackends{,Git}: add SNMP support 2015-12-24 04:05:57 +01:00
Thomas Tuegel
1d132f38a6 Merge branch 'plasma-5.5' 2015-12-23 18:04:32 -06:00
Thomas Tuegel
965cfccfa5 kde5: add attributes for individual KDE collections 2015-12-23 18:03:55 -06:00
Bjørn Forsman
c7c3c95d92 nixos/kibana: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:28:27 +01:00
Bjørn Forsman
7334ecd41a nixos/elasticsearch: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:28:09 +01:00
Bjørn Forsman
46924e77a2 nixos/sslh: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:23:51 +01:00
Bjørn Forsman
6c2fc3a5ac nixos/shout: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:22:47 +01:00
Bjørn Forsman
19aed49163 nixos/statsd: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:20:56 +01:00
Bjørn Forsman
8b9f3c8c35 nixos/graphite: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:20:39 +01:00
Bjørn Forsman
38ca880612 nixos/cadvisor: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:14:40 +01:00
Bjørn Forsman
6b10df7eaa nixos/subsonic: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:13:15 +01:00
Bjørn Forsman
e0b0b9723c nixos/docker-registry: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:06:40 +01:00
Bjørn Forsman
79367816a9 nixos/mpd: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:04:04 +01:00
Thomas Tuegel
a5ac3dfffc kde5.plasma: 5.5.1 -> 5.5.2 2015-12-23 17:03:37 -06:00
Thomas Tuegel
558f14a094 kde5: build with Qt 5.5 2015-12-23 17:03:21 -06:00
Bjørn Forsman
873a9202f6 nixos/neo4j: rename 'host' to 'listenAddress'
More descriptive option name.
2015-12-24 00:01:02 +01:00
Bjørn Forsman
b2d0886b37 nixos/jenkins: fix typo in docstring (s/adress/address/) 2015-12-23 23:49:01 +01:00
Bjørn Forsman
c6b251f5d5 nixos/jenkins: rename option 'host' to 'listenAddress'
I think the name 'listenAddress' is more descriptive. Other NixOS
modules that define 'host' either use it as listen address or as address
a client connects to. listenAddress is unambiguous.

The addition of 'host' was added earlier today[1], so not bothering with
./nixos/modules/rename.nix.

[1]: 44ea184997 ("jenkins ci enhancement: add port and prefix option")
2015-12-23 23:48:49 +01:00
Vladimír Čunát
12a0e09563 Merge #11674: libressl-2.3 patches for various pkgs 2015-12-23 23:16:27 +01:00
Robin Gloster
f8ee267576 w3m: do not always link to RAND_egd for openssl
This fixes the build for libressl >= 2.3 as RAND_egd has been removed as
it is insecure.
2015-12-23 22:10:01 +00:00
Robin Gloster
99b1b464b4 qt55.qtbase: add patch to build with libressl 2.3 2015-12-23 22:10:01 +00:00
Nathan Zadoks
77affc495f despotify: fix missing hash (close #11913) 2015-12-23 23:09:26 +01:00
Robin Gloster
562ba76975 qca2: add patch to build with libressl 2.3 2015-12-23 22:08:33 +00:00
Robin Gloster
501d49ebc4 wpa_supplicant: add patch to build with libressl 2.3 2015-12-23 22:08:33 +00:00
Robin Gloster
4b5cb62488 qt4: add patch to build with libressl 2.3 2015-12-23 22:08:33 +00:00
Robin Gloster
bdfc4efd67 bind: add patch to build with libressl 2.3 2015-12-23 22:08:33 +00:00
Robin Gloster
d30904ea89 ruby: fix build with libressl2.3 2015-12-23 22:08:33 +00:00
Robin Gloster
8613060425 socat: add patch to fix build with libressl
This fixes the build for libressl >= 2.3 as some legacy openssl code has
been removed.
2015-12-23 22:08:33 +00:00
Tobias Geerinckx-Rice
6ddca8f9b0 darktable: 1.6.8 -> 1.6.9 2015-12-23 23:07:16 +01:00
Arseniy Seroka
93d3f6f52b Merge pull request #11905 from aborsu/jenkins-update
jenkins ci: 1.638 -> 1.643
2015-12-23 23:10:46 +03:00
Arseniy Seroka
21ebb23e7c Merge pull request #11894 from AndersonTorres/higan
Higan: 095 -> 096
2015-12-23 23:10:31 +03:00
Arseniy Seroka
fc4b704fcf Merge pull request #11900 from NeQuissimus/gradle210
gradle: 2.9 -> 2.10
2015-12-23 23:10:20 +03:00
Arseniy Seroka
afcac3f21f Merge pull request #11907 from ericbmerritt/hub-2.2.2
hub: 2.2.1 -> 2.2.2
2015-12-23 23:09:55 +03:00
Vladimír Čunát
11c702c582 Merge master into staging 2015-12-23 18:57:35 +01:00
Franz Pletz
cbada77b0b clawsMail: 3.13.0 -> 3.13.1 (CVE-2015-8614)
Fixes a remotely triggerable buffer overflow.
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3557
Close #11910.
2015-12-23 18:48:38 +01:00
Eric Merritt
6108bb8971 hub: 2.2.1 -> 2.2.2 2015-12-23 08:37:02 -08:00
Thomas Tuegel
354eb9e911 Merge pull request #11902 from ttuegel/dropbox
dropbox: 3.12.5 -> 3.12.6
2015-12-23 09:43:35 -06:00
Augustin Borsu
170f91a249 jenkins ci: 1.638 -> 1.643 2015-12-23 15:47:11 +01:00
Thomas Tuegel
077a3102cc dropbox: 3.12.5 -> 3.12.6 2015-12-23 08:36:50 -06:00
Tim Steinbach
d509f8a30a gradle: 2.9 -> 2.10 2015-12-23 08:44:49 -05:00
Nikolay Amiantov
80ee4ec82a Merge pull request #11837 from bendlas/update-wine
wine: stable, unstable; upgrade to 1.8
2015-12-23 16:41:08 +03:00
Augustin Borsu
1c120c55fb jenkins-job-builder fix: use prefix and host from jenkins cfg, fixes #11897 2015-12-23 11:39:32 +01:00
Augustin Borsu
44ea184997 jenkins ci enhancement: add port and prefix option
As named these options enable to specify a bind host and url prefix
to be used by jenkins. Adding these options in the config rather than
using extra arguments allows us to re-use those information in other
services using jenkins such as jenkins-job-builder or a reverse proxy.
2015-12-23 11:38:57 +01:00
Vladimír Čunát
bf9c16d4ac texinfo6: remove meta.branch and refactor meta
It was wrong ("5.2") and seemed unused in nixpkgs.
2015-12-23 09:19:38 +01:00
Vladimír Čunát
fdf3aa9923 buildRubyGem: use a saner default version to fix #11805
Previously the gems defaulted to "ruby" as the name and
"${ruby-version}-${gem-name}-${gem-version}" as the version,
which was just insane.

https://github.com/NixOS/nixpkgs/issues/9771#issuecomment-141041414
Noone is reacting so it's high time to take at least some action.
/cc @cstrahan.
2015-12-23 09:02:13 +01:00
Robert Helgesson
3af583d976 pdf2svg: add autoreconf hook (close #11888)
This fixes builds that may fail due to all files in the archive having
the same timestamp.
2015-12-23 07:36:25 +01:00
Christian Albrecht
83a64cecc9 networkd: add DHCPServer config section 2015-12-23 06:04:39 +01:00
Christian Albrecht
2307d24544 networkd: add IPForward and IPMasquerade options
to Network config section
2015-12-23 06:02:59 +01:00
AndersonTorres
0ed678a414 Higan: 095 -> 096 2015-12-23 00:32:06 -02:00
Robert Helgesson
5b10c11616 fira-code: 1.100 -> 1.101, fixes #11892 2015-12-23 02:31:27 +01:00
Nicole Angel
90e881eece keepass: load plugins from store paths, fixes #11206 2015-12-23 02:12:36 +01:00
Nicole Angel
e99beec0e1 Keefox (keepass plugin): init at 1.5.4 2015-12-23 02:12:15 +01:00
Jakob Gillich
db1086f3a1 gnome3: removed duplicate line, fixes #11891 2015-12-23 02:06:30 +01:00
Tim Williams
e2a25433b2 copyq: init at 2.5.0, fixed #11887 2015-12-23 01:58:59 +01:00
Tim Steinbach
eb8e309d2b kotlin: 1.0.0-beta-3595 -> 1.0.0-beta-4583, fixes #11883 2015-12-23 01:50:06 +01:00
Nathan Zadoks
971d580a00 spotify: fix missing ffmpeg_0_10 dependency, fixes #11877
This makes local playback work.
2015-12-23 01:41:01 +01:00
Derek Gonyeo
9671674959 acbuild: 0.1.1 -> 0.2.2 and moved to own default.nix, fixes #11889 2015-12-23 01:33:37 +01:00
Derek Gonyeo
540c520cf6 rkt: bump version 0.13.0 -> 0.14.0, fixes #11885 2015-12-23 01:27:26 +01:00
Svein Ove Aas
7688206a0b zfs:Change default for -d to /dev/disk/by-id 2015-12-23 00:33:06 +01:00
Svein Ove Aas
9a82dd87f7 zfs:Add zfs.devNodes option for zpool import -d 2015-12-23 00:32:25 +01:00
Thomas Tuegel
cd7cfcc9a2 arpack: include OpenBLAS path in pkgconfig file 2015-12-22 14:22:19 -06:00
Peter Simons
c55387be69 Merge pull request #11882 from Profpatsch/alsa-utils
alsa-utils: fix alsa-info.sh
2015-12-22 20:52:54 +01:00
Peter Simons
65b8706f0a Merge pull request #11881 from mayflower/pkg/xmonad-patch
haskellPackages.xmonad: Update xmonad-nix.patch
2015-12-22 20:50:34 +01:00
Peter Simons
aefab61296 Merge pull request #11884 from Profpatsch/anki
anki: enable playing sound files
2015-12-22 20:49:52 +01:00
Profpatsch
de12417ec7 anki: enable playing sound files 2015-12-22 20:34:00 +01:00
Profpatsch
b336e1b24a alsa-utils: fix alsa-info.sh 2015-12-22 19:51:55 +01:00
Franz Pletz
eb7a441179 haskellPackages.xmonad: Update xmonad-nix.patch 2015-12-22 19:09:24 +01:00
Vladimír Čunát
e16d3d0d8a texlive: add xdvi binary part (fixes #11816)
It seems to work fine for me now, after adding dependency on metafont.
2015-12-22 16:55:32 +01:00
Eelco Dolstra
e0d6e79f6c Merge pull request #11830 from vcunat/p/doc-copying-notice
CONTRIBUTING.md: add a notice about licensing
2015-12-22 16:13:53 +01:00
Arseniy Seroka
bdd2073389 Merge pull request #11880 from FRidh/audiotools
python audiotools: 2.22 -> 3.1.1
2015-12-22 17:52:30 +03:00
Arseniy Seroka
87d2532f82 Merge pull request #11879 from aneeshusa/update-vagrant-to-1.8.0
vagrant: 1.7.4 -> 1.8.0
2015-12-22 17:51:35 +03:00
Frederik Rietdijk
47f7cbb5bf python audiotools: 2.22 -> 3.1.1 2015-12-22 15:12:02 +01:00
Herwig Hochleitner
8519b89f76 wine unstable, staging: 1.8-rc4 -> 1.8 2015-12-22 14:51:18 +01:00
Thomas Tuegel
de66e60acf Merge branch 'emacs-packages' 2015-12-22 06:56:16 -06:00
Thomas Tuegel
a9ca11e82a melpa-stable-packages: fix dependency specification 2015-12-22 06:55:34 -06:00
Thomas Tuegel
f35c3d03d6 melpa-packages: fix dependency specification 2015-12-22 06:55:25 -06:00
Thomas Tuegel
26a7470ce6 elpa-packages: fix dependency specification 2015-12-22 06:55:10 -06:00
Thomas Tuegel
b3949f29cd emacsPackagesNg.ack-menu: broken upstream 2015-12-22 06:50:21 -06:00
Thomas Tuegel
57c9994a08 ace-jump-mode: 20140616 -> 2.0 2015-12-22 06:46:15 -06:00
Peter Simons
7c6940b823 haskell-time: remove obsolete overrides 2015-12-22 13:17:20 +01:00
Peter Simons
f1b0383c92 haskell-binary: update overrides for version 0.8.x 2015-12-22 13:17:20 +01:00
Peter Simons
4418b8b034 Add LTS Haskell 3.19. 2015-12-22 13:17:20 +01:00
Peter Simons
5290ba9611 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-2-g519e0a9 using the following inputs:

  - Nixpkgs: 2ed14d2303
  - Hackage: 53c15ee9e3
  - LTS Haskell: b668f53a86
  - Stackage Nightly: ec9500b675
2015-12-22 13:17:20 +01:00
Christian Theune
2823814c5b syncthing: 0.12.4 -> 0.12.9 2015-12-22 12:56:12 +01:00
Domen Kožar
a591390d8d pythonPackages.dash: fix hash 2015-12-22 12:06:53 +01:00
Aneesh Agrawal
53a5a44190 vagrant: 1.7.4 -> 1.8.0 2015-12-22 05:55:48 -05:00
Nikolay Amiantov
0d7c0efa7d udisks2: fix udev rules file (close #11743)
This properly hides system partitions (like EFI or Windows recovery) from UDisks.
2015-12-22 08:09:34 +01:00
Thomas Strobel
d856841ba4 nixos trustedGRUB: add support for HP laptops 2015-12-22 03:12:30 +01:00
Alexander Shabalin
d76c26e876 gibo: init at 1.0.4, fixes #11871 2015-12-22 02:43:24 +01:00
Charles Strahan
60df6fdd34 vanilla-dmz: init at 0.4.4, fixes #11102
Vanilla DMZ cursor theme
2015-12-22 02:28:08 +01:00
Charles Strahan
defe78e553 licenses: add non-commercial Creative Commons 2015-12-22 02:25:43 +01:00
Tim Steinbach
895875bdac maven: 3.3.3 -> 3.3.9, fixes #11867 2015-12-22 02:11:00 +01:00
Alexander Shabalin
a0138e1ed5 dynamic-colors: init at 2013-12-28, fixes #11874 2015-12-22 02:04:06 +01:00
Bojan Nikolic
842613fb10 aspell: improve the doc string, fixes #11814
It is better to specify data-dir in the environmental variable since
then both the language description files and the dictionaries will be
found. Since dict-dir defaults to data-dir only the latter needs to be
set. See for example https://github.com/NixOS/nixpkgs/issues/1000
2015-12-22 01:56:27 +01:00
Rok Garbas
38a6b5fb43 Merge pull request #11683 from rvl/fail2ban
Make fail2ban work again
2015-12-22 01:46:18 +01:00
Kevin Cox
3acf8132c3 murmur: sslCa and extraConfig options, fixes #11419 2015-12-22 01:28:39 +01:00
Kevin Cox
a2fb70b6df Fix fleet certfile argument, fixes #11794 2015-12-22 01:24:47 +01:00
Kevin Cox
d038464e6e Use the right prefix for fleet extra config. 2015-12-22 01:24:28 +01:00
koral
3c85ff442d nano: 2.4.2 -> 2.5.0, fixes #11829 2015-12-22 01:24:12 +01:00
John Wiegley
d80aa87b13 coqPackages_8_5.coq: 8.5b2 -> 8.5rc1 2015-12-21 16:12:43 -08:00
Pascal Wittmann
bf47b58f21 Merge pull request #11868 from gebner/ipaexfont
ipaexfont: init at 003.01
2015-12-22 00:32:44 +01:00
ts468
7f8771ff5c Merge pull request #11869 from ts468/avahi
nixos avahi-daemon: add new option declarations
2015-12-21 18:31:56 +01:00
Thomas Strobel
2b9b9dc611 nixos cups-browsed: better link to avahi-daemon
Link cups browsed daemon to reload or exit with the avahi-daemon.
2015-12-21 18:20:52 +01:00
Thomas Strobel
cdd7310a50 nixos avahi-daemon: add new option declarations
Add new option declarations to control what information is published
by the avahi daemon. The default values are chosen to respect the
privacy of the user over the connectivity of the system.
2015-12-21 18:20:35 +01:00
Gabriel Ebner
7e23ffd2c8 ipaexfont: init at 003.01 2015-12-21 17:49:06 +01:00
Arseniy Seroka
0cd13e6b7b Merge pull request #11853 from NeQuissimus/gradle29
gradle: 2.8 -> 2.9
2015-12-21 19:42:21 +03:00
Tim Steinbach
9121277144 gradle: 2.8 -> 2.9 2015-12-21 11:37:21 -05:00
aszlig
a326ab1755 linux-testing: 4.4.0-rc5 -> 4.4.0-rc6
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc6

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-21 17:16:49 +01:00
obadz
29c676e73d pdfmod: init at 0.9.1 (close #11417)
vcunat did some cosmetic changes, such as joining lines
because we seem to rarely use one-identifier-per-line style,
or fixing hyena description to conform to our rules.
2015-12-21 15:19:36 +01:00
Thomas Tuegel
226a83edd8 Merge pull request #11300 from obadz/go-pup
go/pup: init at 0.3.9
2015-12-21 07:54:24 -06:00
Vladimír Čunát
a6b34b3bfd mesa: maintenance updates 11.0.5 -> 11.0.8 2015-12-21 14:28:49 +01:00
Tobias Geerinckx-Rice
8a4252639b gdouros fonts: fix changed sha256 hashes (close #11847)
Hashes changed upstream without notice...
2015-12-21 13:06:43 +01:00
Vladimír Čunát
3e4035695c nixpkgs manual: add idris docs generated from *.md
I also modified the nesting approach in haskell docs
to allow more uniform handling of markdown -> docbook conversions.
/cc #11308.
2015-12-21 13:01:59 +01:00
Domen Kožar
810695216a uwsgi: add a type comment 2015-12-21 12:58:26 +01:00
Domen Kožar
8cb79f60d8 Merge pull request #11831 from vcunat/p/manual-split
nixpkgs manual: split languages into separate source files
2015-12-21 12:23:23 +01:00
Domen Kožar
46bce3d93d Merge pull request #11859 from nathan7/docker-1.9.1
docker: 1.9.0 -> 1.9.1
2015-12-21 12:22:36 +01:00
Nathan Zadoks
d5e5a7dbc3 docker: 1.9.0 -> 1.9.1 2015-12-21 12:18:22 +01:00
Vladimír Čunát
3ddd19959c beret: mark as broken
/cc maintainer @lovek323.
2015-12-21 12:09:16 +01:00
Domen Kožar
94b5099d31 Merge pull request #11857 from FRidh/blaze
python packages: fix builds
2015-12-21 09:31:48 +01:00
Frederik Rietdijk
4d2d2c6a6e python tunigo: add missing test dependencies 2015-12-21 09:20:58 +01:00
Frederik Rietdijk
3b93952297 python mathics: patch to allow current sympy 2015-12-21 09:20:40 +01:00
Frederik Rietdijk
81b0f551c7 python mahotas: does not work on i686 2015-12-21 09:20:22 +01:00
Domen Kožar
30daa58195 Merge pull request #11855 from FRidh/blaze
python packages updates
2015-12-21 09:03:16 +01:00
Frederik Rietdijk
825f2e64e6 python odo: 0.3.4 -> 0.4.0 2015-12-21 09:01:43 +01:00
Frederik Rietdijk
8017e1af93 python datashape: 0.4.7 -> 0.5.0 2015-12-21 09:01:34 +01:00
Frederik Rietdijk
b40264de12 python dask: 0.7.0 -> 0.7.5 2015-12-21 09:01:12 +01:00
Frederik Rietdijk
8d2bcfe2e7 python blaze: 0.8.3 -> 0.9.0 2015-12-21 09:01:00 +01:00
Pascal Wittmann
074ab57d68 Merge pull request #11849 from bobvanderlinden/lsyncd-2.1.6
lsyncd: 2.1.5 -> 2.1.6
2015-12-21 08:50:35 +01:00
Pascal Wittmann
c6eab0c980 Merge pull request #11852 from luispedro/update_mahotas141
mahotas: 1.4.0 -> 1.4.1
2015-12-21 08:50:05 +01:00
Bjørn Forsman
85332d68ac Merge pull request #11854 from jeaye/fail2ban-0.9.3
fail2ban: 0.9.1 -> 0.9.3
2015-12-21 08:48:40 +01:00
jeaye
1b9b1d0d5c fail2ban 0.9.1 -> 0.9.3 2015-12-21 15:33:15 +08:00
Jascha Geerds
9684726ba6 Merge pull request #11850 from rycee/bump/keepassx
keepassx: 0.4.3 -> 0.4.4
2015-12-21 08:05:35 +01:00
Jascha Geerds
98eaf3ac83 Merge pull request #11851 from rycee/bump/keepassx2
keepassx2: 2.0beta2 -> 2.0
2015-12-21 08:02:09 +01:00
Luis Pedro Coelho
d24b2a2aa2 mahotas: 1.4.0 -> 1.4.1
This new release should fix all errors on 32 bit systems
(reported here:
https://github.com/NixOS/nixpkgs/pull/11699#issuecomment-165410506)
2015-12-20 23:22:41 +01:00
Domen Kožar
804cafe6c2 add Django 1.9
(cherry picked from commit 1451f004c7)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-12-20 22:56:00 +01:00
Robert Helgesson
6742104cbe keepassx2: 2.0beta2 -> 2.0
Also switch to official download URL.
2015-12-20 22:51:09 +01:00
Robert Helgesson
1253cd926c keepassx: 0.4.3 -> 0.4.4
Fixes CVE-2015-8359 and CVE-2015-8378. Also switch URL to new download
location.
2015-12-20 22:26:10 +01:00
Bob van der Linden
760ec896ae lsyncd: 2.1.5 -> 2.1.6 2015-12-20 21:56:28 +01:00
Peter Simons
ae33ec595e Merge pull request #11848 from eddyb/patch-1
Revert change from cp -v to cp -r in fira-code.
2015-12-20 21:34:29 +01:00
Eduard-Mihai Burtescu
bcde1ffe77 Revert change from cp -v to cp -r in fira-code.
Mistakenly used `-r` in #11842.
2015-12-20 22:26:16 +02:00
John Wiegley
e582c41482 coqPackages.mathcomp,ssreflect: 1.5 -> 1.6
See the INSTALL file in the mathcomp package for instructions on
upgrading projects from 1.5 to 1.6.  The 1.6 version works with both Coq
8.4 and 8.5.
2015-12-20 11:12:23 -08:00
Tobias Geerinckx-Rice
56f6be2583 saneBackendsGit 1.0.25-180-g6d8b8d5 -> 2015-12-20 2015-12-20 19:58:50 +01:00
Peter Simons
0dfa1b75d4 Merge pull request #11846 from lancelotsix/update_gnupg1
pkgs.gnupg1: 1.4.19 -> 1.4.20
2015-12-20 19:53:49 +01:00
Lancelot SIX
e3e2273382 pkgs.gnupg1: 1.4.19 -> 1.4.20 2015-12-20 18:50:19 +01:00
Thomas Tuegel
5ff1c58606 Merge pull request #11839 from ttuegel/qt-5.4
Qt infrastructure update
2015-12-20 08:11:52 -06:00
Thomas Tuegel
298c4befda phonon-backend-vlc: normalize attribute name to upstream 2015-12-20 08:03:26 -06:00
Thomas Tuegel
27c522cc3b phonon-backend-gstreamer: normalize attribute name to upstream 2015-12-20 08:02:42 -06:00
Thomas Tuegel
85c19f8fb4 smtube: Qt 5 infrastructure update 2015-12-20 07:56:55 -06:00
Thomas Tuegel
d534d5f097 smplayer: Qt 5 infrastructure upgrade 2015-12-20 07:56:55 -06:00
Thomas Tuegel
5810f0e7ed tomahawk: Qt 5 infrastructure upgrade 2015-12-20 07:56:55 -06:00
Thomas Tuegel
54bcdcc0a7 teamspeak_client: Qt 5 infrastructure update 2015-12-20 07:56:54 -06:00
Thomas Tuegel
143d6123dc qutebrowser: Qt 5 infrastructure update 2015-12-20 07:56:54 -06:00
Thomas Tuegel
1d331481fc quazip: Qt 5 infrastructure update 2015-12-20 07:56:54 -06:00
Thomas Tuegel
538ce57feb qtcreator: Qt 5 infrastructure update 2015-12-20 07:56:53 -06:00
Thomas Tuegel
1cd5505a9f telegram-qml: Qt 5 infrastructure update 2015-12-20 07:56:53 -06:00
Thomas Tuegel
126188be5c cutegram: Qt 5 infrastructure updates 2015-12-20 07:56:52 -06:00
Thomas Tuegel
9d79319eae remove qt5Libs 2015-12-20 07:56:52 -06:00
Thomas Tuegel
660736def8 polkit-qt: normalize package name to upstream 2015-12-20 07:56:51 -06:00
Thomas Tuegel
e782026719 poppler: normalize package name to upstream 2015-12-20 07:56:51 -06:00
Thomas Tuegel
17e17ea649 cmst: Qt 5 infrastructure update 2015-12-20 07:56:51 -06:00
Thomas Tuegel
97f7eb1e64 kst: Qt 5 infrastructure update 2015-12-20 07:56:50 -06:00
Thomas Tuegel
541b2f20de fritzing: Qt 5 infrastructure update 2015-12-20 07:56:50 -06:00
Thomas Tuegel
fc13f37f2c firestr: Qt 5 infrastructure update 2015-12-20 07:56:50 -06:00
Thomas Tuegel
de5898a495 qtox: Qt 5 infrastructure update 2015-12-20 07:56:49 -06:00
Thomas Tuegel
249e5f732a linssid: Qt 5 infrastructure update 2015-12-20 07:56:49 -06:00
Thomas Tuegel
4e71ebd7c9 dfilemanager: Qt 5 infrastructure update 2015-12-20 07:56:48 -06:00
Thomas Tuegel
88514fdf58 robomongo: Qt 5 infrastructure update 2015-12-20 07:56:48 -06:00
Thomas Tuegel
06f9ac71dc gpsbabel: Qt 5 infrastructure update 2015-12-20 07:56:48 -06:00
Thomas Tuegel
121f944d0d qtpass: Qt 5 infrastructure update 2015-12-20 07:56:47 -06:00
Thomas Tuegel
732de87786 twmn: Qt 5 infrastructure update 2015-12-20 07:56:47 -06:00
Thomas Tuegel
36dea909b7 calibre: Qt 5 infrastructure update 2015-12-20 07:56:47 -06:00
Thomas Tuegel
e292103d46 tiled: Qt 5 infrastructure update 2015-12-20 07:56:46 -06:00
Thomas Tuegel
07a79f2a9b sigil: Qt 5 infrastructure update 2015-12-20 07:56:46 -06:00
Thomas Tuegel
5af2e7b76e rapcad: Qt 5 infrastructure update 2015-12-20 07:56:46 -06:00
Thomas Tuegel
3e6a70d974 phototonic: Qt 5 infrastructure update 2015-12-20 07:56:45 -06:00
Thomas Tuegel
8bbbb31f3f awesomebump: Qt 5 infrastructure update 2015-12-20 07:56:45 -06:00
Thomas Tuegel
1f28d76190 luminance-hdr: Qt 5 infrastructure update 2015-12-20 07:56:45 -06:00
Thomas Tuegel
d086276c1e photoqt: Qt 5 infrastructure update 2015-12-20 07:56:44 -06:00
Thomas Tuegel
b829137151 apitrace: Qt 5 infrastructure update 2015-12-20 07:56:44 -06:00
Thomas Tuegel
a0bae9b571 obs-studio: Qt 5 infrastructure update 2015-12-20 07:56:44 -06:00
Thomas Tuegel
ccdbc22836 shotcut: Qt 5 infrastructure update 2015-12-20 07:56:43 -06:00
Thomas Tuegel
d405316398 bomi: Qt 5 infrastructure update 2015-12-20 07:56:43 -06:00
Thomas Tuegel
0b303f6edd mgba: Qt 5 infrastructure update 2015-12-20 07:56:42 -06:00
Thomas Tuegel
700546fd12 zeal: Qt 5 infrastructure update 2015-12-20 07:56:42 -06:00
Thomas Tuegel
ad9ece4f92 qwt: Qt 5 infrastructure update 2015-12-20 07:56:41 -06:00
Thomas Tuegel
9a91200e9e phonon: Qt 5 infrastructure update 2015-12-20 07:56:41 -06:00
Thomas Tuegel
d7dff0057c signon: Qt 5 infrastructure update 2015-12-20 07:56:40 -06:00
Thomas Tuegel
36ea03660e qca-qt5: Qt 5 infrastructure update 2015-12-20 07:56:40 -06:00
Thomas Tuegel
b8b14eda69 phonon-backend-gstreamer: Qt 5 infrastructure update 2015-12-20 07:56:39 -06:00
Thomas Tuegel
26cf5db23f mlt: Qt 5 infrastructure update 2015-12-20 07:56:39 -06:00
Thomas Tuegel
05dbd07cd1 pyqt5: Qt 5 infrastructure update 2015-12-20 07:56:39 -06:00
Thomas Tuegel
68ff859bf0 dropbox: Qt 5 infrastructure update 2015-12-20 07:56:39 -06:00
Thomas Tuegel
2dc0062443 telepathy: Qt 5 infrastructure update 2015-12-20 07:56:38 -06:00
Thomas Tuegel
f250a6e64e qt5: build env and full per version 2015-12-20 07:56:38 -06:00
Thomas Tuegel
7450865827 antimony: Qt 5 infrastructure update 2015-12-20 07:56:36 -06:00
Thomas Tuegel
c1841675f3 antimicro: Qt 5 infrastructure update 2015-12-20 07:56:36 -06:00
Thomas Tuegel
fef302e3e4 accounts-qt: Qt infrastructure update 2015-12-20 07:56:35 -06:00
Thomas Tuegel
2a8b6959cc libdbusmenu-qt: Qt 5 infrastructure update 2015-12-20 07:56:35 -06:00
Thomas Tuegel
664a64ef13 grantlee: Qt 5 infrastructure update 2015-12-20 07:56:35 -06:00
Arseniy Seroka
78b876f600 Merge pull request #11843 from taku0/firefox-bin-43.0.1
firefox-bin: 43.0 -> 43.0.1
2015-12-20 16:48:49 +03:00
Arseniy Seroka
dec7e159ad Merge pull request #11842 from eddyb/patch-1
fira-code 0.6 -> 1.100
2015-12-20 16:47:40 +03:00
Eduard-Mihai Burtescu
6f32a29f54 fira-code 0.6 -> 1.100 2015-12-20 15:27:31 +02:00
taku0
e24211df8f firefox-bin: 43.0 -> 43.0.1 2015-12-20 22:26:25 +09:00
Arseniy Seroka
66b294dd48 Merge pull request #11811 from knedlsepp/grib-api
grib-api: init at 1.14.4
2015-12-20 15:08:03 +03:00
Peter Simons
5d0716ce52 Merge pull request #11818 from gleber/add-shell-support
Add shell env to buildHex packages.
2015-12-20 12:54:11 +01:00
Peter Simons
e5b15f6b52 Merge pull request #11838 from k0ral/git
git: 2.6.3 -> 2.6.4
2015-12-20 11:55:57 +01:00
Peter Simons
2b2d26f88b Merge pull request #11767 from aaronlevin/scsi-power-mgmnt-policy
Set `link_power_policy_management` default to "max_performance"
2015-12-20 11:55:02 +01:00
Josef Kemetmüller
5b553893c1 grib-api: init at 1.14.4 2015-12-20 11:52:58 +01:00
Austin Seipp
10a7021c83 nixpkgs: duperemove 0.09.4 -> 0.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-19 22:43:48 -06:00
Tobias Geerinckx-Rice
ceb186b281 Merge pull request #11775 from ericsagnes/update/iosevka
iosevka: 1.0-beta9 -> 1.4.2
2015-12-20 04:46:48 +01:00
Tobias Geerinckx-Rice
1b6128cdc9 clipgrab: 3.5.4 -> 3.5.5 2015-12-20 03:34:43 +01:00
Tobias Geerinckx-Rice
ca8903c3c2 include-what-you-use: use unversioned llvm attribute
...in the expression itself, while hard-coding the officially supported
version in all-packages.nix for sanity's sake (mine).
2015-12-20 03:22:24 +01:00
Tobias Geerinckx-Rice
986f446674 include-what-you-use: 0.4 -> 0.5
Compatible with llvm+clang 3.7. Changes:
- Added Boost and Qt mappings.
- Better support for using declarations.
- Allow size_t from multiple headers.
- Fixed handling includes with common path prefix.

More: http://include-what-you-use.org/
2015-12-20 03:15:36 +01:00
Thomas Tuegel
758901397b qt5LibsFun: build against all Qt 5 versions 2015-12-19 17:25:04 -06:00
Herwig Hochleitner
7a0dd2c82c wine stable: 1.6.2 -> 1.8
restructure versions file for clarity and brevity
2015-12-19 23:29:13 +01:00
Thomas Tuegel
1402c20bfd qt54: backport Qt infrastructure changes from Qt 5.5 2015-12-19 16:20:27 -06:00
Thomas Tuegel
5958deb7d8 Merge branch 'qt-libgl' 2015-12-19 15:58:09 -06:00
Evgeny Egorochkin
dac2c65109 azure agent service: provide SSL certificates path 2015-12-19 22:10:35 +02:00
Arseniy Seroka
fa8f15614c Merge pull request #11833 from k0ral/mediainfo
mediainfo: 0.7.79 -> 0.7.80
2015-12-19 22:04:05 +03:00
Thomas Tuegel
3f30fce5d3 Merge branch 'bendlas-update-dropbox-master' 2015-12-19 12:28:45 -06:00
Thomas Tuegel
36dda92317 qt55.qtbase: don't interpolate needlessly 2015-12-19 12:26:54 -06:00
Thomas Tuegel
09e9e3e359 fixup! qt55.qtbase: don't include optional dependencies unconditionally 2015-12-19 12:26:45 -06:00
Thomas Tuegel
98e2fbe630 qt55.qtbase: remove non-existent paths from LD_LIBRARY_PATH 2015-12-19 12:18:48 -06:00
Thomas Tuegel
0a54898a20 qt55.qtbase: don't include optional dependencies unconditionally 2015-12-19 12:18:06 -06:00
Thomas Tuegel
9f62af0885 qt55.qtbase: fallback libGL path
If libGL is not found on the system library path, fall back to the
default Mesa driver.
2015-12-19 12:15:33 -06:00
Thomas Tuegel
081b1f1707 qt55.qtbase: set compose search path
This was previously set using substituteInPlace, but this leads to
duplicate search paths.
2015-12-19 12:02:57 -06:00
Thomas Tuegel
14f27e5eb7 qt55.qtbase: move sed scripts to postPatch 2015-12-19 11:59:05 -06:00
Thomas Tuegel
8b890cac07 qt55.qtbase: manage patches with quilt 2015-12-19 11:56:50 -06:00
koral
016e88b2d2 git: 2.6.3 -> 2.6.4 2015-12-19 17:37:37 +00:00
Herwig Hochleitner
3b9619e804 wine: 1.8-rc3 -> 1.8-rc4 2015-12-19 18:09:40 +01:00
Herwig Hochleitner
d3d39376a2 dropbox: 3.12.4 -> 3.12.5 2015-12-19 17:45:59 +01:00
Pascal Wittmann
e0027501f1 Merge pull request #11659 from AndersonTorres/higan
Higan: 094 -> 095
2015-12-19 17:37:41 +01:00
koral
563ea391e9 mediainfo: 0.7.79 -> 0.7.80 2015-12-19 16:33:50 +00:00
Arseniy Seroka
6f4850fbe7 Merge pull request #11820 from lancelotsix/build_sview_with_slurm
pkgs.slurm-llnl-full: Add full variant of slurm-llnl
2015-12-19 19:29:25 +03:00
Arseniy Seroka
05d08e400c Merge pull request #11823 from rycee/bump/jhead
jhead: 2.87 -> 3.00
2015-12-19 19:05:51 +03:00
Arseniy Seroka
6ee2551c26 Merge pull request #11825 from gebner/djvu2pdf-nix-shell
djvu2pdf: make work in nix-shell
2015-12-19 19:05:26 +03:00
Arseniy Seroka
4472df4335 Merge pull request #11822 from rycee/bump/pdf2svg
pdf2svg: 0.2.2 -> 0.2.3
2015-12-19 19:04:58 +03:00
Arseniy Seroka
e2d8b134c6 Merge pull request #11827 from k0ral/ncmpcpp
ncmpcpp: 0.6.7 -> 0.7
2015-12-19 19:04:39 +03:00
Lancelot SIX
53a3294e95 pkgs.slurm-llnl-full: Add full variant of slurm-llnl
Add a variant of slurm-llnl that includes sview (based on gtk).
pkgs.slurm-llnl also gains the ncurses-based smap tool.
2015-12-19 16:50:24 +01:00
Thomas Tuegel
274678b38c melpa-stable-packages: fix evaluation error 2015-12-19 09:49:57 -06:00
Thomas Tuegel
3fbd697b24 melpa-packages: fix evaluation error 2015-12-19 09:49:23 -06:00
Thomas Tuegel
752e4095ec melpa-stable-packages: fix evaluation error 2015-12-19 09:44:55 -06:00
Thomas Tuegel
e5b082fc7b melpa-packages: fix evaluation error 2015-12-19 09:44:21 -06:00
Thomas Tuegel
540d028bf5 Merge pull request #11750 from ttuegel/emacs-packages
Emacs packages
2015-12-19 09:33:45 -06:00
Thomas Tuegel
fbc345fd69 melpa-stable-packages: use fetchFromGitLab 2015-12-19 09:32:25 -06:00
Thomas Tuegel
ecc50e9285 melpa-packages: use fetchFromGitLab 2015-12-19 09:32:24 -06:00
Thomas Tuegel
be568d55da melpa-stable-packages: include fetchFromGitHub 2015-12-19 09:32:24 -06:00
Thomas Tuegel
b72161608a melpa-packages: include fetchFromGitHub 2015-12-19 09:32:24 -06:00
Thomas Tuegel
c39058852e elpa-packages 2015-12-18 2015-12-19 09:32:23 -06:00
Thomas Tuegel
df4a984c60 melpa-stable-packages 2015-12-18 2015-12-19 09:32:23 -06:00
Thomas Tuegel
8eabd09087 melpa-packages 2015-12-18 2015-12-19 09:32:23 -06:00
Thomas Tuegel
0b1edac8c0 nix-prefetch-bzr: match path name to fetchbzr name
fetchbzr always uses the derivation name `bzr-export`. nix-prefetch-bzr
should use the same name for its output. This avoids duplicate downloads
and problems with forbidden characters in bazaar repository names.
2015-12-19 09:32:22 -06:00
Thomas Tuegel
55544c1e68 nix-prefetch-zip: keep downloaded file extension
Keep the correct file extension on the downloaded file so that
`unpackFile` will know how to unpack it correctly.
2015-12-19 09:32:22 -06:00
Thomas Tuegel
dd89ee1c3b release-notes: note addition of ELPA and MELPA packages 2015-12-19 09:32:21 -06:00
Thomas Tuegel
e86f93eada melpa-stable-packages: add instructions for updating 2015-12-19 09:32:20 -06:00
Thomas Tuegel
c6a5ade24b melpa-packages: add instructions for updating 2015-12-19 09:32:20 -06:00
Thomas Tuegel
8126ae8c7a elpa-packages: add instructions for updating 2015-12-19 09:32:19 -06:00
Thomas Tuegel
0bc4af00ee emacsWithPackages: add user documentation 2015-12-19 09:32:16 -06:00
Thomas Tuegel
9268f0e676 emacsPackagesNg: update user documentation 2015-12-19 09:31:46 -06:00
Thomas Tuegel
dadfd93811 emacsWithPackages: know its own package set
Fixes #10819. emacsWithPackages will know its own package set. This
requires it to be in a package set, rather than at the top level, so it
lives in emacsPackagesNg.
2015-12-19 09:31:41 -06:00
Vladimír Čunát
ef21e5ee60 nixpkgs manual: split languages into separate files
There's no change in content except for amending the title of the
section to mention "frameworks", as e.g. I don't consider Qt a language,
and it's likely there will be more of similar cases in future.

To be certain, I checked diff of the generated HTMLs.
2015-12-19 16:08:00 +01:00
Vladimír Čunát
0ad7b1f44a CONTRIBUTING.md: add a notice about licensing
This suplements changes from #11557; see the long discussion.
2015-12-19 14:38:00 +01:00
Edward Tjörnhammar
c42f9f5f01 idea.idea-{community,ultimate}: 15.0.1 -> 15.0.2 2015-12-19 13:35:44 +01:00
Tobias Geerinckx-Rice
d4b14974e5 eid-mw: 4.1.9 -> 4.1.11 2015-12-19 12:41:31 +01:00
Tobias Geerinckx-Rice
819ca0997e exfat: 1.2.2 -> 1.2.3
Fixes:
- Fixed clusters loss when file renaming replaces target.
2015-12-19 12:41:31 +01:00
koral
e8aee16550 ncmpcpp: 0.6.7 -> 0.7 2015-12-19 11:05:24 +00:00
Domen Kožar
5dbadf34c4 Merge pull request #11826 from chris-martin/docker-compose-1.5.2
docker-compose: 1.5.1 -> 1.5.2
2015-12-19 11:49:15 +01:00
Chris Martin
cf994dea03 docker-compose: 1.5.1 -> 1.5.2 2015-12-19 01:36:09 -08:00
Gabriel Ebner
723e693791 djvu2pdf: make work in nix-shell 2015-12-19 09:43:21 +01:00
Eelco Dolstra
af6732e503 nixos autoUpgrade: add a 'dates' option
(cherry picked from commit 80917d2473)
Originally merged #11808 to release-15.09 directly. Close #11821.
2015-12-19 08:46:13 +01:00
Robert Helgesson
1b3930ca04 pdf2svg: 0.2.2 -> 0.2.3
Also minor style changes and upstream source is now on GitHub.
2015-12-19 00:50:46 +01:00
Robert Helgesson
8296346207 jhead: 2.87 -> 3.00
Also clean up the package quite a bit and add myself as maintainer.
2015-12-19 00:29:32 +01:00
Gleb Peregud
d7e17c2e71 Add shell env to buildHex packages.
This adds erlangPackages.${name}.env, which is usable to launch a shell
with the package and it's dependencies like this:

    nix-shell -A erlangPackages.lager.env

This required:

1) refactoring buildHex to become a fixed-point function,
2) moves output of a package into $out/${name},
3) introduces erlEnv (buildEnv, which links in package and it's deps
   into one directory - a super-simple plagiarization of
   haskellPackages.compiler.ghcWithPackages) and
4) shell function producing a un-buildable derivation to be used by
   nix-shell
2015-12-19 00:07:54 +01:00
Herwig Hochleitner
b3b7f9f37f fix lib path for gradle, fixes #11191 2015-12-18 23:12:43 +03:00
Arseniy Seroka
8fcf525baa Merge pull request #11813 from simonvandel/update-tvheadend-4.0.8
tvheadend: 4.0.7 -> 4.0.8
2015-12-18 22:36:19 +03:00
Domen Kožar
0e4e01c7a6 add back nixopsUnstable 2015-12-18 18:51:12 +01:00
Eelco Dolstra
463793827f Update copyright to include contributors
See discussion at https://github.com/NixOS/nixpkgs/pull/11557.

Closes #11557.
2015-12-18 18:16:54 +01:00
Eelco Dolstra
b60f0fdcd4 systemd: Apply upstream fix: networkd: link - do not drop config for loopback device 2015-12-18 18:02:16 +01:00
Simon Vandel Sillesen
640ca7e975 tvheadend: 4.0.7 -> 4.0.8 2015-12-18 17:40:56 +01:00
Gaëtan André
ff58a9831b matter-compiler: initial expression, fixes #11780 2015-12-18 15:49:57 +01:00
Nikolay Amiantov
8843368a13 deluge: add .desktop file 2015-12-18 17:28:47 +03:00
Bojan Nikolic
d71b1294dc recoll: 1.20.6 -> 1.21.3
Add dependency on bison. Correct corruption caused by substituteInPlace
replacing non-commands in the filters
2015-12-18 14:09:28 +00:00
aszlig
4ba31045e4 nixpkgs manual: more strict commit policy (close #11609) 2015-12-18 15:00:33 +01:00
Bojan Nikolic
98d1abd46b recoll: Disable --install-layout 2015-12-18 13:51:58 +00:00
Bojan Nikolic
316406269d recoll: Enable parallel builds 2015-12-18 11:51:10 +00:00
Arseniy Seroka
db736b57fd Merge pull request #11806 from deeky666/php-7.0.1
php: 7.0.0 -> 7.0.1
2015-12-18 14:45:13 +03:00
Domen Kožar
e6f1558692 Merge pull request #11807 from markus1189/lastpass-cli
lastpass-cli: 0.5.1 -> 0.7.0
2015-12-18 12:06:10 +01:00
Peter Simons
817d6d5149 Merge pull request #11802 from aespinosa/add-missing-utmp-lib
screen: include the utmp from the apple_sdk
2015-12-18 11:42:45 +01:00
Peter Simons
9cb7aa8357 haskell-gtksourceview2: add override to fix build 2015-12-18 11:37:44 +01:00
Peter Simons
16e9b44afa cabal2nix: update to version 20151217 2015-12-18 11:37:44 +01:00
Peter Simons
fced3e3222 haskellPackages: Stackage Nightly 2015-12-17 updates to GHC 7.10.3 2015-12-18 11:37:44 +01:00
Peter Simons
d2d68b0d92 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217 using the following inputs:

  - Nixpkgs: 1e4c0752db
  - Hackage: 42db5021ee
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 57c8505aea
2015-12-18 11:37:31 +01:00
Vladimír Čunát
1932d101e2 telepathy-qt: minor update, fix by patch, unify
- The patch fixes building against gst-1.6.
- Having to change three files with almost same contents would drive me mad,
  so I unified them into a single expression. /cc @ttuegel
- libxslt seemed unneeded, and it uses libxml2 anyway.
2015-12-18 11:06:46 +01:00
AndersonTorres
7070c2d900 Higan: 094 -> 095
In order to increase portability and flexibility, now the build phase
explicitly sets "compiler=c++" as a make parameter.
Further, there is a link "higan" for backwards compatibility; higan was
split in icarus (the game ROMS database manager) and tomoko (the
emulator itself).
2015-12-18 07:45:04 -02:00
Rodney Lorrimar
75d143ae9a fail2ban: 0.9.1 -> 0.9.3 2015-12-18 09:44:22 +00:00
Rodney Lorrimar
201859ea18 fail2ban: update python-systemd dependency
The python module has been split off from systemd since v223.
2015-12-18 09:44:22 +00:00
Rodney Lorrimar
242c24c402 fail2ban: python packaging workaround for /etc/fail2ban installation (fixes #11534)
Removed path substitutions from setup.py because these should be handled
by the setuptools install prefix.

Except that the install prefix won't quite work until issue #4968 is
resolved.

In the meantime there are preInstall and postInstall scripts so that
this package continues to work with the nix python packaging
improvements.
2015-12-18 09:44:22 +00:00
Rodney Lorrimar
2eb8c3e491 systemd: python module split out since v223 2015-12-18 09:44:22 +00:00
Rodney Lorrimar
2ee0e45172 python systemd: init at 231
This module has been split out from the main systemd repository.
2015-12-18 09:44:22 +00:00
Vladimír Čunát
be6c625410 telepathy-farstream: minor update 0.6.1 -> 0.6.2
Also cleanup unneeded dependencies, in particular gst-0.10.
2015-12-18 10:31:57 +01:00
lethalman
12b64621fd Merge pull request #11796 from nckx/fix-gdata
gnome3_*.libgdata: add `nss` dependency
2015-12-18 10:15:51 +01:00
Steve Müller
cf99e57c80 php: 7.0.0 -> 7.0.1 2015-12-18 09:41:51 +01:00
Markus Hauck
10e0b68141 lastpass-cli: 0.5.1 -> 0.7.0 2015-12-18 09:41:11 +01:00
Eric Sagnes
eab677ea21 eventstore: fix source hash (close #11732) 2015-12-18 09:11:51 +01:00
Pascal Wittmann
76eae695c7 Merge pull request #11319 from taku0/thunderbird-bin-38.4.0
thunderbird-bin: 38.3.0 -> 38.4.0
2015-12-18 08:50:59 +01:00
Allan Espinosa
37341582bb screen: include the utmp from the apple_sdk 2015-12-18 00:12:31 -06:00
aszlig
4c61faa009 nixos/tests/networking: Add a test for loopback
It serves as a regression test, because right now if you enable
networking.useNetworkd the default loopback interface doesn't get
assigned any IP addresses.

To be sure, I have bisected this and it has been introduced with the
update to systemd 228 in 1da87d4.

Only the "scripted" networking tests have to succeed in order to trigger
a channel update of nixos-unstable, so I'm leaving this test as broken
and we have to figure out next what's the *exact* reason for the
breakage.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 07:09:42 +01:00
aszlig
662ab05119 beets: Add the external beets-alternatives plugin
It's not included in upstream beets but are linked in the documentation
under "Other plugins", see:

http://beets.readthedocs.org/en/v1.3.15/plugins/index.html#other-plugins

I found this one particularly useful for syncing files to varios media
players that refuse to read my FLAC files properly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
aszlig
ec3d068170 tomahawk: Build with older taglib version 1.9
The 0.8.4 version of Tomahawk doesn't yet recognize the new taglib
version that has been introduced in b762a20 and fails during
configurePhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
aszlig
68c504fa8f beets: Use bs1770gain by default for replaygain
After trying with a dozen files, it seems the bs1770gain backend is much
more reliable than the audiotools backend and especially does a better
job (well, compared to audiotools which either does doing nothing at all
or throws an exception) when used on alboms that contain different
sample rates/sizes.

Additionally, we already had a few issues regarding the audiotools
backend, even to the extent that @sampsyco almost wanted to drop it
upstream (see sampsyco/beets#1342).

Also related issues are #10376 and sampsyo/beets#1592.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-18 05:58:27 +01:00
Domen Kožar
59455da528 Merge pull request #11799 from flosse/zdfmediathk
pkgs.zdfmediathk: 9 -> 10
2015-12-18 01:44:09 +01:00
Markus Kohlhase
61420e7ea9 pkgs.zdfmediathk: 9 -> 10 2015-12-18 00:43:07 +01:00
Tobias Geerinckx-Rice
535b4279c7 ipad_charge, simple-scan: libusb{-compat -> 1} 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
1e3314718d uksmtools: init at 2015-09-25 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
11a8cddff4 man-db: use groff from closure, not PATH 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
341d23324d libpsl: 2015-12-03 -> 2015-12-17 2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
a3c2bd5aec eboard: fix build
Add perl dependency and patch ./configure to use it.
2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
996a0a9abf liboauth: add nss3 path to liboauth.la
Fixes the following libgdata build error:
```
  CCLD     gdata/libgdata.la
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lssl3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lsmime3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnss3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnssutil3
collect2: error: ld returned 1 exit status
```
2015-12-17 22:43:34 +01:00
Arseniy Seroka
20c1ef63cb vimPlugins: update 2015-12-17 2015-12-17 23:14:27 +03:00
John Wiegley
d879a242cd haskellPackages.git-annex: Do not build lsof on Darwin 2015-12-17 11:52:11 -08:00
Rickard Nilsson
c634e5cd24 Merge pull request #11730 from spwhitt/mopidy
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Arseniy Seroka
73ead2826a Merge pull request #11795 from lancelotsix/add_pythonPackages.colorlog
pythonPackages.colorlog: init at 2.6.0
2015-12-17 22:33:27 +03:00
Lancelot SIX
976a5f68fb pythonPackages.colorlog: init at 2.6.0 2015-12-17 19:30:37 +01:00
Pascal Wittmann
a111fa517e zsh-navigation-tools: 1.3.2 -> 1.4 2015-12-17 18:28:35 +01:00
Pascal Wittmann
3bb106bafb Merge pull request #11783 from msteen/grml-zsh-config
grml-zsh-config: init at 0.12.4
2015-12-17 18:18:50 +01:00
aaron levin
c3e0107201 Remove default scsiLinkPolicy 2015-12-17 16:40:35 +01:00
Matthijs Steen
f2a9837113 grml-zsh-config: init at 0.12.4 2015-12-17 16:29:00 +01:00
Pascal Wittmann
21522ede83 Merge pull request #11753 from nlewo/master
Add devpi-client and its dependencies
2015-12-17 16:21:46 +01:00
Pascal Wittmann
7dfe60b509 Merge pull request #11763 from DamienCassou/new-recordmydesktop
recordmydesktop: init at 0.3.8-svn602
2015-12-17 16:19:24 +01:00
Ricardo M. Correia
92a8037b69 Merge pull request #11668 from Baughn/zfs
zfs:Always import from /dev/disk/by-id
2015-12-17 16:12:45 +01:00
Pascal Wittmann
128c2bd3e3 Merge pull request #11709 from mcmtroffaes/feature/gosmore-svn-externals
gosmore: fix hash again and disable svn externals
2015-12-17 15:53:31 +01:00
michael bishop
301c74bc16 nixos: improve mime DB cache generation (close #11785) 2015-12-17 14:58:24 +01:00
Nikolay Amiantov
07eb0ad76c phc-intel: fix installation dir 2015-12-17 16:49:11 +03:00
Vladimír Čunát
5d4f0b556e texinfo: cleanups and doCheck = false for non-interactive
... to simplify bootstrapping. Discussion on #11527.
2015-12-17 14:45:46 +01:00
Jan Malakhovski
daa199a95e texinfo: fix doCheck properly, cleanup (close #11527) 2015-12-17 14:45:46 +01:00
Vladimír Čunát
82a21ccaf7 libffi: refactor meta 2015-12-17 14:45:46 +01:00
Vladimír Čunát
5a129a8121 libffi: doCheck optionally and do so for glib-tested
This is kind-of reverting fcf99efcd.
2015-12-17 14:45:46 +01:00
Vladimír Čunát
3b1f994347 release: remove reference to castle_combat
The game itself was removed in 66f663e19.
2015-12-17 14:42:50 +01:00
Peter Simons
8f575eb0bf Merge pull request #11573 from hrdinka/refactor/dovecot
dovecot service: refactor module
2015-12-17 14:32:19 +01:00
Nikolay Amiantov
263a17f90c Merge pull request #11777 from AveryGlitch/fix/manual-typo
Manual: Fixed typo that casued a syntax error
2015-12-17 16:28:31 +03:00
Peter Simons
6538905eb4 Merge pull request #11677 from jagajaga/gettext_patch_staging
gettext: fix absolute path
2015-12-17 14:27:18 +01:00
Thomas Tuegel
78d68b8c14 emacsPackagesNg: don't expose package functions
Remove elpaPackages, melpaStablePackages, and melpaPackages from the
top-level.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
a338959da6 melpaStablePackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel
28af093438 melpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel
a4f4d1717d elpaPackages: don't import all of pkgs 2015-12-17 07:23:50 -06:00
Thomas Tuegel
f7ce3cdddb emacsPackagesNg: don't call override repeatedly
Calling override repeatedly obfuscates how the final package set is
actually constructed.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
9f55d3f29f elpaPackages: fix typo in midi-kbd 2015-12-17 07:23:50 -06:00
Thomas Tuegel
ccc8265d44 melpa-stable-packages: 2015-12-16
Fixes Git hashes by using `nix-prefetch-git --fetch-submodules`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
bf9b4b03d5 elpa-packages: mark broken packages
These packages fail to build on Hydra.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
e21f5f933c emacsPackagesNgGen: use import, not callPackage
`callPackage` should only be used for actual packages. Functions, like
`emacsPackagesNgGen`, should be `import`ed. This also has the effect of
exposing the `override` function provided by `makeScope` so that
`emacsPackagesNg.override` overrides the package set instead of
overriding the arguments to `emacsPackagesNgGen`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
59f497bc4d melpa-packages: 2015-12-15
Fixes Git hashes by using `nix-prefetch-git --fetch-submodules`.
2015-12-17 07:23:50 -06:00
Thomas Tuegel
f574f1c9c9 melpaPackages: fix cvsRoot attribute name 2015-12-17 07:23:50 -06:00
Thomas Tuegel
8e655250bd emacsPackagesNg: add all of MELPA 2015-12-17 07:23:50 -06:00
Thomas Tuegel
4e99a11653 melpa-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Thomas Tuegel
1210eafb8e melpa-stable-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Thomas Tuegel
3cc7e04502 elpa-packages 2015-12-14 2015-12-17 07:23:50 -06:00
Avery Glitch
b72bcd1e32 Fixed a syntax error in the buildFHSChrootEnv example. Also, fixed the manual.xml so it actually builds. 2015-12-18 00:22:51 +11:00
Thomas Tuegel
9b26afff6e Merge pull request #11781 from ttuegel/kiconthemes
kde5.kiconthemes: default icon theme is breeze
2015-12-17 06:15:37 -06:00
Nikolay Amiantov
8c1770769f flashplayer: fix 32-bit version 2015-12-17 15:09:24 +03:00
Thomas Tuegel
24991034de kde5.kiconthemes: default icon theme is breeze 2015-12-17 05:58:17 -06:00
Thomas Tuegel
7e6cfa2bfd Merge pull request #11778 from ttuegel/fix-KDE-packages
Fix KDE packages
2015-12-17 05:57:24 -06:00
Thomas Tuegel
d69b5f9533 polkit_qt5: remove
The correct version is qt5Libs.polkitQt.
2015-12-17 05:51:59 -06:00
Thomas Tuegel
97b2b05a24 calamares: fix Qt dependencies 2015-12-17 05:50:32 -06:00
Thomas Tuegel
a685f98627 calamares: move into kde5PackagesFun
All KDE 5 packages must be listed here to be packaged correctly.
2015-12-17 05:36:51 -06:00
Vladimír Čunát
adb2b803b9 net-snmp: avoid nested list, /cc #11739 2015-12-17 12:35:15 +01:00
Thomas Tuegel
89ecedcab8 kde5: don't expose secret top-level attributes 2015-12-17 05:34:41 -06:00
Vladimír Čunát
acf320f691 nixos release notes: mention enableCtrlAltBackspace
/cc #11228.
2015-12-17 12:31:34 +01:00
Nikolay Amiantov
ed4219964d chrootenv: add setuid wrappers to path 2015-12-17 14:21:17 +03:00
Nikolay Amiantov
d6c1150195 chrootenv: symlink su and sudo stuff 2015-12-17 14:21:13 +03:00
Nikolay Amiantov
230898ceb2 chrootenv-user: don't unshare user namespace if we are root 2015-12-17 14:21:06 +03:00
lethalman
e11741ff99 Merge pull request #11739 from cleverca22/master
net-snmp: fix mnttab path when built under chroot
2015-12-17 12:14:29 +01:00
Eelco Dolstra
b475afcf60 Merge pull request #11228 from ocharles/x-ctrl-alt-backspace
services.xserver: Disable Ctrl+Alt+Backspace by default
2015-12-17 11:49:54 +01:00
Peter Simons
e51fa468b3 Merge pull request #11773 from ip1981/ip1981/lxc
LXC: make sure configure script does not guess
2015-12-17 11:27:44 +01:00
Arseniy Seroka
326801e0ac Merge pull request #11758 from taku0/firefox-bin-43.0
firefox-bin: 42.0 -> 43.0
2015-12-17 13:05:57 +03:00
Peter Simons
bb00c08191 Merge pull request #11771 from ericsagnes/update/erlang
erlangR18: 18.0 -> 18.2
2015-12-17 11:04:10 +01:00
Peter Simons
95dc945759 Merge pull request #11774 from ip1981/ip1981/git-crypt
git-crypt needs GnuPG
2015-12-17 11:03:27 +01:00
Domen Kožar
d0e259a57f Merge pull request #11721 from FRidh/scipy
python scipy: fix tests
2015-12-17 10:51:58 +01:00
Frederik Rietdijk
2d07d00856 python scipy: run correct tests, fix/remove failing tests 2015-12-17 10:46:55 +01:00
Frederik Rietdijk
4b6dbfc357 python numpy: 1.10.1 -> 1.10.2 2015-12-17 10:46:33 +01:00
Eric Sagnes
d6f631f52b iosevka: 1.0-beta9 -> 1.4.2 2015-12-17 18:26:57 +09:00
Antoine Eiche
f21a65f719 devpi-client: init at 2.3.2 2015-12-17 09:34:13 +01:00
Domen Kožar
5d46d14d60 Merge pull request #11711 from FRidh/python
python: update packages
2015-12-17 09:33:21 +01:00
Domen Kožar
84a559393b mnemosyne: add webob dep (fixes #11746) 2015-12-17 09:30:02 +01:00
Domen Kožar
1057249c5d add pythonPackages.rpdb 2015-12-17 09:21:33 +01:00
Igor Pashev
85375fc5fc git-crypt needs GnuPG 2015-12-17 11:00:50 +03:00
Vladimír Čunát
1c268e0b8c Merge master into staging 2015-12-17 08:53:35 +01:00
Vladimír Čunát
04d993417f libpng: security update
It should finally fix #11030 and CVE-2015-8126
2015-12-17 08:52:01 +01:00
Igor Pashev
a911acdfb3 LXC: make sure configure script does not guess
Do not try to install init script.
And do not make any assumptions about the distribution.

The latter is important when Nix store in not a part of NixOS.

Closes #11729.
2015-12-17 10:11:39 +03:00
Arseniy Seroka
330afe9f4e Merge pull request #11075 from mogorman/pcb
pcb: new package
2015-12-17 09:13:54 +03:00
Damien Cassou
1bb68f0a5b recordmydesktop: init at 0.3.8-svn602 2015-12-17 06:47:02 +01:00
Thomas Tuegel
f51c54ba02 kde4.kdelibs: fix link to kde5.kdelibs 2015-12-16 19:12:39 -06:00
Thomas Tuegel
0a81a0d8ff kde5: Frameworks 5.17, Plasma 5.5.1, Applications 15.12.0
The stable `kde5` attribute is updated to these versions. The old
versions have been removed.
2015-12-16 19:08:06 -06:00
Matthew O'Gorman
09aff6c104 pcb: init at 20140316 2015-12-16 19:29:17 -05:00
John Wiegley
61176d8987 Revert "haskellPackages.git-annex: Do not use lsof on Darwin"
This reverts commit fd45c7b82b.
2015-12-16 16:20:44 -08:00
goibhniu
3725d5afdc Merge pull request #11757 from rycee/fix/colordiff
colordiff: add archive URL
2015-12-17 01:12:05 +01:00
goibhniu
1b3168069d Merge pull request #11768 from k0ral/rmlint
rmlint: 2.4.1 -> 2.4.2
2015-12-17 01:10:47 +01:00
goibhniu
81901bda04 Merge pull request #11770 from k0ral/nmap
nmap: 7.00 -> 7.01
2015-12-17 01:10:13 +01:00
Eric Sagnes
b67ac40a82 erlangR18: 18.0 -> 18.2 2015-12-17 09:01:49 +09:00
Thomas Tuegel
8cf6b39833 Merge pull request #11769 from Profpatsch/cutegram
cutegram: fix version in name
2015-12-16 17:41:30 -06:00
Peter Simons
fc2b8edb1a Clean up overrides for Haskell gio, glib, and gtk. 2015-12-17 00:32:16 +01:00
Peter Simons
c58c68a037 haskell.lib.addPkgconfigDepends: fix broken function
The function is supposed to modify pkgconfigDepends, not buildInputs.
2015-12-17 00:32:16 +01:00
Peter Simons
db52259a9d Add LTS Haskell 3.18. 2015-12-17 00:32:16 +01:00
Peter Simons
1ba77bf6cb Add LTS Haskell 3.17. 2015-12-17 00:32:16 +01:00
Peter Simons
99b253fc1d hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-47-ga631ea6 using the following inputs:

  - Nixpkgs: e616e3fbaa
  - Hackage: 1be87a125d
  - LTS Haskell: 253d4da342
  - Stackage Nightly: 1ee60f7320
2015-12-17 00:32:08 +01:00
koral
e007b1b764 nmap: 7.00 -> 7.01 2015-12-16 23:21:19 +00:00
John Wiegley
59213cc1da emacs25pre: New expression, from emacs-25 pre-release branch 2015-12-16 15:13:16 -08:00
Profpatsch
5f709b8974 cutegram: fix version in name 2015-12-17 00:05:48 +01:00
Thomas Tuegel
b175cf3711 Merge branch 'kde-updates' 2015-12-16 16:37:44 -06:00
koral
123a6041de rmlint: 2.4.1 -> 2.4.2 2015-12-16 22:35:01 +00:00
aaron levin
3b3be7a74b link_power_policy_management default to max_performance
The kernel default for `link_power_management_policy` is `"max_performance"`.
This commit:
f169f60575
set the NixOS default to `"min_performance"`.

This issue (https://github.com/NixOS/nixpkgs/issues/11276) details my long
journey to discover this after several file system failures incorrectly
attributed to `TRIM` and `NCQ` settings.

I think we should use the kernel default of `"max_performance"` to assure
the best experience for new users with SSDs and to conform to the defaults of
the kernel and other distros.
2015-12-16 23:34:36 +01:00
Eelco Dolstra
b797a67ffb awesomebump: Add 2015-12-16 23:31:41 +01:00
John Wiegley
fd45c7b82b haskellPackages.git-annex: Do not use lsof on Darwin 2015-12-16 14:10:56 -08:00
John Wiegley
2cd323a51a tor: Allow building on Darwin 2015-12-16 14:10:31 -08:00
John Wiegley
db9bc6875f coqPackages.flocq: 2.4.0 -> 2.5.0 2015-12-16 14:10:14 -08:00
Eric Sagnes
f9eb378eb8 riak: fix leveldb hash, fixes #11731 2015-12-16 23:07:22 +01:00
Nikolay Amiantov
13548530a6 networkmanager: fix udev rules file, fixes #11744 2015-12-16 22:55:03 +01:00
Thomas Tuegel
c10bb5179f plasma55.plasma-workspace: update patches
The startkde patch was invalidated in the plasma-workspace-5.5.1
release. Quilt is now used to manage these large patches; it is much
simpler to use than Git.
2015-12-16 15:46:38 -06:00
Arseniy Seroka
0163eaea6e Merge pull request #11724 from tdimiduk/master
update tome4 to v 1.3.3
2015-12-17 00:13:13 +03:00
Thomas Tuegel
d6bec4e77f add copyPathToStore and copyPathsToStore 2015-12-16 15:00:44 -06:00
Thomas Tuegel
8baebb55d4 lib/strings: add readPathsFromFile 2015-12-16 15:00:34 -06:00
Michael Alan Dorman
97834fc233 Don't check hindent
It appears its test suite has some issues at present, based on
https://github.com/chrisdone/hindent/issues/166, which seems to preceed
haskell-src-exts-1.17 being released.
2015-12-16 21:33:56 +01:00
Michael Alan Dorman
bc5f82dfc2 Fixup pointfree package. 2015-12-16 21:33:56 +01:00
Peter Simons
1f108490f1 ghc-HEAD: update build instructions and bump version to current Git master
Closes https://github.com/NixOS/nixpkgs/issues/10752.
2015-12-16 21:33:56 +01:00
Peter Simons
878692e645 ghc-7.10.3: remove the obsolete build.mk file
New versions of GHC allow us to specify those things on the
command-line, so the build.mk file is no longer necessary.
2015-12-16 21:33:56 +01:00
Peter Simons
a421e7bd4a ghc-7.10.3: don't pass compiler or linker flags through a response file
The new GHC version contains a patch [1] that passes linker and compiler flags
to GCC via response files rather than directly on the command-line. This is
supposed to be beneficial on Windows and other platforms that have trouble
dealing with long argument lists. On NixOS, however, this feature breaks the
flag handling provided by gcc-wrapper [2] and therefore causes the entire GHC
build to fail.

This issue has been reported upstream at [3]. It's not clear yet how to remedy
this problem, but until we've figured that out we just don't pass compiler flags
in response files on NixOS to fix https://github.com/NixOS/nixpkgs/issues/10752.

[1] 296bc70b5f
[2] https://github.com/NixOS/nixpkgs/issues/11762
[3] https://ghc.haskell.org/trac/ghc/ticket/11147
2015-12-16 21:33:56 +01:00
Peter Simons
eae27e7798 ghc: update version 7.10.3 to 7.10.3a
Apply upstream patches that fix minor cosmetic issues in the documentation.
2015-12-16 21:33:56 +01:00
Peter Simons
c08fe8407c Add haskell.packages.ghc7103 package set. 2015-12-16 21:33:56 +01:00
Tom Dimiduk
46b57614d9 tome4: 1.3.1 -> 1.3.3 2015-12-16 15:24:03 -05:00
Jude Taylor
848064cef6 remove old patches and attributes from xorgserver 2015-12-16 12:03:29 -08:00
Eelco Dolstra
79a3c8a952 9pfs: Add
This is a FUSE-based 9p client.
2015-12-16 20:31:14 +01:00
Eelco Dolstra
9dae6345f4 Typo 2015-12-16 20:31:14 +01:00
Mateusz Kowalczyk
c6549af6a9 Merge branch 'mboes-vagrant-ld-path-fix' 2015-12-16 17:20:06 +00:00
Mathieu Boespflug
bb30c79f0b vagrant: bring embedded/ libraries in scope of dynamic linker. 2015-12-16 18:14:40 +01:00
Pascal Wittmann
f45b8176c0 Merge pull request #11074 from mogorman/gerbv
gerbv: new package
2015-12-16 18:13:20 +01:00
Eelco Dolstra
7651680615 firefox: 42.0 -> 43.0 2015-12-16 17:24:58 +01:00
Thomas Tuegel
8ee82c6b00 Merge pull request #11764 from ttuegel/kde-updates
KDE updates
2015-12-16 10:24:11 -06:00
Thomas Tuegel
06f491d762 nixos/xserver: fix typos 2015-12-16 10:22:44 -06:00
Thomas Tuegel
408c3e5033 kdeApps_15_12.spectacle: init at 15.12.0 2015-12-16 10:22:44 -06:00
Thomas Tuegel
cc058eff70 kde5_latest: merge all package sets
The three KDE package sets now have circular dependencies between them,
so they can only be built if they are merged into a single package set
during evaluation.
2015-12-16 10:22:43 -06:00
Thomas Tuegel
da89338993 plasma55: 5.5.0 -> 5.5.1 2015-12-16 09:48:18 -06:00
Thomas Tuegel
42d19d7e71 kdeApps_15_12: don't inherit kdelibs
The beta versions of KDE Applications 15.12 did not include a kdelibs
release, so that package was borrowed from KDE Applications 15.08. The
final release of KDE Applications 15.12.0 does include kdelibs, however.
2015-12-16 09:48:18 -06:00
Eelco Dolstra
86bf3662df nss: 3.20.1 -> 3.21 2015-12-16 16:18:42 +01:00
Thomas Tuegel
af5015fa80 kdeApps_15_12: 15.11.90 -> 15.12.0 2015-12-16 09:07:59 -06:00
Eelco Dolstra
f8c6ced636 nspr: 4.10.10 -> 4.11 2015-12-16 16:04:36 +01:00
Eelco Dolstra
d8d04c8cf3 firefox-esr: 38.4.0 -> 38.5.0 2015-12-16 16:03:39 +01:00
Antoine Eiche
e1ff5eb7da pythonPackages.devpi-common: init at 2.0.8 2015-12-16 15:54:17 +01:00
Antoine Eiche
19f9e46d57 pythonPackages.check-manifest: init at 0.30 2015-12-16 15:54:17 +01:00
Eelco Dolstra
064ceef792 Merge pull request #11455 from zagy/add/hasAttrByPath
add helper to lib/attrsets: hasAttrByPath
2015-12-16 15:46:12 +01:00
Thomas Tuegel
72014cade6 cutegram: fix evaluation error
See discussion on #11684.
2015-12-16 08:42:11 -06:00
Eelco Dolstra
5eb2804cdb copy-tarballs.pl: Create redirects before uploading file
This makes the script more robust to interruption.
2015-12-16 15:39:08 +01:00
Eelco Dolstra
d5371eb029 copy-tarballs: Cache S3 lookups 2015-12-16 15:39:02 +01:00
Eelco Dolstra
7cd3d502bb copy-tarballs.pl: Revive extracting all tarballs from release.nix 2015-12-16 15:38:59 +01:00
Eelco Dolstra
493f633002 Die tabs die 2015-12-16 15:38:55 +01:00
Eelco Dolstra
e7ae72cfb1 subversion: 1.8.14 -> 1.8.15, 1.9.2 -> 1.9.3
CVE-2015-5343, CVE-2015-5259.
2015-12-16 15:21:58 +01:00
Eelco Dolstra
64792ffdaa subversion: Use callPackages 2015-12-16 15:21:58 +01:00
Oliver Charles
35f8952a8c Merge pull request #11338 from obadz/light-locker
light-locker (lockscreen for lightdm)
2015-12-16 13:45:05 +00:00
Pascal Wittmann
63b7648870 Merge pull request #11755 from steveeJ/rkt-v0.13
rkt: bump version 0.12.0 -> 0.13.0
2015-12-16 13:03:57 +01:00
Eelco Dolstra
98151e0691 ratox: Fix broken URL
However, the URL still gives a hash mismatch. @ehmry
2015-12-16 12:07:08 +01:00
Domen Kožar
0944d05e2e libvirt-glib: add numa support 2015-12-16 11:07:08 +01:00
Arseniy Seroka
2542e92ca0 Merge pull request #11684 from Profpatsch/cutegram
Cutegram
2015-12-16 10:47:48 +03:00
Pascal Wittmann
1adc15f93f Merge pull request #11754 from VIZGIX/master
qxt: url fix
2015-12-16 08:42:30 +01:00
Pascal Wittmann
b57963f472 Merge pull request #11759 from AndersonTorres/mgba
mgba: 0.3.0 -> 0.3.1
2015-12-16 08:41:46 +01:00
Pascal Wittmann
e44bc3ae9b Merge pull request #11760 from mkovacs/pyrr-bump
pythonPackages.pyrr: 0.7.0 to 0.7.2, enable tests
2015-12-16 08:39:54 +01:00
VIZGIX
fe29df4db0 qxt: url fix
updated to the correct url for downloading the libqxt tar.gz file
2015-12-16 01:16:24 -06:00
Mate Kovacs
394ef397ec pythonPackages.pyrr: 0.7.0 to 0.7.2, enable tests 2015-12-15 21:56:03 -08:00
Spencer Whitt
3bc477e2f2 mopidy module: use buildEnv fixes #11706 2015-12-15 22:38:15 -05:00
Spencer Whitt
4446b078fc mopidy-spotify-tunigo: init at 0.2.1 2015-12-15 22:38:15 -05:00
Spencer Whitt
1f644d127a tunigo: init at 0.1.3 2015-12-15 22:38:15 -05:00
Spencer Whitt
a03b98271a mopidy-musicbox-webclient: init at 2.0.0 2015-12-15 22:38:14 -05:00
Spencer Whitt
7e71068510 mopidy-soundcloud: init at 2.0.1 2015-12-15 22:38:14 -05:00
Spencer Whitt
47cbbc3abe mopidy-youtube: init at 2.0.1 2015-12-15 22:38:14 -05:00
Spencer Whitt
514b7b9328 mopidy-mopify: 1.5.1->1.5.8 2015-12-15 22:38:14 -05:00
Spencer Whitt
89c690039a gst-plugins-ugly: add LAME mp3 encoder support 2015-12-15 22:38:13 -05:00
Spencer Whitt
d6def26201 gst-plugins-good: add icecast support 2015-12-15 22:38:13 -05:00
Spencer Whitt
95d62e78e3 mopidy: improve gstreamer plugin support 2015-12-15 22:38:09 -05:00
Tobias Geerinckx-Rice
99816323f9 saneBackendsGit 1.0.25.{177-g753d123 -> 180-g6d8b8d5} 2015-12-16 04:22:08 +01:00
Evgeny Egorochkin
ee8b2dc427 pythonPackages.azure-*: package some of the 1.* branch modules 2015-12-16 05:03:24 +02:00
Matthew O'Gorman
a76241c6cb gerbv: init at git-2015-10-07 2015-12-15 21:11:54 -05:00
AndersonTorres
28dd9e8a6c mgba: 0.3.0 -> 0.3.1 2015-12-15 23:30:42 -02:00
Profpatsch
9c5cd49903 cutegram: init at 2.7.0-stable 2015-12-16 02:08:49 +01:00
taku0
df02ed5696 firefox-bin: 42.0 -> 43.0 2015-12-16 09:55:39 +09:00
Robert Helgesson
d66a1a46e6 colordiff: add archive URL
When a new version of colordiff is released the old tarball is moved to
the archive directory. This breaks builds until the derivation is
updated to the new version. This commit lets fetchurl know about the
archive URL.
2015-12-16 00:49:43 +01:00
Domen Kožar
0acc32e836 libvirt: add numa support 2015-12-15 23:42:03 +01:00
Domen Kožar
caa9c53d6e qemu: enable numa 2015-12-15 23:41:55 +01:00
Domen Kožar
a2f8812096 add numad: daemon that manages application locality 2015-12-15 23:41:43 +01:00
Arseniy Seroka
e0d5bd4e55 Merge pull request #11756 from lancelotsix/update_slurm
pkgs.slurm-llnl: 14-11-5-1 -> 15-08-5-1
2015-12-16 01:32:22 +03:00
Stefan Junker
a4cd9f771a rkt: bump version 0.12.0 -> 0.13.0 2015-12-15 23:03:28 +01:00
Lancelot SIX
8638952ede pkgs.slurm-llnl: 14-11-5-1 -> 15-08-5-1 2015-12-15 22:54:05 +01:00
vbgl
3ebd2df8dd Merge pull request #11630 from lancelotsix/update_xorriso
pkgs.xorriso: 1.4.0 -> 1.4.2
2015-12-15 22:52:15 +01:00
Vincent Laporte
48e7eb65f2 ocaml-iso8601: init at 0.2.4
OCaml library for ISO 8601 and RFC 3999 date parsing.

Homepage: http://sagotch.github.io/ISO8601.ml/
2015-12-15 22:43:25 +01:00
Vincent Laporte
23efd0e617 ocaml-hex: 0.2.0 -> 1.0.0 2015-12-15 22:02:15 +01:00
Vincent Laporte
4a00e1793b ocaml-tuntap: init at 1.3.0 2015-12-15 21:57:54 +01:00
Vincent Laporte
038f4ce1d1 menhir: 20151110 -> 20151112 2015-12-15 21:36:57 +01:00
Vincent Laporte
680d909c97 ocaml-easy-format: 1.1.0 -> 1.2.0 2015-12-15 21:07:33 +01:00
Vincent Laporte
db9a93f992 ocaml-batteries: 2.3.1 -> 2.4.0 2015-12-15 20:58:46 +01:00
Thomas Tuegel
9732b2a635 Merge pull request #11747 from rened/master
update julia to 0.4.2
2015-12-15 13:53:26 -06:00
Rene Donner
36ab097c6c julia: 0.4.0 -> 0.4.2 2015-12-15 20:38:08 +01:00
Tobias Geerinckx-Rice
b566f73f38 linuxPackages.phc-intel: 0.4.0-rev{18 -> 19}
Fixes #11733.

Minimum Linux kernel version is now 4.3.x.
2015-12-15 19:18:49 +01:00
Peter Simons
82c673d4c9 Merge pull request #11651 from gleber/add-erlang-modules
Add erlang modules
2015-12-15 17:55:25 +01:00
Nikolay Amiantov
83a8e8e4ef polkit_gnome: cleanup, add platforms 2015-12-15 18:09:07 +03:00
Christian Zagrodnick
42b586e5df pythonPackage shortuuid: init at 0.4.2 2015-12-15 16:07:27 +01:00
obadz
9be012f0d4 lightdm & xserver service: add ability to spawn more than one X server
- if xserver.tty and/or display are set to null, then don't specify
  them, or the -logfile argument in the xserverArgs
- For lightdm, we set default tty and display to null and we determine
  those at runtime based on arguments passed. This is necessary because
  we run multiple X servers so they can't all be on the same display
2015-12-15 08:49:28 -06:00
obadz
c7738364b5 light-locker: init at 1.7.0 2015-12-15 08:49:05 -06:00
Gleb Peregud
bb1b5c7194 Update hex.pm registry 2015-12-15 15:06:47 +01:00
Gleb Peregud
474da3bf24 Add sources of specific rebar bootstrap deps via new fetchHex
derivation.
2015-12-15 15:06:44 +01:00
Nikolay Amiantov
8fb2141a69 Merge pull request #11710 from kevincox/userenv-no-path
Remove PATH assumption from fhs-userenv.
2015-12-15 16:51:44 +03:00
Spencer Whitt
f579307cfe .mention-bot: remove illegal comment (close #11488) 2015-12-15 14:46:39 +01:00
obadz
074dfbe516 go/pup: init at 0.3.9
(also required go/color: init at 9aae6aa)
2015-12-15 07:37:35 -06:00
Gleb Peregud
108f3cf67f Add patch which makes rebar compilation hermetic 2015-12-15 14:05:51 +01:00
Gleb Peregud
4ba1a51b7f Move registry to rebar3, since it needs it itself to be bootstrapped.
This makes rebar3 build a bit more hermetic. Next stage is to pull in
rebar3 plugins dependencies for bootstrap to pick up.
2015-12-15 14:05:19 +01:00
Gleb Peregud
033902d269 Refactor fetchHex out of buildHex.
This will allow to reuse this code to fetch rebar3's dependencies to
ensure it's hermetic build.
2015-12-15 14:01:38 +01:00
Gleb Peregud
acaf2c179e Allow specifying meta for buildHex and buildErlang.
Adds "meta" for meck package as a test.
2015-12-15 14:01:38 +01:00
Gleb Peregud
2a7e77cac5 Move registrySnapshot into it's own file for easier automation. 2015-12-15 14:01:37 +01:00
Gleb Peregud
7e57b20abc Add rebar3-pc to plugin deps automatically if compilePorts is enabled 2015-12-15 14:01:37 +01:00
Gleb Peregud
13a1ab440c Replace deprecated uniqList with unique function 2015-12-15 14:01:37 +01:00
Gleb Peregud
5d3680d265 Fetch hex.pm registry snapshot with external github repo.
This allows to avoid fetching registry file from S3 at build time,
making the build hermetic and much faster. Automatic tools will be used
to update said external repo content when Hex packages are
imported/update.
2015-12-15 14:01:37 +01:00
Gleb Peregud
3a9110b15c Add support for rebar3 plugins to buildHex.
Allow specifying pluginDeps for buildHex listing rebar3 plugins which
are required for given package to be built by rebar3.
2015-12-15 14:01:37 +01:00
Gleb Peregud
eac25eaf69 Simplify patch and move pc compile call into buildPhase 2015-12-15 14:01:37 +01:00
Gleb Peregud
406b974420 Add "compilePorts" enabling rebar3 "pc" plugin
If compilePorts is enabled plugin "pc" is added to the rebar.config
during postPatch. This makes rebar3 compile download the plugin, hence
added TODO.
2015-12-15 14:01:36 +01:00
Gleb Peregud
2251a942fc Add support for Hex package name
There are some packages on Hex which have custom hex-specific names, but
inside there's a base project name.

Remove most packages andadd ibrowse, meck, jiffy
2015-12-15 14:01:36 +01:00
Gleb Peregud
6dcbe059e1 Automagically download files from hex.pm tarball S3 repo 2015-12-15 14:01:36 +01:00
Gleb Peregud
a05e2dbe65 Add few erlang modules 2015-12-15 14:01:21 +01:00
michael bishop
88bccd83fe net-snmp: fix mnttab path when built under chroot 2015-12-15 08:45:58 -04:00
Arseniy Seroka
b941f3b4d2 Merge pull request #11735 from robberer/pkgs/terraria
add Terraria dedicated server for Linux x86_64
2015-12-15 14:59:22 +03:00
System administrator
6d3a89f6da terraria-server: add dedicated server version 1308 for Linux x86_64
fix

fix

limit to 64bit linux
2015-12-15 12:56:30 +01:00
Arseniy Seroka
a7ff459335 Merge pull request #11726 from ericsagnes/logkeys
logkeys: 5ef6b0dcb9e3 -> 2015-11-10
2015-12-15 14:22:40 +03:00
Eric Sagnes
64a2b7f11c logkeys: 5ef6b0dcb9e3 -> 2015-11-10 2015-12-15 20:20:41 +09:00
Shea Levy
0fbe4bb21c Merge branch 'zip-unicode' of git://github.com/spacefrogg/nixpkgs 2015-12-15 06:18:42 -05:00
Eelco Dolstra
a6ca6bbed9 copy-tarballs.pl: Fix --expr 2015-12-15 10:47:46 +00:00
Eelco Dolstra
903803a1f3 Allow uploading multiple files 2015-12-15 10:11:55 +00:00
Michael Raitza
c087ea5f81 zip: fixed build phase (i.e. unicode support)
The build did not use the current build infrastructure correctly. As a
 consequence zip lacked support for unicode and 64bit files.
2015-12-15 10:09:02 +00:00
Rickard Nilsson
46905425cf Merge pull request #11477 from jgillich/mopidy-gmusic
mopidy-gmusic: init at 1.0.0
2015-12-15 10:15:51 +01:00
viric
63eb3395cb Merge pull request #11727 from ericsagnes/praat
praat: 5417 -> 5.4.17
2015-12-15 09:57:37 +01:00
Domen Kožar
d6c81b9507 Merge pull request #11734 from FRidh/ansible
python ansible, ansible2, mygpoclient: fix platforms
2015-12-15 09:05:48 +01:00
Frederik Rietdijk
7f0080ac32 python ansible, ansible2, mygpoclient: fix platforms 2015-12-15 09:03:08 +01:00
Eric Seidel
1cfb0f3070 Merge pull request #11692 from sigma/fix/corkscrew-darwin
corkscrew: fix darwin build
2015-12-14 22:05:11 -08:00
Arseniy Seroka
c9636c9d0c Merge pull request #11725 from ericsagnes/slurm
slurm-llnl: 14.11.5 -> 14-11-5-1
2015-12-15 09:03:32 +03:00
Eric Sagnes
c393711b43 praat: 5417 -> 5.4.17 2015-12-15 11:56:28 +09:00
Eric Sagnes
2c36e9cf5f slurm-llnl: 14.11.5 -> 14-11-5-1 2015-12-15 10:22:00 +09:00
Gleb Peregud
bcc4ca029a Add rebar3 package 2015-12-15 01:02:52 +01:00
Tobias Geerinckx-Rice
29ab5c3b9c simple-scan: 3.19.2 -> 3.19.3 2015-12-15 00:20:59 +01:00
Tobias Geerinckx-Rice
75df6e05c3 mksh: maintainers += nckx 2015-12-14 23:34:34 +01:00
Tobias Geerinckx-Rice
d0323d406a mksh: 51 -> 52
‘This release has a nonzero chance to break existing scripts that
use some extension features – I had to quote some tildes in
dot.mkshrc and a variable expansion in ${x/y"$z"} in MirWebseite
(the $z) – twice!. As usual, test!’

-- https://www.mirbsd.org/permalinks/news_e20151212-tg.htm
2015-12-14 23:34:24 +01:00
Tobias Geerinckx-Rice
04728887e1 ms-sys: 2.4.1 -> 2.5.1 2015-12-14 23:32:18 +01:00
Tobias Geerinckx-Rice
0a35ffaace ms-sys: deprecate mssys attribute name 2015-12-14 23:32:18 +01:00
Arseniy Seroka
a01e7fed27 Merge pull request #11719 from rycee/fix/units
units: add readline dependency
2015-12-15 01:01:23 +03:00
Eric Seidel
8f7561dba2 emacsPackagesNg: update various packages, add seq.el
- circe, lcs, lui, shorten, tracking: 1.5 -> 2.1
- expand-region: 20141012 -> 20150902
- flycheck: 0.23 -> 0.25.1
- haskell-mode: 13.14 -> 13.16
- magit: 2.3.0 -> 2.3.1
- projectile: 0.12.0 -> 0.13.0
- seq: init at 1.11
- smartparens: 1.6.2 -> 20151025
- swiper: 0.6.0 -> 0.7.0
2015-12-14 13:25:43 -08:00
Arseniy Seroka
ecc0c30daf Merge pull request #11664 from garrison/vmtouch-upgrade
vmtouch -> 1.0.2
2015-12-14 23:46:40 +03:00
Jim Garrison
a900bf6e15 vmtouch: git-20150310 -> 1.0.2 2015-12-14 12:36:15 -08:00
Domen Kožar
60df14b4b1 fix eval 2015-12-14 21:12:51 +01:00
Arseniy Seroka
7d02a16aec gettext: fix absolute path 2015-12-14 22:56:34 +03:00
Arseniy Seroka
ad8dabd0f8 Merge pull request #11712 from simonvandel/sundtekUpdate
sundtek: 2015-09-07 -> 2015-12-12
2015-12-14 22:46:57 +03:00
Arseniy Seroka
c7b320656f Merge pull request #11714 from ericsagnes/jumanji
jumanji: fixed source
2015-12-14 22:46:41 +03:00
Arseniy Seroka
1e5aef3451 Merge pull request #11717 from ericsagnes/vips
vips: 8.0.2 -> 8.1.1
2015-12-14 22:46:29 +03:00
aszlig
45e335aabd linux-testing: 4.4.0-rc4 -> 4.4.0-rc5
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc5

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 20:29:10 +01:00
Eric Sagnes
f22aefbba0 vips: 8.0.2 -> 8.1.1 2015-12-15 03:46:35 +09:00
aszlig
90997daab6 Merge branch 'fix-nixos-test-failures'
This fixes #10828 by removing the msize option and also disabling the
writeback cache for the root file system of the test machines.

I've tested this across 5 evaluations on my Hydra, where I run tests for
specific machine configurations:

https://headcounter.org/hydra/eval/304437?filter=tests
https://headcounter.org/hydra/eval/304438?filter=tests
https://headcounter.org/hydra/eval/304439?filter=tests
https://headcounter.org/hydra/eval/304440?filter=tests
https://headcounter.org/hydra/eval/304441?filter=tests

So to summarize on the test failures:

Eval    Test failures
304437  quake3, virtualbox
304438
304439  virtualbox
304440  virtualbox
304441

Both the quake3 and virtualbox test failures are unrelated to this merge
and I didn't have to cancel or restart any other jobs. The only jobs I
really had to cancel were the virtualbox jobs, so we no longer should
have "hanging" jobs in the queue due to page allocation failures of the
9p shares.

This is in controst to every evaluation before 304437, where I needed to
constantly restart VM tests.

Thanks a lot to @wizeman for finding the original issue and to
@domenkozar and @lethalman for testing and additional findings (such as
the issue with the cache option).
2015-12-14 19:31:48 +01:00
Domen Kožar
f4756c5e73 Merge pull request #11697 from mkovacs/add-python-pyrr
pythonPackages.pyrr: init at 0.7.0
2015-12-14 19:02:37 +01:00
Mate Kovacs
7e1ce60869 pythonPackages.pyrr: init at 0.7.0 2015-12-14 10:00:24 -08:00
Eric Sagnes
a77569fd97 jumanji: fixed source 2015-12-15 02:46:04 +09:00
Robert Helgesson
268102ce2a units: add readline dependency
The dependency on `readline` is for tab-completion support. This commit
also enables tests and adds meta information.
2015-12-14 18:34:54 +01:00
Simon Vandel Sillesen
f7e2f8844d sundtek: 2015-09-07 -> 2015-12-12 2015-12-14 18:01:59 +01:00
aszlig
00934bb908 nixos/tests: Revert setting min_free_kbytes
This reverts commit 02b568414d.

With a5bc11f and 6353f58 in place, we really don't need this anymore.

After running about 500 VM tests on my Hydra, it still didn't improve
very much.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 17:40:28 +01:00
Frederik Rietdijk
5e3d2b83a2 python odo: 0.3.3 -> 0.3.4 and fix tests 2015-12-14 17:38:33 +01:00
Frederik Rietdijk
556e968924 python blaze: update inputs and fix tests 2015-12-14 17:38:08 +01:00
Frederik Rietdijk
1298fa443d python pandas: use sqlalchemy_1_0 2015-12-14 17:37:13 +01:00
Frederik Rietdijk
e6a4acb241 python sqlalchemy: 1.0.9 -> 1.1.10 2015-12-14 17:36:43 +01:00
aszlig
6353f580f9 nixos/qemu-vm: Disable cache for $NIX_DISK_IMAGE
As @domenkozar noted in #10828, cache=writeback seems to do more harm
than good:

https://github.com/NixOS/nixpkgs/issues/10828#issuecomment-164426821

He has tested it using the openstack NixOS tests and found that
cache=none significantly improves startup performance.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 17:36:22 +01:00
aszlig
a5bc11f9eb nixos/vm-tests: Remove msize mount option
This seems to be the root cause of the random page allocation failures
and @wizeman did a very good job on not only finding the root problem
but also giving a detailed explanation of it in #10828.

Here is an excerpt:

  The problem here is that the kernel is trying to allocate a contiguous
  section of 2^7=128 pages, which is 512 KB. This is way too much:
  kernel pages tend to get fragmented over time and kernel developers
  often go to great lengths to try allocating at most only 1 contiguous
  page at a time whenever they can.

  From the error message, it looks like the culprit is unionfs, but this
  is misleading: unionfs is the name of the userspace process that was
  running when the system ran out of memory, but it wasn't unionfs who
  was allocating the memory: it was the kernel; specifically it was the
  v9fs_dir_readdir_dotl() function, which is the code for handling the
  readdir() function in the 9p filesystem (the filesystem that is used
  to share a directory structure between a qemu host and its VM).

  If you look at the code, here's what it's doing at the moment it tries
  to allocate memory:

    buflen = fid->clnt->msize - P9_IOHDRSZ;

    rdir = v9fs_alloc_rdir_buf(file, buflen);

  If you look into v9fs_alloc_rdir_buf(), you will see that it will try
  to allocate a contiguous buffer of memory (using kzalloc(), which is a
  wrapper around kmalloc()) of size buflen + 8 bytes or so.

  So in reality, this code actually allocates a buffer of size
  proportional to fid->clnt->msize. What is this msize? If you follow
  the definition of the structures, you will see that it's the
  negotiated buffer transfer size between 9p client and 9p server. On
  the client side, it can be controlled with the msize mount option.

  What this all means is that, the reason for running out of memory is
  that the code (which we can't easily change) tries to allocate a
  contiguous buffer of size more or less equal to "negotiated 9p
  protocol buffer size", which seems to be way too big (in our NixOS
  tests, at least).

After that initial finding, @lethalman tested the gnome3 gdm test
without setting the msize parameter at all and it seems to have resolved
the problem.

The reason why I'm committing this without testing against all of the
NixOS VM test is basically that I think we can only go better but not
worse than the current state.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 17:26:24 +01:00
Kevin Cox
2f26b82411 Remove PATH assumption from fhs-userenv.
Previously is was assumed that bash was in the path when calling the
environment setup script. This changes all of the references of bash to
be absolute paths so that the user doesn't have to worry about the
environment they call it with.
2015-12-14 11:14:53 -05:00
Domen Kožar
9688c39709 Merge pull request #11702 from ericsagnes/udevil-patch
udevil: added patch
2015-12-14 16:46:26 +01:00
Matthias C. M. Troffaes
75d292f173 gosmore: once more fix broken hash and disable externals for now to prevent further breakage 2015-12-14 15:33:51 +00:00
Daniel Peebles
5caa62dea3 Merge pull request #11689 from sigma/fix/adv_cmds
adv_cmds: fix typo in file name
2015-12-14 09:40:03 -05:00
Jakob Gillich
d241354dcd mopidy: 1.0.5 -> 1.1.1 2015-12-14 14:38:58 +01:00
Jakob Gillich
872d0be1a0 mopidy-gmusic: init at 1.0.0 2015-12-14 14:38:58 +01:00
Jakob Gillich
9571740b1b python-packages: gmusicapi: 4.0.0 -> 7.0.0 2015-12-14 14:38:58 +01:00
Jakob Gillich
2f41c41f95 python-packages: gspoauth: init at 0.0.4 2015-12-14 14:38:58 +01:00
Jakob Gillich
686f1ff924 python-packages: MechanicalSoup: init at 0.4.0 2015-12-14 14:38:58 +01:00
Eelco Dolstra
1ae8f0f0f7 Merge pull request #11675 from abbradar/flashplayer-archive
flashplayer: cleanup, use archive as a source
2015-12-14 13:56:20 +01:00
Eelco Dolstra
a8260e04ad Merge pull request #11655 from lancelotsix/update_gdb
pkgs.gdb: 7.10 -> 7.10.1
2015-12-14 13:55:03 +01:00
Damien Cassou
b31e2aa8c8 Merge pull request #11703 from ericsagnes/signing-party
signing-party: 2.0 -> 2.1
2015-12-14 13:16:05 +01:00
Eric Sagnes
b619983354 signing-party: 2.0 -> 2.1 2015-12-14 21:05:25 +09:00
Eric Sagnes
b22725847d udevil: added patch 2015-12-14 20:49:14 +09:00
Jascha Geerds
7b82e5b2e8 Merge pull request #11700 from magnetophon/khal-master
khal: update 0.6.0->0.7.0
2015-12-14 12:30:37 +01:00
Domen Kožar
59e33d42e4 Merge pull request #11699 from luispedro/add_mahotas
Add mahotas & imread
2015-12-14 11:29:43 +01:00
Luis Pedro Coelho
a77a8e3ca6 python.mahotas: init at 1.4.0
This is a computer vision package for Python based on numpy
2015-12-14 11:22:47 +01:00
Arseniy Seroka
fcf88282f9 Merge pull request #11549 from jgillich/syslinux
syslinux: fix missing mtools dependency
2015-12-14 13:21:31 +03:00
Luis Pedro Coelho
5ff41b047a python.imread: init at 0.5.1
This is a package to read image files into numpy arrays.
2015-12-14 11:19:11 +01:00
Arseniy Seroka
93c24d39b2 Merge pull request #11695 from badi/google-musicmanager
google-musicmanager: beta_1.0.221.5230-r0 -> beta_1.0.243.1116-r0
2015-12-14 13:17:27 +03:00
Oliver Charles
30a99f3185 Merge pull request #11691 from projedi/fish-darwin-hostname-fix
fish: Use /bin/hostname on darwin. Fixes #11012.
2015-12-14 10:00:48 +00:00
Anton Fedotov
cbe786a530 ccache: create symlinks to gcc lib & include in ccache-links directory
This patch fixes compilation errors when using ccache wrapper:
```
cc1: error: /nix/store/19vvbsjs6l6j0r22albzhysxfvr94imf-ccache-links/lib/gcc/*/*/include-fixed: No such file or directory
```
2015-12-14 12:15:22 +03:00
Pascal Wittmann
84c3b5f71f Merge pull request #11073 from mogorman/geda_fix
geda: refdes_renum called /usr/bin/perl
2015-12-14 07:56:41 +01:00
Pascal Wittmann
88fc08c367 Merge pull request #11693 from sigma/fix/zile-darwin
zile: build on unix
2015-12-14 07:52:47 +01:00
Pascal Wittmann
393f03d5a9 Merge pull request #11694 from badi/super-user-spark
super-user-spark: 0.1.0.0 -> 0.2.0.3
2015-12-14 07:51:15 +01:00
Matthew O'Gorman
f076a0867f geda: refdes_renum called /usr/bin/perl 2015-12-14 00:04:12 -05:00
Badi' Abdul-Wahid
a8d43d6950 google-musicmanager: beta_1.0.221.5230-r0 -> beta_1.0.243.1116-r0 2015-12-13 20:46:30 -05:00
Badi' Abdul-Wahid
618414ff46 super-user-spark: 0.1.0.0 -> 0.2.0.3 2015-12-13 20:26:09 -05:00
Bart Brouns
7349f406ff khal: update 0.6.0->0.7.0 2015-12-14 02:05:01 +01:00
Yann Hodique
38161e8372 zile: build on unix
zile works fine on non-linux unix systems
2015-12-13 15:06:46 -08:00
Yann Hodique
9a40af11c3 corkscrew: fix darwin build
corkscrew ships outdated versions of config.{sub,guess}. Point to
automake version instead.
2015-12-13 14:31:00 -08:00
Aristid Breitkreuz
10b8c8496a Merge pull request #11575 from rvlander/fix_container_manual
nixos-manual: fix incomplete container doc
2015-12-13 23:02:54 +01:00
Matej Cotman
0256de74fb Merge pull request #11215 from ArdaXi/efl-without-vlc
e19.efl: remove dependency on VLC
2015-12-13 22:56:14 +01:00
Aristid Breitkreuz
f217579ca6 Merge pull request #11680 from mayflower/fix/claws-mail-fancy
claws-mail: Fix fancy plugin
2015-12-13 22:52:23 +01:00
Aristid Breitkreuz
42952942bc Merge pull request #11649 from mayflower/claws-enable-pgp
[RFC] claws-mail: enable PGP plugin by default
2015-12-13 22:51:03 +01:00
Arseniy Seroka
7bb418e02c Merge pull request #11681 from jgillich/upnpd-fw
miniupnpd: firewall config
2015-12-13 23:03:11 +03:00
Yann Hodique
000fe58769 adv_cmds: fix typo in file name
adv_cmds archive actually contains BSDmakefile, not BSDMakefile. While
that probably doesn't matter in default installations, it does matter
for case-sensitive filesystems.
2015-12-13 12:02:42 -08:00
Alexander Shabalin
020a09adbb fish: Use /bin/hostname on darwin. Fixes #11012. 2015-12-13 22:52:35 +03:00
Aristid Breitkreuz
f0cdf17ee8 Merge pull request #11682 from ambrop72/chrome-updates
chromium: Updates.
2015-12-13 20:04:32 +01:00
Domen Kožar
128e635d8a pythonPackages.monothonic: address #7307 2015-12-13 19:06:32 +01:00
Domen Kožar
3fca941aeb virtualisation.qemu.options: specify type 2015-12-13 19:06:22 +01:00
Arseniy Seroka
c8f2dd2455 Merge pull request #11661 from jcbrand/master
Updates to ClamAV
2015-12-13 21:02:10 +03:00
Pascal Wittmann
8603828324 flask: add missing dependencies and fix license 2015-12-13 18:54:34 +01:00
goibhniu
9fdb01300c Merge pull request #11416 from magnetophon/jack-master
jackaudio: compile without profiling
2015-12-13 18:40:59 +01:00
Pascal Wittmann
e4b8defb37 Merge pull request #11676 from devhell/mediainfo
{lib-}mediainfo{-gui}: 0.7.79 -> 0.7.80
2015-12-13 18:26:46 +01:00
goibhniu
e470d15423 zam-plugins: update hash (uses git submodules) 2015-12-13 18:16:49 +01:00
devhell
ab9bf1e4fa {lib-}mediainfo{-gui}: 0.7.79 -> 0.7.80
From the changelog:
```
Version 0.7.80, 2015-11-30

+ Matroska: support of MKVMerge statistics tags (duration frame count,
  stream size, bit rate) per track, thanks to ndjamena
+ FLAC: Channel positions, thanks to ndjamena
+ FLAC: difference between detected bit depth and stored bit depth
+ MPEG-TS: if DTVCC transport stream is present and no DTVCC service
  descriptor, scan also in the middle of the file in order to detect
  more caption services
+ Subtitle frame rate computing if frame count and duration are
  available (hidden by default)
+ Subtitles in Matroska: count of elements
+ Matroska, MXF and MP4/MOV: detection of truncated files
+ DTS: difference between ES Matrix and ES Discrete
+ DTS: display ES Matrix or ES Discrete even if HRA or MA is present
+ DTS: difference between DTS-HRA with 96k option and pure DTS-96/24
+ DTS: detection of DTS:X
+ Samples per frame info
+ AC-3: detection of Atmos inside TrueHD
+ Video frame rate: showing precision of 1/1.001 frame rates (e.g.
  "23.976 (24000/1001) fps" and "23.976 (23976/1000) fps")
+ MPEG-4/MOV: showing the complete list of compatible brands in the
  CodecID field
+ MPEG-4/MOV: Alternate groups
+ MPEG-4/MOV: "Disabled" tag
+ MPEG-4/MOV: "Forced" tag
+ MPEG-4/MOV: showing links between tracks (chapters for, subtitles for,
  fallback for)
+ MXF: handling of more acquisition metadata items
+ MXF: Package name
+ AVC: Store method of interlaced content (Interleaved Fields or
  Separated Fields)
+ EBUCore: acquisition metadata (Proof of concept, for feedback only)
x Matroska: frame rate detection algorithm revisited, less wrong numbers
  are expected
x SDP/Teletext: some pages were sometimes (when present in 2 different
  SDP lines) displayed several times
x MPEG-4/MOV: some hint tracks were not displayed
+ Hongkongese language added
+ Option "Full parsing"
```
2015-12-13 17:16:07 +00:00
Franz Pletz
cabd3effda claws-mail: Remove extra GIO_EXTRA_MODULES wrapping 2015-12-13 17:09:15 +01:00
Franz Pletz
65d8af5af2 claws-mail: Fix fancy plugin, fixes #10421
This fixes the fancy plugin displaying HTML mails as text as suggested
by @wedens.
2015-12-13 17:02:36 +01:00
Ambroz Bizjak
03cf5e6627 chromium: Updates.
- dev: 48.0.2564.22 -> 49.0.2587.3
- beta: 48.0.2564.23 -> 48.0.2564.41
- stable: 47.0.2526.73 -> 47.0.2526.80
2015-12-13 17:00:13 +01:00
JC Brand
b5b9b03518 clamav: improvements
- Add new service for `clamd`, the ClamAV daemon.
- Replace the old upstart "jobs" section with systemd.services
- Remove unnecessary config options.
- Use `mkEnableOption`
2015-12-13 15:55:56 +00:00
Jakob Gillich
0f1de2ea9f miniupnpd: firewall config 2015-12-13 16:44:58 +01:00
goibhniu
548fbf612f Merge pull request #11678 from jcbrand/sabnzbd-ssl
sabnzbd: Add OpenSSL support and fix wrapping
2015-12-13 16:39:31 +01:00
Pascal Wittmann
3eab158fb8 github3.py: init at 1.0.0a2 2015-12-13 16:27:04 +01:00
JC Brand
36e1e3a8a6 clamav: Fixed indentation. 2015-12-13 15:13:12 +00:00
Pascal Wittmann
8443067e44 betamax-matchers: init at 0.2.0 2015-12-13 16:08:06 +01:00
Pascal Wittmann
e7757c47b7 betamax: init at 0.5.1 2015-12-13 16:08:06 +01:00
JC Brand
b4766c3d43 sabnzbd: Fix OpenSSL wrapping.
- Add SSL support by adding pyopenssl to PYTHONPATH
- Update build script to use wrapPythonProgramsIn
- Update the meta info
2015-12-13 14:56:25 +00:00
JC Brand
5482aa9084 sabnzbd: 0.7.17 -> 0.7.20 2015-12-13 14:56:19 +00:00
Arseniy Seroka
09d9693089 Merge pull request #11662 from jgillich/patch-2
virt-manager: 1.2.1 -> 1.3.1
2015-12-13 17:16:38 +03:00
Nikolay Amiantov
9d8be1e6a3 Merge branch 'mayflower-feature/simp_le-service'
Closes #11506
2015-12-13 17:02:51 +03:00
Nikolay Amiantov
5250582396 nixos/acme: fix timer unit 2015-12-13 17:01:59 +03:00
Nikolay Amiantov
9e0257c104 Merge branch 'feature/simp_le-service' of https://github.com/mayflower/nixpkgs into mayflower-feature/simp_le-service 2015-12-13 17:01:42 +03:00
Nikolay Amiantov
26e738206c flashplayer: cleanup, use archive as a source
Most work done by ericsagnes
2015-12-13 16:28:52 +03:00
lethalman
564757ab9b Merge pull request #11652 from Profpatsch/geoclue
geoclue2: 2.1.10 -> 2.4.1
2015-12-13 14:24:09 +01:00
Domen Kožar
98101e1fe1 Merge pull request #11673 from mayflower/openssl-versioning
openssl -> openssl_1_0_1
2015-12-13 14:06:17 +01:00
Nikolay Amiantov
427d00ee36 doomseeker: cleanup 2015-12-13 15:14:18 +03:00
Nikolay Amiantov
2678e0ce02 zandronum: unify packages, fix building, cleanup 2015-12-13 15:14:11 +03:00
Nikolay Amiantov
94a07ab3ae fmod42416: fix upstream url, use provided Makefile 2015-12-13 15:14:06 +03:00
Nikolay Amiantov
28f8ec1df6 brasero: cleanup 2015-12-13 15:14:00 +03:00
Nikolay Amiantov
a4e8b8ef06 cdrtools: 3.00 -> 3.02a03 2015-12-13 15:13:43 +03:00
goibhniu
c418dc84f9 Merge pull request #11672 from jcbrand/fzf-update
fzf: 1.11.0 -> 1.11.1
2015-12-13 13:08:48 +01:00
JC Brand
7d71dda6de fzf: 1.11.0 -> 1.11.1 2015-12-13 11:59:23 +00:00
Robin Gloster
dc7d09f6a4 openssl -> openssl_1_0_1
This renames the current openssl to openssl_1_0_1 and defaults
openssl back to openssl_1_0_1 essentially changing nothing currently,
but allowing people to explicitly select openssl_1_0_1 for some software
which needs ABI compatibility to a specific libssl implementation like
binaries (spotify amongst others) and at the same time overriding
openssl to another implementation like libressl.
2015-12-13 11:00:21 +00:00
Pascal Wittmann
88f9ce0fed uritemplate.py: init at 0.3.0 2015-12-13 11:45:11 +01:00
goibhniu
c94dfa0507 Merge pull request #11665 from FRidh/tqdm
python tqdm: init at 3.1.4
2015-12-13 11:36:09 +01:00
Pascal Wittmann
c0b0cab968 Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"
This reverts commit a7f91d751b, reversing
changes made to 54e0a9b7ac.
2015-12-13 11:31:25 +01:00
goibhniu
4ce64a9025 Merge pull request #11621 from Baughn/patch-2
unifi:Update download location
2015-12-13 11:27:41 +01:00
Pascal Wittmann
a7f91d751b Merge branch 'master' of github.com:NixOS/nixpkgs 2015-12-13 11:22:27 +01:00
Pascal Wittmann
116c230e82 uritemplate.py: init at 0.3.0 2015-12-13 11:20:57 +01:00
goibhniu
54e0a9b7ac Merge pull request #11663 from datakurre/datakurre-buildout
zc.buildout-nix: 2.4.3 -> 2.5.0
2015-12-13 11:15:44 +01:00
goibhniu
322b6bd60c Merge pull request #11656 from enolan/master
Remove Echo Nolan from maintainers
2015-12-13 11:13:31 +01:00
Echo Nolan
f01c56f109 Remove Echo Nolan from maintainers
I'm not using Nix anymore.
2015-12-12 22:59:11 -08:00
aszlig
fb37fc631a systemd: Apply VirtualBox fix for detect-virt.
The update is basically just one additional commit, which was an
upstream cherry-pick pushed at NixOS/systemd#3 and it fixes
systemd-detect-virt with VirtualBox so that services with
ConditionVirtualization set to "oracle" will work properly.

I've tested this with the "virtualbox" NixOS VM test, which was failing
since the update to version 228.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-13 05:36:10 +01:00
aszlig
02b568414d nixos/test-instrumentation: Set vm.min_free_kbytes
We hit page allocation failures a lot at random for VM tests, in case of
my own Hydra when it comes to the installer tests. The reason for this
is that once the memory of the VM gets heavily fragmented the kernel is
unable to allocate new pages.

Setting vm.min_free_kbytes to 16MB forces the kernel to keep a minimum
of 16 MB free.

I've done some testing accross repeated runs of the installer tests with
and without vm.min_free_kbytes set. So accross 30 test runs for each
settings, all of the tests with the option being set passed while 14
tests without that sysctl option triggered page allocation failures.

Sure, running 30 tests is not a guarantee that 16MB is enough, but we'll
see how it turns out in the long run across all VM tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-13 03:18:10 +01:00
Thomas Tuegel
53979b54a8 Merge branch 'kde-applications-15.12' 2015-12-12 18:26:55 -06:00
Thomas Tuegel
7cdedaaf72 dropbox: use fields from upstream's desktop item 2015-12-12 17:26:41 -06:00
Thomas Tuegel
623a117bdd makeDesktopItem: add StartupNotify key 2015-12-12 17:25:56 -06:00
Thomas Tuegel
bce4e95a80 kdeApps_15_12: 15.11.80 -> 15.11.90 2015-12-12 17:21:48 -06:00
Thomas Tuegel
e0f6dc36c9 Merge branch 'breeze-icons' 2015-12-12 15:54:25 -06:00
Michael Raskin
e2833a8841 Merge pull request #11667 from anderspapitto/sysdig
Sysdig
2015-12-12 21:37:16 +01:00
Anders Papitto
bf0725ac7d FlameGraph: init at 182b24fb 2015-12-12 12:35:40 -08:00
Thomas Tuegel
d6e3a8e921 nixos/kde5: enable SVG icons in GTK programs
Fixes #10758.
2015-12-12 14:35:10 -06:00
Svein Ove Aas
7e86e9a048 zfs:Always import from /dev/disk/by-id 2015-12-12 20:32:38 +00:00
Anders Papitto
229f0ac257 sysdig: 0.1.102 -> 0.5.1 2015-12-12 12:31:29 -08:00
Anders Papitto
9f71bba8a4 libb64: init at 1.2 2015-12-12 12:31:28 -08:00
Frederik Rietdijk
8f1c4b4dde python tqdm: init at 3.1.4 2015-12-12 21:04:16 +01:00
Asko Soukka
b6776d41dd zc.buildout-nix: 2.4.3 -> 2.5.0 2015-12-12 21:40:29 +02:00
goibhniu
6a4b71afa5 Merge pull request #11294 from mayflower/service/shairport-sync
shairport-sync service: add module
2015-12-12 20:37:44 +01:00
goibhniu
9474d6b99a Merge pull request #11653 from mayflower/libressl-fetchurlBoot
use fetchurlBoot in libressl
2015-12-12 20:33:29 +01:00
Franz Pletz
6734127545 shairport-sync service: add module
Adds a new service module for shairport-sync. Tested with a local
and remote pulseaudio server. Needs to be run as a user in the pulse group
to access pulseaudio.
2015-12-12 20:30:47 +01:00
Jakob Gillich
8da384edad virt-manager: 1.2.1 -> 1.3.1 2015-12-12 19:36:08 +01:00
Thomas Tuegel
ce9e17b784 Merge pull request #11660 from ttuegel/sddm-scripts
Configurable SDDM scripts
2015-12-12 12:01:46 -06:00
Thomas Tuegel
fac138a2f5 nixos/sddm: fix indentation 2015-12-12 11:36:45 -06:00
Thomas Tuegel
73a9826001 sddm: don't install empty scripts 2015-12-12 11:32:20 -06:00
Thomas Tuegel
b07fa98f82 nixos/sddm: add setupScript and stopScript options
These options allow setting the start and stop scripts for the display
manager. Making these configurable is necessary to allow some hardware
configurations. Upstream ships empty scripts by default, anyway.
2015-12-12 11:31:26 -06:00
Thomas Tuegel
f7edf63b23 ipe: use texlive-new 2015-12-12 10:57:38 -06:00
Thomas Tuegel
269ae2e29d gnuplot: use texlive-new 2015-12-12 10:47:03 -06:00
Thomas Tuegel
08d842ea09 Merge branch 'kde-frameworks-5.17' 2015-12-12 10:45:13 -06:00
Michael Raskin
19aa4f0a6b pixz: init at 1.0.6 2015-12-12 17:39:14 +01:00
Tobias Geerinckx-Rice
492541c378 miniupnpd 1.9.20150721 -> 1.9.20151212
Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2015-12-12 17:02:08 +01:00
Franz Pletz
1685b9d06e nixos/acme: Add module documentation 2015-12-12 16:06:53 +01:00
Franz Pletz
9374ddb895 nixos/acme: validMin & renewInterval aren't cert-specific 2015-12-12 16:06:53 +01:00
Franz Pletz
0517d59a66 nixos/acme: Improve documentation 2015-12-12 16:06:52 +01:00
Franz Pletz
de24b00d41 nixos/simp_le: Rename to security.acme 2015-12-12 16:06:52 +01:00
Franz Pletz
e7362a877d nixos/simp_le: Use systemd for setting user and group
This is much cleaner and we don't depend on sudo.
2015-12-12 16:06:52 +01:00
Nikolay Amiantov
1641c19d0b nixos/simp_le: use /var/lib/simp_le as root dir by default
/etc on NixOS is regenerated on boot and there was movement
towards making it read-only -- so let's keep dynamic state elsewhere.
2015-12-12 16:06:52 +01:00
Nikolay Amiantov
6906baae5c nixos/simp_le: improve configuration options 2015-12-12 16:06:52 +01:00
Nikolay Amiantov
adc693f982 simp_le: 20151205 -> 20151207 2015-12-12 16:06:51 +01:00
Franz Pletz
612781e816 simp_le service: letsencrypt cert auto-renewal
This new service invokes `simp_le` for a defined set of certs on a regular
basis with a systemd timer. `simp_le` is smart enough to handle account
registration, domain validation and renewal on its own. The only thing
required is an existing HTTP server that serves the path
`/.well-known/acme-challenge` from the webroot cert parameter.

Example:

  services.simp_le.certs."foo.example.com" = {
    webroot = "/var/www/challenges";
    extraDomains = [ "www.example.com" ];
    email = "foo@example.com";
    validMin = 2592000;
    renewInterval = "weekly";
  };

Example Nginx vhost:

  services.nginx.appendConfig = ''
    http {
      server {
        server_name _;
        listen 80;
        listen [::]:80;

        location /.well-known/acme-challenge {
          root /var/www/challenges;
        }

        location / {
          return 301 https://$host$request_uri;
        }
      }
    }
  '';
2015-12-12 16:06:51 +01:00
goibhniu
bb3c2fb246 Merge pull request #11524 from mcmtroffaes/feature/gosmore-fix-and-update
gosmore: r30811 -> r31801, fix sha256
2015-12-12 16:04:35 +01:00
Shea Levy
fb21fe3001 Merge branch 'update_gcc5' of git://github.com/lancelotsix/nixpkgs 2015-12-12 09:31:02 -05:00
Michael Raskin
c4bdf26035 Merge pull request #11657 from lancelotsix/update_freeipmi
pkgs.freeipmi: 1.4.9 -> 1.5.1
2015-12-12 15:10:47 +01:00
Thomas Tuegel
28b74a05af remove kf516 2015-12-12 08:09:48 -06:00
Lancelot SIX
f27dee4eb2 pkgs.freeipmi: 1.4.9 -> 1.5.1
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00000.html
2015-12-12 15:04:59 +01:00
Shea Levy
178c20f0f6 perlPackages.LinuxDistribution: Disable test suite.
Fails on distros that aren't on its supported list, including NixOS.
2015-12-12 08:57:56 -05:00
Lancelot SIX
5aa99f680e pkgs.gdb: 7.10 -> 7.10.1
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00003.html
2015-12-12 14:54:25 +01:00
Shea Levy
18af0f88d0 Linux 4.3: 4.3 -> 4.3.2 2015-12-12 08:46:34 -05:00
Lancelot SIX
4cf6fef6fc pkgs.gcc5: 5.2.0 -> 5.3.0
gcc-5.3.0 is a bug-fix release from the GCC 5 branch.

See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00002.html
2015-12-12 14:41:53 +01:00
Robin Gloster
77463eec42 use fetchurlBoot in libressl 2015-12-12 13:27:50 +00:00
Profpatsch
cc79a6360b geoclue2: 2.1.10 -> 2.4.1 2015-12-12 14:26:46 +01:00
Thomas Tuegel
54829da822 kf517.ki18n: add missing qtdeclarative dependency 2015-12-12 07:15:07 -06:00
Thomas Tuegel
e3aa60ed81 kf517: init at 5.17.0 2015-12-12 07:14:47 -06:00
Arseniy Seroka
a7987f934c Merge pull request #11642 from davidar/cmdstan
cmdstan: init at 2.9.0
2015-12-12 16:13:02 +03:00
Thomas Tuegel
40242c1bff kf516.breeze-icons: propagate qtsvg into user environment 2015-12-12 07:00:36 -06:00
Robin Gloster
2251af754e claws-mail: enable PGP plugin by default 2015-12-12 12:49:49 +00:00
David A Roberts
7200a5c079 cmdstan: init at 2.9.0 2015-12-12 22:42:01 +10:00
Arseniy Seroka
8908fa880c Merge pull request #11620 from Profpatsch/python-mpv
pythonPackages.mpv: 0.1
2015-12-12 15:31:55 +03:00
Profpatsch
7b407414a4 telegram: create explicit folder
Will be used for other tools coming soon™.
2015-12-12 13:27:03 +01:00
Profpatsch
b1e44d80c6 pythonPackages.mpv: init at 0.1 2015-12-12 12:44:07 +01:00
Lancelot SIX
069b1891d3 pkgs.wget: 1.17 -> 1.17.1
1.17.1 is a bugfix release. See
https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00007.html for
announcement.
2015-12-12 12:41:46 +01:00
Pascal Wittmann
e0a7c3a54b intel-gpu-tools: 1.12 -> 1.13 2015-12-12 12:05:19 +01:00
Pascal Wittmann
de37086064 potrace: 1.12 -> 1.13 2015-12-12 12:05:19 +01:00
Pascal Wittmann
d0fbac6358 nzbget: 16.3 -> 16.4 2015-12-12 12:05:19 +01:00
Pascal Wittmann
80420c3187 hevea: 2.25 -> 2.26 2015-12-12 12:05:19 +01:00
Pascal Wittmann
42c7004d33 checkstyle: 6.12.1 -> 6.13 2015-12-12 12:05:19 +01:00
goibhniu
9da978b0e3 Merge pull request #11603 from wedens/rtv_update
rtv: 1.6.1 -> 1.7.0
2015-12-12 12:04:51 +01:00
goibhniu
5a4be85b3a Merge pull request #11579 from mayflower/pkg/redir
redir: init at 2.2.1
2015-12-12 12:04:02 +01:00
Bjørn Forsman
becb040969 qtcreator: 3.4.2 -> 3.5.1
Builds and runs.
2015-12-12 11:51:35 +01:00
Michael Raskin
154e88ab3f xprintidel-ng: init at git-2015-09-01 2015-12-12 11:47:18 +01:00
Svein Ove Aas
75dbf02d85 unifi:Update download location; the binaries moved 2015-12-11 22:25:24 +00:00
Pascal Wittmann
c29702d132 Merge pull request #11640 from rnhmjoj/bdf2psf
bdf2psf: 1.132 -> 1.134
2015-12-11 22:37:43 +01:00
Pascal Wittmann
a6519d50c0 calibre: 2.45.0 -> 2.46.0 2015-12-11 19:52:20 +01:00
Domen Kožar
fdece0c2a4 atom: 1.2.0 -> 1.3.1 2015-12-11 19:50:45 +01:00
rnhmjoj
941ef62cae bdf2psf: 1.132 -> 1.134 2015-12-11 19:45:07 +01:00
Peter Simons
c20dbdfc84 Merge pull request #11615 from rycee/fix/screen-CVE-2015-6806
screen: patch CVE-2015-6806
2015-12-11 19:39:44 +01:00
Arseniy Seroka
a7fe3c667f vimPlugins: update to 11.12.2015 2015-12-11 21:31:40 +03:00
Arseniy Seroka
d5b52b86cb Merge pull request #11616 from prikhi/update-sassc
Update libsass & sassc
2015-12-11 21:22:24 +03:00
Arseniy Seroka
575fcf8573 Merge pull request #11636 from lancelotsix/update_netcdf4-python
pythonPackages.netcdf4: 1.1.8 -> 1.2.1
2015-12-11 21:19:21 +03:00
Arseniy Seroka
977385c0f9 Merge pull request #11639 from leenaars/patch-1
opendkim: 2.4.3 > 2.10.3
2015-12-11 21:18:59 +03:00
leenaars
3ade7b690e opendkim: 2.4.3 > 2.10.3
Added some metadata as well.
2015-12-11 18:00:49 +01:00
Thomas Tuegel
146784f835 Merge pull request #11635 from LumiGuide/fontmatrix
fontmatrix: init at 0.6.0
2015-12-11 09:54:15 -06:00
Thomas Tuegel
46c44a40f5 Merge branch 'phonon' 2015-12-11 09:06:12 -06:00
Thomas Tuegel
cc64f51baa qt5Libs.phonon_backend_gstreamer: fix build with gstreamer-1.6.1
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:05:16 -06:00
Thomas Tuegel
577df36b56 phonon_qt5_backend_gstreamer: fix build with gstreamer-1.6.1
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:04:18 -06:00
Lancelot SIX
392fcb14cf pythonPackages.netcdf4: 1.1.8 -> 1.2.1 2015-12-11 14:30:21 +00:00
Nikolay Amiantov
01a49270a8 playonlinux: attempt to fix Hydra failure 2015-12-11 17:24:31 +03:00
Moritz Ulrich
3f8ca3c676 rofi-pass: Add missing dependencies. 2015-12-11 15:11:31 +01:00
Roel van Dijk
b0bb9cd5fe fontmatrix: init at 0.6.0 2015-12-11 14:50:16 +01:00
Domen Kožar
710f603d2b Merge pull request #11359 from FRidh/fftw
python FFTW bindings.
2015-12-11 14:29:01 +01:00
Domen Kožar
54d9db52fa Merge pull request #11600 from FRidh/aiohttp
python: new packages
2015-12-11 14:28:46 +01:00
Peter Simons
e5e7d1411d Merge pull request #11629 from michelk/R/update
R: 3.2.2 -> 3.2.3
2015-12-11 14:28:38 +01:00
Thomas Tuegel
3960ecb933 Merge branch 'plasma-5.5' 2015-12-11 07:21:50 -06:00
Thomas Tuegel
899c554f65 nixos/tests: test SDDM with KDE 5 enabled 2015-12-11 07:09:08 -06:00
Thomas Tuegel
b858a32d27 nixos/kde5: enable Breeze SDDM theme 2015-12-11 07:09:08 -06:00
Thomas Tuegel
8f26ac9f47 sddm: add ttuegel as maintainer 2015-12-11 07:09:07 -06:00
Thomas Tuegel
78a6d62b48 sddm: wrap to include themes 2015-12-11 07:09:07 -06:00
Thomas Tuegel
34f2addf11 nixos: add sddm test to combined constituents 2015-12-11 07:08:33 -06:00
Thomas Tuegel
8a1682ce3f nixos/kde5: reformat Phonon backend package list 2015-12-11 07:08:33 -06:00
Thomas Tuegel
92a484bdf2 nixos/kde5: install Breeze icons if available 2015-12-11 07:08:33 -06:00
Thomas Tuegel
9b7ae36087 nixos/kde5: only install Orion if Breeze GTK unavailable 2015-12-11 07:08:33 -06:00
Thomas Tuegel
521d9e5064 nixos/kde5: comment on Oxygen icons move 2015-12-11 07:08:33 -06:00
Thomas Tuegel
e7d28ed488 kf516.breeze-icons: init at 5.16.0 2015-12-11 07:08:33 -06:00
Thomas Tuegel
9678f78056 plasma55.breeze-gtk: init at 5.5.0.1
The GTK themes do not depend on GTK at compile time, so they are also
now included in plasma55.breeze at no cost.
2015-12-11 07:08:33 -06:00
Sou Bunnbu
c03b26ee08 Merge pull request #11491 from bjornfor/pitivi-0.95
gstreamer 1.4 -> 1.6 and pitivi 0.94 -> 0.95
2015-12-11 21:00:31 +08:00
aszlig
873096ab7a all-packages: Fix typo in "pythonpackages".
Regression introduced by 515a13b1f5.

All lower-case won't evaluate very well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-11 13:43:29 +01:00
Frederik Rietdijk
ffa24484a0 python aiohttp: init at 0.19.0 2015-12-11 13:39:49 +01:00
Frederik Rietdijk
be675d6aec python pytest-raisesregexp: init at 2.0 2015-12-11 13:39:48 +01:00
Domen Kožar
6fd501157e Merge pull request #11601 from FRidh/py
python py: 1.4.30 -> 1.4.31
2015-12-11 13:39:10 +01:00
Domen Kožar
b9f13deace Merge pull request #11572 from FRidh/python-modules
Move Python modules/packages to python-packages.nix
2015-12-11 13:26:06 +01:00
Eelco Dolstra
b67fdd2068 Merge pull request #11628 from grwlf/allproxy
set all_proxy environment variable
2015-12-11 12:57:36 +01:00
Michel Kuhlmann
cebbb18e9e R: 3.2.2 -> 3.2.3 2015-12-11 11:36:30 +01:00
aszlig
fc6d1471ce linux-testing: Revert build fix for -rc3.
This reverts commit 79bd2b08ee.

The commit was from an upstream commit anyway and has since been applied
to mainline.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-11 11:31:05 +01:00
Frederik Rietdijk
f2ac29648a python ansible2: move to python-packages.nix 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
14167636fc python ansible: move to python-packages.nix 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
a82fd1730c python awscli: 1.9.6 -> 1.9.12 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
fe9ef9fd60 python botocore: 1.3.6 -> 1.3.12 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
b2d9b48c97 python awscli: move to python-packages.nix 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
515a13b1f5 python pyside: move callPackage to python-packages.nix
This should make pyside available for all Python versions.
2015-12-11 11:28:32 +01:00
Frederik Rietdijk
2ed93d74d5 python pyside shiboken: 1.2.2 -> 1.2.4 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
a11c7584ca python pyside: 1.2.2 -> 1.2.4 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
7d08a9c877 python pyqt: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
2aa37ad8a2 python pycangjie: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
1d84bff14c python pycairo: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
6938b74d2c python dbus: use callPackage in python-packages.nix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
8a61d3699f python pycangjie: call package from python-packages.nix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
9186d3169a python irclib: move expression to python-packages.nix
- Use external paver instead of built-in
- Only works with Python 2.x
2015-12-11 11:28:30 +01:00
Frederik Rietdijk
d2b7b5660b python mygpoclient: move expression to python-packages.nix 2015-12-11 11:28:30 +01:00
Lancelot SIX
442ed86b15 pkgs.xorriso: 1.4.0 -> 1.4.2
See release announcement at
https://lists.gnu.org/archive/html/info-gnu/2015-11/msg00011.html
2015-12-11 10:22:28 +00:00
Frederik Rietdijk
3c5e03d8c0 python xmpppy: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk
e60da70c3b python slowaes: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk
f9acc95a09 python rbtools: move expression to python-packages.nix
cc @domenkozar
2015-12-11 10:45:20 +01:00
Frederik Rietdijk
3e75b475f8 python pyx: 0.10 -> 0.14.1 rewrite expression
- Update version
- Rewrite expression using buildPythonPackage
- Current version only works of PyX only works with Python >= 3.2
2015-12-11 10:41:38 +01:00
Frederik Rietdijk
4c0bc553f5 python pygtksourceview: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
bc97b365d3 python pygame: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
292b943ec6 python pyqt4: use version already in python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
88bcfa6441 python pycups: 1.9.68 -> 1.9.73 and move expression 2015-12-11 10:41:37 +01:00
Frederik Rietdijk
dbdfda7871 python bsddb3: 6.1.0 -> 6.1.1 2015-12-11 10:41:37 +01:00
Frederik Rietdijk
fa45088ae9 python bsddb3: move and update expression
The updated expression uses buildPythonPackage and thus installs a
wheel. Unfortunately, setting the --berkeley-db flag seems to fail.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
66f663e192 castle_combat: remove game
It was broken already (pygame sound error), and also requires numeric
which is being removed.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
318fa0732d castle_combat: mark as broken
due to pygame error.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
aa4777c45b python: remove psyco 2015-12-11 10:41:29 +01:00
Frederik Rietdijk
7a8671a905 python foursuite: move callPackage to python-packages.nix 2015-12-11 10:36:29 +01:00
Frederik Rietdijk
0b83f71486 python ecdsa: remove duplicate
ecdsa was specified in python-modules/ and in python-packages.nix.
2015-12-11 10:36:29 +01:00
Frederik Rietdijk
39b8e3808d python numeric: remove package
numeric was superseded by numpy about 10 years ago. I think we can
remove it...
2015-12-11 10:36:29 +01:00
Vladimír Čunát
ffb72182a6 blas: fix remains of hardcoded version
Thanks to @knedlsepp for pointing out
2b71fdbbc3 (commitcomment-14919659)
2015-12-11 10:25:40 +01:00
lethalman
fbf606aeb9 Merge pull request #11627 from jgillich/gnome-music-requests
gnome-music: add missing requests2 dependency
2015-12-11 10:06:33 +01:00
lethalman
c55fdd6a40 Merge pull request #11617 from cheecheeo/init_json2csv
goPackages.json2csv: init at d82e60e6dc2a7d3bcf15314d1ecbebeffaacf0c6
2015-12-11 10:05:21 +01:00
Domen Kožar
4f323f0020 Merge pull request #11626 from MindTooth/new_i3blocks
i3blocks: 1.4 (NEW) (WIP)
2015-12-11 09:59:17 +01:00
Sergey Mironov
565707c57a set all_proxy environment variable 2015-12-11 11:20:00 +03:00
Jakob Gillich
9104aae0a4 gnome-music: add missing requests2 dependency 2015-12-11 09:04:46 +01:00
Birger J. Nordølum
1fe89386fd i3blocks: 1.4 (NEW) (WIP) 2015-12-11 08:55:14 +01:00
Arseniy Seroka
0a5d840b64 Merge pull request #11605 from wedens/goldendict_update
goldendict: b4bb1e9 -> ec86516
2015-12-11 08:35:15 +03:00
Arseniy Seroka
4599f2a0dd Merge pull request #11608 from sjmackenzie/nanomsg
nanomsg: 0.4-beta -> 0.8-beta
2015-12-11 08:34:25 +03:00
Arseniy Seroka
79d0fc45a9 Merge pull request #11565 from jgillich/rkt
rkt: add service
2015-12-11 08:04:44 +03:00
Jakob Gillich
c85ada394f rkt: add service 2015-12-11 05:53:20 +01:00
Shea Levy
ebab50992b Merge branch 'consistent-php-ext-dir' of git://github.com/deeky666/nixpkgs 2015-12-10 21:03:42 -05:00
vbgl
251479f892 Merge pull request #11113 from lancelotsix/update_gsl
gsl: 1.16 -> 2.1
2015-12-11 02:05:56 +01:00
Steve Müller
de327c7db7 fixes #11618: make php and phpPackages extension directory consistent 2015-12-11 01:24:05 +01:00
Robert Helgesson
c4ab553c92 screen: patch CVE-2015-6806
Fixes a possible denial of service of the screen tool. Patch sourced
from upstream GIT repository.
2015-12-11 00:22:21 +01:00
Pavan Rikhi
2de85bd7e5 sassc: v3.2.4 -> v3.3.2 2015-12-10 17:27:46 -05:00
Pavan Rikhi
b670cec4ac libsass: v3.2.4 -> v3.3.2 2015-12-10 17:27:46 -05:00
John Chee
332c35fa6c goPackages.json2csv: init at d82e60e6dc2a7d3bcf15314d1ecbebeffaacf0c6 2015-12-10 14:26:34 -08:00
Nikolay Amiantov
8ec4b45dbd Merge pull request #11602 from zimbatm/stricter-chroot-user
build-fhs-userenv: don't leak file descriptors
2015-12-11 00:40:41 +03:00
Bjørn Forsman
b398371e80 Merge pull request #11613 from rycee/bump/eclipse-plugin-testng
eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421
2015-12-10 22:26:02 +01:00
Bjørn Forsman
248cbef4d3 Merge pull request #11607 from prikhi/update-pencil
pencil: v2.0.14 -> v2.0.15
2015-12-10 21:54:30 +01:00
Robert Helgesson
414a1660f4 eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421 2015-12-10 21:35:33 +01:00
Arseniy Seroka
bc8d08a511 Merge pull request #11548 from jgillich/upnpd
miniupnpd: add service
2015-12-10 23:32:51 +03:00
Shea Levy
a60895a9ca Merge branch 'composer-1.0.0-alpha11' of git://github.com/deeky666/nixpkgs
Bump composer version.
2015-12-10 15:00:29 -05:00
Ricardo M. Correia
35bb18cc4d Merge pull request #11581 from mayflower/update-rustfmt
rustfmt: 2015-10-28 -> 2015-12-08
2015-12-10 20:44:53 +01:00
Ricardo M. Correia
9933e5868d rustRegistry: 2015-11-01 -> 2015-12-10 2015-12-10 20:43:37 +01:00
Domen Kožar
fef780de8d Merge pull request #11578 from lancelotsix/python3_basemap
python3Packages.basemap: enabled
2015-12-10 20:31:42 +01:00
Eelco Dolstra
755e2f0fa8 Merge pull request #11611 from anicole/fix/grub-var-typo
grub: fix typo in variable name (trivial)
2015-12-10 20:25:55 +01:00
Nicole Angel
c840974c24 grub: fix typo in variable name (trivial) 2015-12-10 19:52:08 +01:00
Pavan Rikhi
bd5ad569aa pencil: v2.0.14 -> v2.0.15 2015-12-10 13:26:08 -05:00
Stewart Mackenzie
6037db59c6 nanomsg: 0.4-beta -> 0.8-beta 2015-12-11 02:19:12 +08:00
Gaëtan André
94ad6e4444 nixos-manual: fix grammar 2015-12-10 19:17:33 +01:00
Steve Müller
e62a90767e phpPackages.composer: 1.0.0-alpha10 -> 1.0.0-alpha11 2015-12-10 19:11:26 +01:00
Ricardo M. Correia
3f842516a1 nixos.transmission: fix apparmor profile 2015-12-10 19:00:08 +01:00
wedens
f8d2af6260 goldendict: b4bb1e9 -> ec86516 2015-12-10 23:51:07 +06:00
Thomas Tuegel
114584aca8 Merge branch 'pinentry-qt5' 2015-12-10 11:12:21 -06:00
Thomas Tuegel
ca0514db49 pinentry_qt4: init at 0.9.6 2015-12-10 11:06:18 -06:00
Thomas Tuegel
31d68a68b5 pinentry_ncurses: init at 0.9.6 2015-12-10 11:06:10 -06:00
Thomas Tuegel
2b318da619 pinentry_qt5: init at 0.9.6 2015-12-10 11:06:00 -06:00
Thomas Tuegel
80681dd60a pinentry: 0.9.5 -> 0.9.6 2015-12-10 11:05:43 -06:00
Eelco Dolstra
8f5856ce63 copy-tarballs.pl: Remove redundant check 2015-12-10 17:26:05 +01:00
Robin Gloster
34e67f558f rustfmt: 2015-10-28 -> 2015-12-08 2015-12-10 16:23:39 +00:00
Robin Gloster
171d622fcd redir: init at 2.2.1 2015-12-10 16:09:32 +00:00
wedens
1b05ef86f0 rtv: 1.6.1 -> 1.7.0 2015-12-10 22:07:15 +06:00
zimbatm
9b33ec1764 build-fhs-userenv: don't leak file descriptors
This re-uses the capabilities documented in `Process.spawn` to avoid leaking
unecessary file-descriptors to the sandbox
2015-12-10 16:01:04 +00:00
Frederik Rietdijk
b2c4f30df5 python py: 1.4.30 -> 1.4.31 2015-12-10 16:54:25 +01:00
Eelco Dolstra
54d6f1f683 linux: 3.14.56 -> 3.14.58 2015-12-10 16:26:33 +01:00
Eelco Dolstra
567e002545 copy-tarballs: Use an S3 bucket for tarballs.nixos.org
Tarballs.nixos.org is now stored in an S3 bucket rather than an EBS
volume. Redirects are used to simulate symlinks.

The function find-tarballs.nix now filters out fetchzip, fetchpatch
and the like.
2015-12-10 16:07:07 +01:00
Eelco Dolstra
bb672805cd fetchurl: Always use tarballs.nixos.org
Otherwise, if the upstream mirror changes (rather than deletes) a
file, then tarballs.nixos.org won't be used even if it has a copy of
the original file, and so we'll get a hash mismatch.
2015-12-10 16:06:12 +01:00
Eelco Dolstra
6bd0519918 Manual: Fix indent of config section 2015-12-10 16:06:12 +01:00
Eelco Dolstra
e115e3fd76 Manual: Rename file 2015-12-10 16:06:12 +01:00
Domen Kožar
05c12a337d snabbswitch: add missing diffutils dependency 2015-12-10 15:38:06 +01:00
Arseniy Seroka
a075650b1d Merge pull request #11568 from benley/patch-1
closure-compiler: allow building on darwin
2015-12-10 17:31:16 +03:00
Eelco Dolstra
2de76b2753 nixUnstable: 1.11pre4273_71039be -> 1.11pre4334_7431932 2015-12-10 15:25:48 +01:00
Domen Kožar
b4b5047cac Merge pull request #11595 from FRidh/wheel
python wheel: init at 0.26.0 (WIP)
2015-12-10 14:14:55 +01:00
Domen Kožar
c879a6eed5 snabbswitch: add missing dependencies 2015-12-10 12:47:32 +01:00
Domen Kožar
66c90e6e1f add makeBinPath function for abstracting away pkg/bin:pkg2/bin.. 2015-12-10 12:47:32 +01:00
Frederik Rietdijk
984d1de1cc python wheel: init at 0.26.0 2015-12-10 12:02:07 +01:00
Vincent Laporte
76940c5e4c ocaml-why3: init at 0.86.2 2015-12-10 09:31:27 +01:00
Lancelot SIX
272e32492f python3Packages.basemap: enabled
This package was marked incompatible with python3 by mistake.
2015-12-10 08:26:27 +00:00
Pascal Wittmann
408001d33b Merge pull request #11591 from mayflower/font-droid-upstream
font-droid: fix srcs urls
2015-12-10 08:21:29 +01:00
Christian Albrecht
90912a89d9 font-droid: fix srcs urls
pin urls to a specific commitish, because in the case the font gets
an update hashes will change on the master and therefore break, as
@zimbatm pointed out in #11574.
2015-12-10 05:45:24 +01:00
Tobias Geerinckx-Rice
34e1b71c62 simple-scan: drop obsolete systemd dependency 2015-12-10 03:42:48 +01:00
Tobias Geerinckx-Rice
120f8eef67 simple-scan: makeWrapper -> wrapGAppsHook 2015-12-10 03:37:38 +01:00
Tobias Geerinckx-Rice
2ce24737c8 redshift: depend on geoclue2 directly 2015-12-10 02:38:42 +01:00
Christoph Hrdinka
3f4276369e dovecot service: refactor module 2015-12-10 01:08:50 +01:00
Thomas Tuegel
98bd11125f plasma54.kscreen: propagate libkscreen dependency
libkscreen provides a D-Bus service.
2015-12-09 17:18:05 -06:00
Thomas Tuegel
3a390c494a Merge branch 'plasma-5.5' 2015-12-09 17:16:13 -06:00
Thomas Tuegel
a2ca439094 Merge branch 'rubber' 2015-12-09 16:28:11 -06:00
Thomas Tuegel
3856e6939f rubber: wrap Python programs 2015-12-09 16:27:49 -06:00
Thomas Tuegel
aab20cdc51 rubber: 1.1 -> 1.3
* version upgrade
* minor formatting change
* assign ttuegel as maintainer
2015-12-09 16:24:17 -06:00
Thomas Tuegel
535faa3c32 plasma55.plasma-desktop: reformat 2015-12-09 16:20:10 -06:00
Thomas Tuegel
1a7d7c1c28 plasma55.plasma-workspace: update patches 2015-12-09 16:20:02 -06:00
Thomas Tuegel
2d586b99cc plasma55.kscreen: propagate libkscreen dependency
libkscreen provides a D-Bus service
2015-12-09 16:19:37 -06:00
Bjørn Forsman
6ba5d695f6 Merge pull request #11585 from thall/colordiff_1_0_16
colordiff: 1.0.15 -> 1.0.16
2015-12-09 22:29:38 +01:00
Niclas Thall
eae3d7467b colordiff: 1.0.15 -> 1.0.16 2015-12-09 22:18:37 +01:00
Tobias Geerinckx-Rice
e5fca5832b eid-mw: use GTK 3 2015-12-09 21:55:51 +01:00
Tobias Geerinckx-Rice
8c81b79875 eid-mw: force-enable dialogues 2015-12-09 21:55:51 +01:00
Tobias Geerinckx-Rice
f4748d976e eid-mw 4.1.8 -> 4.1.9 2015-12-09 21:55:51 +01:00
Nikolay Amiantov
a5a481e7ee playonlinux: fix with new wxPython, fix OpenGL check 2015-12-09 23:29:24 +03:00
ts468
c8eaa71cae Merge pull request #11173 from mixis/updates/xen-4.5.2
xen: 4.5.1 -> 4.5.2
2015-12-09 21:17:17 +01:00
Gaëtan André
b8495e4a04 nixos-manual: develop autoStart option for containers 2015-12-09 21:02:38 +01:00
Edward Tjörnhammar
4813f15faf Merge pull request #11580 from mayflower/update-phpstorm
idea.phpstorm: 9.0 -> 10.0.1
2015-12-09 20:20:16 +01:00
Ricardo M. Correia
6baa633064 rustcMaster: 2015-11-01 -> 2015-12-09 2015-12-09 20:15:59 +01:00
Robin Gloster
fe8192536f idea.phpstorm: 9.0 -> 10.0.1 2015-12-09 19:11:15 +00:00
Arseniy Seroka
139c259711 Merge pull request #11574 from mayflower/font-droid-upstream
font-droid: init @2015-12-09
2015-12-09 21:10:25 +03:00
Nikolay Amiantov
67c109efe5 bumblebee: use postPatch instead of patchPhase 2015-12-09 21:04:34 +03:00
Christian Albrecht
0956820a55 font-droid: init at 2015-12-09 2015-12-09 18:01:05 +00:00
Gaëtan André
099712f78d nixos-manual: fix incomplete container doc 2015-12-09 17:06:27 +01:00
Domen Kožar
781b9eab61 allow{reason}: a bit more explicit error message 2015-12-09 17:01:46 +01:00
Domen Kožar
9d150d5968 pythonPackages.kombu: 3.0.29 -> 3.0.30 2015-12-09 16:36:25 +01:00
Peter Simons
a855082f31 haskell-morte has been fixed upstream. 2015-12-09 16:03:20 +01:00
Peter Simons
770b264c96 Fix Haskell evaluation errors on Hydra. 2015-12-09 16:03:20 +01:00
Peter Simons
4cca974eb6 ghc: add version 7.10.3 2015-12-09 16:03:20 +01:00
Peter Simons
50093df8f9 configuration-hackage2nix.yaml: update list of broken builds 2015-12-09 16:03:16 +01:00
Peter Simons
af4ce94a3d hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-47-ga631ea6 using the following inputs:

  - Nixpkgs: e64881f25c
  - Hackage: bc415aa435
  - LTS Haskell: 80256aab76
  - Stackage Nightly: fd1a4b498e
2015-12-09 16:02:33 +01:00
Thomas Tuegel
3a0a9f73fc plasma55: 5.4.95 -> 5.5.0 2015-12-09 06:30:02 -06:00
Lancelot SIX
d39f9e8674 gsl: 1.16 -> 2.1
Release notes :
– gsl-2.0: https://savannah.gnu.org/forum/forum.php?forum_id=8392
— gsl-2.1: https://savannah.gnu.org/forum/forum.php?forum_id=8408

The bug-39055.patch is removed since it seems to be integrated in the
2.1 release.
2015-12-09 09:03:34 +00:00
Benjamin Staffin
8d3b318c42 closure-compiler: allow building on darwin
Near as I can tell it works fine.
2015-12-09 00:48:15 -08:00
Sou Bunnbu
a190cb7636 Merge pull request #11432 from edanaher/fvwm-gestures
Fvwm: add gestures and create libstroke package
2015-12-09 16:25:51 +08:00
Evgeny Egorochkin
c16f90f515 Azure image: update ssh key type, start before the Azure agent 2015-12-09 07:42:37 +02:00
Evgeny Egorochkin
6db67186f2 Azure image: package and add azure agent 2015-12-09 07:42:37 +02:00
Jakob Gillich
985bd0808e syslinux: fix missing mtools dependency
closes #11472
2015-12-09 03:17:08 +01:00
Ricardo M. Correia
2838161c21 krename: use older version of taglib
Fixes a build failure during the config phase.
2015-12-09 02:16:09 +01:00
Thomas Tuegel
3ebbb328db kf516: wrap new programs 2015-12-08 18:57:51 -06:00
Jakob Gillich
29871ee2dd miniupnpd: add service 2015-12-09 00:28:41 +01:00
Michael Raskin
0a64071932 flashplayer: 11.2.202.540 -> 11.2.202.554 2015-12-08 23:28:53 +01:00
Pascal Wittmann
fbcf7fcd33 opkg: 0.3.0 -> 0.3.1 2015-12-08 22:54:03 +01:00
Bjørn Forsman
2acf59efa4 nixos/redmine: improve assert message
Give the user more context.
2015-12-08 22:52:02 +01:00
Bjørn Forsman
c27de52d39 eagle: 6.6.0 -> 7.5.0
* It grew a couple of extra (hard) dependencies:
  libxcb, cups, xkeyboardconfig
* It is also available in native 64-bit version (yay!)
2015-12-08 22:30:10 +01:00
Arseniy Seroka
e298da511f Merge pull request #11555 from rnhmjoj/imv
imv: 1.0.0 -> 1.1.0
2015-12-09 00:17:30 +03:00
Domen Kožar
4b0fcf8ea1 Merge pull request #11553 from FRidh/pil
WIP: remove PIL as dependency
2015-12-08 22:15:05 +01:00
Pascal Wittmann
93d8671e2c nixos/rabbitmq: fix link to documentation 2015-12-08 20:14:33 +01:00
Michael Raskin
30bf5a01ad Fix maintainer list format and improve vanity.sh reliability 2015-12-08 19:12:26 +01:00
zimbatm
c515be4651 networkmanager: set uid/gid for the networkmanager openvpn agent
Fixes #11317
2015-12-08 16:47:56 +00:00
Pascal Wittmann
83c22f9c8f Merge pull request #11547 from sigma/corkscrew
add corkscrew networking tool
2015-12-08 17:47:46 +01:00
Ricardo M. Correia
c3be340ae0 handbrake: fix compilation due to missing dep 2015-12-08 17:30:25 +01:00
Nikolay Amiantov
a70efc1ecd Merge pull request #11541 from bendlas/update-wine
wine unstable: 1.8-rc2 -> 1.8-rc3
2015-12-08 19:00:05 +03:00
Nikolay Amiantov
ca3b47cccc release-notes: mention bumblebee changes 2015-12-08 18:54:02 +03:00
Frederik Rietdijk
91adf1bb65 python: remove PIL
Remove it once and for all.
2015-12-08 16:30:57 +01:00
Frederik Rietdijk
9455476f47 tribler: use pillow instead of pil
Program opens. Didn't test any further.
2015-12-08 16:30:25 +01:00
Frederik Rietdijk
e1f2ddefd9 tpm thePenguinMachine: remove package
because source is unavailable
2015-12-08 16:30:24 +01:00
Yann Hodique
e0fe879562 corkscrew: init at 2.0 2015-12-08 07:28:56 -08:00
rnhmjoj
e8c55a06e2 imv: 1.0.0 -> 1.1.0 2015-12-08 16:22:16 +01:00
Nikolay Amiantov
b6c9ce9b03 nethack: fix the last-minute fix 2015-12-08 18:10:53 +03:00
Nikolay Amiantov
459a5c5803 nethack: 3.4.3 -> 3.6.0
I think a decade has passed ^_^
2015-12-08 17:52:09 +03:00
Frederik Rietdijk
6c7af84449 tpm thePenguinMachine: add comment about possible source 2015-12-08 15:32:17 +01:00
Frederik Rietdijk
8d18e4c9f8 tpm thePenguinPachine: use pillow instead of pil
Was already broken, and still is.
2015-12-08 15:21:58 +01:00
Frederik Rietdijk
9cc4bb7f4c xpra: use pillow instead of pil 2015-12-08 15:15:41 +01:00
Frederik Rietdijk
4bcfa14480 pdfread: use pillow instead of pil 2015-12-08 15:15:40 +01:00
Frederik Rietdijk
47dc242b9d pdfread: broken, not found 2015-12-08 15:14:45 +01:00
Frederik Rietdijk
d9758cf3b4 calibre: use pillow instead of pil 2015-12-08 15:12:53 +01:00
Frederik Rietdijk
0c57716ab9 impressive: use pillow instead of pil 2015-12-08 15:12:17 +01:00
Frederik Rietdijk
c709363e23 python mwlib: use pillow instead of pil 2015-12-08 15:11:49 +01:00
Frederik Rietdijk
60e2dced1a mirage: use pillow instead of pil 2015-12-08 15:11:00 +01:00
Frederik Rietdijk
a044b590fc mcomix: use pillow instead of pil 2015-12-08 15:10:40 +01:00
Domen Kožar
3b020106f8 Merge pull request #11551 from hrdinka/add/tilestache
python tilestache: init at 1.50.1
2015-12-08 13:58:08 +01:00
Thomas Tuegel
30ef1db5fe Merge branch 'kdelibs-upnp' 2015-12-08 06:29:02 -06:00
Arseniy Seroka
c5a289e0eb Merge pull request #11544 from NeQuissimus/kotlin-3595
kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595
2015-12-08 15:27:19 +03:00
Thomas Tuegel
868a813368 kdelibs: disable UPnP
kdelibs' UPnP implementation is unsupported upstream:
https://lists.ubuntu.com/archives/kubuntu-devel/2014-February/007891.html
2015-12-08 06:21:36 -06:00
Christoph Hrdinka
5a26cfc27f python tilestache: init at 1.50.1 2015-12-08 13:10:31 +01:00
Pascal Wittmann
a40e5c7e46 Merge pull request #11550 from jgillich/patch-1
ddclient: fix ssl option
2015-12-08 12:59:33 +01:00
Jakob Gillich
80720501cb ddclient: fix ssl option 2015-12-08 11:11:14 +01:00
Domen Kožar
27bea9a3aa Merge pull request #11536 from bendlas/update-i2p
i2p: 0.9.22 -> 0.9.23
2015-12-08 10:34:11 +01:00
Domen Kožar
6edd9e5e1a Merge pull request #11526 from mcmtroffaes/feature/partclone-fix
partclone: fix sha256 and buildInputs
2015-12-08 10:21:28 +01:00
Rok Garbas
7e2a828fd6 python35: 3.5.0 -> 3.5.1 2015-12-08 04:35:17 +01:00
Rok Garbas
124e70a459 python27: 2.7.10 -> 2.7.11 2015-12-08 04:35:17 +01:00
aszlig
c00feace39 linux-testing: 4.4.0-rc3 -> 4.4.0-rc4
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc4

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-08 03:51:34 +01:00
Tim Steinbach
85c051b2f3 kotlin: 1.0.0-beta-3594 -> 1.0.0-beta-3595 2015-12-08 02:34:09 +00:00
Tobias Geerinckx-Rice
dfb31c3262 cassandra 2.1.11 -> 2.1.12 2015-12-08 03:04:31 +01:00
Herwig Hochleitner
58ba1d5bd3 leiningen: 2.5.2 -> 2.5.3, fixes #11537 2015-12-08 02:58:33 +01:00
aszlig
6945557dba ruby: Fix SHA256 hashes of several versions.
According to @zimbatm, he got the SHA256 hashes via nix-prefetch-git.

However, fetchFromGitHub doesn't use Git to fetch the sources but uses
fetchzip under the hood, so we get plain source directories in the Nix
store, which in turn are hashed.

Tested by:

nix-build --no-out-link -E 'map (x:
    (builtins.getAttr x (import ./.  {})).src
) [ "ruby_1_9_3" "ruby_2_0_0" "ruby_2_1_0" "ruby_2_1_1" "ruby_2_1_2"
    "ruby_2_1_3" "ruby_2_1_6" "ruby_2_1_7" "ruby_2_2_0" "ruby_2_2_2"
    "ruby_2_2_3"
]'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-08 02:56:29 +01:00
Herwig Hochleitner
a7aaedebcc dropbox-cli: 2015.02.12 -> 2015.10.28, fixes #11538 2015-12-08 02:13:11 +01:00
Herwig Hochleitner
0c30a14b9d dropbox: 3.10.11 -> 3.12.4 2015-12-08 02:12:47 +01:00
zimbatm
8111e1c902 go: 1.5.1 -> 1.5.2, fixes #11498 2015-12-08 02:09:59 +01:00
Pascal Wittmann
b843e7c50a libtorrent: fix evaluation 2015-12-07 22:39:39 +01:00
Peter Simons
a0cdd48171 rtorrent: fix meta.homepage attribute 2015-12-07 22:30:55 +01:00
Herwig Hochleitner
be80ba2c96 wine unstable: 1.8-rc2 -> 1.8-rc3 2015-12-07 22:22:56 +01:00
Herwig Hochleitner
ca659e0e89 i2p: 0.9.22 -> 0.9.23 2015-12-07 21:45:09 +01:00
Eelco Dolstra
1da87d4062 systemd: Update to 228 2015-12-07 20:25:53 +01:00
Gabriel Ebner
f4c01fc004 systemd: enable timedated, hostnamed, localed. 2015-12-07 20:25:53 +01:00
Shea Levy
4212d8facb Merge branch 'mariadb-10.1.9' of git://github.com/ryantrinkle/nixpkgs 2015-12-07 13:43:49 -05:00
Ryan Trinkle
5729cf7714 mariadb: 10.1.8 -> 10.1.9
Fixes build on darwin; might be related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777996;msg=2
2015-12-07 13:21:25 -05:00
Peter Simons
8dd80d7055 Merge pull request #11531 from oxij/rtorrent-merge-and-cleanup
libtorrent, rtorrent: merge *-git into default, drop outdated *-git versions, cleanup
2015-12-07 19:01:52 +01:00
Jan Malakhovski
7afce99e61 libtorrent, rtorrent: merge *-git into default, drop outdated *-git versions, cleanup
This also gives the man page (it is outdated, though).
2015-12-07 17:56:03 +00:00
Matthias C. M. Troffaes
0d3db2477b partclone: fix build - requires automake and autoconf 2015-12-07 15:14:45 +00:00
Matthias C. M. Troffaes
e8d97ef4f5 partclone: use fetchFromGitHub and fix sha256 2015-12-07 15:14:44 +00:00
Markus Wotringer
9a350d5f1e cntlm: refactor to systemd service, fixes #11339 2015-12-07 15:40:43 +01:00
zimbatm
f399ab50d8 ruby: update railsexpress patchsets, fixes #11347 2015-12-07 15:37:55 +01:00
zimbatm
7c338ffb77 ruby_2_2: 2.2.2 -> 2.2.3 2015-12-07 15:37:33 +01:00
zimbatm
d9f0568ccb ruby_2_1: 2.1.6 -> 2.1.7 2015-12-07 15:37:33 +01:00
zimbatm
9ebc399432 ruby_2_0: 2.0.0p645 -> 2.0.0p647 2015-12-07 15:37:33 +01:00
Matthias C. M. Troffaes
b789856ce3 gosmore: r30811 -> r31801, fix sha256 2015-12-07 14:32:54 +00:00
Desmond O. Chang
700835bb45 yank: 0.4.1 -> 0.6.0, fixes #11522 2015-12-07 15:25:50 +01:00
Jakob Gillich
6c9931c556 shout: fix preStart, fixes #11516
preStart must be a string
2015-12-07 15:24:29 +01:00
Ambroz Bizjak
067141621e virtualboxGuestAdditions: Add missing library paths to patchelf, fixes #11509 2015-12-07 15:15:03 +01:00
Teo Klestrup Röijezon
53441bcc93 nginx: 1.9.4 -> 1.9.7, fixes #11515 2015-12-07 14:56:27 +01:00
Ambroz Bizjak
b9093f1c64 chromium: Updates, fixes #11492
Built and run Beta and Stable locally. Dev is surrently superseded by Stable so
it doesn't matter much.

- Dev: 47.0.2508.0 -> 48.0.2564.22
- Beta: 46.0.2490.64 -> 48.0.2564.23
- Stable: 45.0.2454.101 -> 47.0.2526.73

Changed the SSL dependencies to the supported configuration on Linux (according
to Torne @Freenode/#chromium-support).

- NSS is a dependency since it is used to access the ceritiface store.
- Dropped system OpenSSL support, the bundled BoringSSL is used.

This probably fixes issue #10555. Note that without this adjustment the build
fails even.

Dropped uneeded old patches.
2015-12-07 14:52:15 +01:00
Thomas Tuegel
ace303f79c emacsPackagesNg: pass melpaBuild, trivialBuild to packages 2015-12-07 06:28:56 -06:00
Thomas Tuegel
916f86745e Merge branch 'elpa-packages' 2015-12-07 06:24:34 -06:00
Thomas Tuegel
4b950d233e ipe: 7.1.8 -> 7.1.10 2015-12-07 05:50:02 -06:00
Domen Kožar
8a0f2e7025 Merge pull request #11520 from mcmtroffaes/feature/namecoin-sha256-fix
namecoin: fix sha256 using fetchzip
2015-12-07 11:49:12 +01:00
Matthias C. M. Troffaes
0a9b784acc namecoin: fix sha256 using fetchzip 2015-12-07 10:45:28 +00:00
Peter Simons
747d30ad39 Merge pull request #11518 from mcmtroffaes/feature/doc-master-staging
doc/submitting-changes: mention master -> staging merge
2015-12-07 11:42:30 +01:00
Domen Kožar
8c65e4e82a Merge pull request #11519 from mcmtroffaes/feature/cbatticon-sha256-fix
cbatticon: fix sha256 mismatch
2015-12-07 11:26:29 +01:00
Matthias C. M. Troffaes
9b2d64f310 cbatticon: use fetchzip to fix sha256 issues 2015-12-07 10:24:38 +00:00
Peter Simons
83f9fc069c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 4619baf1f6
  - Hackage: 4269955365
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: 87110f79ed
2015-12-07 11:23:57 +01:00
Christian Zagrodnick
ce96057588 add helper to lib/attrsets: hasAttrByPath 2015-12-07 11:04:14 +01:00
lethalman
2fde83b5bd Merge pull request #11411 from hrdinka/mapnik
mapnik: init at 3.0.9
2015-12-07 10:50:39 +01:00
lethalman
6d13f373f4 Merge pull request #11511 from goodwillcoding/libgtop-update
update libgtop to latest (2.32.0) and enable gobject introspection on it
2015-12-07 10:17:36 +01:00
Matthias C. M. Troffaes
e6046739cd doc/submitting-changes: mention master -> staging merge (see issue #11460) 2015-12-07 08:49:04 +00:00
Arseniy Seroka
f6754747bd Merge pull request #11513 from oxij/fix-w3m-on-darwin
w3m: turn off mouseSupport on Darwin
2015-12-07 03:03:08 +03:00
Tobias Geerinckx-Rice
47eb4d4430 Migrate manpages -> man-pages (upstream project name) 2015-12-06 23:44:13 +01:00
Tobias Geerinckx-Rice
ef8dde9eef man-pages-posix: correct meta.homepage 2015-12-06 23:44:13 +01:00
Tobias Geerinckx-Rice
968986547b man-pages 4.02 -> 4.03 2015-12-06 23:44:13 +01:00
Tobias Geerinckx-Rice
b3635acffb swingsane: init at 0.2 2015-12-06 23:44:13 +01:00
Rok Garbas
7ac0052ad5 nodejs: nodePackages_4_2 -> nodePackages_4_x 2015-12-06 21:58:45 +01:00
Rok Garbas
c90d26a2e2 nodejs: fix naming of nodejs to fit into their versioning model, fixes #11497 2015-12-06 21:57:24 +01:00
zimbatm
a6982cc525 nodejs: 5.0.0 -> 5.1.1 CVE-2015-8027
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm
989966b293 nodejs: 4.2.2 -> 4.2.3 CVE-2015-8027
See
https://nodejs.org/en/blog/vulnerability/december-2015-security-releases/
2015-12-06 21:57:09 +01:00
zimbatm
59fc3cd8ad nodejs: remove unlinked v4_1_0
The stable branch is v4.x.x and is already taken care of my the default.nix
2015-12-06 21:57:09 +01:00
zimbatm
46c65335ca nodejs: 0.10.40 -> 0.10.41
Maintenance release
2015-12-06 21:57:09 +01:00
Jan Malakhovski
53f93b0b7e w3m: turn off mouseSupport on Darwin
Fixes an issue reported at https://github.com/NixOS/nixpkgs/pull/11222/files#r46774825
2015-12-06 20:44:29 +00:00
goodwillcoding
41f594a299 Add gobjectIntrospection to the scope 2015-12-06 11:26:06 -08:00
Thomas Tuegel
026e3424a7 emacsPackagesNg: include elpaPackages 2015-12-06 13:17:41 -06:00
goodwillcoding
71240e56a1 update libgtop to latest (2.32.0) and enable gobject introspection on it 2015-12-06 10:54:11 -08:00
Arseniy Seroka
21332223ec Merge pull request #11451 from rvl/pump.io
Add Pump.io
2015-12-06 21:47:42 +03:00
Joachim Schiele
a72ff7f4e7 Merge branch 'master' of github.com:NixOS/nixpkgs 2015-12-06 19:43:53 +01:00
Joachim Schiele
bf0ed5e93a added kgocode 2015-12-06 19:43:25 +01:00
Domen Kožar
3441848ca6 Merge pull request #11508 from Pamelloes/patch-1
Fix trollius buildon sandboxed pure darwin
2015-12-06 19:35:24 +01:00
Pamelloes
038c7a60a1 Fix trollius buildon sandboxed pure darwin
Skipped six tests that fail because of sandbox restrictions (namely the three variants of test_read_pty_output and test_write_pty).
2015-12-06 12:34:06 -06:00
Thomas Tuegel
07a0031029 melpaBuild: add unpackCmd for single-file packages
Emacs packages are commonly distributed as single .el files. This
unpackCmd handles them correctly and sets up sourceRoot. Other sources
are treated in the default manner.
2015-12-06 11:50:10 -06:00
Thomas Tuegel
32c0069b79 add elpaPackages top-level attribute 2015-12-06 11:49:51 -06:00
Thomas Tuegel
63eb6fdd8a fetchsvn: correctly handle trailing slashes
`splitString` does not split on trailing separators.
2015-12-06 11:49:51 -06:00
Thomas Tuegel
8498f9d46b elpa-packages 2015-12-06 2015-12-06 11:49:50 -06:00
Thomas Tuegel
0c2259629d add elpa-packages.nix 2015-12-06 11:49:50 -06:00
Franz Pletz
59c130a690 openttd: 1.5.2 -> 1.5.3 2015-12-06 16:59:55 +01:00
Peter Simons
b89514eced fetchgit: follow up to 2cf7069b7d
If "fetcher" is a string, then Nix will execute it with bash already, so
the additional bash argument in that string was redundant and apparently
causes trouble on non-Linux platforms.

Hopefully fixes https://github.com/NixOS/nixpkgs/issues/11496.
2015-12-06 15:06:02 +01:00
Rodney Lorrimar
2198381235 nixos tests: pump.io: init 2015-12-06 13:35:21 +00:00
Rodney Lorrimar
b13b9489ad pump.io service: init
Pump.io runs its web server as a standalone service listening on
443. It's also possible to put the service behind a HTTP reverse proxy.
2015-12-06 13:35:21 +00:00
Rodney Lorrimar
69b0661fa9 pump.io: init at git-2015-11-09
pump.io -- Social server with an ActivityStreams API

The version from git master branch is used because released version 0.3
is not compatible with newer versions of nodejs.

node-packages.json was extracted from pump.io package.json and augmented
with the databank-{lrucache,memcached,mongodb,redis} driver packages.

To regenerate, run:
    npm2nix pkgs/servers/web-apps/pump.io/node-packages.json pkgs/servers/web-apps/pump.io/node-packages.nix
2015-12-06 13:35:21 +00:00
Edward Tjörnhammar
b195abe091 goPackages.gocryptfs: init at 0.5 2015-12-06 13:51:09 +01:00
Edward Tjörnhammar
a84c4a66f7 goPackages.openssl-spacemonkey: reintroduce openssl bindings 2015-12-06 13:51:09 +01:00
Herwig Hochleitner
088c3fc9dd virtualbox: 5.0.6 -> 5.0.10, fixes #11115 2015-12-06 13:23:46 +01:00
codsl
7884923ba3 tor: 0.2.6.10 -> 0.2.7.5, fixes #11489 2015-12-06 13:18:45 +01:00
goibhniu
e83c52258a Merge pull request #11311 from magnetophon/yoshimi-master
yoshimi: 1.3.6 -> 1.3.7.1
2015-12-06 11:46:51 +01:00
goibhniu
b069292b21 Merge pull request #11495 from lihop/update-shellinabox
shellinabox: 2.16 -> 2.19
2015-12-06 11:41:33 +01:00
Bjørn Forsman
1eaf571d42 pitivi: 0.94 -> 0.95
Notable (hard) dependency changes:
  - gstreamer >= 1.6.0
  - gst-plugins-bad with GTK support (need "gstgtk" plugin)
  - pygobject >= 3.14
  - gst-validate
  - matplotlib (used for drawing the "timeline")

Changes v1 -> v2:
pitivi no longer requires clutter, so I switched clutter-gtk => gtk3.
2015-12-06 10:24:59 +01:00
Damien Cassou
387293f6a9 Merge pull request #11468 from DamienCassou/gpaste-3.18.2
gpaste: 3.16.3 → 3.18.2
2015-12-06 08:55:35 +01:00
Leroy Hopson
7e066b13e7 shellinabox: 2.16 -> 2.19 2015-12-06 15:38:07 +13:00
Tobias Geerinckx-Rice
1d4b4dc8b6 saneBackends{,Git}: add more descriptive descriptions 2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
df4ab4c9cc saneBackendsGit: add myself as maintainer 2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
d3d5c79582 saneBackendsGit 1.0.24.73-g6c4f6bc -> 1.0.25.177-g753d123 2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
5bcd13156c saneBackends: add myself as maintainer 2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
256cec9756 saneBackends 1.0.24 -> 1.0.25
Changes too numerous to list here:

http://anonscm.debian.org/cgit/sane/sane-backends.git/tree/ChangeLog?h=RELEASE_1_0_25
2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
214a9537c8 hostapd service: improve option descriptions 2015-12-05 23:42:56 +01:00
Ingolf Wagner
9c24bdff42 backup: init v4, fixes #11370 2015-12-05 23:21:03 +01:00
Mayeu (Cast)
808ae1fd69 Owncloud: 7.0.10 -> 7.0.11, fixes #11428 2015-12-05 23:17:38 +01:00
Mayeu (Cast)
0113161c55 Owncloud 8.2.0 -> 8.2.1
Multiple bug fixes and performance improvement.
Hash directly taken from the Owncloud changelog.
2015-12-05 23:17:23 +01:00
Gabriel Ebner
7cc6e6718c simp_le: init at 20151205, fixes #11479 2015-12-05 23:09:47 +01:00
Gabriel Ebner
51bcfbe007 pythonPackages.acme: extract from letsencrypt derivation. 2015-12-05 23:09:27 +01:00
Rok Garbas
9d1bbf7a02 neovim: update 0.1.0 -> 0.1.1 2015-12-05 23:08:22 +01:00
Emery Hemingway
2b6dcdfcd0 Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Arseniy Seroka
1764a05710 Merge pull request #11473 from NeQuissimus/master
Add Kotlin
2015-12-06 00:30:19 +03:00
Tim Steinbach
a356c3fa47 kotlin: init at 1.0.0-beta-3594 2015-12-05 21:23:22 +00:00
Bjørn Forsman
aad87c4cd0 pygobject3: 3.12.1 -> 3.18.2
pitivi-0.95 needs pygobject >= 3.14.
2015-12-05 21:52:35 +01:00
Bjørn Forsman
b2cad165bb gst-validate: init at 1.6.0
pitivi-0.95 requires this. (I added iyzsong as maintainer, in line with
the other gstreamer packages.)
2015-12-05 21:52:35 +01:00
Bjørn Forsman
84bc6d64ba gstreamer: 1.4.x -> 1.6.x (all modules)
(And while at it, gst-vaapi 0.6.0 -> 0.6.1.)

* gst-editing-services grew additional build time dependencies, flex and
  perl.

* gst-libav switched from libav to ffmpeg as "libav" provider, see
  http://gstreamer.freedesktop.org/releases/1.6/.
  Without using ffmpeg, one may hit issues such as this (which I
  initially did):

  (gst-plugin-scanner:19751): GStreamer-WARNING **: Failed to load plugin '/nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so':
  /nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so: undefined symbol: av_frame_get_sample_rate
2015-12-05 21:52:33 +01:00
Christoph Hrdinka
59823208a6 python modestmaps: init at 1.4.6, fixes #11429 2015-12-05 20:58:08 +01:00
Peter Panaguiton
1b0edf40c3 cwm: init at 5.6, fixes #11458 2015-12-05 20:47:09 +01:00
Jan Malakhovski
43a1cfccf5 conky: build the docs, fixes #11461 2015-12-05 20:34:57 +01:00
Niclas Thall
5bd92c0197 ums: init at 5.3.1, fixes #11485 2015-12-05 20:30:43 +01:00
Spencer Whitt
c512278976 mention-bot: blacklist civodul, fixes #11488 2015-12-05 20:23:20 +01:00
codsl
4f15547a9c emacs-packages: bind-key: 20150317 -> 20150321, fixes #11490 2015-12-05 20:19:39 +01:00
codsl
ce013bf507 emacs-packages: use-package: 20150317 -> 20151112 2015-12-05 20:19:32 +01:00
Jan Malakhovski
74724837d6 cmus: rewrite expression, add more options, fixes #11483 2015-12-05 20:18:13 +01:00
Jan Malakhovski
3ef66919b6 cmus: 2.6.0 -> 2.7.0, add a maintainer 2015-12-05 20:18:02 +01:00
Jan Malakhovski
30954fc155 lib: add myself to maintainers 2015-12-05 20:18:02 +01:00
Pascal Wittmann
68a1b2411a zsh: 5.1.1 -> 5.2 2015-12-05 17:07:41 +01:00
Pascal Wittmann
174d892e0c perl-HTML-TableExtract: 2.11 -> 2.13 2015-12-05 17:07:41 +01:00
Pascal Wittmann
84b3af19b8 Merge pull request #11365 from nlewo/fix/git-review
git-review: init at 1.25.0
2015-12-05 16:32:12 +01:00
Peter Simons
2a3e9dfdd4 configuration-hackage2nix.yaml: update list of broken builds 2015-12-05 15:15:34 +01:00
Peter Simons
71aff7006c hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 02a00be50f
  - Hackage: 2c186df615
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: c3ba1c0c15
2015-12-05 15:15:33 +01:00
Damien Cassou
97ccbb9498 offlineimap: 6.5.7 → 6.6.0, fixes #11481 2015-12-05 11:54:41 +01:00
Arseniy Seroka
86c3f435d1 Merge pull request #11415 from zenhack/dwm-wm
xserver: dwm as a window manager
2015-12-05 13:49:45 +03:00
Vladimír Čunát
a81e8c2e97 Merge branch 'master' into staging
This is to get the openssl security update immediately,
as it surely causes a nontrivial rebuild.
2015-12-05 11:42:48 +01:00
codsl
51a5f49d70 openssl: security update 1.0.2d -> 1.0.2e
Fixes CVE-2015-3193, CVE-2015-3194, CVE-2015-3195 and CVE-2015-3196.
Close #11469.
2015-12-05 11:32:49 +01:00
codsl
fb3b9f5f8b openssl: security update 1.0.1p -> 1.0.1q
Fixes CVE-2015-3194 and CVE-2015-3195.
Taken from #11469.
2015-12-05 11:25:27 +01:00
Vladimír Čunát
d38e9d3b37 tarball: fix darwin evaluation
(cherry picked from commit 12e788ff44)
2015-12-05 11:13:29 +01:00
Vladimír Čunát
263fd55d4b Merge recent staging built on Hydra
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Vladimír Čunát
12e788ff44 tarball: fix darwin evaluation 2015-12-05 11:02:05 +01:00
Vladimír Čunát
476c96b5c6 Merge master into staging
Taken the version from recent channel bump, as it's well-tested.
Close #11460.
2015-12-05 10:26:06 +01:00
Carles Pagès
b1dca6ca88 Merge pull request #11369 from cpages/kodi
kodiPlugins.pvr-hts: init at 2.1.18
2015-12-05 08:53:47 +01:00
Carles Pagès
5d9148c9ad kodiPlugins.pvr-hts: init at 2.1.18
Add Tvheadend HTSP PVR client addon for Kodi.
2015-12-05 08:42:45 +01:00
Vincent Laporte
0a745f5dd2 indilib: 1.0.0 -> 1.1.0
Older source no longer available
2015-12-04 23:36:48 +01:00
Nikolay Amiantov
c990a1ed4d Merge pull request #11262 from spwhitt/bumblebee_have
bumblebee: use _have not have in bash completion
2015-12-05 00:56:16 +03:00
Nikolay Amiantov
cf3202acac nixos/bumblebee: update for new packages 2015-12-05 00:54:09 +03:00
Nikolay Amiantov
95629cf6f8 bumblebee: cleanup, fix virtualgl, add useNvidia flag 2015-12-05 00:54:09 +03:00
Nikolay Amiantov
3b1ab88428 virtualgl: 2.3.2 -> 2.4.1, fix multilib 2015-12-05 00:54:09 +03:00
Nikolay Amiantov
56ffc2ecd2 primus: 1.0.0748176 -> 20151204, add useNvidia flag 2015-12-05 00:54:09 +03:00
Nikolay Amiantov
ae7ff02081 tlp: use module_init_tools, avoid recompilation for nixos 2015-12-05 00:54:09 +03:00
Arseniy Seroka
87ba86b7da Merge pull request #11465 from oxij/xapian-omega-init
xapian-omega: init at 1.2.21
2015-12-05 00:11:09 +03:00
Arseniy Seroka
b33fde0b25 Merge pull request #11454 from hrdinka/nsd-mkEnableOption
nsd service: use mkEnableOption
2015-12-04 23:59:34 +03:00
Arseniy Seroka
2de2380b93 Merge pull request #11459 from gebner/ipafont-url
ipafont: fix source url.
2015-12-04 23:58:12 +03:00
Arseniy Seroka
a07cbec43c Merge pull request #11462 from oxij/mpd-client-support
mpd: set clientSupport to true by default
2015-12-04 23:57:06 +03:00
Peter Simons
1cd7ec96e4 pkgs/tools/security/gnupg/21.nix: cosmetic 2015-12-04 21:11:22 +01:00
Peter Simons
65f3932f6e Update list of gnupg.org mirror sites.
The list we had before contained a lot of junk, i.e. sites that were no
longer online or no longer in sync. The new list of sites comes from
https://gnupg.org/download/index.html.
2015-12-04 21:11:22 +01:00
Eric Seidel
64ef665b6f Merge pull request #11466 from oxij/emacs-helm-bibtex-init
emacs-packages: add helm-bibtex and dependencies
2015-12-04 11:53:14 -08:00
Damien Cassou
9f05627d68 gpaste: 3.16.3 → 3.18.2 2015-12-04 20:39:19 +01:00
Peter Simons
b79227b934 Merge pull request #11453 from lancelotsix/update_gnupg21
gnupg21: 2.1.9 -> 2.1.10
2015-12-04 19:54:36 +01:00
Peter Simons
620e2920f7 Merge pull request #11464 from oxij/rtorrent-fallocate
rtorrent: build with fallocate support
2015-12-04 19:52:09 +01:00
Jan Malakhovski
ba7a883340 emacs-packages: helm-bibtex: init at 20151125 2015-12-04 17:55:53 +00:00
Jan Malakhovski
f807e3338e emacs-packages: sort helm packages 2015-12-04 17:55:53 +00:00
Jan Malakhovski
b7fdbf1f2e emacs-packages: parsebib: init at 20151006 2015-12-04 17:55:52 +00:00
Jan Malakhovski
9c3f2bd322 emacs-packages: f: init at 20151113 2015-12-04 17:55:51 +00:00
Jan Malakhovski
13956d6444 emacs-packages: s: 20140910 -> 20151023 2015-12-04 17:55:51 +00:00
Jan Malakhovski
35cca051b2 xapian-omega: init at 1.2.21 2015-12-04 17:53:21 +00:00
Jan Malakhovski
83f46ec4d6 rtorrent: build with fallocate support
This doesn't actually turn it on unless you say

    system.file_allocate.set = yes

in the rtorrent config.
2015-12-04 17:51:14 +00:00
Jan Malakhovski
8eb8478e62 mpd: set clientSupport to true by default
Standard "satellite" configuration from the docs will not work without this.
2015-12-04 17:46:15 +00:00
Christoph Hrdinka
2c54da93ef mapnik: init at 3.0.9 2015-12-04 18:03:16 +01:00
Gabriel Ebner
8454f52dc5 ipafont: fix source url. 2015-12-04 17:47:18 +01:00
Moritz Ulrich
e9e6d62c59 rofi-pass: 1.2 -> 1.3.1
Also contains fixes so it doesn't depend on anything in PATH.
2015-12-04 17:24:56 +01:00
Eelco Dolstra
97ad628344 Merge pull request #11457 from NixOS/pSub-patch-1
release.nix: remove reference to pthreadmanpages
2015-12-04 17:24:02 +01:00
Eelco Dolstra
0b12e12843 Merge pull request #11272 from ebzzry/minver2
Expose minimum required Nix version (2)
2015-12-04 17:21:37 +01:00
Tobias Geerinckx-Rice
889944af2c dropbear 2015.70 -> 2015.71
Another bugfix release.
2015-12-04 17:07:05 +01:00
Arseniy Seroka
f418caa7a1 Merge pull request #11444 from whiteley/chef-dk-0.10.0
chefdk: 0.4.0 -> 0.10.0
2015-12-04 19:02:22 +03:00
Pascal Wittmann
cf5acd732d release.nix: remove reference to pthreadmanpages
Commit 9aa1cb6c59 broke the nixpkgs.tarball job on hydra (see https://hydra.nixos.org/build/28466812). The commit removes the last reference to pthreadmanpages.
2015-12-04 17:02:13 +01:00
Arseniy Seroka
d439a4c249 Merge pull request #11422 from burke/urlview-darwin
urlview works fine on darwin
2015-12-04 19:02:06 +03:00
Burke Libbey
4f05c5eb42 urlview: enable on darwin 2015-12-04 11:00:16 -05:00
Pascal Wittmann
6c2d06ca07 Merge pull request #11452 from makefu/fix-logstash
logstash: fix bin path
2015-12-04 16:35:32 +01:00
Domen Kožar
eca191f92c snabbswitch: 2015.11 -> 2015.12 2015-12-04 16:25:52 +01:00
Christoph Hrdinka
e2720bfb70 nsd service: use mkEnableOption 2015-12-04 16:13:02 +01:00
Lancelot SIX
d66d4ca570 gnupg21: 2.1.9 -> 2.1.10
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00001.html
for announcement
2015-12-04 14:40:54 +00:00
Moritz Ulrich
ff66ac9dd0 Fix evaluation after merge of #11450. 2015-12-04 15:40:47 +01:00
Lancelot SIX
2b83f3561f libassuan: 2.3.0 -> 2.4.2
Version 2.4.0 or higher is required by gpg-2.1.10
2015-12-04 14:40:08 +00:00
roblabla
67fda15a89 letsencrypt: 0.0.0.dev20151123 -> 0.1.0 2015-12-04 15:39:58 +01:00
Arseniy Seroka
6d8bb1f629 Merge pull request #11450 from AndersonTorres/nixos-modules-window-managers
Getting rid of mkOption in NixOS window manager modules
2015-12-04 16:33:22 +03:00
Arseniy Seroka
0c05f14d53 Merge pull request #10535 from roblabla/feature-updateGitlab8.0.5
gitlab: 7.4.2 -> 8.0.5
2015-12-04 16:30:09 +03:00
makefu
1eb3239181 logstash: fix bin path
with the last commit for logstash plugin the bin path was not being used and the executables
were written directly in the root directory
this results in the failure of the logstash service configuration.
additionally the logstash tool itself does not start because it cannot source shell libraries relative
to the current location
2015-12-04 14:21:58 +01:00
Pascal Wittmann
ea0f2d6c73 Merge pull request #11349 from dezgeg/pr-split-prefetch-scripts
nix-prefetch-scripts: Split into multiple derivations
2015-12-04 14:02:14 +01:00
Tuomas Tynkkynen
c47910ae4e nix-prefetch-scripts: Split into multiple derivations
This makes it possible to e.g. only install nix-prefetch-git and not the
others.

Closes #7399.
2015-12-04 14:38:41 +02:00
Shea Levy
3c05019af6 Merge branch 'master' of git://github.com/ip1981/nixpkgs
Allow enum of integers (and any other type)
2015-12-04 07:16:15 -05:00
Eelco Dolstra
2157dadebf perl-5.16: Remove 2015-12-04 12:19:45 +01:00
Eelco Dolstra
d13dc12987 rsnapshot: 1.3.1 -> 1.4.1 2015-12-04 12:19:45 +01:00
Eelco Dolstra
9aa1cb6c59 pthread-man-pages: Remove
As far as I can tell, the man-pages package provides documentation for
every function provided by pthread-man-pages except
pthread_mutexattr_setkind_np, which no longer appears in the Glibc
headers. So let's ditch it.
2015-12-04 12:19:44 +01:00
Eelco Dolstra
7c00ae68d8 bfr: Build with current Perl 2015-12-04 12:19:44 +01:00
Domen Kožar
135b01e9df Merge pull request #11445 from devhell/virt-manager
virt-{manager,inst}: Fix glance dependency
2015-12-04 11:27:57 +01:00
AndersonTorres
2955b2fcf4 Getting rid of mkOption in NixOS window manager modules
Now the default way to define NixOS window manager modules is to use
mkEnableOption to describe the module itself.
In this commit, all files on nixos/modules/services/x11/window-managers
are changed.
2015-12-04 07:38:23 -02:00
Peter Simons
07cda3b56f haskell-gtk2hs-buildtools now copes with alex 3.1.5 and later. 2015-12-04 10:17:35 +01:00
Peter Simons
7c7e905de6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7c559e1c0f
  - Hackage: 49a7fb0a6f
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: ecefc78ca3
2015-12-04 10:17:18 +01:00
Igor Pashev
b078ae9c16 Use x == null instead of builtins.isNull x 2015-12-04 07:22:57 +03:00
Igor Pashev
363e6978ce Allow enum of integers (and any other type)
Closes #9826.
2015-12-04 07:15:14 +03:00
Dan Peebles
12de4d5cb3 ansible2: init 2015-12-03 21:54:45 -05:00
Ian Denhardt
8edd15d175 xserver: dwm as a window manager 2015-12-03 21:37:55 -05:00
roblabla
b7a4231aa2 gitlab: 7.4.2 -> 8.0.5 2015-12-04 01:14:24 +01:00
Nikolay Amiantov
261fe09931 steamPackages.runtime: update packages 2015-12-04 01:00:27 +03:00
Nikolay Amiantov
fc6a5f746b steamPackages.steam-chrootenv: install desktop file 2015-12-04 01:00:27 +03:00
Nikolay Amiantov
f4bbd5b024 steamPackages: add update-runtime-shell.nix to update runtime 2015-12-04 01:00:27 +03:00
Nikolay Amiantov
67d0b8026e steamPackages.steam: cleanup 2015-12-04 01:00:11 +03:00
Nikolay Amiantov
00f6ce133c buildFHS{Chroot,User}Env: support extraInstallCommands 2015-12-04 00:58:47 +03:00
devhell
c711f4bb11 virt-{manager,inst}: Fix glance dependency
Since 710b350b8e `glance` has been
replaced in favor of `glanceclient`. This commit fixes the resulting
eval error.
2015-12-03 21:56:00 +00:00
Matt Whiteley
94baac8d02 chefdk: 0.4.0 -> 0.10.0 2015-12-03 13:28:26 -08:00
Nikolay Amiantov
634c9db4c2 Merge pull request #11431 from abbradar/teamviewer
teamviewer: init at 11.0.52520, remove older versions
2015-12-03 23:59:53 +03:00
Nikolay Amiantov
f3e8bb780c nixos/kbd: make systemd-vconsole-setup work with KMS 2015-12-03 22:54:24 +03:00
Nikolay Amiantov
c3d503d33d teamviewer: init at 11.0.52520, remove older versions 2015-12-03 22:28:36 +03:00
Burke Libbey
211c9ab28b Add coreutils-prefixed to install coreutils as gls, ggrep, etc.
Close #11421. Amended by vcunat not to cause a stdenv rebuild.
2015-12-03 20:08:37 +01:00
Bart Brouns
b94a2db590 yoshimi: 1.3.6 -> 1.3.7.1 2015-12-03 19:54:19 +01:00
Vincent Laporte
dc6b4e7fdd coq-flocq: 2.4.0 -> 2.5.0; coq-interval: 2.0.0 -> 2.1.0 2015-12-03 19:30:19 +01:00
John Wiegley
95f6a9e147 pcsclite: Enable building on Darwin 2015-12-03 13:13:31 -05:00
John Wiegley
31e5abf788 openvpn: Enable building on Darwin 2015-12-03 13:12:49 -05:00
John Wiegley
94a7e2b441 emacsPackages.auctex: 11.88 -> 11.89 2015-12-03 13:11:25 -05:00
Dan Peebles
20cc1a6b90 boto3: 1.1.4 -> 1.2.2 2015-12-03 11:45:25 -05:00
Eelco Dolstra
ec795d3632 texFunctions: Use modular texlive instead of tetex 2015-12-03 17:40:27 +01:00
Pascal Wittmann
33044458eb Merge pull request #11371 from tk-ecotelecom/fix-wmii
wmii.nix: fix module args
2015-12-03 17:18:33 +01:00
Thomas Mader
ef17efa99b dmd: add gcc runtime dependency because dmd uses the linker of gcc on linux.
From #11327.
2015-12-03 16:32:27 +01:00
Domen Kožar
eca688c6d8 Merge pull request #7170 from risicle/djangogis
django: add a django_gis variant which patches django to properly point ...
2015-12-03 14:29:18 +01:00
Arseniy Seroka
e024f7fec9 Merge pull request #11409 from FlorentBecker/kcov
kcov: fix issue #11399
2015-12-03 16:28:45 +03:00
Dan Peebles
60f949bc78 awscli: fix broken dependency
Sorry, not sure how I missed this in my earlier commit!
2015-12-03 08:25:29 -05:00
Dan Peebles
8a84a80193 awscli: 1.7.47 -> 1.9.6
Also updates its botocore dependency from 1.1.10 to 1.3.6 and makes it
use requests2 instead of requests.
2015-12-03 08:23:29 -05:00
Domen Kožar
7402dd4197 nova-image: don't use ec2-data since it delays the bootup time 2015-12-03 11:10:32 +01:00
Domen Kožar
76fc329794 oslo-rootwrap: patch binaries path 2015-12-03 11:10:19 +01:00
Domen Kožar
710b350b8e pythonPackages: remove outdated glance, use glanceclient 2015-12-03 11:10:13 +01:00
Domen Kožar
a4fc362c54 neutron: patch for iproute 4.x compatibility 2015-12-03 11:09:54 +01:00
Domen Kožar
4abb515c6e glance: propagated MySQL_python 2015-12-03 11:09:50 +01:00
Domen Kožar
29befbeb95 dnsmasq: install dhcp_* tools 2015-12-03 11:09:40 +01:00
Burke Libbey
eeb2935ac5 Fix notmuch for darwin, fixes #11410
platforms can be unix; this works on darwin at *least*, after we fix the
libtalloc references.
2015-12-03 09:03:29 +01:00
Franz Pletz
3edcc3c669 sudo: 1.8.14p3 -> 1.8.15, fixes #11297 2015-12-03 09:02:17 +01:00
Burke Libbey
3c437a643f GNU apparently modified bash patch 042. 2015-12-03 08:58:30 +01:00
Evan Danaher
523d6846a7 fvwm: add gestures option to use libstroke 2015-12-03 00:31:24 -05:00
Evan Danaher
474d64eecf libstroke: init at version 0.5.1 2015-12-03 00:30:17 -05:00
Tobias Geerinckx-Rice
5cce3e5019 libpsl: list 2015-11-13 -> 2015-12-03 2015-12-03 05:25:39 +01:00
Tobias Geerinckx-Rice
0b61b299cc perlPackages.Gtk2 1.2496 -> 1.2497 2015-12-03 04:48:04 +01:00
Tobias Geerinckx-Rice
f6fa6c26c8 Merge pull request #11413 from hrdinka/update/xca
xca: 1.3.1 -> 1.3.2
2015-12-03 01:15:14 +01:00
Daniel Peebles
29476b2ef9 Merge pull request #11418 from NixOS/revert-11398-update-bash-patches
Revert "Update bash patches"
2015-12-02 19:10:40 -05:00
Daniel Peebles
539c1d1b2c Revert "Update bash patches" 2015-12-02 19:10:06 -05:00
Daniel Peebles
621e926430 Merge pull request #11398 from burke/update-bash-patches
Update bash patches
2015-12-02 19:00:23 -05:00
Dan Peebles
df27b34918 psycopg2: fix build on darwin
For some reason its build script requires libssl only on darwin.
2015-12-02 18:06:00 -05:00
Bart Brouns
79b1e05b42 jackaudio: compile without profiling 2015-12-03 00:02:08 +01:00
Dan Peebles
f8e99ec0e4 python-gnupg: init at 0.3.8 2015-12-02 17:59:32 -05:00
Matej Cotman
05eb4c8928 Merge pull request #11412 from matejc/master-owncloud
re owncloud latest
2015-12-02 23:11:30 +01:00
Nikolay Amiantov
3e03a6fd44 Merge pull request #11414 from hrdinka/update/nginx-lua
nginxModules.lua: 0.9.16 -> 0.9.19
2015-12-03 01:09:23 +03:00
Christoph Hrdinka
1391ca3af1 nginxModules.lua: 0.9.16 -> 0.9.19 2015-12-02 23:06:34 +01:00
Christoph Hrdinka
a2b5aafa61 xca: 1.3.1 -> 1.3.2 2015-12-02 23:01:00 +01:00
Florent Becker
fa8586495d kcov: fix issue #11399 2015-12-02 22:20:01 +01:00
Vincent Laporte
69b6125edf ocaml-dolog: 1.1 -> 3.0 2015-12-02 21:03:59 +01:00
Peter Simons
40a22e40f8 Add LTS Haskell 3.16. 2015-12-02 21:00:34 +01:00
Peter Simons
f46ad3f6d8 haskell-sdr: re-enable the test suite
https://github.com/adamwalker/sdr/issues/1#issuecomment-99296074
suggests that the issue has been fixed.
2015-12-02 21:00:34 +01:00
Peter Simons
906fefe444 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: f9c10dd1aa
  - Hackage: fda7f3f477
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: a30c2abd60
2015-12-02 21:00:22 +01:00
Arseniy Seroka
f35b417dc4 Merge pull request #11357 from samuelrivas/scala-propagate-jre
scala: setup classpath
2015-12-02 22:52:22 +03:00
Arseniy Seroka
7aa42e1f31 Merge pull request #11402 from robgssp/clfswm-fix
clfswm: fix contrib-dir path
2015-12-02 22:47:11 +03:00
Arseniy Seroka
3e2d5e4d4e Merge pull request #11379 from bendlas/update-cdemu
cdemu: package updates
2015-12-02 22:46:42 +03:00
Arseniy Seroka
29a1c7df20 Merge pull request #11403 from FRidh/mendeley
mendeley: 1.15 -> 1.15.2
2015-12-02 22:46:01 +03:00
Arseniy Seroka
05b15438f3 Merge pull request #11404 from mayflower/update-php
php70: 7.0.0RC6 -> 7.0.0
2015-12-02 22:45:46 +03:00
Augustin Borsu
c17a60b636 owncloud httpd-service: add package option
Owncloud package used can now be set in configuration.nix using
package option.
2015-12-02 20:37:41 +01:00
Augustin Borsu
9d5bf282c7 owncloud httpd-service: fix trusted_domain when unset
When an empty string was given as trusted_domain, the trusted
domain was set to be empty string instead of not beeing set.
2015-12-02 20:37:33 +01:00
Augustin Borsu
16fd6c1cf0 owncloud: 7.0.5 -> 7.0.10 +
Commit changes default version to 7.0.10, 7.0.5 version is kept for
people reluctant to update. Needed info has also been added for
versions 8.0, 8.1 and 8.2 only the latest minor version of each
major version is included.
2015-12-02 20:36:40 +01:00
Augustin Borsu
e08ffc472c owncloud httpd-service: add urlPrefix option
This option allows user to specify a url prefix for owncloud.
By default it is set to "" and the document root will be set
to owncloud's dir.
If a prefix is set, e.g. urlPrefix = "/owncloud"
an alias will be created using that prefix to point to owncloud's
dir and owncloud will be available at http://localhost/owncloud
2015-12-02 20:36:26 +01:00
Vincent Laporte
a4a334bbe0 smtube: 15.9.0 -> 15.11.0 2015-12-02 19:46:23 +01:00
Vincent Laporte
da4706f72a smplayer: 15.9.0 -> 15.11.0 2015-12-02 19:46:23 +01:00
Vincent Laporte
241914a8f7 ocaml-uucp: 0.9.1 -> 1.1.0 2015-12-02 19:46:23 +01:00
Pascal Wittmann
16037c6df5 zsh-navigation-tools: 1.3.1 -> 1.3.2 2015-12-02 19:11:02 +01:00
Domen Kožar
6cf4e29c4f Fix build for python3Packages.spyder
pylint (using Python 2.7) got propagated into python3Packages.spyder
so Python 2.7 setup-hook was used instead of python34.

Now that pylint is part of pythonPackages attribute set, pylint is
used with python3.4 as a base.
2015-12-02 19:07:46 +01:00
lethalman
787be7b80e Merge pull request #11386 from avnik/qtile
Qtile rework
2015-12-02 18:51:48 +01:00
Pascal Wittmann
3272dbf65c Merge pull request #11381 from magnetophon/tudu-master
tudu: init at 0.10
2015-12-02 18:19:12 +01:00
Eelco Dolstra
403271a476 perl: 5.20.2 -> 5.20.3 2015-12-02 18:12:32 +01:00
Eelco Dolstra
cae5bfb991 statsd: Don't use <nixpkgs>
This was preventing the Nixpkgs channel from updating, since the
program indexer barfed on:

  error: anonymous function at /nix/store/wdnwbh3kmf68nhqqp0khcyxbdbp43vg5-nixos-14.12.626.b0d594c/nixos/nixpkgs/pkgs/top-level/node-packages.nix:1:1 called without required argument ‘neededNatives’, at /data/releases/nixos/unstable-small/.tmp-nixos-16.03pre72946.c50d013-787/unpack/nixos-16.03pre72946.c50d013/lib/customisation.nix:56:12

because Nixpkgs 16.03 was importing files from Nixpkgs 14.12.

Also added some half-assed checks to detect this issue in the future.
2015-12-02 15:58:30 +01:00
Eelco Dolstra
f7c25bf9c2 Manual: Add a warning that overrideDerivation should not be used 2015-12-02 13:54:24 +01:00
Robin Gloster
f22b401cdc php70: 7.0.0RC6 -> 7.0.0 2015-12-02 12:54:04 +00:00
Antoine Eiche
e78fb0d59a git-review: init at 1.25.0
This provides a git command for submitting branches to Gerrit.
2015-12-02 12:36:01 +01:00
Frederik Rietdijk
d8530fe7e5 mendeley: 1.15 -> 1.15.2 2015-12-02 12:09:50 +01:00
Eelco Dolstra
6a766f47c2 glibc: Fix assertion failure when using incompatible locale data
Borrowed from

  http://git.savannah.gnu.org/cgit/guix.git/plain/gnu/packages/patches/glibc-locale-incompatibility.patch

https://github.com/NixOS/nix/issues/599

We may also want to apply

  http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/patches/glibc-versioned-locpath.patch

but we'll need to ditch locale-archive first. (Apparently
locale-archive is not very useful anymore anyway.)
2015-12-02 11:27:39 +01:00
Robert Glossop
cdfd370c9e clfswm: fix contrib-dir path 2015-12-02 04:30:29 -05:00
lethalman
e0bacc0b39 Merge pull request #11159 from dezgeg/pr-xfsprogs-fix
xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota work
2015-12-02 10:11:04 +01:00
Domen Kožar
33eddc4e90 Merge pull request #11318 from gebner/morituri-cddb
morituri fails because of missing CDDB dependency
2015-12-02 09:21:35 +01:00
Robert Helgesson
777d3e5927 eclipse-plugin-scala: 4.1.1.20150911 -> 4.1.1.20151201 2015-12-02 08:41:08 +01:00
Robert Helgesson
1a70229641 eclipse-plugin-anyedit: 2.5.0 -> 2.6.0 2015-12-02 08:41:08 +01:00
Domen Kožar
fbd517f808 Merge pull request #11388 from FRidh/pysoundfile
python pysoundfile: disable on 32 bit systems
2015-12-02 08:27:04 +01:00
Burke Libbey
4007b3a251 GNU apparently modified bash patch 042. 2015-12-01 23:04:43 -05:00
Arseniy Seroka
7afc077139 Merge pull request #11351 from basvandijk/strongswan-modprobe
strongswan service: use config.system.sbin.modprobe instead of kmod
2015-12-01 23:01:15 +03:00
Arseniy Seroka
92f27b1a0a Merge pull request #11350 from magnetophon/dina-font-master
dina font: rename to dina-pcf, add vanilla version
2015-12-01 23:00:34 +03:00
Arseniy Seroka
f628b757a9 Merge pull request #11337 from markWot/cntlm_update_from_035_to_0923
cntlm: 0.35.1 -> 0.92.3
2015-12-01 22:59:36 +03:00
Arseniy Seroka
6f50bbb60e Merge pull request #11323 from gebner/sleuthkit-4.2.0
sleuthkit: 4.1.3 -> 4.2.0
2015-12-01 22:59:10 +03:00
Arseniy Seroka
4f49d3da69 Merge pull request #11321 from steveeJ/rkt-v0.12
rkt: v0.11.0 -> 0.12.0
2015-12-01 22:58:54 +03:00
Frederik Rietdijk
4ff3787adb python spyder: 2.3.7 -> 2.3.8 2015-12-01 20:23:42 +01:00
Nikolay Amiantov
c50d013d1f soundfont-fluid: init at 3 2015-12-01 20:46:31 +03:00
Nikolay Amiantov
d573b1e7a9 vlc: add midi support via fluidsynth 2015-12-01 20:46:31 +03:00
Nikolay Amiantov
123b73a182 deadbeef: add optional wildmidi support 2015-12-01 20:46:31 +03:00
Frederik Rietdijk
6bda7509e5 python pysoundfile: disable on 32 bit systems
due to a bug
2015-12-01 17:21:16 +01:00
Domen Kožar
6da921e9dd Merge pull request #11383 from np/BlinkStick
pythonPackages.BlinkStick: init at 1.1.8
2015-12-01 15:26:07 +01:00
Nikolay Amiantov
5aca5faa94 Merge pull request #11382 from bendlas/update-wine
wine(tricks): update packages
2015-12-01 14:48:31 +03:00
Alexander V. Nikolaev
28c44a15c7 qtile: rework package
* Use absolute paths to load gobject, pango and cairo.
* Add xcb-cursor support (also with absolute path)
* Avoid tainting child processes environment:
  Save PATH and PYTHONPATH in wrapper, and restore them in python code.
* Alter restart process, using $0 saved in wrapper, which allow user
  to restart qtile after system rebuild to upgrade it.
2015-12-01 13:46:18 +02:00
Alexander V. Nikolaev
9b166f0db2 Use absolute path to load libxcb.so 2015-12-01 13:45:06 +02:00
Nicolas Pouillard
ed42bff48f pythonPackages.BlinkStick: init at 1.1.8 2015-12-01 12:32:23 +01:00
Domen Kožar
c133cc9d0b Merge pull request #11380 from bendlas/update-pypy
pypy: 4.0.0 -> 4.0.1
2015-12-01 12:03:23 +01:00
Herwig Hochleitner
ddbd0dfcae wine(tricks): update packages
wine 1.7.55 -> 1.8-rc2
winetricks 20151110 -> 20151116
2015-12-01 11:58:17 +01:00
Bart Brouns
62dcb40fec tudu: init at 0.10 2015-12-01 11:52:28 +01:00
Herwig Hochleitner
a92a40e8a1 pypy: 4.0.0 -> 4.0.1 2015-12-01 11:45:13 +01:00
Herwig Hochleitner
56e1d13842 cdemu: package updates
client:    3.0.0 -> 3.0.1
daemon:    3.0.2 -> 3.0.3
gui:       3.0.0 -> 3.0.1
libmirage: 3.0.3 -> 3.0.4
2015-12-01 11:43:16 +01:00
Mitch Tishmack
03c1f6db6a pythonPackages.werkzeug: update 0.9.6 -> 0.10.4, fixes #11209 2015-12-01 11:27:50 +01:00
Luca Bruno
e0102a91ea nixos/tests: increase ram from 768 to 1024
Fixes simpleProvided test failing on unionfs
using more ram than available.

cc @edolstra @wkennington
2015-12-01 11:24:37 +01:00
aszlig
79bd2b08ee linux-testing: Fix build with default config.
Regression introduced by 03a3a905b9.

Our default config includes all modules and since torvalds/linux@47ca6ec
this results in a regression due to in a circular dependency between
libcfs and LNet:

depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet

The discussion regarding this in the LKML is here:

https://lkml.org/lkml/2015/11/2/388

So this adds a patch which is not yet included in mainline and has been
submitted to the LKML at:

https://lkml.org/lkml/2015/11/6/987

Built successfully via "nix-build -A linux-testing".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 11:22:29 +01:00
Vincent Laporte
38eb17c2e2 why3: 0.86.1 -> 0.86.2 2015-12-01 11:04:08 +01:00
Franz Pletz
4a2b075154 jool: 3.3.2 -> 3.4.2, fixes #11299 2015-12-01 10:49:44 +01:00
Luca Bruno
bb88a11ee9 nixos/tests/misc: start systemd-udev-settle manually
systemd-udev-settle is not started by default anymore.
Because checking for psmouse like that is considered legacy,
we start systemd-udev-settle manually in the test.

cc @edolstra
2015-12-01 10:27:26 +01:00
Domen Kožar
e133b412db Merge pull request #11377 from desiderius/consul-0.4.7
pythonPackages.consul: init at 0.4.7
2015-12-01 10:06:13 +01:00
Domen Kožar
b18acb4465 Merge pull request #11376 from desiderius/elasticsearch-1.9.0
pythonPackages.elasticsearch: remove dependencies
2015-12-01 10:05:51 +01:00
Edward Tjörnhammar
9787d22142 kodiPlugins.advanced-launcher: switch repo 2015-12-01 10:02:11 +01:00
desiderius
12b670178c pythonPackages.elasticsearch: remove dependencies
Remove the pyyaml and pyaml dependencies. They are only used in
the unit tests and pyaml is marked as Python 2 only.
2015-12-01 09:42:07 +01:00
Edward Tjörnhammar
0fd54ec333 Merge pull request #11368 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29
2015-12-01 09:37:32 +01:00
aszlig
03a3a905b9 linux-testing: 4.4.0-rc1 -> 4.4.0-rc3
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc1&id2=v4.4-rc3

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 09:34:39 +01:00
Rob Vermaas
7f4fcbae78 Fix-up cherry-pick of plotly python library. 2015-12-01 08:27:24 +00:00
Rob Vermaas
ca02d1aace Add plotly 1.9.1 python package
(cherry picked from commit fe8fd63e39)
2015-12-01 08:27:24 +00:00
Aycan iRiCAN
92aff2a297 Merge pull request #11375 from utdemir/master
Use sha256 instead of md5 on py3status
2015-12-01 10:23:10 +02:00
Utku Demir
444724ba1c Use sha256 instead of md5 on py3status 2015-12-01 10:21:55 +02:00
Vincent Laporte
6528550a5f grass: 7.0.1 -> 7.0.2 2015-12-01 09:15:28 +01:00
Aycan iRiCAN
ae24b9531d Merge pull request #11374 from utdemir/master
pythonPackages.py3status: 2.3 -> 2.7
2015-12-01 10:12:36 +02:00
Utku Demir
f2a6b70131 pythonPackages.py3status: 2.3 -> 2.7 2015-12-01 10:10:43 +02:00
desiderius
76caef6794 pythonPackages.consul: init at 0.4.7 2015-12-01 09:05:20 +01:00
Edward Tjörnhammar
4f4d1fdd33 mlmmj: 1.2.18.1 -> 1.2.19.0 2015-12-01 08:38:49 +01:00
Timofei Kushnir
8b1fc9ca75 wmii.nix: fix module args 2015-12-01 09:08:20 +03:00
Aristid Breitkreuz
f501e69e41 tbb: 4.2-u5 -> 4.4-u2 2015-12-01 00:11:51 +01:00
Robert Helgesson
d76bc1daee svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29 2015-11-30 23:34:52 +01:00
Evgeny Egorochkin
78d3164ff1 midori: add a missing dependency to buildInputs 2015-12-01 00:26:49 +02:00
Peter Simons
806008a48e Merge pull request #11362 from dezgeg/pr-buildenv-meta
buildEnv: Allow setting meta attributes
2015-11-30 23:21:39 +01:00
Michael Raskin
9b6420f200 Merge pull request #11366 from tohl/master
sbcl bump up and fix, libpst maintainer
2015-12-01 00:58:18 +03:00
Arseniy Seroka
7f6efa5497 Merge pull request #11360 from mrVanDalo/zynaddsubfx
zynaddsubfx: improvment 2.4.4 -> 2.5.2
2015-12-01 00:46:23 +03:00
Pascal Wittmann
119e0a7bdb Merge pull request #11354 from mrVanDalo/aj-snapshot
aj-snapshot: init 0.9.6
2015-11-30 22:38:41 +01:00
Tomas Hlavaty
058cd04be4 Revert "sbcl: cleaner xc-host"
This reverts commit 393f0eecae.
2015-11-30 22:33:44 +01:00
Tomas Hlavaty
6054d13108 libpst: add myself as maintainer 2015-11-30 22:25:06 +01:00
Tomas Hlavaty
c6365ec0df sbcl: 1.3.0 -> 1.3.1 2015-11-30 22:25:06 +01:00
Jude Taylor
c20b6846f2 rustc: build on darwin 2015-11-30 12:54:04 -08:00
Timo Meijer
12ec6223f4 lightdm-gtk-greeter module: Fix error when lightdm disabled 2015-11-30 21:11:25 +01:00
Aristid Breitkreuz
158e4ffd9c mathematica package patchPhase does not like set -e 2015-11-30 21:08:30 +01:00
Arseniy Seroka
56dc9789aa Merge pull request #11340 from AndersonTorres/yabause
Yabause: init at 0.9.14
2015-11-30 22:55:22 +03:00
Vincent Laporte
0b7fd5f621 ocaml-yojson: 1.1.8 -> 1.2.3 2015-11-30 18:07:36 +01:00
Ingolf Wagner
58085a9c85 zynaddsubfx: improvment 2.4.4 -> 2.5.2 2015-11-30 17:57:15 +01:00
Frederik Rietdijk
104f98c12a fftw: add fftwLongDouble, disable SSE2 in that case 2015-11-30 17:18:57 +01:00
Frederik Rietdijk
0ca454570b python pyfftw: init at 0.9.2 2015-11-30 17:18:03 +01:00
Ingolf Wagner
90f3c390f0 aj-snapshot: init (0.9.6) 2015-11-30 17:15:49 +01:00
Domen Kožar
fc8e28513d Merge pull request #11358 from FRidh/updates
python packages updates
2015-11-30 16:23:47 +01:00
Frederik Rietdijk
e1bb899451 python sympy: 0.7.6 -> 0.7.6.1 2015-11-30 15:28:42 +01:00
Frederik Rietdijk
f1fd5fd3d9 python pandas: 0.17.0 -> 0.17.1 2015-11-30 15:28:30 +01:00
Frederik Rietdijk
e505ff8a8d python numexpr: 2.4.3 -> 2.4.6 2015-11-30 15:28:15 +01:00
Frederik Rietdijk
e76343c0c9 python ipywidgets: 4.0.2 -> 4.1.1 2015-11-30 15:28:03 +01:00
Frederik Rietdijk
697be016ca python ipyparallel: 4.0.2 -> 4.1.0 2015-11-30 15:27:49 +01:00
Frederik Rietdijk
340b03637a python ipykernel: 4.1.1 -> 4.2.0 2015-11-30 15:27:36 +01:00
Samuel Rivas
b1429a2713 scala: setup classpath 2015-11-30 15:18:50 +01:00
Pascal Wittmann
8d6af3c474 perl-HTML-Scrubber: 0.08 -> 0.15 2015-11-30 14:50:42 +01:00
Pascal Wittmann
cdecab7b43 perl-HTML-FormFo: 0.09010 -> 2.01 2015-11-30 14:50:42 +01:00
Pascal Wittmann
9790732b18 perl-DBIx-Class: fix tests 2015-11-30 14:50:42 +01:00
Mitch Tishmack
01fe47c78b librsync needs --std=gnu89 due to use of inline, fixes #11211
Without this, if compiled with clang, all static functions do not end
up in the resultant shared library due to clang defaulting to c99.

The simple fix is to adjust CFLAGS, otherwise one needs to patch
a lot of inline's away needlessly.
2015-11-30 14:43:07 +01:00
Oliver Charles
7f7b0dc3f2 Merge pull request #11336 from TimoMeijer/fix/nixos-modules-lightdm
lightdm module: Extract greeter configuration and add theme options
2015-11-30 13:08:05 +00:00
Peter Simons
3a14c49fa0 Merge pull request #11352 from jb55/multi-ghc-travis-patch
multi-ghc-travis: init at git-2015-11-04
2015-11-30 14:01:50 +01:00
Timo Meijer
a621fd76c2 lightdm-gtk-greeter module: Add configuration options for theme and iconTheme 2015-11-30 12:58:13 +00:00
Timo Meijer
59c6fba342 lightdm module: extract greeter configuration 2015-11-30 12:58:05 +00:00
Domen Kožar
7c5100d50e Merge pull request #11356 from FRidh/line_profiler
python line_profiler: init at 1.0
2015-11-30 13:45:46 +01:00
Frederik Rietdijk
d12aadf87f python line_profiler: init at 1.0 2015-11-30 13:22:56 +01:00
Vincent Laporte
2ccc9a8bd1 easy-format: 1.0.2 -> 1.1.0 2015-11-30 11:46:14 +01:00
Domen Kožar
dc977f78a8 Merge pull request #11147 from FRidh/wrapper
python: apply wrapper to all packages in python.buildEnv extraLibs
2015-11-30 11:08:19 +01:00
Frederik Rietdijk
12e8f3c6aa python: apply wrapper to all packages in python.buildEnv extraLibs
Currently, when constructing a buildEnv and adding packages via
extraLibs, then binaries in extraLibs cannot access the other Python
modules. An example is having ipython/jupyter in extraLibs; in that case
ipython cannot import any other modules.
2015-11-30 10:52:57 +01:00
Domen Kožar
7b7a997a35 disable some python packages 2015-11-30 10:08:45 +01:00
Domen Kožar
68dd644458 snabbswitch: 2015.10 -> 2015.11 2015-11-30 10:08:45 +01:00
Edward Tjörnhammar
c497ac6307 pythonPackages.acd_cli: switch to makeWrapperArgs to avoid re-wrapping wrappers 2015-11-30 07:22:32 +01:00
William Casarin
bc698428aa multi-ghc-travis: init at git-2015-11-04 2015-11-29 17:39:34 -08:00
Bas van Dijk
db43a79f10 strongswan service: use config.system.sbin.modprobe instead of kmod
Fixes: #8343
2015-11-30 01:50:57 +01:00
Tobias Geerinckx-Rice
775512eb6d pythonPackages.click 6.1 -> 6.2 2015-11-30 00:12:11 +01:00
Pascal Wittmann
763d89f9c5 tests-chromium: fix link to svg file
closes #11208
2015-11-29 22:43:28 +01:00
Pascal Wittmann
64306fab9a perl-packages: fix some licenses 2015-11-29 22:42:14 +01:00
Pascal Wittmann
399c428197 viking: 1.6 -> 1.6.1 2015-11-29 22:42:14 +01:00
Bart Brouns
73ab10af6f dina font: rename to dina-pcf, add vanilla version 2015-11-29 22:17:14 +01:00
Pascal Wittmann
56d3457c2f doc: --meta is not needed in the presence of --json 2015-11-29 21:51:22 +01:00
Edward Tjörnhammar
67cbf9ae6f pythonPackages.acd_cli: add libfuse a program dependency 2015-11-29 21:04:13 +01:00
Aristid Breitkreuz
0b9c4af74a Merge pull request #11342 from basvandijk/wordpress-4.3.1
wordpress: 4.3 -> 4.3.1
2015-11-29 20:51:57 +01:00
Edward Tjörnhammar
f6b5d3806b pythonPackages.acd_cli: init at 0.3.1 2015-11-29 19:56:31 +01:00
Tuomas Tynkkynen
74c09a6e64 buildEnv: Allow setting meta attributes 2015-11-29 19:13:19 +02:00
Pascal Wittmann
44cb13be5c jsonnet: fix evaluation 2015-11-29 17:34:10 +01:00
Aristid Breitkreuz
780f6788b6 Merge pull request #11341 from benley/jsonnet-0.8.5
jsonnet: init at 0.8.5
2015-11-29 17:18:10 +01:00
Arseniy Seroka
a9056371a0 Merge pull request #9701 from basvandijk/wordpress-fix
wordpress: use the correct mysql pidDir
2015-11-29 18:22:33 +03:00
Shea Levy
ffc1762715 ats2: 0.1.12 -> 0.2.4 2015-11-29 10:04:57 -05:00
Peter Simons
5e46f431f4 Merge pull request #11309 from Profpatsch/refactor-stdenv-generic
stdenv: `licenseAllowed` -> `checkValidity`
2015-11-29 16:04:03 +01:00
lethalman
072aa5000f Merge pull request #11329 from ctheune/submit/pkg-syncthing-update-0.12.4
syncthing: 0.11 -> 0.12
2015-11-29 15:51:00 +01:00
Bas van Dijk
af500630e8 wordpress: use the correct mysql pidDir 2015-11-29 15:46:43 +01:00
Peter Simons
2cf7069b7d fetchgit: call in-repository script with bash explicitly
The script's shebang depends on /usr/bin/env, which we don't have in chroot
environments. This patch remedies the fallout from ade9f7167d, which
fixed https://github.com/NixOS/nixpkgs/issues/11284.
2015-11-29 15:43:56 +01:00
lethalman
b97f5e8b33 Merge pull request #7993 from wavewave/extra-binds
nixos-container: support user-defined extra binds
2015-11-29 15:42:58 +01:00
Peter Simons
8d937ac941 configuration-hackage2nix.yaml: update list of broken builds 2015-11-29 15:30:31 +01:00
Peter Simons
e15a003ddd haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5 2015-11-29 15:30:31 +01:00
Peter Simons
7ab53bc51a haskell-language-c-quote: fix build by compiling with older version of alex 2015-11-29 15:30:30 +01:00
Peter Simons
da54e29789 haskell-morte: fix build by compiling with older version of alex 2015-11-29 15:30:30 +01:00
Peter Simons
2b6f0d08c6 haskell-gtk2hs-buildtools: build this package with alex 3.1.4
The latest version, alex 3.1.5, generates code that this package can't
cope with.
2015-11-29 15:30:30 +01:00
Peter Simons
7a9bb6dee2 Add LTS Haskell version 3.15. 2015-11-29 15:30:30 +01:00
Peter Simons
b4cd7cf882 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7b12664abe
  - Hackage: 624aeb0d41
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: dc4725639c
2015-11-29 15:30:24 +01:00
Philip Potter
01eb385346 certificate-transparency: init at 2015-11-27
libevhtp: 1.2.10 -> 1.2.11

Package for certificate-transparency

This adds openssl support to libevent.  Libevent can be compiled without
openssl, in which case it just doesn't build the libevent_openssl
library.  However it seems simpler just to default to including openssl
support.

This bumps evhtp's version because 1.2.11 provides pkg-config
information which makes building certificate-transparency easier.

This has been tested with `doCheck = true;`.

Signed-off-by: Edward Tjörnhammar <ed@cflags.cc>
2015-11-29 15:01:22 +01:00
Aristid Breitkreuz
0bc71a73eb Merge pull request #11344 from basvandijk/graphite-pidfiles-in-run
graphite service: store PID files under /run
2015-11-29 14:35:34 +01:00
Aristid Breitkreuz
7b63ae115e Merge pull request #11326 from mayflower/update-php
php56: 5.6.15 -> 5.6.16
2015-11-29 14:34:36 +01:00
Franz Pletz
862a2615e7 opensmtpd: 5.7.1p1 -> 5.7.3p1 2015-11-29 14:31:03 +01:00
Bas van Dijk
3ac171cefb graphite service: store PID files under /run and configure systemd to use them
The advantage of putting the PID file under the ephemeral /run is that
when the machine crashes /run gets cleared allowing graphite to start
once the machine is rebooted.

We also set the PIDFile systemd option so that systemd knows the correct
PID and enables systemd to remove the file after service shut down.
2015-11-29 14:17:23 +01:00
Vladimír Čunát
8d62b2b8fa nixos/release notes: explain removal of tidy-html5
This belongs to 81b9cc6f54.
2015-11-29 13:50:55 +01:00
Benjamin Staffin
99b8c7cff0 jsonnet: init at 0.8.5 2015-11-29 04:13:00 -08:00
Bas van Dijk
f48f916fd1 wordpress: 4.3 -> 4.3.1 2015-11-29 12:50:00 +01:00
Vladimír Čunát
10135e6f41 fish: use absolute path to clear when pressing ^L
It was unable to find `clear` for me.
/cc maintainer @ocharles.
2015-11-29 12:01:17 +01:00
Aristid Breitkreuz
75abd4f0f9 Merge pull request #11322 from rycee/fix/gpsbabel-i686
gpsbabel: fix build for i686
2015-11-29 10:52:02 +01:00
Vladimír Čunát
81b9cc6f54 html-tidy: unify with its drop-in replacement tidy-html5
- the original project has been unmaintained for years
- some dependants needed to be patched due to renamed headers
  https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114
- separate tidy-html5 package was removed, as since the 5.0.0 version
  it's meant as a successor to both, and library name got back
  from libtidy5.so to libtidy.so
  https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666

/cc committers to tidy-html5: @edwjto and @zimbatm.
2015-11-29 10:32:02 +01:00
Vladimír Čunát
f2ad4a47e8 cmake: remove conditional patch that no longer applies
Close #11290. The patch will no longer apply on *any* platform.
2015-11-29 08:58:39 +01:00
AndersonTorres
c7d8597976 Yabause: init at 0.9.14 2015-11-29 01:15:12 -02:00
Fabian Schmitthenner
a936b602b5 smartmontools: 6.3 -> 6.4, update driverdb to r4179 2015-11-29 00:31:13 +01:00
Aristid Breitkreuz
bd82668529 Merge pull request #11324 from zimbatm/fix/webfs-mime
webfs: fix mime types
2015-11-29 00:26:25 +01:00
Aristid Breitkreuz
903053e332 Merge pull request #11335 from markWot/radamsa
radamsa: init at 0.4
2015-11-29 00:24:43 +01:00
Aristid Breitkreuz
534e2d8ad3 Merge pull request #11333 from NixOS/ispc
ispc: Intel SPMD Program Compiler
2015-11-29 00:21:42 +01:00
Aristid Breitkreuz
1742774df8 ispc: init at <GH master>
Intel SPMD Program Compiler

An open-source compiler for high-performance SIMD programming on the CPU

https://ispc.github.io/
2015-11-29 00:21:13 +01:00
Markus Wotringer
cb58cf57d6 radamsa: init at 0.4 2015-11-28 23:51:17 +01:00
Markus Wotringer
1ba100c9ef cntlm: 0.35.1 -> 0.92.3 2015-11-28 23:46:52 +01:00
Peter Simons
fcc876c3f5 Merge pull request #11270 from Ericson2314/patch-2
ghcjs: bump version number to 0.2.0
2015-11-28 21:44:08 +01:00
Arseniy Seroka
7acb88d4a7 Merge pull request #11288 from anderspapitto/go-mode
go-mode: init at 20150817
2015-11-28 23:09:59 +03:00
Arseniy Seroka
8795eeb6e1 Merge pull request #11222 from oxij/w3m-fixes
w3m and ranger fixes
2015-11-28 23:09:29 +03:00
Christian Theune
f6627a9402 syncthing: 0.11 -> 0.12
Also, keep 0.11 around (in an updated version) and make the
pkg an option to the service module.
2015-11-28 20:17:49 +01:00
Domen Kožar
67058bf6e3 Merge pull request #11216 from mitchty/python-packages
Add some python packages
2015-11-28 19:30:49 +01:00
Domen Kožar
1479f2cc3a Merge pull request #11286 from matthiasbeyer/add-weather
weather: init at 2.0
2015-11-28 19:27:17 +01:00
Bjørn Forsman
f93ee4ba3e Merge pull request #11325 from rycee/bump/eclipse-plugin-testng
eclipse-plugin-testng: 6.9.8 -> 6.9.10
2015-11-28 18:06:02 +01:00
Robin Gloster
ef4f3e6ff4 php56: 5.6.15 -> 5.6.16 2015-11-28 16:54:20 +00:00
Robert Helgesson
55ab2a1eeb eclipse-plugin-testng: 6.9.8 -> 6.9.10 2015-11-28 17:36:53 +01:00
Tobias Geerinckx-Rice
6955e7cd09 pythonPackages.click 5.1 -> 6.1 2015-11-28 15:50:10 +01:00
zimbatm
138a42dd11 webfs: fix mime types
Unfortunately the shared_mime_info format is not compatible with webfs.

Instead of pulling the whole httpd package I opted for just fetching the
mime.types file from the apache httpd project.
2015-11-28 14:24:21 +00:00
goibhniu
054402d479 Merge pull request #11096 from magnetophon/faust2-master
faust: add version 2 and make it the default
2015-11-28 14:37:04 +01:00
Gabriel Ebner
3e7d4ce95a sleuthkit: 4.1.3 -> 4.2.0 2015-11-28 13:32:18 +01:00
Robert Scott
7d3dacbdab django: add a django_gis variant which patches django to properly point at its gis libs but therefore also has them as dependencies (gdal for one can be quite big)
Conflicts:
	pkgs/top-level/python-packages.nix
2015-11-28 11:49:22 +00:00
Jos van den Oever
3c771b0f55 davmail: 4.6.1 -> 4.7.0
Upgrade message: http://sourceforge.net/p/davmail/mailman/message/34597887/

This new release contains a lot of fixes from user feedback, a new
-notray command line
option to force window mode and avoid tricky tray icon issues on Linux
and native
smartcard support on Windows.

Caldav:
- Caldav: Map additional priority levels
- Caldav: fix missing LAST-MODIFIED in events

Enhancements:
- Improved tray icon with alpha blend
- Fix imports
- Prepare mutual SSL authentication between client and DavMail
implementation
- Implement -notray command line option as a workaround for broken SWT
and Unity issues
- Change warning messages to debug in close method
- Improve client certificate dialog, build description from certificate
- Exclude client certificates not issued by server provided issuers list

IMAP:
- IMAP: Additional translations and doc for new IMAP setting
- IMAP: Merge patch by Mauro Cicognini, add a new setting to always send
approximate message in RFC822.SIZE to avoid downloading full message body
- IMAP: fix regression with quotes inside folder names
- IMAP: handle quotes inside folder names correctly

OSX:
- OSX link local address on loopback interface
- Exclude arguments starting with dash to avoid patch 38 regression on OSX

Documentation:
- Doc: Document -notray option
- Switch to OpenHub instead of Ohloh

EWS:
- EWS: prepare distribution list implementation
- Fix #254 davmail.exchange.ews.EWSException:
ErrorIncorrectUpdatePropertyCount

Linux:
- Refresh davmail.spec, make RPM noarch
- Handle missing or broken SWT library

Windows:
- Windows: Make MSCAPI keystore type available in Settings for Windows
native smartcard support
- Instantiate MSCAPI explicitly to access Windows Smartcards
- Enable native Windows SmartCard access through MSCAPI (no PKCS11
config required)

Carddav:
- Carddav: Test case for comma in ADR field
- Carddav: Do not replace comma on ADR field, see support request 255
- Caldav: Ignore missing END:VCALENDAR line on modified occurrences
- CardDav: Add empty property test case
2015-11-28 12:36:49 +01:00
Robert Helgesson
dcdd29cfcd gpsbabel: fix build for i686 2015-11-28 12:30:56 +01:00
Stefan Junker
04af203306 rkt: v0.11.0 -> 0.12.0 2015-11-28 12:18:26 +01:00
Shea Levy
920930510e idris-wl-pprint: Use fetchFromGitHub 2015-11-28 05:53:50 -05:00
Vincent Laporte
6a622acc87 merlin: 2.3 -> 2.3.1 2015-11-28 10:42:08 +01:00
Domen Kožar
e2cb8dfa2f Merge pull request #11316 from tk-ecotelecom/no-uefi-hybrid
LiveCD: Enable to create hybrid ISO without UEFI boot
2015-11-28 10:00:00 +01:00
Vincent Laporte
a3fa690fa2 ocaml: add local copy of the ocamlbuild patch 2015-11-28 09:48:55 +01:00
Gabriel Ebner
1c620f073a morituri: 0.2.3 -> 0.2.3.20151109 2015-11-28 08:29:42 +01:00
Gabriel Ebner
50532874fa morituri: add CDDB dependency 2015-11-28 08:06:32 +01:00
Gabriel Ebner
a9fc6c82f1 pythonPackages.CDDB: init at 1.4 2015-11-28 08:06:32 +01:00
Timofei Kushnir
c7f4092ed3 Enable to create hybrid ISO without UEFI boot 2015-11-28 08:55:47 +03:00
taku0
50a842fb37 thunderbird-bin: 38.3.0 -> 38.4.0 2015-11-28 12:00:44 +09:00
Matthijs Steen
8cd52ce5f7 basex: 7.8.2 -> 8.3.1 2015-11-27 21:56:31 +01:00
Profpatsch
ee07543ccd stdenv: licenseAllowed -> checkValidity
Rename and make it a true function (that can be re-used and could be
moved to the library).
2015-11-27 21:56:28 +01:00
Rok Garbas
2de0dc1a18 statsd: updated package and nixos service
* package statsd node packages separatly since they actually require
  nodejs-0.10 or nodejs-0.12 to work (which is ... well old)

* remove statsd packages and its backends from "global" node-packages.json.
  i did not rebuild it since for some reason npm2nix command fails. next time
  somebody will rerun npm2nix statsd packages are going to be removed.

* statsd service: backends are now provided as strings and not anymore as
  packages.
2015-11-27 21:42:21 +01:00
Arseniy Seroka
c6932509b8 Merge pull request #11302 from fkz/sad
add package: system for automated deduction
2015-11-27 22:25:44 +03:00
Shea Levy
f7c2cd3347 Merge branch 'idris-packages' 2015-11-27 13:44:06 -05:00
Shea Levy
9562549ff2 idris-modules: Add docs 2015-11-27 13:34:38 -05:00
Shea Levy
0f90c9dbc1 idris-modules: documentation 2015-11-27 13:17:17 -05:00
Tobias Geerinckx-Rice
a8abf054ee goPackages.git-lfs: remove man and script
After dc3ec30 these are back in $PATH where they don't belong. Just
remove them ‘for now’.

(`postInstall` seems to have been modified in the gap between 741bf84,
where those files were simply removed, and 6602f49.)
2015-11-27 19:04:43 +01:00
Pascal Wittmann
504ca69cd4 Merge pull request #11306 from wedens/font_awesome_update
font-awesome-ttf: 4.4.0 -> 4.5.0
2015-11-27 19:03:27 +01:00
Anders Papitto
94a109c0c9 go-mode: init at 20150817 2015-11-27 09:48:57 -08:00
wedens
6496a6e115 font-awesome-ttf: 4.4.0 -> 4.5.0 2015-11-27 22:42:59 +06:00
Shea Levy
0dce60b34d Add wl-pprint Idris package. 2015-11-27 11:03:04 -05:00
Fabian Schmitthenner
dc164dc2ee system for automated deduction: init at 2.3-25 2015-11-27 15:12:09 +00:00
Shea Levy
a01c7b5a15 idris-modules: Filter out default.nix 2015-11-27 09:57:49 -05:00
Shea Levy
a5ca796f55 idris-modules: Read the filesystem to populate package list 2015-11-27 09:55:22 -05:00
Shea Levy
efbee054fd Add builtin idris packages to idrisPackages 2015-11-27 09:35:59 -05:00
Shea Levy
5898c20604 Add idrisPackages to all-packages.nix 2015-11-27 08:19:50 -05:00
Shea Levy
34e8eea942 Add with-packages wrapper for idris 2015-11-27 07:56:11 -05:00
Pascal Wittmann
dc3ec30765 go-git-lfs: fix build
was failing with

output ‘/nix/store/…-go1.4-git-lfs-v1.0.0-bin’ is not allowed to refer
to path ‘/nix/store/…-go-1.4.3’

@nckx
2015-11-27 12:47:24 +01:00
Peter Simons
5c66b4c581 Merge pull request #11283 from mdorman/master-updates
parallel: Revert changes that broke go packages
2015-11-27 12:22:02 +01:00
Domen Kožar
c2c96a26e4 Merge pull request #10913 from sjourdois/lxml
python: lxml: 3.3.6 -> 3.4.4
2015-11-27 12:03:17 +01:00
Domen Kožar
403d088b5c Merge pull request #10542 from datakurre/datakurre-matplotlib
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-11-27 12:00:27 +01:00
Matthias Beyer
a2c3c171e9 weather: init at 2.0 2015-11-27 11:47:51 +01:00
Domen Kožar
7a3b518d62 buildPythonPackage: fix a regression #11303 2015-11-27 11:44:34 +01:00
Peter Simons
ade9f7167d nix-prefetch-git: make sure the script is interpreted by bash
Fixes https://github.com/NixOS/nixpkgs/issues/11284.
2015-11-27 11:17:50 +01:00
Matthias C. M. Troffaes
b5e06b04a7 wolfssl: init at 3.7.0
Picked from #11287.
2015-11-27 11:00:40 +01:00
Peter Simons
a9925f20a9 Merge pull request #11295 from mayflower/pkg/dovecot
dovecot: 2.2.16 -> 2.2.19
2015-11-27 10:45:51 +01:00
Peter Simons
ae01b4468b Merge pull request #11292 from mayflower/pkg/wireshark
wireshark: 1.12.7 -> 2.0.0
2015-11-27 10:45:16 +01:00
Pascal Wittmann
1fcea37c24 calibre: 2.44.1 -> 2.45.0 2015-11-27 10:10:39 +01:00
Domen Kožar
8f257cada9 Merge pull request #11293 from mayflower/fix/python-gateone-pkg-ref
pythonPackages.gateone: Fix python packages reference
2015-11-27 09:49:31 +01:00
Sou Bunnbu
6b1651928e Merge pull request #11298 from mayflower/pkg/claws-mail
clawsMail: 3.12.0 -> 3.13.0
2015-11-27 12:49:42 +08:00
Franz Pletz
bfb399e3c4 wireshark: 1.12.7 -> 2.0.0
Updates wireshark to the next major stable version. Also updated and tested
the patch to search for dumpcap in PATH by @bjornfor.
2015-11-27 05:17:26 +01:00
Franz Pletz
bba0521fdd clawsMail: 3.12.0 -> 3.13.0 2015-11-27 03:15:32 +01:00
Franz Pletz
ceca397a1a dovecot: 2.2.16 -> 2.2.19 2015-11-27 03:03:53 +01:00
Tobias Geerinckx-Rice
d118e51943 dropbear 2015.69 -> 2015.70
Fix server password authentication on Linux, broken in 2015.69.
2015-11-27 01:45:53 +01:00
Tobias Geerinckx-Rice
3cc1f8dd15 hplip 3.15.9 -> 3.15.11
Keep 3.15.9 available as hplip{,WithPlugin}_3_15_9 in case this
breaks someone's printer/day job.
2015-11-27 01:45:53 +01:00
Franz Pletz
c85546a897 pythonPackages.gateone: Fix python packages reference
This fixes an error that was introduced with
d2519c1f16.
2015-11-27 00:38:41 +01:00
Nikolay Amiantov
2472e19914 Merge pull request #11278 from abbradar/gdb-guile
gdb: use system zlib, fix guile support
2015-11-27 02:09:13 +03:00
Tobias Geerinckx-Rice
ea8c69039e freefall 4.2 -> 4.3 2015-11-26 23:45:31 +01:00
Tobias Geerinckx-Rice
2798b02ad0 Convert some *Flags from strings to lists 2015-11-26 23:45:31 +01:00
Nicolas B. Pierron
8fe518e763 Merge pull request #11291 from rvl/rl-longview
release-notes: add longview as a new service
2015-11-26 21:52:25 +00:00
Rodney Lorrimar
27e621a60e release-notes: add longview as a new service 2015-11-26 21:43:11 +00:00
Luca Bruno
5a881a6fb1 doc: fix typo in language-support.xml 2015-11-26 20:19:11 +01:00
Domen Kožar
43ee009c76 Merge pull request #11289 from FRidh/commonmark
python: CommonMark and recommonmark packages
2015-11-26 20:18:05 +01:00
Frederik Rietdijk
ae866d8dc1 python recommonmark: init at 0.2.0 2015-11-26 20:06:44 +01:00
Frederik Rietdijk
f5b5c31d75 python CommonMark: init at 0.5.4 2015-11-26 20:06:29 +01:00
Domen Kožar
ce5b72e8f9 doc: fix setup.py develop reference 2015-11-26 18:49:14 +01:00
Sander van der Burg
a744aa74aa disnix: add a target for services activated and deactivated by dysnomia 2015-11-26 17:21:19 +00:00
Domen Kožar
67e03d0c50 Merge branch 'buildPythonPackage+wheels' 2015-11-26 17:38:35 +01:00
Domen Kožar
0c772699ba buildPythonPackage: write some comments 2015-11-26 17:31:10 +01:00
Michael Alan Dorman
d9b858d67e Partial revert of "parallel: 20150922 -> 20151122"
This is a partial revert of commit ed2b30dc28.

The changes outside of a new version of parallel broke several go
packages.
2015-11-26 11:28:17 -05:00
Arseniy Seroka
e568fe9cef udisks: add missing patch 2015-11-26 18:46:08 +03:00
Arseniy Seroka
1af969f8f3 udisks: apply patch to work with new glibc 2015-11-26 18:45:20 +03:00
Rommel M. Martinez
31a20f38ac Expose minimum required Nix version. 2015-11-26 23:11:11 +08:00
Edward Tjörnhammar
4ce35ba61c Merge pull request #11280 from KoviRobi/fix-encrypted-non-root-devices
Revert part of #9982 to be in line with #9925
2015-11-26 16:10:01 +01:00
Kovacsics Robert (NixOS)
912f60c1e7 Revert part of #9982 to be in line with #9925
When creating PR #9982, I undid a line of PR #9925, that was some
cleanups and fixes, so this undoes that damage.
2015-11-26 14:40:31 +00:00
Nikolay Amiantov
d96f7128e1 gdb: use system zlib, fix guile support 2015-11-26 16:43:44 +03:00
ts468
acb362b8c1 Merge pull request #11195 from obadz/pam-reorg
PAM: reorganize the way pam_ecryptfs and pam_mount get their password
2015-11-26 13:50:42 +01:00
goibhniu
cc63832981 Merge pull request #8758 from fpletz/package/chrony
chrony: 2.1.1 -> 2.2 & service improvements
2015-11-26 13:22:33 +01:00
Arseniy Seroka
f8b0b8a634 Merge pull request #11269 from dgonyeo/master
ykpers: 1.15.0 -> 1.17.2
2015-11-26 15:17:12 +03:00
Nikolay Amiantov
4b4e12af61 Merge pull request #11155 from mayflower/zsh
zsh: enable shared site-function in pathsToLink
2015-11-26 13:28:39 +03:00
Christian Albrecht
97332d30f6 zsh: re-enable tests skipping broken
Do not disable all tests, only those broken as zsh/zpty module is not
available on hydra.
2015-11-26 09:59:27 +00:00
Vladimír Čunát
70d7cfdb8c Merge #11275: lisp: adding maintainer, small updates 2015-11-26 09:17:52 +01:00
Eric Sagnes
6ca51e3062 fcitx-qt5: init at 1.0.4 2015-11-26 16:12:25 +08:00
Eric Sagnes
db28fa4039 fcitx: 4.2.8.5 -> 4.2.9 2015-11-26 16:12:25 +08:00
Eric Sagnes
6874221403 libchewing: init at 0.4.0 2015-11-26 16:12:25 +08:00
Tomas Hlavaty
9d4a60f9cd picolisp: 3.1.11 -> 15.11 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
594ef50121 picolisp: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
b8bef08d1b mkcl: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
f54a2aa137 cmucl: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
a0d1478fa0 ccl: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
5441ab8afc sbcl: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
b091b9e30b gtk-server: add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
2b6bd6f036 add myself as a maintainer 2015-11-26 08:24:02 +01:00
Tomas Hlavaty
540db34fff sbcl: remove obsolete dependency on which 2015-11-26 08:24:02 +01:00
Tobias Geerinckx-Rice
da29db5d41 dropbear 2015.68 -> 2015.69
Known changes:
- Fix crash when forwarded TCP connections fail to connect
  (bug introduced in 2015.68)
- Avoid hang on session close when multiple sessions are started,
  affects Qt Creator
- Reduce per-channel memory consumption in common case, increase default
  channel limit from 100 to 1000 which should improve SOCKS forwarding
  for modern webpages
- Handle multiple command line arguments in a single flag
- Manpage improvements
- Build fixes for Android
- Don't display the MOTD when an explicit command is run
- Check curve25519 shared secret isn't zero
2015-11-26 08:00:02 +01:00
Tobias Geerinckx-Rice
2742025f29 apitrace 7.0 -> 7.1 2015-11-26 08:00:02 +01:00
Robert Glossop
aa196067b1 ldap-client: don't break on test failures 2015-11-25 22:26:27 -05:00
宋文武
341c250013 grantlee: fix evaluation 2015-11-26 09:53:02 +08:00
Spencer Whitt
bf14849534 zsh module: add /share/zsh to pathsToLink
Needed for completion functions
abbradar: replaced optionals with optional
2015-11-26 04:33:07 +03:00
John Ericson
a122a7f65a ghcjs: bump version number to 0.2.0
Actually should have been this for a while.
2015-11-25 16:35:56 -08:00
Jan Malakhovski
244fba351c nixos: use w3m-nox for the manual 2015-11-26 00:34:10 +00:00
Jan Malakhovski
caed1528a3 w3m: fix w3mimgdisplay, refactor the expression, make batch and nox versions, use batch version where appropriate 2015-11-26 00:34:09 +00:00
Jude Taylor
2455dac320 libdevil: fix build in clang stdenvs 2015-11-25 14:21:01 -08:00
Derek Gonyeo
00a919bb7d ykpers: 1.15.0 -> 1.17.2
The version bump was required to work with my yubikey 4 nano.
2015-11-25 14:17:20 -08:00
Pascal Wittmann
6d25c0f1b3 Remove unneeded 'with's from meta.platforms 2015-11-25 23:06:09 +01:00
Pascal Wittmann
380ed0229c pash: clean up meta information 2015-11-25 23:06:09 +01:00
Pascal Wittmann
765afaec88 sslmate: make meta.maintainers a list 2015-11-25 23:06:09 +01:00
Pascal Wittmann
5084e3e0e0 Merge pull request #11175 from mayflower/pkg/nmap
nmap: 6.49BETA4 -> 7.00
2015-11-25 22:51:36 +01:00
Pascal Wittmann
5154825599 Merge pull request #11267 from joachifm/update-minisign
minisign: 0.4 -> 0.6
2015-11-25 22:49:59 +01:00
John Wiegley
2b8ef119c5 Revert "coq: 8.5b2 -> 8.5b3"
This reverts commit c111b0cd4d.

@oconnorr I will restore this once there is more ecosystem to support it.
2015-11-25 12:58:07 -08:00
John Wiegley
cb1c818491 openvpn: 2.3.7 -> 2.3.8 2015-11-25 12:54:02 -08:00
John Wiegley
baa24bc1a2 stunnel: 5.22 -> 5.26 2015-11-25 12:46:28 -08:00
Jude Taylor
2b97070986 build python-novaclient on darwin 2015-11-25 11:57:55 -08:00
Joachim Fasting
4dbdcd0f33 minisign: 0.4 -> 0.6 2015-11-25 20:37:18 +01:00
Pascal Wittmann
b34a6c96ee Merge pull request #11266 from telotortium/subsonic
subsonic: 5.2.1 -> 5.3
2015-11-25 19:11:16 +01:00
Jude Taylor
8a779f3451 libdevil: fix build in clang stdenvs 2015-11-25 10:09:52 -08:00
Jude Taylor
d539d9c935 revert to __impureHostDeps where possible 2015-11-25 10:09:35 -08:00
Shea Levy
8ea29441cf Merge remote-tracking branch 'origin/single-underscore' into staging
Use zero underscores for sandboxProfile
2015-11-25 13:01:34 -05:00
Robert Irelan
fbceebb2c7 subsonic: 5.2.1 -> 5.3 2015-11-25 09:34:55 -08:00
Arseniy Seroka
451858bd34 Merge pull request #11251 from spwhitt/nix-zsh-completions
nix-zsh-completions package and module support
2015-11-25 18:45:25 +03:00
Spencer Whitt
28d2ac416e bumblebee: use _have not have in bash completion
Fixes #10936
2015-11-25 10:42:21 -05:00
Spencer Whitt
ff58711bda zsh module: add enableCompletion option 2015-11-25 10:32:58 -05:00
Nikolay Amiantov
6610fd5329 mupdf: propagate needed libraries 2015-11-25 18:30:41 +03:00
Nikolay Amiantov
0459f7f308 zathura-pdf-mupdf: 0.2.7 -> 0.2.8 2015-11-25 18:30:37 +03:00
Nikolay Amiantov
f5c6e0a6af mupdf: 1.7 -> 1.8 2015-11-25 18:29:57 +03:00
Eelco Dolstra
75e41b0210 Add Fedora 23 2015-11-25 16:18:15 +01:00
Eelco Dolstra
e4eee41ad0 Add Ubuntu 15.10 2015-11-25 15:40:08 +01:00
Vladimír Čunát
7b88e7b51f all-packages: drop unnecessary inherit (xorg) foo;
/cc #11248.
2015-11-25 13:58:15 +01:00
Pascal Wittmann
ed2b30dc28 parallel: 20150922 -> 20151122 2015-11-25 13:14:34 +01:00
Pascal Wittmann
8d92394b00 Merge pull request #11071 from rycee/fix/gpsbabel-on-i686
Fix build of gpsbabel on i686
2015-11-25 12:48:57 +01:00
Pascal Wittmann
d6e6102c2d sent: 0.1 -> 0.2 2015-11-25 12:18:15 +01:00
lethalman
1c8aceab7e Merge pull request #11258 from cleverca22/multimc
multimc: init at 0.4.8
2015-11-25 12:14:47 +01:00
zimbatm
ad2a4ab24c ruby: remove insecure 1.8.7, fixes #11194
1.8.x is unsupported and is probably insecure.

This also simplifies things a little bit
2015-11-25 12:10:03 +01:00
zimbatm
e7cd9077a8 s3sync: delete dead project
According to http://s3sync.net/wiki.html, https://github.com/ms4720/s3sync was
supposed to take over the development but nothing has happened in 4 years.

The project is unfortunately dead and is our only dependency to ruby 1.8.
2015-11-25 11:51:09 +01:00
Peter Simons
de02462a36 r-modules: update list of broken packages 2015-11-25 11:39:28 +01:00
Nikolay Amiantov
bd4297dc4d r-modules: regenerate CRAN, BIOC and IRKernel 2015-11-25 11:39:28 +01:00
Nikolay Amiantov
287f99bada r-modules: use HTTPS, allow passing args from generated set, use MRAN 2015-11-25 11:39:28 +01:00
Nikolay Amiantov
5ee5b5ba82 R: add curl for https support 2015-11-25 11:39:28 +01:00
michael bishop
17020526a7 multimc: init at 0.4.8 2015-11-25 06:34:26 -04:00
Peter Simons
69add60b5c pkgs/development/haskell-modules: simplify use of standard fix' and extends functions
My original version of 'extend' had its arguments flipped compared to the one
we now have in stdenv.lib.
2015-11-25 11:30:43 +01:00
Peter Simons
89a5717c7a lib/trivial.nix: improve spelling 2015-11-25 11:30:43 +01:00
Ken Micklas
8d8f8f3c09 bump ghcjs, ghcjs-boot, ghcjs-shims 2015-11-25 11:30:43 +01:00
Peter Simons
b21f6c7823 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-45-g1161457 using the following inputs:

  - Nixpkgs: 6cdcd0db5c
  - Hackage: e774e54800
  - LTS Haskell: 89c3b45370
  - Stackage Nightly: caa131e677
2015-11-25 11:30:42 +01:00
Pascal Wittmann
e16a6c0feb Merge pull request #11181 from ebzzry/emem-0.2.11
Emem 0.2.11
2015-11-25 11:18:02 +01:00
Domen Kožar
90b6fdca3f Merge pull request #11257 from FRidh/gitdb
python gitdb: remove async input and add meta
2015-11-25 11:15:26 +01:00
Domen Kožar
d15d1a49be fix eval after #11248 2015-11-25 10:58:10 +01:00
Domen Kožar
344e96fe0e letsencrypt: 0.0.0.dev20151030 -> 0.0.0.dev20151123 2015-11-25 10:40:26 +01:00
Peter Simons
2c502bc9d2 Merge pull request #11253 from anderslundstedt/updateyoutube-dl
youtube-dl: 2015.11.19 -> 2015.11.24
2015-11-25 10:33:52 +01:00
Frederik Rietdijk
31ebf63e4a python gitpython: add meta 2015-11-25 10:32:25 +01:00
Frederik Rietdijk
f4fb1682bf python gitdb: remove async input
async is not a requirement anymore of gitdb.
With this change, it becomes possible to use GitPython with Python 3.
2015-11-25 10:32:25 +01:00
lethalman
d00a4fa1c9 Merge pull request #11256 from rick68/patch-2
Update builder.sh
2015-11-25 10:19:54 +01:00
Wei-Ming Yang
3a205134fb Update builder.sh
fix a incorrect name of environment variable
2015-11-25 17:14:03 +08:00
Christian Zagrodnick
1cdacc6aa2 lib/strings: add a toInt helper (close #11242)
While the function itself is pretty easy, it's not straitforward to find a way to convert string to int with nix.
2015-11-25 08:50:02 +01:00
Anders Lundstedt
49a4a141f9 youtube-dl: 2015.11.19 -> 2015.11.24 2015-11-25 08:28:20 +01:00
Austin Seipp
882344e480 nixpkgs: plex 0.9.12.13.1464 -> 0.9.12.19.1537
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-11-24 21:07:00 -06:00
Tobias Geerinckx-Rice
f7e64b00bd gpart 0.2.2 -> 0.3
Adds LVM2 and Btrfs support.
2015-11-25 02:41:48 +01:00
Spencer Whitt
0b0e51ce6f nix-zsh-completions: init at 0.2 2015-11-24 18:50:02 -05:00
goibhniu
e2fbd2d3dd Merge pull request #11060 from cillianderoiste/jraygauthier-jrg/pipelight_32_bit_support
pipelight: Add support for 32 bit linux via #9000
2015-11-24 23:15:40 +01:00
Aristid Breitkreuz
f3e2b0f5b6 fix Date::Manip perl package on Linux 2015-11-24 21:05:04 +01:00
Ricardo M. Correia
799f0f1f23 buildRustPackage: fix failure due to branch names with slashes
Fixes #11237
2015-11-24 20:50:11 +01:00
Rommel M. Martinez
065db3b799 emem: init at 0.2.11 2015-11-25 03:09:16 +08:00
Tobias Geerinckx-Rice
373da3b815 radeontop 2015-08-06 -> 2015-11-24 2015-11-24 19:28:49 +01:00
zimbatm
144eed8bad libressl: split branches and add 2.3.1 (close #11196)
2.3.x introduces some backward-incompatible changes but is still nice to have.

Both 2.3.1 and 2.2.4 are available and 2.2.4 is still the default for now.
2015-11-24 18:10:53 +01:00
Mitch Tishmack
59959d0012 pythonPackages.dateparser: init at 1.3.1 2015-11-24 10:56:25 -06:00
Mitch Tishmack
3af9cc1d99 pythonPackages.jdatetime: init at 1.7.1 2015-11-24 10:56:11 -06:00
Mitch Tishmack
77fc934dd6 pythonPackages.nose-parameterized: init at 0.5.0 2015-11-24 10:56:03 -06:00
Mitch Tishmack
4fc7708fe5 pythonPackages.howodoi: init at 1.1.7 2015-11-24 10:55:52 -06:00
Pascal Wittmann
38371937d2 Merge pull request #11178 from rycee/bump/perl-packages
Bumps version of some Perl packages related to e-mail
2015-11-24 17:43:22 +01:00
Arseniy Seroka
13426c1451 Merge pull request #10512 from makefu/bepasty-init-dev
services/misc/bepasty: init at 2015-10-21
2015-11-24 19:35:08 +03:00
Peter Simons
fa5de61315 r-tikzDevice: update to new texlive 2015-11-24 17:30:28 +01:00
Mitch Tishmack
7352b16ee8 pythonPackages.requests-cache: init at 0.4.10 2015-11-24 10:19:05 -06:00
Michael Raskin
d53213677d Merge pull request #11248 from joachifm/more-trivial-builderDefs
More trivial builderDefs translations
2015-11-24 17:15:45 +03:00
Domen Kožar
e0cfc46975 Merge pull request #11246 from mdorman/master-updates
shotwell: fix failure to configure
2015-11-24 15:02:46 +01:00
Nikolay Amiantov
eff24b9cdf stepmania: 5.0.7 -> 5.0.10 2015-11-24 17:02:03 +03:00
Nikolay Amiantov
e774cd6fc2 obs-studio: 0.12.0 -> 0.12.1 2015-11-24 17:01:18 +03:00
Michael Alan Dorman
1c331d0c33 shotwell: fix failure to configure
Without this change, shotwell would fail even to configure, for lack of
gudev; I infer that libgudev was recently split off of udev, since this
was working fine until a couple of weeks ago.
2015-11-24 08:52:48 -05:00
Joachim Fasting
6d4ff90207 gap: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
6ccf87defe bam: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
ad4167e87e ggz_base_libs: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
e9fd07c706 dssi: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
4229525eac spass: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
0a4e12c0e2 opensmt: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
c6d645803a iprover: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
bfbb866d41 gl117: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
33d825aaea glestae: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
f3e821c6e5 soi: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
3e21aaeb8e warmux: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
a228252b69 cvc3: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
f4c9d2f64e libfixposix: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
a2ccc80774 speech_tools: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
022bbe1c0c singular: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
42fc03411f drgeo: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
ddb9c3b701 xaos: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
8aa63b34da qrdecode: reimplement using mkDerivation
Also mark as broken; I have verified that the build fails with
the original build recipe.
2015-11-24 14:45:15 +01:00
Joachim Fasting
a1e397c4fb ode: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
502d21a835 xmpppy: reimplement using buildPythonPackage 2015-11-24 14:45:15 +01:00
Joachim Fasting
809b3803b9 pythonIRClib: reimplement using buildPythonPackage 2015-11-24 14:45:15 +01:00
Joachim Fasting
b3144ea287 directvnc: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
f40e36d213 vncrec: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
2a752ac760 setserial: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
c844b6d041 metasploit: reimplement using mkDerivation
Also fixes download location. Bumps version to 3.3.1, which is
the closest to the original version for which a source archive
is still available.
2015-11-24 14:45:15 +01:00
Joachim Fasting
6857170916 gvpe: reimpleemnt using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
34fda4cbe2 cfdg: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
43a1582ef3 gphoto2fs: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
241515a6b7 xsokoban: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
048f00a9dc geoclue: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
8b3c02c14c bmrsa: reimplement using mkDerivation
Also set homepage & license (GPL according to the README,
no license is actually included in the source repo).
2015-11-24 14:45:15 +01:00
Joachim Fasting
a799e1dff2 libx86: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
4fb29f8d3b smbnetfs: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
6812c1eedc tftp-hpa: reimplement using mkDerivation
Also rename top-level name to tftp-hpa.
2015-11-24 14:45:15 +01:00
Joachim Fasting
5ddd4812a9 udftools: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
e532271089 ripmime: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
b0e5edae35 zbar: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
2889b153c5 barcode: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
931eaa341c philter: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
9d7c387d26 untie: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
79a827c7fb eql: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
342cf232ea fbpanel: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Joachim Fasting
fed17b3467 stalonetray: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Rickard Nilsson
38196171e8 Merge pull request #10773 from rvl/longview
Linode Longview package and module
2015-11-24 13:16:30 +01:00
Peter Simons
405fda497a lib: document fix and add fix', extends functions
These functions used to live in pkgs/development/haskell-modules/default.nix,
but they are generic, really, and should be easily accessible to everyone.
2015-11-24 12:48:03 +01:00
Peter Simons
8bdc73caab anki: update to version 2.0.33 2015-11-24 12:00:30 +01:00
Domen Kožar
3bab3f7334 Merge pull request #11202 from wedens/rtv_update
rtv: 1.4.2 -> 1.6.1
2015-11-24 11:07:44 +01:00
Peter Simons
d5ef0d9751 Haskell: experiment with importing a generated hackage-packages.nix file 2015-11-24 10:52:22 +01:00
Peter Simons
64f9b40d28 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-45-g1161457 using the following inputs:

  - Nixpkgs: 8a5e5c46a1
  - Hackage: c8d16c7fd2
  - LTS Haskell: 89c3b45370
  - Stackage Nightly: 98e337bf6b
2015-11-24 10:52:12 +01:00
Peter Simons
ae1560ff0c Merge pull request #11240 from NixOS/revert-11218-typo-fix
Revert "Fixed typo."
2015-11-24 10:45:14 +01:00
Peter Simons
f1f4ea210b Revert "Fixed typo." 2015-11-24 10:44:43 +01:00
Peter Simons
91007af090 pkgs/top-level/release.nix: enable building the R package set
The R people don't bother providing stable URLs for their package
releases. Released versions are edited or flat-out disappear at will,
which causes us a bit of trouble, like in [1]. Hopefully, enabling R
builds on Hydra will mitigate those problems by caching the release
tarballs.

[1] https://github.com/NixOS/nixpkgs/issues/11230
2015-11-24 10:17:56 +01:00
lethalman
8099d8189b Merge pull request #11108 from ericsagnes/ibus-dconf
ibus: fix dconf dependency
2015-11-24 10:16:08 +01:00
Vladimír Čunát
60e5e837bb pbzip2: fix a problem due to my bad refactoring 2015-11-24 10:07:21 +01:00
Vladimír Čunát
bf58d24fe6 pbzip2: maintenance updates 1.1.9 -> 1.1.12 2015-11-24 10:04:25 +01:00
Mitch Tishmack
642ee7a77f pbzip2: g++ -> c++ to fix on darwin (close #11212)
vcunat made it apply unconditionally, as it works OK on Linux at least.
/cc maintainer @viric.
2015-11-24 10:03:22 +01:00
Raymond Gauthier
662bbb526c thunar: improvements (close #10306)
Add the possibility to specify plugin set to
be used as overridable `thunar` derivation argument.

New nixos config attribute:
`services.xserver.desktopManager.xfce.thunarPlugins`
that allows user to specify plugins in the context
of nixos.

Tests:

 -  With and without plugins.
 -  Using the nixos attributes.
2015-11-24 09:51:39 +01:00
Charles Strahan
b2409581f8 iosevka: init at 1.0-beta9
A slender monospace sans-serif and slab-serif typeface.
2015-11-23 19:52:52 -05:00
Tobias Geerinckx-Rice
ef0265e3dc simple-scan 3.19.1 -> 3.19.2 2015-11-24 01:40:41 +01:00
Tobias Geerinckx-Rice
5e63a0b51a packagekit: fix typo urmpi -> urpmi 2015-11-24 01:40:41 +01:00
Tobias Geerinckx-Rice
8a222f6844 packagekit: convert configureFlags string -> list 2015-11-24 01:40:41 +01:00
Tobias Geerinckx-Rice
71e3811cde geolite-legacy 2015-11-17 -> 2015-11-23 2015-11-24 01:40:41 +01:00
Jan Malakhovski
b13c7186d6 ranger: fix paths to w3m and share
Picked from #11222.
2015-11-23 22:24:00 +01:00
Edward Tjörnhammar
35fbee7964 idea.android-studio: 1.4.0.10 -> 1.5.0.4 2015-11-23 22:23:18 +01:00
Nikolay Amiantov
0d01750a86 Merge pull request #11235 from mstarzyk/elm
elm: Update elm-lang/core hash.
2015-11-24 00:20:13 +03:00
Maciek Starzyk
00f8071b2f elm: Update elm-lang/core hash. 2015-11-23 22:11:51 +01:00
makefu
0bdc5e269b services/misc/bepasty: init at 2015-10-21
This module implements a way to start one or more bepasty servers.
It supports configuring the listen address of gunicorn and how bepasty
behaves internally.

Configuring multiple bepasty servers provides a way to serve pastes externally
without authentication and provide creating,listing,deleting pastes interally.
nginx can be used to provide access via hostname + listen address.

`configuration.nix`:

    services.bepasty = {
      enable = true;
      servers = {

        internal = {
          defaultPermissions = "admin,list,create,read,delete";
          secretKey = "secret";
          bind = "127.0.0.1:8000";
        };

        external = {
          defaultPermissions = "read";
          bind = "127.0.0.1:8001";
          secretKey = "another-secret";
        };
      };
    };
2015-11-23 22:10:14 +01:00
Arseniy Seroka
03b1d6d3c5 Merge pull request #11234 from mstarzyk/dar
dar: 2.4.17 -> 2.5.2
2015-11-24 00:06:08 +03:00
Maciek Starzyk
ba8e1dc92d dar: 2.4.17 -> 2.5.2 2015-11-23 21:46:51 +01:00
Jude Taylor
c9f77f2b48 fix another evaluation issue 2015-11-23 12:26:50 -08:00
Jude Taylor
1a3689b87e fix an evaluation issue 2015-11-23 12:24:04 -08:00
Nicolas B. Pierron
21abe66d78 Merge pull request #11218 from ebzzry/typo-fix
Fixed typo in stdenv documentation.
2015-11-23 19:51:39 +00:00
Thomas Tuegel
56b407f0e7 nixos/kde5: correctly locate oxygen-icons 2015-11-23 13:46:10 -06:00
Thomas Tuegel
a736659cc2 Merge branch 'qt-5.5.1' 2015-11-23 13:44:48 -06:00
Thomas Tuegel
4cb7779a5a qt55: 5.5.0 -> 5.5.1 2015-11-23 12:58:39 -06:00
Damien Cassou
cebb730a7f Merge pull request #11220 from DamienCassou/pdf-tools
pdf-tools: init at v0.70
2015-11-23 19:50:06 +01:00
Nikolay Amiantov
0427b21aba chrootenv: symlink some directories instead of copying 2015-11-23 21:39:49 +03:00
vbgl
33292cd618 Merge pull request #11225 from michelk/saga/update
saga: 2.2.1 -> 2.2.2
2015-11-23 18:30:44 +01:00
Nikolay Amiantov
6d6c1d3523 chrootenv: fix include directories 2015-11-23 19:54:07 +03:00
Domen Kožar
cf5984e4bf buildPythonPackage: fix support for pypy 2015-11-23 17:47:35 +01:00
Rok Garbas
d82f55aead pythonPackages: shellHook of buildPythonPackages needs tmp_path to have lib/pythonX.Y/site-packages folder 2015-11-23 17:43:32 +01:00
Domen Kožar
fc611fe634 buildPythonPackage: fix --prefix also for pip install -e 2015-11-23 17:21:46 +01:00
Damien Cassou
250a165b80 pdf-tools: init at v0.70 2015-11-23 16:23:42 +01:00
Damien Cassou
ce79dd4f25 tablist: init at 0.70 2015-11-23 16:18:38 +01:00
Ollie Charles
52f872ec27 services.xserver: Disable Ctrl+Alt+Backspace by default
Ctrl+Alt+Backspace is usually enabled by default under X, and is a
keyboard shortcut that forcefully kills the current X server. This can
lead to data loss by users if accidentally pressed. This commit
introduces a new option, services.xserver.enableCtrlAltBackspace, that
is *disabled* by default. If set to true, the previous behavior can be
restored.

A similar decision was made by the Ubuntu team, and is documented here:
https://wiki.ubuntu.com/XorgCtrlAltBackspace
2015-11-23 14:48:56 +00:00
Thomas Tuegel
d0589b0c54 Merge branch 'kde-frameworks-5.16' 2015-11-23 08:47:18 -06:00
Vladimír Čunát
ec980c7b1e hplip: fix evaluation errors on unsupported platforms
Evidently, `abort` is unrecoverable, and `throw` should be used instead.
Only partially tested, as I don't have enough RAM right now for it.
2015-11-23 15:42:22 +01:00
Vladimír Čunát
13eca6f79a Merge #11067: SmartOS updates
I amended some commits slightly.
2015-11-23 14:45:44 +01:00
Rok Garbas
d2519c1f16 pythonPackages: use self instead of pythonPackages in python-packages.nix file 2015-11-23 14:41:17 +01:00
Michel Kuhlmann
35eef7abe8 saga: 2.2.1 -> 2.2.2 2015-11-23 14:39:36 +01:00
Peter Simons
5bc8241348 Merge pull request #11221 from mcmtroffaes/feature/bzip2-mingw-4
bzip2: avoid https url in native build
2015-11-23 14:29:51 +01:00
Thomas Tuegel
f8206f6857 sddm: fix config file corruption
Fixes #11224.
2015-11-23 07:03:47 -06:00
Thomas Tuegel
314d3e52e8 add nixos/tests/sddm 2015-11-23 06:39:19 -06:00
Thomas Tuegel
38bf645266 nixos/kde5: plasma-5.5 update 2015-11-23 06:39:09 -06:00
Thomas Tuegel
6d51f06fcf update {kf5,plasma5,kdeApps}_latest attributes 2015-11-23 06:39:09 -06:00
Thomas Tuegel
9ce51a1605 plasma55: init at 5.4.95 2015-11-23 06:39:08 -06:00
Thomas Tuegel
03aa8b8e12 qca2: 2.1.0 -> 2.1.1 2015-11-23 06:39:08 -06:00
Thomas Tuegel
e6c06e2bf5 qca-qt5: 20150422 -> 2.1.1 2015-11-23 06:39:07 -06:00
Thomas Tuegel
14b8638560 qt55Libs.qca-qt5: 20150422 -> 2.1.1 2015-11-23 06:39:07 -06:00
Thomas Tuegel
ad04eda83a kdeApps_15_12: init at 15.11.80 2015-11-23 06:39:07 -06:00
Thomas Tuegel
e45f0e9715 kxmlgui: propagate kconfigwidgets dependency 2015-11-23 06:39:06 -06:00
Thomas Tuegel
526deb0043 kf516: init at 5.16 2015-11-23 06:39:04 -06:00
lethalman
cbf30d2bc9 Merge pull request #11223 from cleverca22/pppoe
rp-pppoe: 3.11 -> 3.12
2015-11-23 13:07:14 +01:00
michael bishop
0421745924 rp-pppoe: 3.11 -> 3.12 2015-11-23 11:56:03 +00:00
Matthias C. M. Troffaes
aeb3d8ce4c bzip2: fix cross build on mingw by using autoconf patch 2015-11-23 11:25:03 +00:00
Matthias C. M. Troffaes
5f25c63bfd Revert "bzip2: fix cross build on mingw by using autoconf patch"
This reverts commit 094c374941.
2015-11-23 11:23:37 +00:00
Danny Wilson
baf7fdcb75 SmartOS: bison: make help2man target specific dependency 2015-11-23 11:42:01 +01:00
Danny Wilson
d510109c54 SmartOS: texinfo: Fix build and make configureFlags target optional. 2015-11-23 11:42:00 +01:00
Pascal Wittmann
26a9d2b27b tmsu: 0.5.2 -> 0.6.0 2015-11-23 10:45:15 +01:00
Pascal Wittmann
6b747f7cd7 zsh-navigation-tools: 1.2 -> 1.3.1 2015-11-23 10:45:15 +01:00
lethalman
ff36329af9 Merge pull request #11214 from spacefrogg/pam_env-fix
display-managers: fix pam_env.so usage
2015-11-23 10:28:58 +01:00
Rommel M. Martinez
8bc4cd5076 Fixed typo. 2015-11-23 16:22:12 +08:00
Mitch Tishmack
a1ca4985e3 Munge is buildable/usable on osx.
Also update the url to point to the migrated from google code url to
github.
2015-11-22 19:01:44 -06:00
Danny Wilson
1752268aed SmartOS: Fix pkgconfig 0.29 build 2015-11-23 00:01:55 +01:00
Pascal Wittmann
831aa518fd Merge pull request #11213 from mitchty/ncftp-manpages-prefix-fix
Ncftp manpage /usr/local workaround
2015-11-22 22:07:11 +01:00
Arda Xi
6841d5ded1 e19.efl: remove dependency on VLC 2015-11-22 21:44:12 +01:00
Michael Raitza
338576cace display-managers: fix pam_env.so usage
Fixed usage of pam_env.so PAM module in lightDM and GDM.
2015-11-22 21:25:11 +01:00
Mitch Tishmack
d66e4c71fc Ncftp manpage /usr/local workaround
ncftp appears to not properly honor PREFIX in its manpage target and
tries to install them to /usr/local

Work around this by adding --mandir to its configure flags.
2015-11-22 14:16:35 -06:00
Arseniy Seroka
c89f058b4a Merge pull request #11191 from volhovM/fix/gradle-update
gradle: refactor
2015-11-22 22:40:49 +03:00
Edward Tjörnhammar
bfcde5cc38 i2pd: patch to enable tunnelcfg usage
nixos: i2pd service, use tunnelscfg to pass nix tunnel specifications
2015-11-22 20:35:59 +01:00
Arseniy Seroka
ed9f5d90d1 Merge pull request #11182 from mbakke/oh-sh
oh: init at 2015-11-21
2015-11-22 22:12:23 +03:00
Peter Simons
09b7a691f7 Merge pull request #11174 from codedmart/elm-0.16
elmPackages update from 0.15.1 to 0.16
2015-11-22 18:49:18 +01:00
Marius Bakke
6d7a50405f goPackages.oh: init at 2015-11-21 2015-11-22 14:40:19 +00:00
Pascal Wittmann
f591a171f8 mhwaveedit: fix ogg support, see #11203 2015-11-22 15:04:47 +01:00
Unai Zalakain
09bdfd5c35 nixos/transmission: create user-provided download-dir, incomplete-dir
Currently only the hardcoded default directories are created, not the
directories that the user may have provided. Fix that.

[Bjørn: fix small typo (%{settingsDir} => ${settingsDir}) and change
commit message.]
2015-11-22 14:56:54 +01:00
Pascal Wittmann
712d9f1e76 mhwaveedit: fix mp3 support, closes #11203 2015-11-22 14:49:21 +01:00
Pascal Wittmann
ac40e749c8 ceptre: 2015-08-30 -> 2015-11-20 2015-11-22 14:24:24 +01:00
Pascal Wittmann
0773d7b576 checkstyle: 6.11.2 -> 6.12.1 2015-11-22 14:07:53 +01:00
Danny Wilson
e3a036225d Fix: remove trailing ; 2015-11-22 13:41:22 +01:00
Rodney Lorrimar
33f869ba1e longview nixos module: improve description for mysql password config options 2015-11-22 12:37:00 +00:00
Rodney Lorrimar
33c2b8a1f1 longview nixos module: add config options for service monitoring 2015-11-22 12:37:00 +00:00
Rodney Lorrimar
bc3fb79619 longview nixos module: init 2015-11-22 12:37:00 +00:00
Rodney Lorrimar
96f81e3be5 longview: Linode metrics collector
Longview is a perl script used for sending server metrics to Linode
virtual private server hosting.
2015-11-22 12:37:00 +00:00
Rodney Lorrimar
a754e7b8a6 Add self to maintainers 2015-11-22 12:37:00 +00:00
Rodney Lorrimar
5f646f98f8 perl-Log-LogLite: init at 0.82 2015-11-22 12:37:00 +00:00
Rodney Lorrimar
e60e690181 perl-Linux-Distribution: init at 0.23 2015-11-22 12:37:00 +00:00
Pascal Wittmann
65c2755126 pdf2djvu: 0.9.2 -> 0.9.3 2015-11-22 13:01:20 +01:00
Pascal Wittmann
9877cfb600 phototonic: init at 1.7 2015-11-22 13:00:57 +01:00
Domen Kožar
9ffda40349 scikitlearn: 0.17b1 -> 0.17 2015-11-22 12:25:48 +01:00
wedens
5cbc71c104 rtv: 1.4.2 -> 1.6.1 2015-11-22 17:19:35 +06:00
Pascal Wittmann
5f34fb2c16 {lib}strip-nondeterminism: init at 0.014 2015-11-22 12:04:48 +01:00
Pascal Wittmann
69286657df perl-Archive-Zip: init at 1.53 2015-11-22 12:04:48 +01:00
Pascal Wittmann
5e0dca6d06 disorderfs: init at 0.4.1 2015-11-22 12:04:48 +01:00
Mikhail Volkhov
bc05b570e6 gradle: refactor 2015-11-22 12:46:10 +03:00
Edward Tjörnhammar
c22b0ae323 Merge pull request #11186 from desiderius/pycharm-5.0.1
idea.pycharm-{community,professional}: 5.0 -> 5.0.1
2015-11-22 10:36:51 +01:00
Edward Tjörnhammar
e33b26ce2f kodiPlugins.steam-launcher: init plugin at 3.1.1 2015-11-22 10:32:57 +01:00
Edward Tjörnhammar
3ffae479d1 kodiPlugins.svtplay: 4.0.15 -> 4.0.18 2015-11-22 10:32:57 +01:00
Pascal Wittmann
5dfceebaba Merge pull request #11039 from Phlogistique/sonic-pi
sonic-pi: init at 2.8.0
2015-11-22 10:13:07 +01:00
Domen Kožar
47cb9d76d6 Merge pull request #10501 from adnelson/fix_ansible
ansible: fix constants.py patching, do not propagate pythonpaths
2015-11-22 10:13:00 +01:00
Domen Kožar
6ac75c05e4 Merge pull request #9553 from mbakke/pylockfile-0.10
pylockfile: 0.9.1 -> 0.10.2
2015-11-22 10:12:01 +01:00
Arseniy Seroka
a2aab3a224 Merge pull request #11188 from obadz/spacefm
spacefm: 1.0.1 -> 1.0.4
2015-11-22 03:30:11 +03:00
Jude Taylor
32cb70bb07 propagate nothing for Kernel.framework since it exposes no library 2015-11-21 15:59:43 -08:00
Jude Taylor
4cd86cb068 in cf-private, use correct path to CoreFoundation 2015-11-21 15:55:19 -08:00
Jude Taylor
f5609a4d2a reintroduce impure host deps to all derivations 2015-11-21 15:51:48 -08:00
Aristid Breitkreuz
77e07fbbd9 add working lsof mirror 2015-11-21 23:48:41 +01:00
Domen Kožar
90f97c125d buildPythonPackage: use pip for development also 2015-11-21 22:17:04 +01:00
Domen Kožar
2e605199a7 buildPythonPacakage: update docs 2015-11-21 22:16:49 +01:00
obadz
a05a340e26 PAM: reorganize the way pam_ecryptfs and pam_mount get their password
Run pam_unix an additional time rather than switching it from sufficient
to required. This fixes a potential security issue for
ecryptfs/pam_mount users as with pam_deny gone, if cfg.unixAuth = False
then it is possible to login without a password.
2015-11-21 21:10:40 +00:00
Domen Kožar
925300726d leo-editor: fix build 2015-11-21 21:44:12 +01:00
Domen Kožar
d83a97823c buildPythonPackage: fix a few more wheel packages 2015-11-21 21:44:12 +01:00
Domen Kožar
4b9487a740 urllib3: more transient test failures 2015-11-21 21:44:12 +01:00
Domen Kožar
704c8bab41 buildPythonPackage: fix standalone applications using it 2015-11-21 21:44:12 +01:00
Domen Kožar
99a64da600 fix wxPython 2015-11-21 21:44:12 +01:00
Domen Kožar
64b5e1ce92 pythonPackages.zope_testrunner: 4.4.3 -> 4.4.10 2015-11-21 21:44:12 +01:00
Domen Kožar
c6c58dc92d release-python.nix: automatically detect buildPythonPackage 2015-11-21 21:44:12 +01:00
Domen Kožar
686dae7c50 matplotlib: disable a flaky test 2015-11-21 21:44:12 +01:00
Domen Kožar
9bf99a5a4d buildPythonPackage: don't do build_ext if not needed 2015-11-21 21:44:12 +01:00
Domen Kožar
4b23328e39 buildPythonPackage: fix more wheels failures 2015-11-21 21:44:12 +01:00
Domen Kožar
7e57e59ddd buildPythonPackage: fix numpy 2015-11-21 21:44:12 +01:00
Domen Kožar
c9b5ff02c7 buildPythonPackage: fix more wheels failures 2015-11-21 21:44:12 +01:00
Domen Kožar
2ebaf14eba release-python.nix: drop darwin and i686-linux, add py35 2015-11-21 21:44:12 +01:00
Domen Kožar
d202585b4c buildPythonPackage: fix more wheels failures 2015-11-21 21:44:12 +01:00
Domen Kožar
127a20f8da buildPythonPackage: sadly, checkPhase is too often installPhase in python 2015-11-21 21:44:12 +01:00
Domen Kožar
6ba529277a buildPythonPackage: catch_conflicts should ignore pip 2015-11-21 21:44:12 +01:00
Domen Kožar
dfee078df4 buildPythonPackage: more wheel build fixes 2015-11-21 21:44:12 +01:00
Domen Kožar
1029db9024 buildPythonPackage: fix do_conflict.py on python 3 2015-11-21 21:44:12 +01:00
Domen Kožar
7d8a6c6a42 rewrite release-python.nix to reflect reality 2015-11-21 21:44:12 +01:00
Domen Kožar
a912c45ee2 buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing 2015-11-21 21:44:12 +01:00
Domen Kožar
ec0f58b459 pythonPackages.clint: fix build 2015-11-21 21:44:12 +01:00
Domen Kožar
4f19853b30 buildPythonPackage: inline bootstrapped-pip 2015-11-21 21:44:12 +01:00
Domen Kožar
42acb5dc55 buildPythonPackage: fix pypy 2015-11-21 21:44:12 +01:00
Herwig Hochleitner
481a9ada06 pypy: 2.6.0 -> 4.0.0 2015-11-21 21:44:12 +01:00
Domen Kožar
0ce117f058 pythonPackages: fix wheel build failures 2015-11-21 21:44:12 +01:00
Domen Kožar
d0809c2925 setuptools: cleanup expression 2015-11-21 21:44:12 +01:00
Domen Kožar
f900231042 buildPythonPackage: fail if two packages with the same name are in closure 2015-11-21 21:44:12 +01:00
Domen Kožar
f3092d6446 buildPythonPackage: use a separate file to fire off setup.py 2015-11-21 21:44:12 +01:00
Domen Kožar
960274fc7c wrapPython: use $out/bin also for $PATH (fixes pyramid pserve --reload) 2015-11-21 21:44:12 +01:00
Domen Kožar
a2a6f60b5a WIP: buildPythonPackages now uses wheels internally 2015-11-21 21:44:12 +01:00
Domen Kožar
fc2874d02e pypy: use the official sitePackages install path 2015-11-21 21:44:12 +01:00
Jude Taylor
69e7f3bb74 switch to zero underscores for sandbox profiles; remove generateFrameworkProfile 2015-11-21 12:10:33 -08:00
Noé Rubinstein
01a81506a6 sonic-pi: init at 2.8.0 2015-11-21 20:41:30 +01:00
Vladimír Čunát
d748ac851c putty: security update 0.65 -> 0.66
It's claimed to fix CVE-2015-5309.
2015-11-21 20:35:44 +01:00
Jude Taylor
a63346e33c use single underscore for sandboxProfile 2015-11-21 11:17:30 -08:00
Frederik Rietdijk
25d537d06a python-packages: fix some licenses (close #11189) 2015-11-21 19:56:41 +01:00
Pascal Wittmann
88cde6a73d sent: init at 0.1 2015-11-21 19:15:42 +01:00
Marius Bakke
cd07398309 goPackages.adapted: init at 2015-06-03 2015-11-21 16:58:22 +00:00
Marius Bakke
1454080e97 golang-sys: init at 2015-02-01 2015-11-21 16:58:22 +00:00
Marius Bakke
cbaac29c87 oslosphinx: use sphinx_1_2 2015-11-21 16:57:49 +00:00
Marius Bakke
5837ddc2a1 pylockfile: 0.9.1 -> 0.10.2 2015-11-21 16:57:49 +00:00
Marius Bakke
ce33fd2106 sphinx_1_2: init at 1.2.3 2015-11-21 16:57:49 +00:00
obadz
a7cda4b68a spacefm: 1.0.1 -> 1.0.4 2015-11-21 16:50:56 +00:00
Arseniy Seroka
6dff9dc93a Merge pull request #11161 from cstrahan/zkfuse
zkfuse: init
2015-11-21 19:49:38 +03:00
Cillian de Róiste
13b339fe88 key-mon #11183: use $GDK_PIXBUF_MODULE_FILE with makeWrapperArgs
This is more robust, since it won't be affected when the path to
gdk-pixbuf loaders.cache changes. Thanks @domenkozar.
2015-11-21 16:31:38 +01:00
Cillian de Róiste
d373b9d9f3 key-mon #11183: replace makeWrapper with makeWrapperArgs 2015-11-21 16:02:57 +01:00
Cillian de Róiste
faff9ddad5 key-mon: fixes #11183 2015-11-21 15:39:52 +01:00
desiderius
3810b6ee94 idea.pycharm-{community,professional}: 5.0 -> 5.0.1 2015-11-21 15:35:32 +01:00
Nicolas B. Pierron
946dbb4ea4 Merge pull request #11185 from CMCDragonkai/patch-1
Change the preset networking.hostId to use `mkDefault` so it can be easily changed by the user later.
2015-11-21 14:13:14 +00:00
Roger Qiu
1ddbc20dac Change the preset networking.hostId to use mkDefault so it can be easily changed by the user later 2015-11-22 01:03:16 +11:00
Bart Brouns
3387fb4b1f emscripten and emscripten-fastcomp: add platforms
Close #11068.
2015-11-21 14:12:57 +01:00
Shea Levy
db995a95ee Merge remote-tracking branch 'origin/master' into staging 2015-11-21 07:46:55 -05:00
Domen Kožar
3209550131 Merge pull request #11143 from cresh/darwin-html2text
html2text: Enable on OS X.
2015-11-21 11:44:47 +01:00
Domen Kožar
fcf6fe5144 Merge pull request #11148 from FRidh/profiler
python memory_profiler: 0.27 -> 0.39
2015-11-21 11:44:33 +01:00
goibhniu
45ed727b1b Merge pull request #11044 from wedens/fzf_update
fzf: 0.10.8 -> 0.11.0
2015-11-21 10:49:07 +01:00
goibhniu
c199019290 Merge pull request #11109 from ForNeVeR/pash
pash: init at git-2015-11-06
2015-11-21 10:44:00 +01:00
Jude Taylor
852988348d Merge branch 'staging' of https://github.com/NixOS/nixpkgs into sandbox-profiles 2015-11-20 19:58:46 -08:00
Vincent Laporte
2bc3965bb7 coq-ext-lib: 1.0.0-beta2 -> 0.9.0-beta3 2015-11-21 04:18:14 +01:00
Tobias Geerinckx-Rice
15324dc7d4 hplip: remove duplicate platform definitions 2015-11-21 01:35:34 +01:00
Tobias Geerinckx-Rice
2e248040a6 hplip: fix broken platforms hack 2015-11-21 01:35:34 +01:00
Tobias Geerinckx-Rice
729b764c53 hplip: use lib.optionals for clarity 2015-11-21 01:34:48 +01:00
Tobias Geerinckx-Rice
612a0f248b hplip: under_scores -> camelCase 2015-11-21 01:34:29 +01:00
Tobias Geerinckx-Rice
97597d4f75 hplip: clean up & remove unused arguments 2015-11-21 01:33:15 +01:00
Robert Helgesson
d9e1290a5e perl-Email-MIME: 1.911 -> 1.936 2015-11-21 00:58:22 +01:00
Robert Helgesson
3b96cb37b6 perl-Email-Simple: 2.203 -> 2.208 2015-11-21 00:58:22 +01:00
Robert Helgesson
f6e9b819c0 perl-Email-Sender: 1.300016 -> 1.300021 2015-11-21 00:58:22 +01:00
Robert Helgesson
9125dfe689 perl-Email-Send: 2.198 -> 2.201 2015-11-21 00:58:21 +01:00
Robert Helgesson
f5e412a77b perl-Email-MIME-Encodings: 1.313 -> 1.315 2015-11-21 00:58:21 +01:00
Robert Helgesson
1e469ee2c5 perl-Email-MIME-ContentType: 1.015 -> 1.018 2015-11-21 00:58:21 +01:00
Robert Helgesson
4b3f726763 perl-Email-Abstract: 3.007 -> 3.008 2015-11-21 00:58:20 +01:00
Robert Helgesson
d9f51f0085 perl-Email-Date-Format: 1.002 -> 1.005 2015-11-21 00:58:20 +01:00
Luca Bruno
a6c42b5945 nixos/docker: enable socketActivation by default 2015-11-20 23:01:59 +01:00
Nicolas B. Pierron
4e61fc89d2 Merge pull request #11106 from nbp/nixos-reentry
Add a way to pin a NixOS version within the module system.
2015-11-20 20:11:21 +00:00
Franz Pletz
991407f858 nmap: 6.49BETA4 -> 7.00 2015-11-20 21:04:49 +01:00
vbgl
eae62caf91 Merge pull request #11162 from anderslundstedt/updateyoutube-dl
youtube-dl: 2015.11.13 -> 2015.11.19
2015-11-20 19:21:00 +01:00
Edward Tjörnhammar
071bcf356e i2pd: disable AESNI by default since we want portable executables 2015-11-20 18:59:13 +01:00
Brandon Martin
e32defcdac elmPackages update from 0.15.1 to 0.16 2015-11-20 10:14:49 -07:00
Pascal Wittmann
61f310cd4d pinpoint: 0.1.6 -> 0.1.8 2015-11-20 17:26:16 +01:00
Pascal Wittmann
815e9f5af2 help2man: 1.47.2 -> 1.47.3 2015-11-20 17:21:23 +01:00
Pascal Wittmann
4fab7b32f0 rrdtool: 1.5.4 -> 1.5.5 2015-11-20 17:11:09 +01:00
Pascal Wittmann
2155231ba4 pdfpc: 4.0.0 -> 4.0.1 2015-11-20 17:07:08 +01:00
Pascal Wittmann
0e793e8ea4 axel: 2.4 -> 2.5 2015-11-20 17:03:06 +01:00
Michael Weiss
73058eb946 xen: 4.5.1 -> 4.5.2
Excerpt from upstream release notes:
This release also contains the security fixes for XSA-137, XSA-138, XSA-141 to XSA-153.
XSA-139 and XSA-140 only apply to QEMU Upstream and are fixed from versions 2.3.1 and 2.4.0 of QEMU.
The qemu portion of XSA-135 has also been applied to qemu-traditional.
2015-11-20 16:57:27 +01:00
Edward Tjörnhammar
831593f709 retroarch: 20141224 -> 2015-11-20
libretro: 20141224 -> 2015-11-20
2015-11-20 15:52:58 +01:00
Shea Levy
df9f0d7060 nix-exec: 4.1.2 -> 4.1.3 bugfix release 2015-11-20 09:16:35 -05:00
Pascal Wittmann
35f32d0fda Merge pull request #10971 from ericbmerritt/trv-package
trv: init at 0.1.3
2015-11-20 14:26:24 +01:00
Arseniy Seroka
24207be444 Merge pull request #11163 from dochang/lnav
lnav: init at 0.8.0
2015-11-20 15:07:40 +03:00
Lancelot SIX
afa9e26130 pkgs.hdf5: Fix mpi build
@vcunat fixed the assertion (which was his wrong suggestion).
2015-11-20 11:25:47 +01:00
Lancelot SIX
4d28d46c45 hdf5: 1.8.15-patch1 -> 1.8.16 (close #11153) 2015-11-20 11:25:47 +01:00
Luca Bruno
7f7569b24c gnome-maps: mark 3.16 as broken 2015-11-20 11:24:01 +01:00
Peter Simons
6a17bca9c4 Merge pull request #11164 from zimbatm/manual-typos
manual: typo fixes
2015-11-20 11:13:50 +01:00
Peter Simons
05d4c72873 Merge pull request #11127 from mcmtroffaes/feature/bzip2-mingw-3
bzip2: use autoconf patch and remove in-house patching
2015-11-20 10:57:47 +01:00
zimbatm
d46a1cc3f6 manual: typo fixes 2015-11-20 09:56:25 +00:00
Vladimír Čunát
3c397e8ec8 taglib: bring back 1.9 to fix kde4.kdemultimedia
/cc #11097.
2015-11-20 10:44:00 +01:00
Vladimír Čunát
1640e4263b kde4: use cmake-2.8 instead of default, /cc #11097
This fixes kgamma breakage after cmake-3.4 update, and prevents future rot.
2015-11-20 10:31:16 +01:00
Vladimír Čunát
48409bd3f4 mediastreamer: work around a build problem
The new deprecation was most likely triggered by ffmpeg update to 2.8.*
2015-11-20 09:11:13 +01:00
Edward Tjörnhammar
de7d60dcfa i2pd: unintended rename corrected 2015-11-20 08:44:54 +01:00
Domen Kožar
b13f454296 Merge pull request #11151 from FRidh/notebook
python notebook: use requests2 instead of requests
2015-11-20 08:33:17 +01:00
Edward Tjörnhammar
7d6c46f7e3 i2pd: 0.10.0 -> 2.1.0 2015-11-20 08:28:35 +01:00
Desmond O. Chang
ac271677b9 lnav: init at 0.8.0 2015-11-20 15:03:20 +08:00
Anders Lundstedt
af56acc23b youtube-dl: 2015.11.13 -> 2015.11.19 2015-11-20 07:17:29 +01:00
Charles Strahan
3b73b726d4 zkfuse: init 2015-11-19 19:55:44 -05:00
Tobias Geerinckx-Rice
af79c2ac59 gparted: add procps dependency
The 'gparted' wrapper script uses 'ps' as a poor person's lock.
Make sure that this doesn't silently fail.
2015-11-19 23:39:16 +01:00
Tobias Geerinckx-Rice
0efb1f7963 stress-ng 0.04.21 -> 0.05.00 2015-11-19 23:25:28 +01:00
Tobias Geerinckx-Rice
26abb892b2 gparted: add gpart dependency
Required by Device > Attempt Data Rescue.
2015-11-19 23:23:36 +01:00
Tobias Geerinckx-Rice
e5f386c164 hack-font 2.017 -> 2.018
Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
2015-11-19 23:23:35 +01:00
Tuomas Tynkkynen
24480efffc xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota work
Previously these tools were failing to start with:

xfs_mdrestore: error while loading shared libraries: libxfs.so.0: \
        cannot open shared object file: No such file or directory
xfs_quota: error while loading shared libraries: libxcmd.so.0: \
        cannot open shared object file: No such file or directory

Extend the 4.2.0-sharedlibs.patch to make those programs work as well.
2015-11-20 00:17:23 +02:00
Cillian de Róiste
5823ff2a92 nodejs: remove myself from the maintainers 2015-11-19 22:32:43 +01:00
Pascal Wittmann
612108b925 Merge pull request #11150 from FlorentBecker/crawl017
crawl: 0.16.2 -> 0.17.0
2015-11-19 22:05:40 +01:00
Nicolas B. Pierron
a5992ad61b Add a way to pin a NixOS version within the module system.
This modification add a way to re-evaluate the module system with a
different version of NixOS, or with a different set of arguments.
2015-11-19 20:58:45 +00:00
Arseniy Seroka
4e3ab37e06 Merge pull request #11154 from bobvanderlinden/darkhttpd
darkhttpd: init at 1.11
2015-11-19 23:50:01 +03:00
Arseniy Seroka
8e20834034 Merge pull request #11157 from anderslundstedt/updatezerotier
zerotierone: 1.0.5 -> 1.1.0
2015-11-19 23:49:29 +03:00
Anders Lundstedt
1c15a77a5d zerotierone: 1.0.5 -> 1.1.0 2015-11-19 21:19:15 +01:00
Jude Taylor
7039b24cdc cherry-pick lib.sandbox into master 2015-11-19 11:33:21 -08:00
Jude Taylor
4a64687737 remove debugging from perl 5.16 2015-11-19 11:31:06 -08:00
Jude Taylor
131e831cb9 allow networking by default and remove it from derivations 2015-11-19 11:31:06 -08:00
Jude Taylor
163acc0efa remove useless muting lines; they interfere with debugging 2015-11-19 11:31:06 -08:00
Jude Taylor
df80090d09 use per-derivation sandbox profiles 2015-11-19 11:31:06 -08:00
Jude Taylor
914e9baefe start on sandbox stuff 2015-11-19 11:31:06 -08:00
Friedrich von Never
1c3b6a2812 pash: init at git-2015-11-06 2015-11-19 23:00:56 +06:00
goibhniu
c296f64f19 qtpass: tidy up 2015-11-19 17:38:48 +01:00
goibhniu
f462e032c5 Merge pull request #11152 from annejan/patch-1
QtPass: updated to 1.0.5
2015-11-19 17:34:49 +01:00
Anne Jan Brouwer
bef7967630 Update default.nix 2015-11-19 16:37:31 +01:00
Anne Jan Brouwer
99781bc320 Updated to 1.0.5 2015-11-19 15:40:33 +01:00
Frederik Rietdijk
5c9c00b2b9 python notebook: use requests2 instead of requests 2015-11-19 15:05:47 +01:00
Bob van der Linden
f65ebd022d darkhttpd: init at 1.11 2015-11-19 14:51:14 +01:00
Florent Becker
4e0cdaa01c crawl: 0.16.2 -> 0.17.0 2015-11-19 14:48:36 +01:00
Eelco Dolstra
aab90653af ceph: Don't use symlinks
No need to invent an ad-hoc symlink scheme when we can handle this
kind of indirection at the Nix expression level (e.g. by doing
"ceph-dev = ceph").
2015-11-19 14:25:16 +01:00
Eelco Dolstra
adde71ea6e ceph: Remove old and git versions 2015-11-19 14:25:16 +01:00
Eelco Dolstra
dec09c2220 services.cron.enable: Remove misleading default
Elsewhere we set it to "mkDefault (allFiles != [])" to the default has
no effect.
2015-11-19 14:25:16 +01:00
Eelco Dolstra
16acdb45bd Revert "kernel: Remove unsupported 3.10, 3.12, 3.14"
This reverts commit 2441e002e2. The
motivation for removing them was not very convincing. Also, we need
3.14 on some Hydra build machines.
2015-11-19 14:25:16 +01:00
Lluís Batlle i Rossell
9fc54f9aa5 Fixing the evaluation broken at 8a18bc8722
niksnut pointed this out in
8a18bc8722 (commitcomment-14498732)
2015-11-19 14:16:31 +01:00
Frederik Rietdijk
7bcd12f87e python memory_profiler: 0.27 -> 0.39 2015-11-19 13:54:46 +01:00
Eelco Dolstra
de2eae33b7 Merge pull request #11136 from Jomik/patch-1
Add focus_password if defaultUser is set
2015-11-19 13:51:01 +01:00
Peter Simons
a779b57153 configuration-hackage2nix.yaml: update list of broken builds 2015-11-19 10:56:58 +01:00
Peter Simons
3d9e83761e hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-44-g2042044 using the following inputs:

  - Nixpkgs: 8d34a1fc4b
  - Hackage: 770d6964c5
  - LTS Haskell: 8ec1fc3419
  - Stackage Nightly: 5236aaf576
2015-11-19 10:56:52 +01:00
vbgl
204685be82 Merge pull request #11024 from osener/closure-compiler-20151015
closure-compiler: 20150609 -> 20151015
2015-11-19 08:53:09 +01:00
Marcus Crestani
64ef239c02 html2text: Enable on OS X. 2015-11-19 08:47:46 +01:00
Marcus Crestani
fb9a2f6c12 sshpass: Enable on OS X. 2015-11-19 08:45:54 +01:00
Marcus Crestani
8b3d03a058 msmtp: Enable on OS X with Keychain integration. 2015-11-19 08:38:11 +01:00
roconnor
811e1b01e5 Merge pull request #11140 from roconnor/master
coq: 8.5b2 -> 8.5b3
2015-11-19 00:14:32 -05:00
Russell O'Connor
c111b0cd4d coq: 8.5b2 -> 8.5b3 2015-11-19 00:10:22 -05:00
William A. Kennington III
910e7a75ec btrfsProgs: 4.3 -> 4.3.1 2015-11-18 17:50:57 -08:00
William A. Kennington III
22bf2d0bf3 flex: 2.5.39 -> 2.6.0 2015-11-18 17:50:27 -08:00
Nikolay Amiantov
ffb6970893 Merge pull request #11114 from bendlas/update-wine
wine: 1.7.53 -> 1.7.55
2015-11-19 03:07:46 +03:00
Jonas D
5ffbc9755a Add focus_password if defaultUser is set
Add 'focus_password yes' if defaultUser is set, to reflect the description of defaultUser.
2015-11-18 23:49:39 +01:00
Arseniy Seroka
54119cc48c slim service: update default theme 2015-11-19 01:30:24 +03:00
Jaka Hudoklin
6e0f641c38 Merge pull request #11132 from joachifm/electrum-update
electrum: 2.5.1 -> 2.5.4
2015-11-18 22:57:46 +01:00
Jaka Hudoklin
b572ab99f7 Merge pull request #11131 from svend/ipmitool-darwin
ipmitool: Fix build on darwin
2015-11-18 22:56:44 +01:00
Peter Simons
684052af53 asymptote: switch to the new texlive implementation 2015-11-18 22:39:02 +01:00
Peter Simons
acf2ee7ed0 eukleides: switch to the new texlive implementation 2015-11-18 22:39:02 +01:00
Jaka Hudoklin
b96325f85b Merge pull request #11129 from et4te/font-awesome-sha-update
Updated SHA256 of font-awesome-ttf
2015-11-18 22:35:23 +01:00
Edward Tate
e67aeee2c0 Updated SHA256 of font-awesome-ttf 2015-11-21 21:38:01 -04:00
Jaka Hudoklin
22c61d3bfc Merge pull request #10218 from offlinehacker/nixos/format_options
add support for auto format, format options
2015-11-18 22:33:01 +01:00
Jaka Hudoklin
cbca877b01 Merge pull request #11056 from offlinehacker/nixos/systemd/onfailure
systemd module: Add OnFailure to systemd common unit options
2015-11-18 22:30:07 +01:00
Jaka Hudoklin
8f806d88bf Merge pull request #11057 from offlinehacker/pkgs/docker-gc/add
docker-gc: init at b0cc52aa3da2e2ac0080794e0be6e674b1f063fc
2015-11-18 22:28:18 +01:00
Jaka Hudoklin
7f45af89f7 Merge pull request #11063 from offlinehacker/pkgs/docker/update_1.9.0
docker: 1.8.1 -> 1.9.0
2015-11-18 22:26:17 +01:00
Jaka Hudoklin
81dc21de26 Merge pull request #11065 from offlinehacker/pkgs/docker/optional_lxc
docker: make lxc optional
2015-11-18 22:24:00 +01:00
Joachim Fasting
f5ed6e109d electrum: 2.5.1 -> 2.5.4 2015-11-18 22:06:21 +01:00
Arseniy Seroka
36226002c5 Merge pull request #11116 from bendlas/update-dropbox-master
dropbox: 3.10.9 -> 3.10.11
2015-11-18 23:34:30 +03:00
Svend Sorensen
95282e3cfc ipmitool: Fix build on darwin
s6_addr16 is not available on Mac OS X.
2015-11-18 10:35:07 -08:00
goibhniu
e9c31d9368 Merge pull request #11034 from zimbatm/webfs-1.21
webfs: init at 1.21
2015-11-18 19:19:28 +01:00
Peter Simons
601fe7bf76 Merge pull request #11128 from et4te/source-code-pro-update
Updated source-code-pro SHA256
2015-11-18 18:25:14 +01:00
Edward Tate
21e7c65fd7 Updated source-code-pro SHA256. 2015-11-21 21:20:39 -04:00
Matthias C. M. Troffaes
094c374941 bzip2: fix cross build on mingw by using autoconf patch 2015-11-18 16:33:36 +00:00
Lluís Batlle i Rossell
bec459a94e Updating freecad to 0.15
(cherry picked from commit 8a18bc8722)

Conflicts:
	pkgs/top-level/all-packages.nix
2015-11-18 17:21:01 +01:00
Peter Simons
0ccc515b48 nixos: remove debug code accidentally checked in with 833a597156 2015-11-18 16:37:38 +01:00
Peter Simons
833a597156 nixos: configure bash prompt in Emacs' shell-mode, even if TERM=dumb
The idea that the interactive bash prompt isn't set in case of TERM=dumb
is intended to fix problems when other machines log remotely into a
NixOS installation via Tramp. A side-effect that change was, however,
that Emacs' shell-mode no longer had a correct prompt. I suppose the
presence of

  INSIDE_EMACS=24.5.2,comint

is a sufficiently unique indication that the current interactive shell
is running inside of an Emacs and that the prompt can thus be configured
safely.
2015-11-18 16:27:41 +01:00
Pascal Wittmann
f9670479e8 calibre: 2.44.0 -> 2.44.1 2015-11-18 16:13:33 +01:00
Peter Simons
c8a8146fb4 gnucash-2.4.15: disable test suite
The test suite was broken by the GLib 2.46.0 update. If anyone finds a
patch that remedies these issues for 2.4.x, please check it in!
Otherwise, we'll eventually update our default version to 2.6.x, I
suppose.

Closes https://github.com/NixOS/nixpkgs/issues/11084.
2015-11-18 15:25:52 +01:00
Peter Simons
d7e6a46770 r-modules: update list of broken builds to avoid Hydra errors 2015-11-18 15:23:46 +01:00
Vladimír Čunát
a5c168db4e gnome-screenshot: unbreak build by 3.16.0 -> 3.16.2
/cc @lethalman.
Includes a revert of 1f27976e03.
2015-11-18 14:05:18 +01:00
Pascal Wittmann
dd81844322 Merge pull request #11120 from vizanto/pr-boot
boot: 2.2.0 -> 2.4.2
2015-11-18 13:39:24 +01:00
Pascal Wittmann
d1d5f9c9c1 Merge pull request #11121 from manveru/google-fonts
google-fonts: new package
2015-11-18 12:36:20 +01:00
Ollie Charles
013b848346 devmon: Non-root user, set PATH, require udisks2
devmon refuses to run as root. Instead, we now run it as a user service,
and enable udisks2 in order to perform the mounts.
2015-11-18 11:30:08 +00:00
Michael Fellinger
08c6a2cd92 google-fonts: init at 2015-11-18 2015-11-18 12:19:37 +01:00
Danny Wilson
1ebc5bfa21 boot: 2.2.0 -> 2.4.2 2015-11-18 11:48:04 +01:00
Luca Bruno
1f27976e03 gnome3_16: mark gnome-screenshot as broken 2015-11-18 11:47:30 +01:00
William A. Kennington III
baf30718ca Merge branch 'master.upstream' into staging.upstream 2015-11-18 02:36:33 -08:00
William A. Kennington III
f9f3b47c72 xkbcomp: 1.3.0 -> 1.3.1 2015-11-18 02:36:18 -08:00
William A. Kennington III
4da7935a8e xinput: 1.6.1 -> 1.6.2 2015-11-18 02:36:18 -08:00
William A. Kennington III
b52f2f6401 xorg-server: 1.18.0 -> 1.17.4
There were lots of issues with the proprietary nvidia driver on 352.63
and we don't yet have a proprietary AMD driver.
2015-11-18 02:34:26 -08:00
Pascal Wittmann
c283a3da68 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-18 11:34:09 +01:00
Pascal Wittmann
33a8e07d64 Merge pull request #11070 from plcplc/tortoisehg
Bumped tortoisehg to version 3.6
2015-11-18 10:13:25 +01:00
Herwig Hochleitner
f95388d706 dropbox: 3.10.9 -> 3.10.11 2015-11-18 09:46:20 +01:00
Herwig Hochleitner
ec73ef4c2f wine: 1.7.53 -> 1.7.55 2015-11-18 09:33:57 +01:00
vbgl
58d0a1ca40 Merge pull request #11112 from frlan/Update/Geany/1.26
geany: 1.25 -> 1.26
2015-11-18 09:23:05 +01:00
Domen Kožar
648265e020 Merge pull request #11111 from davidrusu/master
update net-tools home page
2015-11-18 08:31:02 +01:00
David Rusu
c46ffb05ff update net-tools home page
Previous domain had expired
2015-11-18 00:35:28 -05:00
William A. Kennington III
ee153a619a xorg: Fix hashes 2015-11-17 21:25:15 -08:00
William A. Kennington III
933316c310 tinc_pre: 2015-09-25 -> 2015-11-07 2015-11-17 21:16:42 -08:00
William A. Kennington III
349e50734e grub2: 2015-10-13 -> 2015-11-16 2015-11-17 21:16:01 -08:00
William A. Kennington III
2e595e32f6 xf86-video-ati: 7.5.0 -> 7.6.1 2015-11-17 21:15:30 -08:00
William A. Kennington III
2792b9228c xf86-input-synaptics: 1.8.2 -> 1.8.3 2015-11-17 21:15:04 -08:00
William A. Kennington III
7a2283b08e xf86-input-libinput: 0.14.0 -> 0.15.0 2015-11-17 21:14:46 -08:00
William A. Kennington III
5b3bbd1ac1 xf86-input-evdev: 2.9.2 -> 2.10.0 2015-11-17 21:14:18 -08:00
William A. Kennington III
8d01a4a4e4 nvidia: 352.55 -> 352.63 2015-11-17 21:13:41 -08:00
William A. Kennington III
357e471d56 rocksdb: 4.0 -> 4.1 2015-11-17 21:12:49 -08:00
William A. Kennington III
4506f29168 znc: 1.6.1 -> 1.6.2 2015-11-17 21:12:35 -08:00
William A. Kennington III
020f6cfadc xorg-server: 1.17.2 -> 1.18.0 2015-11-17 21:11:53 -08:00
William A. Kennington III
b809f886c0 libinput: 1.0.1 -> 1.1.1 2015-11-17 21:11:53 -08:00
William A. Kennington III
6e9f0df8bd gtk: 3.18.4 -> 3.18.5 2015-11-17 21:11:53 -08:00
Eric Sagnes
7cead2e990 ibus: fix dconf dependency 2015-11-18 11:29:31 +09:00
Ricardo M. Correia
2b694c237b cargo, cargoSnapshot: add rustc runtime dependency
It turns out that cargo implicitly depends on rustc at runtime: even
`cargo help` will fail if rustc is not in the PATH.

This means that we need to wrap the cargo binary to add rustc to PATH.
However, I have opted into doing something slightly unusual: instead of
tying down a specific cargo to use a specific rustc (i.e., wrap cargo so
that "${rustc}/bin" is prefixed into PATH), instead I'm adding the rustc
used to build cargo as a fallback rust compiler (i.e., wrap cargo so
that "${rustc}/bin" is suffixed into PATH). This means that cargo will
prefer to use a rust compiler that is in the default path, but fallback
into the one used to build cargo only if there wasn't any rust compiler
in the default path.

The reason I'm doing this is that otherwise it could cause unexpected
effects. For example, if you had a build environment with the
rustcMaster and cargo derivations, you would expect cargo to use
rustcMaster to compile your project (since rustcMaster would be the only
compiler available in $PATH), but this wouldn't happen if we tied down
cargo to use the rustc that was used to compile it (because the default
cargo derivation gets compiled with the stable rust compiler).

That said, I have slightly modified makeRustPlatform so that a rust
platform will always use the rust compiler that was used to build cargo,
because this prevents mistakenly depending on two different versions of
the rust compiler (stable and unstable) in the same rust platform,
something which is usually undesirable.

Fixes #11053
2015-11-18 02:41:45 +01:00
William A. Kennington III
893179e9c1 linux-testing: Bump to 4.4-rc1 2015-11-17 17:21:25 -08:00
William A. Kennington III
cf1ca41bfa ceph: Fix hash 2015-11-17 17:10:51 -08:00
Tobias Geerinckx-Rice
a5bad31da3 Merge pull request #11105 from nckx/add-gpart
gpart: init at 0.2.2
2015-11-17 23:38:03 +01:00
Tobias Geerinckx-Rice
7392ae1a3a gpart: init at 0.2.2 2015-11-17 23:09:04 +01:00
Domen Kožar
a7e8addf98 Merge pull request #11103 from samuelrivas/add-mixpanel
mixpanel: init at 4.0.2
2015-11-17 22:30:33 +01:00
Samuel Rivas
f1f7a438d1 mixpanel: init at 4.0.2 2015-11-17 22:19:54 +01:00
Philip Lykke Carlsen
d69e1956d7 tortoisehg: 3.4.2 -> 3.6
It builds and runs. Tested very superficially with an empty repository.
2015-11-17 22:09:38 +01:00
Frank Lanitz
5f6ce43418 geany: 1.25 -> 1.26 2015-11-17 22:02:43 +01:00
Pascal Wittmann
7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
goibhniu
8ca605fccb Merge pull request #11099 from magnetophon/helm-master
add Helm, a polyphonic synthesizer, standalone or lv2
2015-11-17 19:31:03 +01:00
Tobias Geerinckx-Rice
8d33c88c4f geolite-legacy 2015-11-04 -> 2015-11-17 2015-11-17 19:15:11 +01:00
Luca Bruno
43ee914535 cheese: fix build for 3.18 2015-11-17 18:48:25 +01:00
Luca Bruno
bdd1df16a7 gitg: fix 3.18 build 2015-11-17 18:41:08 +01:00
Luca Bruno
fd01f8d1a7 libgit2-glib: 0.0.24 -> 0.23.6 2015-11-17 18:41:08 +01:00
Arseniy Seroka
57ee05af86 Merge pull request #11095 from DamienCassou/isync-1.2.1
isync: 1.2.0 → 1.2.1
2015-11-17 20:29:55 +03:00
Danny Wilson
590eec7945 Simplify FORCE_UNSAFE_CONFIGURE by making it an optional string.
postInstall references ${self} and requires self to be a derivation.
2015-11-17 18:29:54 +01:00
Bart Brouns
ac3608211e add Helm, a polyphonic synthesizer, standalone or lv2 2015-11-17 18:24:39 +01:00
Luca Bruno
db4e688df2 git2: fix libssh support 2015-11-17 17:55:20 +01:00
Jaka Hudoklin
43e8590321 Merge pull request #11089 from steveeJ/rkt-v0.11
rkt: v0.10.0 -> 0.11.0
2015-11-17 17:32:41 +01:00
Jaka Hudoklin
5bbb869297 Merge pull request #11090 from matejc/brackets
brackets: new package, code editor
2015-11-17 17:24:40 +01:00
Jaka Hudoklin
b04ba13ee0 Merge pull request #11050 from offlinehacker/pkgs/dd-agent/update_5.5.2
dd-agent: 5.4.3 -> 5.5.2, add docker support
2015-11-17 17:19:00 +01:00
Jaka Hudoklin
be067811ff Merge pull request #11048 from offlinehacker/pkgs/influxdb/update_0.9.4
influxdb: 0.8.3 -> 0.9.4, fix module
2015-11-17 17:18:24 +01:00
Jaka Hudoklin
7955be7a82 Merge pull request #11051 from offlinehacker/pkgs/bosun/update_0.5.0
bosun: 0.3.0 -> 0.5.0-alpha, udpate module
2015-11-17 17:17:44 +01:00
Jaka Hudoklin
0667fe29c9 Merge pull request #11061 from offlinehacker/nixos/heapster/add
heapster module: init
2015-11-17 17:17:01 +01:00
Jaka Hudoklin
dfd1f14ca5 Merge pull request #11058 from offlinehacker/nixos/kubernetes1/git
kubernetes module: kubelet add git and ssh to path
2015-11-17 17:14:44 +01:00
Jaka Hudoklin
69a1b3977b Merge pull request #11055 from offlinehacker/pkgs/grafana/update_2.5.0
grafana: 2.0.0-beta1 -> 2.5.0
2015-11-17 17:14:23 +01:00
aszlig
96648a8526 bzip2: Get rid of the custom builder.sh.
Everything the builder.sh did can be done with the generic builder which
makes it easier to override attributes and also easier to read.

The reason I've done this is because of #10820, which tries to override
the preBuild hook, but the latter is hardcoded in the builder.sh of
bzip2.

I have compared the output of this against the previous version and the
only things that were different were timestamps in libbz2.a.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 16:25:56 +01:00
Bart Brouns
cec8303926 faust: add version 2 and make it the default 2015-11-17 15:29:45 +01:00
Damien Cassou
2088e147b9 isync: 1.2.0 → 1.2.1 2015-11-17 11:00:42 -03:00
Lancelot SIX
fd1ffbf806 pkgs.wget: 1.16.3 -> 1.17 (close #11092)
See http://lists.gnu.org/archive/html/info-gnu/2015-11/msg00008.html
for release announcement.
2015-11-17 14:56:13 +01:00
Peter Simons
ba46f28bc6 Merge pull request #11093 from michelk/r-modules/update
R: regenerate CRAN packages
2015-11-17 14:55:40 +01:00
Matej Cotman
3454f8d371 brackets: new package, code editor 2015-11-17 14:50:17 +01:00
aszlig
d81fc427da xf86-video-intel: 2015-11-13 -> 2015-11-14
Fixes quite an annoying and reproducable memory leak when I was using
multiple heads. This is the fix in question:

http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=2d26643cab33a32847afaf13b50d326d09d58bf7

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 14:46:52 +01:00
Michel Kuhlmann
cab1f3de5e R: regenerate CRAN packages 2015-11-17 14:34:27 +01:00
Domen Kožar
7e58284b68 Merge pull request #11087 from FRidh/llvmlite
python llvmlite: fix by using llvm_36
2015-11-17 13:48:56 +01:00
Shea Levy
a75de3ce56 Merge branch 'replace-dependency' of https://github.com/roconnor/nixpkgs
When replace-dependency is given a drv that doesn't actually depend on
oldDependency, then just return back the original drv but also issue a
warning.
2015-11-17 07:09:03 -05:00
Luca Bruno
aa9827a948 ipython: use requests2 to fix python3 build 2015-11-17 13:02:03 +01:00
Vladimír Čunát
31aa281919 libpng12: security update 1.2.53 -> 1.2.54
Part of fix for #11030.
Also refactor meta.
2015-11-17 12:57:33 +01:00
Matej Cotman
415f83bee1 Merge pull request #11088 from matejc/nixui021
nixui: upgrade to 0.2.1
2015-11-17 12:54:22 +01:00
Stefan Junker
93e1f92781 rkt: v0.10.0 -> 0.11.0
Also prepare to support multiple stage1 flavors.
The 'host' flavor would be preferred to reuse systemd components instead
of downloading/unpacking/processing a CoreOS PXE image.
2015-11-17 12:44:32 +01:00
Matej Cotman
5f5fd03a71 nixui: upgrade to 0.2.1 2015-11-17 12:28:22 +01:00
Frederik Rietdijk
0d1a8a5fcf python llvmlite: fix by using llvm_36 2015-11-17 12:16:11 +01:00
Cillian de Róiste
242914358e datadog: fix license 2015-11-17 12:09:56 +01:00
Danny Wilson
62ff7367d5 LDFLAGS hack is only required for SmartOS builds 2015-11-17 11:21:12 +01:00
Peter Simons
6fbff60f0e Add LTS Haskell 3.14. 2015-11-17 11:13:20 +01:00
Peter Simons
2d87d483d0 configuration-hackage2nix.yaml: update list of broken packages 2015-11-17 11:09:59 +01:00
Peter Simons
4fb7b4170a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-42-g3ca1747 using the following inputs:

  - Nixpkgs: ad0723f0c7
  - Hackage: c7478af457
  - LTS Haskell: 8ec1fc3419
  - Stackage Nightly: e6bcfb640c
2015-11-17 11:09:09 +01:00
Domen Kožar
a7c2ee2205 Merge pull request #11062 from offlinehacker/pkgs/pythonPackages/datadog/add
pythonPackages.datadog: init at 0.10.0
2015-11-17 10:45:03 +01:00
Pascal Wittmann
31f925b572 Merge pull request #11077 from rycee/bump/perl-Log-Log4perl
perl-Log-Log4perl: 1.43 -> 1.46
2015-11-17 10:26:13 +01:00
Pascal Wittmann
098d57cbe0 Merge pull request #11076 from mstarzyk/obnam
obnam: 1.18.1 -> 1.18.2
2015-11-17 10:25:27 +01:00
lethalman
589ab6b217 Merge pull request #11081 from khumba/claws-https-master
claws-mail: add glib_networking for fancy to load HTTPS content (for master)
2015-11-17 10:13:20 +01:00
Domen Kožar
f809e8e0ab webkitgtk: 2.10.0 -> 2.10.4 (fix build) 2015-11-17 08:19:01 +01:00
aszlig
880eba6481 conky: Fix building with CMake 3.4.0.
Regression introduced by 050bebb8c4.

It's essentially an upgrade to CMake 3.4.0, which breaks the build
because it seems that in CMake 3.3.x, the check_include_files() command
was implicitly included (haven't found out about why exactly).

So we're now just adding an import for CheckIncludeFiles in addition to
CheckIncludeFile, so that we have both commands (the plural and the
singular variant) available.

My original goal was to use brndnmtthws/conky@3a574ba, but this breaks
the build as well, because check_include_files doesn't accept additional
compile flags.

However, this is needed if building with wireless support, because
including iwlib.h needs -D_GNU_SOURCE set and check_include_files
doesn't do that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-17 05:51:27 +01:00
John Wiegley
17044e0e71 openvpn: Allow building on non-Linux systems 2015-11-16 20:34:56 -08:00
Bryan Gardiner
f2afad2349 claws-mail: add glib_networking for fancy to load HTTPS content (#10421) 2015-11-16 20:23:12 -08:00
Domen Kožar
0ff2240da3 Merge pull request #11078 from svend/nim-darwin
nim: Add darwin platform
2015-11-17 01:06:02 +01:00
Robert Helgesson
a2ed2f9f6a perl-Log-Log4perl: 1.43 -> 1.46
Also add meta section and myself as maintainer.
2015-11-17 00:06:02 +01:00
Russell O'Connor
fb683211dc replace-dependency.nix: Remove unnecessary carriage return. 2015-11-16 17:52:12 -05:00
Svend Sorensen
d4994d85e4 nim: Add darwin platform 2015-11-16 14:50:40 -08:00
Michael Raskin
05129a3ee6 Add sct — a minimal utility to set display colour temperature 2015-11-17 01:50:09 +03:00
Russell O'Connor
94e68bf9ee replace-dependency.nix: Give attr a slightly more meaningful name of drvHash 2015-11-16 17:44:03 -05:00
Maciek Starzyk
88a6ae6336 obnam: 1.18.1 -> 1.18.2 2015-11-16 23:20:32 +01:00
Svend Sorensen
9aea6d811b terminal-notifier: Pass arguments in wrapper script 2015-11-16 13:29:13 -08:00
Robert Helgesson
efdc9a0bd8 gpsbabel: enable parallel building 2015-11-16 22:23:47 +01:00
Robert Helgesson
89e22a78b7 gpsbabel: fix build on i686 2015-11-16 22:23:46 +01:00
lethalman
ca186286d7 Merge pull request #10986 from teh/master
update flow + new go binary (codesearch)
2015-11-16 20:45:10 +01:00
Pascal Wittmann
fece57da45 Merge pull request #11007 from makefu/mhddfs_init_master
mhddfs: init at 0.1.39
2015-11-16 20:21:39 +01:00
Pascal Wittmann
743151e9f3 Merge pull request #11054 from makefu/acng_init
apt-cacher-ng: init at 0.8.6
2015-11-16 20:00:01 +01:00
Pascal Wittmann
59bb76e894 snapraid: append the version to the name 2015-11-16 19:56:14 +01:00
Benno Fünfstück
2fc679b6f7 pyacoustid: use requests2
This fixes an issue with beets which already needs requests2
due to the fetchart plugins' dependencies, so it would depend
on two different versions of requests if this package didn't
use requests2.
2015-11-16 19:45:06 +01:00
Benno Fünfstück
c0cb70bf7c python-discogs-client: use requests2
This fixes an issue in beets which would depend on two versions of
requests if this used requests and not requests2.
2015-11-16 19:45:06 +01:00
Sander van der Burg
a06dd213b6 nodejs-5_0: add package 2015-11-16 17:58:11 +00:00
zimbatm
6a0ed9361b webfs: init at 1.21 2015-11-16 17:29:40 +01:00
Danny Wilson
98180e3bb2 Fix ncurses 5.9 build on SmartOS.
Has been fixed before, but now includes C++ support.
2015-11-16 17:20:17 +01:00
Danny Wilson
f17dea3b3d Fix compilation of GCC 4.9 on SmartOS.
Fix ld-solaris-wrapper never calling ld (since gcc->cc-wrapper refactor).
2015-11-16 17:20:16 +01:00
Danny Wilson
bab0a82983 Dummy SBCL property to allow other derivations to build. 2015-11-16 17:20:16 +01:00
Danny Wilson
bcc7d8add9 Texinfo requires GNU awk, mainly during make check.
This fixes build on SmartOS.
2015-11-16 17:20:16 +01:00
Danny Wilson
11be480df4 Skip failing tests on SmartOS 2015-11-16 17:20:16 +01:00
Danny Wilson
46c4981e29 Perl works fine on Illumos (and Solaris) 2015-11-16 17:20:15 +01:00
Danny Wilson
e4b305ca70 Fix MPFR build again on SmartOS. 2015-11-16 17:20:15 +01:00
Danny Wilson
caaded3713 Disable inotify support on SunOS: it’s Linux-specific.
This amazingly fixes the coreutils build on SmartOS.
2015-11-16 17:20:15 +01:00
Danny Wilson
340375f421 Make sure optionalAttrs are set before actually building a derivation. 2015-11-16 17:20:15 +01:00
Danny Wilson
f9134ca9df Fix patchShebangs on SmartOS
Tail is very picky about the space after -c
 when compiled by Nix on Illumos (no idea why).
2015-11-16 17:20:14 +01:00
Danny Wilson
b19116f688 Fix Perl build on SmartOS 2015-11-16 17:20:14 +01:00
Danny Wilson
2c80e12e96 Add support for gzip compression 2015-11-16 17:20:14 +01:00
Danny Wilson
ee56b6aa24 Doxygen: fix build on SmartOS 2015-11-16 17:20:14 +01:00
Danny Wilson
e0f732415f Fix glib build on SmartOS 2015-11-16 17:20:13 +01:00
Danny Wilson
bb3d083d63 Fix hardcoded target platform. 2015-11-16 17:20:13 +01:00
Danny Wilson
e9d6da77cd Fix non-chrooted (stdenv-native) builds that have man on path enabling
building of built-in manual, while chrooted builds (hydra) will not…
2015-11-16 17:20:13 +01:00
Danny Wilson
15c676fd30 SmartOS: Make pkgconfig use proper i18n. 2015-11-16 17:20:13 +01:00
Danny Wilson
f72bdba420 Fix dbus-tools build on SmartOS
`ld` on illumos does not understand `--as-needed`
2015-11-16 17:20:12 +01:00
Danny Wilson
6a2b723a8b Fix build of gccgo-wrapper on Illumos.
When compiling GCC with NIX_ENFORCE_PURITY,
linking libgcc fails because crti.o and friends
aren't part of the nix store.
2015-11-16 17:20:12 +01:00
Danny Wilson
450d6aff9c Less builds fine on Illumos. 2015-11-16 17:20:12 +01:00
Danny Wilson
f046f7bad3 Fix libelf build on Illumos 2015-11-16 17:20:12 +01:00
Danny Wilson
a93f883556 Fix bison build on Illumos. 2015-11-16 17:20:11 +01:00
Danny Wilson
fdb534f06e GCC 4.8 compiles on Illumos.
- Disable profiled bootstrap.
- Add illumos meta platform.
2015-11-16 17:20:11 +01:00
Danny Wilson
546601cf4b SmartOS: Fix w3m build 2015-11-16 17:20:11 +01:00
Danny Wilson
d50d14d55f Use the nix provided shell.
This is guaranteed to be bash, SmartOS has ksh by
 default and doesn't work.
2015-11-16 17:20:11 +01:00
Jaka Hudoklin
aa4bad4c17 heapster module: init 2015-11-16 16:58:10 +01:00
Jaka Hudoklin
15c76d17fe heapster: init at 3057a2c07061c8d9ffaf77e5442ffd7512ac0133 2015-11-16 16:58:09 +01:00
Florent Becker
e61ad1288c emacs-packages.rust-mode: init at 20151026 (close #10674) 2015-11-16 16:46:04 +01:00
taku0
b3a40786c0 firefox-bin: 41.0.2 -> 42.0 (close #10821) 2015-11-16 16:39:26 +01:00
Stefan Junker
63edfb1871 go14: 1.4.2 -> 1.4.3 (close #10702) 2015-11-16 16:39:08 +01:00
Arseniy Seroka
855cba7da7 Merge pull request #11029 from ryantrinkle/mariadb-darwin
Add CoreServices framework dependency to mariadb on darwin
2015-11-16 18:28:23 +03:00
Jaka Hudoklin
ac97469edd pythonPackages.datadog: init at 0.10.0 2015-11-16 16:25:13 +01:00
Arseniy Seroka
aca3377672 Merge pull request #11028 from ryantrinkle/hmatrix-darwin
Add Accelerate framework dependency to hmatrix on darwin
2015-11-16 18:19:25 +03:00
Jaka Hudoklin
02fc10ce25 docker: make lxc optional 2015-11-16 16:17:53 +01:00
Jaka Hudoklin
c79e22edbf docker: 1.8.1 -> 1.9.0 2015-11-16 15:56:09 +01:00
wedens
caedaf2f27 fzf: 0.10.8 -> 0.11.0
fixes #10418
2015-11-16 20:47:27 +06:00
Jaka Hudoklin
dd1f8b2693 kubernetes module: kubelet add git and ssh to path 2015-11-16 15:19:56 +01:00
Jaka Hudoklin
a42d2e439b docker-gc: init at b0cc52aa3da2e2ac0080794e0be6e674b1f063fc 2015-11-16 15:16:48 +01:00
Matthijs Steen
0ceda119d7 google-chrome: init at 45.0.2454.101-1 (close #10892)
As suggested the Google Chrome .deb file that is used for Chromium's plugins is reused.
vcunat removed lots of newlines, as the style was diverging from the
majority far too much (IHHO).
2015-11-16 15:15:51 +01:00
Jaka Hudoklin
b9291616a6 systemd module: Add OnFailure to systemd common unit options 2015-11-16 15:12:28 +01:00
Cillian de Róiste
03188ce0ef pipelight: remove unused inputs, use stdenv_32bit 2015-11-16 15:02:54 +01:00
Jaka Hudoklin
9671d36011 grafana module: update 2015-11-16 14:59:25 +01:00
Jaka Hudoklin
abda14309f grafana: 2.0.0-beta1 -> 2.5.0 2015-11-16 14:59:16 +01:00
makefu
8db9408ac6 apt-cacher-ng: init at 0.8.6 2015-11-16 14:45:21 +01:00
Jaka Hudoklin
0775a89c11 bosun module: update module 2015-11-16 14:24:02 +01:00
Jaka Hudoklin
c8d1e900d6 bosun: 0.3.0 -> 0.5.0-alpha 2015-11-16 14:23:54 +01:00
Jaka Hudoklin
9c1943fb6f influxdb: 0.8.3 -> 0.9.4, fix module 2015-11-16 14:22:08 +01:00
William A. Kennington III
61402311cc ceph: Deduplicate the default 2015-11-16 05:15:19 -08:00
Domen Kožar
91fcff45a3 atom: 1.1.0 -> 1.2.0 2015-11-16 14:04:18 +01:00
Jaka Hudoklin
4acbfe7d9a dd-agent: add docker support 2015-11-16 13:46:19 +01:00
Jaka Hudoklin
b4ece28aac dd-agent: 5.4.3 -> 5.5.2 2015-11-16 13:46:06 +01:00
Domen Kožar
0567714b99 Merge pull request #10610 from joachifm/scsi-link-pm
nixos: set scsi link power policy using udev
2015-11-16 13:21:36 +01:00
Domen Kožar
b76519069d Merge pull request #9733 from basvandijk/wordpress-fix-extraConfig
wordpress: execute the extraConfig before loading wp-settings.php
2015-11-16 13:16:10 +01:00
Asko Soukka
5b745f469f scikit-image: init at 0.11.3 (close #10881) 2015-11-16 13:12:43 +01:00
Asko Soukka
a69511e298 darwin: llvmlite: add impure dep to fix build 2015-11-16 13:12:43 +01:00
Domen Kožar
0b4776b6b7 Merge pull request #9182 from greedy/erlang-setup-hook
erlang: add setupHook to set ERL_LIBS
2015-11-16 13:09:26 +01:00
Domen Kožar
88f5cfc126 Merge pull request #8637 from FRidh/statsmodels
python-packages statsmodels: init at 0.6.1
2015-11-16 12:58:17 +01:00
viric
2a7b5e9f30 Merge pull request #11047 from dezgeg/pr-raspi-kheaders-defconfig
platforms.nix: Use bcm2835_defconfig for RPi kernelHeadersBaseConfig
2015-11-16 12:57:10 +01:00
Frederik Rietdijk
ce41204fa0 python-packages statsmodels: init at 0.6.1 2015-11-16 12:56:33 +01:00
Domen Kožar
5ca01c71d1 Merge pull request #10814 from NarrativeScience/no_large_file_test
numpy: patch to remove large file test
2015-11-16 12:55:13 +01:00
Domen Kožar
5900949ef2 Merge pull request #9520 from FRidh/bokeh
python-packages bokeh: init at 0.9.3
2015-11-16 12:53:29 +01:00
Frederik Rietdijk
ccb3eb13d9 python bokeh: init at 0.10.0 2015-11-16 12:38:21 +01:00
Domen Kožar
76e93b6362 Merge pull request #8868 from lancelotsix/update_pytestflakes
pythonPackages.pytestflakes: 0.2 -> 1.0.0
2015-11-16 12:22:41 +01:00
Domen Kožar
c651e6cbe5 pythonPackages.requests: disable on 3.4 2015-11-16 12:19:02 +01:00
Peter Simons
5a6028c996 Merge pull request #11045 from zimbatm/fix/nix-prefetch-git
nix-prefetch-git: add missing coreutils dependency
2015-11-16 12:02:01 +01:00
zimbatm
76bf9c54ea nix-prefetch-git: add missing coreutils dependency
At runtime, `readlink` is a dependency
2015-11-16 11:54:43 +01:00
Rickard Nilsson
3e18ddae49 Merge pull request #11005 from robbinch/fix-nix-serve
Change argument --port to --listen in nix-serve.nix
2015-11-16 11:43:31 +01:00
Shea Levy
afaf712ee7 replace-dependency.nix: Use dynamic attrs now. 2015-11-16 05:42:27 -05:00
Peter Simons
e71a080488 Merge pull request #9252 from FRidh/audacity
audacity: 2.0.5 -> 2.1.1
2015-11-16 11:38:46 +01:00
Domen Kožar
ae15f96fd1 Merge pull request #11036 from FRidh/pycparser
python pycparser: 2.10 -> 2.14
2015-11-16 11:32:00 +01:00
Domen Kožar
4755afc385 Merge commit 'b666ac3e9ff3f08b120d068770768be580e67f76' (staging)
Merge rest of the fixes from staging
2015-11-16 11:23:06 +01:00
Peter Simons
2cb80f7fbc Merge pull request #10865 from NixOS/gnucash26
gnucash 2.6 package, partially broken (no HTML reports)
2015-11-16 11:14:08 +01:00
Peter Simons
731965eb24 Merge pull request #10967 from sjourdois/cracklib
cracklib: 2.9.4 -> 2.9.6
2015-11-16 11:09:04 +01:00
Peter Simons
2025ed52a0 Merge pull request #10987 from mcmtroffaes/feature/libssh2-mingw
libssh2: fix shared library build under mingw
2015-11-16 11:05:45 +01:00
Peter Simons
7255b9c0b6 Merge pull request #11017 from oxij/update-youtube-dl
youtube-dl: 2015.11.10 -> 2015.11.13
2015-11-16 11:05:02 +01:00
Peter Simons
cc679b8383 Merge pull request #11040 from cleverca22/master
future proof the wireshark source path
2015-11-16 11:03:51 +01:00
Vladimír Čunát
bd33a41493 README: drop 14.12 references
We probably no longer want to advertise it.
2015-11-16 08:33:45 +01:00
Matthew O'Gorman
7df0fefcbc xscreensaver: security update 5.33 -> 5.34 (close #10845)
Fixes a crash when hot-swapping monitors while locked.
2015-11-16 08:20:12 +01:00
Vladimír Čunát
cc86857601 libpng: security and maintenance 1.6.18 -> 1.6.19
Fixes #11030, CVE-2015-{7981,8126}.
2015-11-16 08:12:08 +01:00
Edward Tjörnhammar
656c21e55a idea.idea-{community,ultimate}: 15.0 -> 15.0.1 2015-11-16 07:48:00 +01:00
Russell O'Connor
782cfe94b0 replace-dependency.nix: new feature
When replace-dependency is given a drv that doesn't actually depend on oldDependency, then just return back the original drv but also issue a warning.
2015-11-15 19:52:30 -05:00
Tuomas Tynkkynen
6102398d46 platforms.nix: Use bcm2835_defconfig for RPi kernelHeadersBaseConfig
kirkwood_defconfig was removed in the 3.17 kernel release, so
kernelHeadersBaseConfig needs to be changed in order to build
any Raspberry Pi stuff against linuxHeaders_3_18 (which has been the
default since the systemd 227 merge).
2015-11-16 02:37:13 +02:00
Pascal Wittmann
ee5f7d4c16 Merge pull request #11016 from rnhmjoj/imv
imv: add version in the package name
2015-11-15 23:39:19 +01:00
michael bishop
e72bcc348c future proof the wireshark source path 2015-11-15 16:38:58 -04:00
Ryan Trinkle
90d5d315af hmatrix: fix missing Accelerate framework dependency on darwin 2015-11-15 14:57:58 -05:00
Ryan Trinkle
5d4595621d mariadb: fix missing CoreServices framework dependency on darwin 2015-11-15 14:57:06 -05:00
Pascal Wittmann
e136ce10bb Merge pull request #11022 from dasjoe/manual
nixos manual: point to NixOps' homepage, not Github
2015-11-15 20:03:31 +01:00
Pascal Wittmann
bedaa88a4a Merge pull request #11037 from FlorentBecker/kcov
kcov : init at 29
2015-11-15 19:54:54 +01:00
Florent Becker
7ff5826e08 kcov : init at 29 2015-11-15 18:07:48 +01:00
Pascal Wittmann
52546be521 Merge pull request #11035 from FRidh/pysoundfile
python pysoundfile: init at 0.8.1
2015-11-15 17:58:15 +01:00
Frederik Rietdijk
b0f4a36b67 python pycparser: 2.10 -> 2.14 2015-11-15 16:28:38 +01:00
Frederik Rietdijk
4cfe90b9d7 python pysoundfile: init at 0.8.1 2015-11-15 16:24:35 +01:00
Arseniy Seroka
47a057abaa Merge pull request #11032 from zimbatm/ttyrec-1.0.8
ttyrec: init at 1.0.8
2015-11-15 16:25:14 +03:00
Arseniy Seroka
ad162763f5 Merge pull request #11033 from zimbatm/gifsicle-1.88
gifsicle: 1.87 -> 1.88
2015-11-15 16:24:48 +03:00
Nikolay Amiantov
703aaa6e89 Merge pull request #10696 from 'bendlas-update-wine' 2015-11-15 16:07:31 +03:00
Herwig Hochleitner
2145c99ae3 wine: fix infinite recursion in wine-staging build 2015-11-15 16:03:54 +03:00
Herwig Hochleitner
accc98ca7f wine: 1.7.52 -> 1.7.53 2015-11-15 16:03:54 +03:00
Domen Kožar
b666ac3e9f Revert "python: skip build at install phase"
This reverts commit d34f5b6570.

PIL and NumPy don't like this change and I'd rather spend time on
bringing wheels to Nix than fixing old infrastructure.
2015-11-15 13:50:04 +01:00
Domen Kožar
5a16c0e6e4 buildPythonPackage: clean up shellHook 2015-11-15 13:50:04 +01:00
zimbatm
2273bd5b30 gifsicle: 1.87 -> 1.88
+ fix for gifview flag
+ tests
2015-11-15 11:50:20 +01:00
zimbatm
71b08ef38e ttyrec: init at 1.0.8 2015-11-15 11:26:56 +01:00
Domen Kožar
58d870d4b5 Merge pull request #11023 from zimbatm/fix/miraclecast
Revert "miraclecast: init at 0.0-git-20151002"
2015-11-15 10:42:16 +01:00
Peter Simons
084e37ec7b Merge pull request #11025 from rick68/patch-1
Update deprecated.nix
2015-11-15 09:04:07 +01:00
Charles Strahan
23e5ffa2e5 macvim: 7.4.648 -> 7.4.909 (and fix build) 2015-11-15 02:04:27 -05:00
Tobias Geerinckx-Rice
b0e253a05c libpsl: list 2015-11-12 -> 2015-11-13 2015-11-15 03:56:59 +01:00
Joachim Schiele
47545e4a23 Merge pull request #10962 from sjourdois/byobu
byobu: 5.87 -> 5.98
2015-11-15 01:02:35 +01:00
Arseniy Seroka
20024205d3 Merge pull request #11014 from Havvy/node10
nodejs: 0.10.38 -> 0.10.40
2015-11-15 01:23:20 +03:00
William A. Kennington III
b762a2035c taglib: 1.9.1 -> 1.10 2015-11-14 13:28:48 -08:00
William A. Kennington III
453f7c7218 Merge branch 'master.upstream' into staging.upstream 2015-11-14 12:39:32 -08:00
William A. Kennington III
6e18a33183 syslinux: 6.03 -> 2015-11-09 2015-11-14 12:38:56 -08:00
William A. Kennington III
4ead61ca39 Merge remote-tracking branch 'upstream/master' into master.upstream 2015-11-14 12:33:53 -08:00
William A. Kennington III
6602f49495 Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
This reverts commit 741bf840da.

This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Wei-Ming Yang
8b78f17f5f Update deprecated.nix
fix a typo
2015-11-15 03:41:39 +08:00
Ozan Sener
6d1d7301ca closure-compiler: 20150609 -> 20151015 2015-11-14 21:19:36 +02:00
Luca Bruno
fb864b8898 pommed: mark as broken, src hash changed
cc @shlevy
2015-11-14 18:57:51 +01:00
Thomas Strobel
d7f9b6d8ca miraclecast: init at 0.0-git-20151002 2015-11-14 18:11:23 +01:00
zimbatm
c9ead485a8 Revert "miraclecast: init at 0.0-git-20151002"
This completes the revert of commit 9e33e2365e.

which was started in 741bf840da
2015-11-14 17:24:45 +01:00
Hajo Möller
f1ac7bf80a nixos manual: point to NixOps' homepage, not Github 2015-11-14 17:17:29 +01:00
Domen Kožar
fc8562c785 udisks: add missing libgudev 2015-11-14 16:50:23 +01:00
Domen Kožar
b87dad2839 cheese: libgudev 2015-11-14 16:50:23 +01:00
Domen Kožar
5e21f4e20b fix cython build 2015-11-14 16:50:23 +01:00
Domen Kožar
15913feb97 networkmanager098: add libgudev 2015-11-14 16:50:23 +01:00
makefu
dd8f31d1be mhddfs: init at 0.1.39 2015-11-14 16:40:53 +01:00
Guillaume Maudoux
60ba5ad479 lighttpd: fix mod_rewrite appearing twice 2015-11-14 15:52:25 +01:00
William A. Kennington III
e4feccce81 lightdm: 1.16.3 -> 1.16.5 2015-11-14 02:28:06 -08:00
Jan Malakhovski
21c8d1024b youtube-dl: 2015.11.10 -> 2015.11.13 2015-11-14 10:13:37 +00:00
rnhmjoj
994753322c imv: add version in the package name 2015-11-14 10:11:12 +01:00
Damien Cassou
971b90e98d Merge pull request #11015 from DamienCassou/elisp-ffi-1.0.0
elisp-ffi: git-20141103 → 1.0.0
2015-11-13 22:33:36 -03:00
William A. Kennington III
050bebb8c4 cmake: 3.3.2 -> 3.4.0 2015-11-13 15:55:44 -08:00
William A. Kennington III
cdf65ba19e gtk3: 3.18.3 -> 3.18.4 2015-11-13 15:55:33 -08:00
William A. Kennington III
8f45d18a71 Merge branch 'master.upstream' into staging.upstream 2015-11-13 15:54:10 -08:00
William A. Kennington III
9579c9ec7f Merge commit 'cb21b77' into master.upstream
This is a partial merge of staging for builds which are working
2015-11-13 15:53:10 -08:00
Damien Cassou
195246c316 elisp-ffi: git-20141103 → 1.0.0 2015-11-13 20:08:42 -03:00
Ryan Scheel (Havvy)
087202abf9 nodejs: 0.10.38 -> 0.10.40 2015-11-13 23:06:03 +00:00
Domen Kožar
83aeb00a78 Merge pull request #11010 from FRidh/bcrypt
python bcrypt: 1.0.2 -> 2.0.0
2015-11-13 23:18:47 +01:00
Arseniy Seroka
0125adc392 Merge pull request #10999 from noctuid/zscroll
zscroll: init at 1.0
2015-11-14 00:55:48 +03:00
Tobias Geerinckx-Rice
a2f98ef4ac clipgrab 3.5.2 -> 3.5.4 2015-11-13 22:06:10 +01:00
noctuid
b0fd85342b zscroll: init at 1.0 2015-11-13 14:58:19 -05:00
Peter Simons
67271da8cb Merge pull request #11011 from ikervagyok/xmonad
fix: ihaskell's and xmonad's dependence on haskell-ng
2015-11-13 20:37:07 +01:00
William A. Kennington III
64f31fbc35 xf86-video-intel: 2015-11-10 -> 2015-11-13 2015-11-13 10:37:27 -08:00
Lengyel Balázs
162542bf8f fix: ihaskell's and xmonad's dependence on haskell-ng 2015-11-13 19:14:40 +01:00
Frederik Rietdijk
31563a291c python bcrypt: 1.0.2 -> 2.0.0 2015-11-13 17:05:28 +01:00
Arseniy Seroka
3087ef37bb Merge pull request #10807 from joachifm/fix-hyperdex-hashes
hyperdex: blindly fix hashes of local dependencies
2015-11-13 17:48:08 +03:00
Arseniy Seroka
83ce6db83b Merge pull request #10771 from demin-dmitriy/pulseaudio-panel-plugin
xfce4-pulseaudio-plugin: init at 0.2.3
2015-11-13 17:47:00 +03:00
Arseniy Seroka
f7bd63dc77 Merge pull request #10977 from sjourdois/ffmpeg
darwin: ffmpeg-full and deps: darwin fixes
2015-11-13 17:43:54 +03:00
Arseniy Seroka
bb70d1928d Merge pull request #10974 from datakurre/datakurre-numba
darwin: numba: fix build on darwin
2015-11-13 17:43:23 +03:00
Arseniy Seroka
2d478090b5 Merge pull request #10972 from matthiasbeyer/update-dwm
dwm: 6.0 -> 6.1
2015-11-13 17:43:06 +03:00
Arseniy Seroka
7ee9959984 Merge pull request #10990 from rnhmjoj/imv
imv: init at 1.0.0
2015-11-13 17:41:42 +03:00
Arseniy Seroka
6221526b13 Merge pull request #10992 from oxij/package-macopix
macopix: init at 1.7.4
2015-11-13 17:40:37 +03:00
Arseniy Seroka
9dd3e5fd3f Merge pull request #10993 from oxij/nixos-actkbd-tinyfix
[trivial] nixos: add actkbd package to environment in actkbd module
2015-11-13 17:39:44 +03:00
Arseniy Seroka
9ea4e30327 Merge pull request #10994 from oxij/sdl-pulseaudio
SDL: better pulseaudioSupport logic
2015-11-13 17:39:30 +03:00
Arseniy Seroka
6a192b4e98 Merge pull request #10997 from oxij/emacs-packages-metas
emacs-packages: fix metas, add descriptions, split git-rebase from magit
2015-11-13 17:38:57 +03:00
Arseniy Seroka
653143b4b1 Merge pull request #11006 from Lassulus/master
bitlbee-steam: init at 2015-09-10
2015-11-13 17:37:06 +03:00
Arseniy Seroka
f0630abb0d Merge pull request #11008 from makefu/snapraid_init_master
snapraid: init at 8.1
2015-11-13 17:36:28 +03:00
Tobias Geerinckx-Rice
519d18b063 libpsl: list 2015-10-11 -> 2015-11-12 2015-11-13 15:07:34 +01:00
makefu
a824242830 snapraid: init at 8.1 2015-11-13 15:06:22 +01:00
lassulus
4803b2f31a bitlbee-steam: init at 2015-09-10 2015-11-13 14:37:41 +01:00
Robbin C
c75d1e761a Change argument --port to --listen in nix-serve.nix 2015-11-13 21:25:50 +08:00
Damien Cassou
5c6725b7e3 Merge pull request #10984 from DamienCassou/elisp-ffi
elisp-ffi: init at git 2014-11-03
2015-11-13 10:25:50 -03:00
Nikolay Amiantov
f4ec8c9dc7 pcsctools: 1.4.23 -> 1.4.25 2015-11-13 15:28:45 +03:00
Nikolay Amiantov
8286d0ba05 pcscperl: init at 1.4.13 2015-11-13 15:28:41 +03:00
Nikolay Amiantov
d3c82934f8 pcsclite: fix pcsc-spy 2015-11-13 15:28:37 +03:00
Damien Cassou
965fbcc419 elisp-ffi: init at git 2014-11-03 2015-11-13 08:23:14 -03:00
Pascal Wittmann
3a4a0f7d03 calibre: 2.43.0 -> 2.44.0 2015-11-13 12:04:26 +01:00
Peter Simons
ae3a030fe8 Merge pull request #11000 from Ericson2314/patch-1
ghcjs: update comment on generating built-in pkg list
2015-11-13 11:40:24 +01:00
Pascal Wittmann
46979454e3 Merge pull request #11002 from odi/master
python-packages: pafy 0.4.1 -> 0.4.2
2015-11-13 10:50:29 +01:00
Oliver Dunkl
928e202034 python-packages: pafy 0.4.1 -> 0.4.2 2015-11-13 09:29:55 +01:00
James Cook
225642e25a Update comment for gdm service.
Emphasize experimental nature slightly less, but say it's only really
tested with Gnome.
2015-11-12 20:58:43 -08:00
John Ericson
53e43204f9 ghcjs: update comment on generating built-in pkg list
Should we do `import (runCommand ...)` to automate this?
2015-11-12 16:47:41 -08:00
Andrew Rynhard
42ff8ad780 Add help flag to nix-prefetch-git 2015-11-12 15:10:56 -08:00
vbgl
c14eca68a4 Merge pull request #10965 from sjourdois/cgal
cgal: 4.6.1 -> 4.7
2015-11-13 00:07:04 +01:00
Peter Simons
8c344bdcc2 Merge pull request #10939 from peti/drop-obsolete-haskell-ng-names
Drop obsolete "haskell-ng" and "haskellngPackages" aliases.
2015-11-13 00:01:41 +01:00
Peter Simons
aee2e72122 Haskell math-functions is broken on Hydra again. :-( 2015-11-12 22:31:03 +01:00
Peter Simons
4856880cab hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-36-ge0ee7ef using the following inputs:

  - Nixpkgs: 7c001f31b0
  - Hackage: 46f2de463b
  - LTS Haskell: 1ae555e197
  - Stackage Nightly: 4113b2e369
2015-11-12 22:30:54 +01:00
Jan Malakhovski
58a8485090 emacs-packages: split git-rebase from magit, deprecate git-rebase-mode
magit doesn't depend on git-rebase, git-rebase depends on magit
2015-11-12 21:23:15 +00:00
Jan Malakhovski
2d14b2d540 emacs-packages: fix metas, add descriptions, deprecate git-commit-mode 2015-11-12 21:23:15 +00:00
Jan Malakhovski
732eb3c4cc nixos: cleanup version module, allow setting nixosVersion with env variable 2015-11-12 21:14:49 +00:00
Jan Malakhovski
05f6e0fdaa SDL: better pulseaudioSupport logic 2015-11-12 21:07:45 +00:00
Jan Malakhovski
95a723d516 nixos: add actkbd package to environment in actkbd module 2015-11-12 21:05:07 +00:00
Jan Malakhovski
394d5176c2 macopix: init at 1.7.4 2015-11-12 20:54:48 +00:00
Domen Kožar
a99a634acf Merge pull request #10826 from NarrativeScience/skip_broken_pandas_test
skip broken pandas test when on python 3.5
2015-11-12 20:55:27 +01:00
Domen Kožar
69c6aa5c1b Merge pull request #10989 from rnhmjoj/maintainer
add myself as a maintainer
2015-11-12 20:52:50 +01:00
Domen Kožar
6f4d790d85 Merge pull request #10982 from FRidh/python
python: updates and new munch package
2015-11-12 20:51:47 +01:00
rnhmjoj
03121cd5ac imv: init at 1.0.0 2015-11-12 19:40:00 +01:00
rnhmjoj
d9274215e7 add myself as a maintainer 2015-11-12 19:25:15 +01:00
Matthias C. M. Troffaes
d583c16568 libssh2: fix shared library build under mingw 2015-11-12 15:12:09 +00:00
Arseniy Seroka
95396d9dbb Merge pull request #10985 from hrdinka/update/nsd
nsd: 4.13 -> 4.16
2015-11-12 18:06:49 +03:00
Tom Hunger
23fd8f8cdf codesearch: init at master 2015-11-12 14:42:38 +00:00
Nikolay Amiantov
c461162e2a steam: fix license agreement dialog 2015-11-12 16:58:02 +03:00
Christoph Hrdinka
a4ea5e4e4b nsd: 4.13 -> 4.16 2015-11-12 14:51:47 +01:00
Bjørn Forsman
30313d5c6e jenkins: 1.637 -> 1.638 (important security fixes)
I fat fingered the previous update, *this* is the real important
security updates:

https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-11-11
2015-11-12 13:40:09 +01:00
Bjørn Forsman
7a1c4ab324 jenkins: 1.636 -> 1.637 (security fixes)
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-11-11
2015-11-12 13:34:44 +01:00
Matthias Beyer
050b462b3b dwm: 6.0 -> 6.1 2015-11-12 12:38:26 +01:00
Frederik Rietdijk
00a1c28c45 python numba: 0.21.0 -> 0.22.1 2015-11-12 12:02:07 +01:00
Frederik Rietdijk
fef06f6875 python munch: init at 2.0.4 2015-11-12 12:01:50 +01:00
Frederik Rietdijk
8f4bd87993 python llvmlite: 0.7.0 -> 0.8.0 2015-11-12 12:01:01 +01:00
Frederik Rietdijk
e41923bb7c python blaze: 0.8.2 -> 0.8.3 2015-11-12 12:00:41 +01:00
Domen Kožar
2be92ad033 Merge pull request #10975 from NixOS/init-mkcast
mkcast: init at 2015-03-13
2015-11-12 11:04:46 +01:00
Eric Merritt
be301b345f trv: init at 0.1.3
This adds the trv ocaml build tool to the system
2015-11-11 19:10:19 -08:00
Nikolay Amiantov
16790fe2f3 Revert "unnethack: move to games section"
This reverts commit 160d38711e.
Never again do "trivial patches" late in the night.
2015-11-12 03:45:51 +03:00
Nikolay Amiantov
7aeb535eb1 innoextract: 1.4 -> 1.5 2015-11-12 03:42:01 +03:00
Nikolay Amiantov
160d38711e unnethack: move to games section 2015-11-12 03:41:53 +03:00
Nikolay Amiantov
fc620ae093 winetricks: 20150706 -> 20151110 2015-11-12 03:41:51 +03:00
vbgl
b3d2a2874a Merge pull request #10964 from vbgl/master
menhir: refactor to generic; init at 20151110 for OCaml >= 4.02
2015-11-12 01:15:26 +01:00
William A. Kennington III
6de80cb21b libevdev: 1.4.4 -> 1.4.5 2015-11-11 15:47:22 -08:00
William A. Kennington III
0ba740d26b mesa: 11.0.4 -> 11.0.5 2015-11-11 15:45:15 -08:00
Stéphane Jourdois
a2bf64a381 darwin: ffmpeg-full: add some missing darwin deps 2015-11-11 23:00:11 +01:00
Stéphane Jourdois
b096a863a9 darwin: wavpack: add missing darwin deps 2015-11-11 23:00:10 +01:00
Stéphane Jourdois
eed349522f darwin: libsndfile: add missing darwin deps 2015-11-11 23:00:10 +01:00
Stéphane Jourdois
00da78070e darwin: libdc1394: add missing darwin deps 2015-11-11 23:00:10 +01:00
obadz
972381b66a citrix-receiver: init at 13.2.1, fixes #8458 2015-11-11 22:27:15 +01:00
Thomas Tuegel
8c38d92139 Merge branch 'kde-applications-15.08.3' 2015-11-11 13:36:45 -06:00
Eelco Dolstra
f3bd5e1bd5 fio: 2.2.10 -> 2.2.11 2015-11-11 20:06:32 +01:00
Pascal Wittmann
bc9ec42958 mkcast: init at 2015-03-13
newcast does not work due to
https://github.com/KeyboardFire/mkcast/issues/30

closes #6333
2015-11-11 20:05:03 +01:00
Thomas Tuegel
ecee19cff3 kdeApps_15_08: 15.08.2 -> 15.08.3 2015-11-11 12:40:13 -06:00
Asko Soukka
0e1094f2d7 darwin: numba: fix build 2015-11-11 20:37:16 +02:00
Tom Hunger
14efaba4c8 flow: 0.17.0 -> 0.18.1 2015-11-11 15:28:56 +00:00
Vladimír Čunát
20336987f9 fuse-7z-ng: take longDescription from #8207 2015-11-11 15:45:52 +01:00
Brian McKenna
6668058a62 linux: add config options needed for a Bay Trail Chromebook
Close #10416.
Got /dev/mmcblk0 on a live CD with these options:

    X86_INTEL_LPSS y
    PINCTRL_BAYTRAIL y
2015-11-11 15:33:42 +01:00
Franz Pletz
03959d4616 whois: init at 5.2.10 and share with mkpasswd
Close #7979.
This commit adds a much more usable whois tool compared to the ones in
busybox and inetutils.

The sources for whois and mkpasswd from Debian are both located in the whois
git repository for historical reasons.
2015-11-11 15:26:10 +01:00
Vladimír Čunát
e8ee8496e5 Merge #10477: hdf5: improve options 2015-11-11 15:18:46 +01:00
Vladimír Čunát
6a2a2f4ad5 hdf5: refactor the expression
It's possible enableShared has little impact,
as we pass --disable-static to all packages by default.
2015-11-11 15:17:40 +01:00
Vladimír Čunát
1e6097f00a stace: add libunwind support (fixes #10515)
I think it's not worth making such a small library optional as in the PR.
2015-11-11 15:04:47 +01:00
Kosyrev Serge
c51e330824 bootchart: 0.9 -> 0.14.7; make pybootchartgui available
Close #10497.
2015-11-11 14:52:42 +01:00
Asko Soukka
87d9f25110 hg-git: 0.8.1 -> 0.8.2 (close #10528) 2015-11-11 14:50:00 +01:00
Demin Dmitriy
f47103e015 libgksu: fix sudo references (close #10524)
gksudo wasn't working because libgksu used wrong sudo file which doesn't have setuid bit

Committer: it isn't optimal, as it won't work on non-NixOS. I've got a
patch for it to use relative paths, but apparently something's wrong
with it and I don't want to kill much more time with it ATM.
2015-11-11 14:24:05 +01:00
Nikolay Amiantov
9800862397 nixos/autofs: revive and update to systemd 2015-11-11 16:18:57 +03:00
Stéphane Jourdois
50783998a2 cracklib: 2.9.4 -> 2.9.6 2015-11-11 13:44:07 +01:00
Domen Kožar
1616f13195 knockknock: fix build 2015-11-11 13:42:33 +01:00
Vladimír Čunát
360e8008f2 Merge #10544: librosa: init at 0.4.0
... including some dependencies
2015-11-11 13:36:13 +01:00
Vladimír Čunát
11aa24c034 librosa and related: remove empty input lists 2015-11-11 13:35:37 +01:00
Thomas Tuegel
d2c87852a3 Merge branch 'plasma-5.4.3' 2015-11-11 06:30:36 -06:00
Damien Cassou
4204873254 googleplaydownloader: init at 1.8 (close #10636) 2015-11-11 13:28:55 +01:00
Stéphane Jourdois
48cd7177b2 cgal: 4.6.1 -> 4.7
Also enable darwin support
2015-11-11 13:09:57 +01:00
Thomas Strobel
2ee7aaf46b miraclecast: init at 0.0-git-20151002
(cherry picked from commit 9e33e2365e)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-11-11 12:54:14 +01:00
Domen Kožar
505117f3fb Merge branch 'master' into staging 2015-11-11 12:53:36 +01:00
Vincent Laporte
6cc033b99e menhir: refactor to generic; init at 20151110 for OCaml >= 4.02 2015-11-11 12:30:32 +01:00
vbgl
1e39eb4e00 Merge pull request #10954 from anderslundstedt/youtube-dl_20151110
youtube-dl: 2015.10.24 -> 2015.11.10
2015-11-11 12:28:33 +01:00
Domen Kožar
cf55e0b2ac Merge pull request #10543 from LnL7/darwin-go
go: disabled some failing tests for darwin
2015-11-11 12:20:28 +01:00
Domen Kožar
7f25bc8d0a Merge pull request #10871 from zimbatm/gist-4.4.2
gist: 4.3.0 -> 4.4.2
2015-11-11 12:18:23 +01:00
Pascal Wittmann
423f6375ba Merge pull request #10893 from msteen/audio-recorder-master
audio-recorder: init at 1.7-5
2015-11-11 12:13:33 +01:00
Pascal Wittmann
f38170b40c Merge pull request #10960 from dochang/gradle
gradle: 2.6 -> 2.8
2015-11-11 12:11:55 +01:00
Pascal Wittmann
14ecf0c7fb services.tlsdated: use google.com as default host
www.ptb.de returns incorrect dates.
2015-11-11 12:07:08 +01:00
Domen Kožar
fba69ef35a Merge pull request #10940 from msteen/flow
flow: added Linux support
2015-11-11 12:03:32 +01:00
Domen Kožar
f81a32d7cb Merge pull request #10947 from sjourdois/check
darwin: check: add missing CoreServices dep
2015-11-11 12:03:14 +01:00
Domen Kožar
453caa99fc Merge pull request #10948 from sjourdois/subunit
darwin: subunit: allow build on Darwin
2015-11-11 12:02:52 +01:00
Domen Kožar
e9426712b0 Merge pull request #10958 from chris-martin/redshift-option-doc
redshift: document bounds for latitute/longitude and temperature options
2015-11-11 12:00:57 +01:00
Domen Kožar
0b5da980ed Merge pull request #10949 from samuelrivas/upgrade-gitpython
Upgrade gitpython
2015-11-11 12:00:24 +01:00
Domen Kožar
93e802448d Merge pull request #10963 from couchemar/isort-4.2.2
pythonPackages.isort: 3.9.6 -> 4.2.2
2015-11-11 11:59:37 +01:00
Domen Kožar
3d02d332b0 nodejs: use openssl_1_0_2 as only supported 2015-11-11 11:54:04 +01:00
Domen Kožar
4d1129828a nodejs: 4.1.2 -> 4.2.2 2015-11-11 11:53:38 +01:00
Andrey Pavlov
0f1e8efdec pythonPackages.isort: 3.9.6 -> 4.2.2 2015-11-11 13:28:39 +03:00
Stéphane Jourdois
4d7ed592a0 byobu: 5.87 -> 5.98
Make byobu depend on either tmux or screen. tmux is default, you can
use screen by changing textual-window-manager to screen.
2015-11-11 11:26:10 +01:00
Pascal Wittmann
39a996731e Merge pull request #10890 from ruebezahl/master
torbrowser: 5.0.3 -> 5.0.4
2015-11-11 11:01:43 +01:00
Pascal Wittmann
80be767b92 Merge pull request #10900 from krgn/update-fsharp
update fsharp to 4.0.0.4
2015-11-11 11:00:22 +01:00
karsten gebbert
5b9de55c26 fsharp: 3.1.2.5 -> 4.0.0.4 2015-11-11 10:54:10 +01:00
Vladimír Čunát
e07e376563 altcoins: rename dash to dashpay
It wouldn't be good to have two unrelated packages called `dash`.
Discussed on #10772.
2015-11-11 10:33:18 +01:00
Pascal Wittmann
10cbe8a016 Merge pull request #10959 from dochang/android-udev-rules
android-udev-rules: 20150920 -> 20151108
2015-11-11 09:53:26 +01:00
Desmond O. Chang
b9c11de2a8 gradle: 2.6 -> 2.8 2015-11-11 16:45:19 +08:00
Desmond O. Chang
a058329a28 android-udev-rules: 20150920 -> 20151108 2015-11-11 16:45:16 +08:00
Pascal Wittmann
2eec8b978c Merge pull request #10953 from rycee/bump/perl-packages
Bump versions of some Perl packages
2015-11-11 09:41:57 +01:00
Pascal Wittmann
555530714e Merge pull request #10956 from robgssp/maintainer
clfswm: add maintainer
2015-11-11 09:36:37 +01:00
Richard Ipsum
127c79c2e3 cmdtest: init at version 0.18, fixes #10843 2015-11-11 08:57:10 +01:00
Vladimír Čunát
dd71ccef28 gatling: fix meta evaluation
/cc maintainer @the-kenny.
2015-11-11 08:31:56 +01:00
Vladimír Čunát
ef2a9c8919 iops: don't build on Darwin (fix #10942) 2015-11-11 08:30:00 +01:00
Chris Martin
00c42fdda1 redshift: document lat/long and temp bounds 2015-11-10 22:28:37 -08:00
Robert Glossop
a911a4f4c5 clfswm: add maintainer 2015-11-11 00:57:09 -05:00
Anders Lundstedt
a3448fad5f youtube-dl: 2015.10.24 -> 2015.11.10 2015-11-11 06:32:19 +01:00
William A. Kennington III
9a24fec15f mumble: 2015-09-27 -> 2015-11-08 2015-11-10 20:08:58 -08:00
William A. Kennington III
bf985091d5 xf86-video-intel: 2015-07-22 -> 2015-11-10 2015-11-10 18:27:46 -08:00
William A. Kennington III
a5ea7cd1d1 openjdk: 8u72b04 -> 8u76b00 2015-11-10 18:27:19 -08:00
William A. Kennington III
95c22086a6 openjdk: 7u85b02 -> 7u91b01 2015-11-10 18:26:52 -08:00
William A. Kennington III
cb21b77ff1 gtk3: 3.18.0 -> 3.18.3 2015-11-10 18:25:47 -08:00
Robert Helgesson
3fca9ad3ab perl-Software-License: 0.103005 -> 0.103010 2015-11-11 02:23:02 +01:00
Robert Helgesson
79374625cf perl-Catalyst-View-CSV: init at 1.7 2015-11-11 02:23:02 +01:00
Robert Helgesson
e89b277353 perl-Text-CSV: add meta section 2015-11-11 02:23:02 +01:00
Robert Helgesson
5bc1ddd78f perl-DBIx-Class: 0.082801 -> 0.082820 2015-11-11 02:23:02 +01:00
Robert Helgesson
9da27816cc perl-SQL-Abstract: 1.80 -> 1.81 2015-11-11 02:23:01 +01:00
Robert Helgesson
d9ed2a53d3 perl-Moo: 1.006000 -> 2.000002 2015-11-11 02:23:01 +01:00
Robert Helgesson
21613190b6 perl-Role-Tiny: 1.003003 -> 2.000001 2015-11-11 02:23:01 +01:00
Thomas Tuegel
358e2f7a95 plasma54: 5.4.2 -> 5.4.3 2015-11-10 19:14:39 -06:00
William A. Kennington III
383e41188b nbd: 3.11 -> 3.12.1 2015-11-10 16:44:52 -08:00
William A. Kennington III
21ddfcaffa unifi: 4.7.5 -> 4.7.6 2015-11-10 16:44:52 -08:00
Nikolay Amiantov
8bfac556c8 Merge pull request #10946 from abbradar/fhsenv-lib3264
fhs-env: symlink /usr/lib to libs for the main architecture
2015-11-11 03:38:02 +03:00
William A. Kennington III
d4661c7366 kernel: 4.1.12 -> 4.1.13 2015-11-10 16:17:09 -08:00
William A. Kennington III
3950ab9eb9 kernel: 4.2.5 -> 4.2.6 2015-11-10 16:17:06 -08:00
Moritz Ulrich
af73b4cc2e gatling: Init at 0.13. 2015-11-10 23:59:38 +01:00
Samuel Rivas
06b2d69495 PythonPackages.GitPython: 0.3.2 -> 1.0.1 2015-11-10 23:31:43 +01:00
Samuel Rivas
ece5731eca PythonPackages.gitdb: 0.5.4 -> 0.6.4 2015-11-10 23:31:08 +01:00
Samuel Rivas
fb93029dfe PythonPackages.smmap: 0.8.2 -> 0.9.0
And enable Python3
2015-11-10 23:29:07 +01:00
Arseniy Seroka
4b22a42a2f Merge pull request #10945 from datakurre/datakurre-tini
tini: init at 0.8.3
2015-11-11 00:33:59 +03:00
Stéphane Jourdois
492562fe59 darwin: subunit: allow build on Darwin 2015-11-10 22:14:06 +01:00
Stéphane Jourdois
ea5a227993 darwin: check: add missing CoreServices dep 2015-11-10 22:13:31 +01:00
Eelco Dolstra
789504dadf perf: Fix libbfd dependency
This fixes C++ symbol demangling.
2015-11-10 22:12:38 +01:00
Nikolay Amiantov
1b69894d74 fhs-env: symlink /usr/lib to libs for the main architecture 2015-11-11 00:01:02 +03:00
Asko Soukka
7b7ce45d03 tini: init at 0.8.3 2015-11-10 22:24:13 +02:00
Pascal Wittmann
d8c5f4dd56 Merge pull request #10655 from spacefrogg/dialog
dialog: updated to 1.2.20150920
2015-11-10 17:25:49 +01:00
Matthijs Steen
67c4c5fd16 flow: added Linux support
Changed the build inputs to only include the additional Darwin inputs when building for Darwin.
2015-11-10 16:23:20 +01:00
Peter Simons
a57c496775 Add LTS Haskell 3.13. 2015-11-10 16:19:06 +01:00
Peter Simons
4e47af8041 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-36-ge0ee7ef using the following inputs:

  - Nixpkgs: 29fff27a55
  - Hackage: fccc42cccb
  - LTS Haskell: 1ae555e197
  - Stackage Nightly: ec7b421c66
2015-11-10 16:19:06 +01:00
Peter Simons
2c296db845 Drop obsolete "haskell-ng" and "haskellngPackages" aliases.
Haskell NG became the default implementation in Nixpkgs over half a year ago in
commit c0c82ea2eb. This means the "ng" names are
obsolete and should no longer be used. They'll continue to function in the
release-15.09 branch for the sake of backwards compatibility, but the master
branch no longer supports them.
2015-11-10 15:32:22 +01:00
Nikolay Amiantov
d4c27381dc Merge pull request #10460 from abbradar/remote-askpass
Support network in initrd and entering LUKS passphrase via SSH
2015-11-10 16:41:34 +03:00
Michael Raitza
01038feea0 dialog: 1.2-20150225 -> 1.2.20150920 2015-11-10 13:27:48 +00:00
Arseniy Seroka
a8a58faedb Merge pull request #10896 from sjourdois/gnutls
darwin: gnutls: add missing libiconv dep
2015-11-10 15:29:13 +03:00
Arseniy Seroka
2092b833bb Merge pull request #10895 from sjourdois/libidn
darwin: libidn: add missing libiconv dep
2015-11-10 15:29:01 +03:00
Tomasz Kontusz
d3f6434579 virtualbox service: hide vboxnet0 from NetworkManager, fixes #10862 2015-11-10 12:21:35 +01:00
Tomasz Kontusz
6681c66db8 networkmanager service: add unmanaged option 2015-11-10 12:20:55 +01:00
Alexei Robyn
91fe21c854 quassel service: Support multiple listen addresses, fixes #10924 2015-11-10 11:10:21 +01:00
Robert Helgesson
1b33215093 perl-Redis: 1.2001 -> 1.981, fixes #10930
Also add myself as maintainer.
2015-11-10 11:08:41 +01:00
Robert Helgesson
3a2c912bbb perl-IO-Socket-Timeout: init at 0.32 2015-11-10 10:51:34 +01:00
Robert Helgesson
10f2fc0470 perl-PerlIO-via-Timeout: init at 0.32 2015-11-10 10:51:34 +01:00
Samuel Rivas
1940a73d82 boto3: 1.1.4 (initial), fixes #10937 2015-11-10 10:47:05 +01:00
Pascal Wittmann
5cf90b546c dmenu: 4.5 -> 4.6
xft support is now upstream
2015-11-10 09:57:17 +01:00
Pascal Wittmann
0c520e943c perl-Test-Check-Deps: 0.006 -> 0.010 2015-11-10 09:57:17 +01:00
Pascal Wittmann
a94b05eaff perl-Date-Manip: 6.43 -> 6.51 2015-11-10 09:57:17 +01:00
Pascal Wittmann
ea390aaee8 perl-Data-UUID: 1.219 -> 1.220 2015-11-10 09:57:17 +01:00
Pascal Wittmann
74f1dc4365 perl-Data-Integer: 0.004 -> 0.005 2015-11-10 09:57:17 +01:00
Pascal Wittmann
268e434ae0 perl-Data-Dumper-Concise: 2.020 -> 2.022 2015-11-10 09:57:17 +01:00
Pascal Wittmann
4a57fb16b4 perl-Data-Dump: 1.22 -> 1.23 2015-11-10 09:57:17 +01:00
taku0
63385e9712 ncurses: revived clang patch (close #10622) 2015-11-10 09:08:09 +01:00
Karn Kallio
75ffec77ee signond : update the URL, which has changed
Patch contributed by Karn Kallio <tierpluspluslists@skami.org>.
Committed by falsifian <jcook@cs.berkeley.edu>.
2015-11-09 23:49:31 -08:00
Edward Tjörnhammar
38ca909811 maven: 3.2.5 -> 3.3.3 2015-11-10 08:46:14 +01:00
Domen Kožar
79fbb8ea36 Merge pull request #10929 from samuelrivas/boto-core-upgrade
botocore: 1.1.10 -> 1.2.0
2015-11-10 08:35:46 +01:00
Samuel Rivas
21488c6e60 botocore: 1.1.10 -> 1.2.0
Keep the old version as awscli depends on it
2015-11-09 22:18:20 +01:00
Bjørn Forsman
ff4d8513b4 qtcreator: add qtdeclarative to QML2_IMPORT_PATH
When building with Qt 5.4 this is not a problem, but with Qt 5.5 (tested
locally), it is clear that this dependency is missing:

$ ./result/bin/qtcreator
file:///nix/store/zmpf6ydrjdydd85wh6splpywv6aj4782-qtcreator-3.4.2/share/qtcreator/welcomescreen/welcomescreen.qml:31:1:
module "QtQuick" is not installed
     import QtQuick 2.1
     ^

With Qt 5.4 something else is pulling in the qtdeclarative dependency,
it can be seen in the qtcreator wrapper script.

Note to self: "import QtQuick" != qtquickcontrols. QtQuick is
apparently located in the qtdeclarative module.
2015-11-09 21:00:10 +01:00
Peter Simons
0435fe715c Merge pull request #10790 from mcmtroffaes/feature/openssl-mingw
openssl: cross build improvement
2015-11-09 20:53:22 +01:00
Arseniy Seroka
f60d710f88 Merge pull request #10894 from dezgeg/pr-trinity-update
trinity: 1.5 -> 1.6
2015-11-09 22:47:01 +03:00
Arseniy Seroka
bb7562a14d Merge pull request #10898 from mstarzyk/obnam
obnam: 1.17 -> 1.18.1
2015-11-09 22:45:23 +03:00
William A. Kennington III
2441e002e2 kernel: Remove unsupported 3.10, 3.12, 3.14
Our base kernel headers were bumped to 3.18 so we can no longer reliably
support kernels older than 3.18
2015-11-09 11:10:42 -08:00
Domen Kožar
a514476e1b Merge pull request #10927 from FRidh/numtraits
python numtraits: init at 0.2
2015-11-09 20:04:48 +01:00
Frederik Rietdijk
8ea2c84119 python numtraits: init at 0.2 2015-11-09 20:00:46 +01:00
Domen Kožar
0d19f68d2b popcorntime: mark as broken 2015-11-09 19:44:17 +01:00
Michael Fellinger
cdb79acd0c seafile-*: 4.0.6 -> 4.4.2 (close #10755) 2015-11-09 18:43:20 +01:00
AndersonTorres
b5665317b4 Darkcoin 0.10.99.99 -> Dash 0.12.0.55 (close #10772)
Now, Darkcoin changed his name for Dash.
2015-11-09 18:43:20 +01:00
Tobias Geerinckx-Rice
0c55a42dfb fatrace 0.10 -> 0.11 2015-11-09 18:07:05 +01:00
Tobias Geerinckx-Rice
10df3db175 kexec-tools 2.0.10 -> 2.0.11 2015-11-09 18:03:11 +01:00
Tobias Geerinckx-Rice
ba527075af kexec-tools: add mirror://kernel URI
From http://horms.net/projects/kexec/kexec-tools:

  "The canonical site for kexec-tools release is
   http://kernel.org/pub/linux/utils/kernel/kexec/. It should also be
   available on the extensive network of kernel.org mirror sites and
   it is mirrored at http://horms.net/projects/kexec/kexec-tools/
   just for good measure."
2015-11-09 18:03:10 +01:00
Tobias Geerinckx-Rice
7db3b90df6 netsniff-ng 0.5.9-130-ga81b515 -> 0.6.0 2015-11-09 17:30:14 +01:00
Tobias Geerinckx-Rice
81a7a3f652 exfat 1.2.1 -> 1.2.2
Changes:
- Improved reliability in case of a sudden unplug: FS will be in a clean
  state after closing all files and performing sync(1).
- Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms.
- Updated mount.exfat-fuse man page.
2015-11-09 17:30:14 +01:00
Vincent Laporte
39e585b925 qgis: enable GRASS (close #9931) 2015-11-09 15:50:12 +01:00
Vincent Laporte
931b56bafc grass: 6.4.0RC6 -> 7.0.1 2015-11-09 15:50:12 +01:00
Vladimír Čunát
d10b9108f2 wrapGAppsHook: fix $gappsWrapperArgs as intended
i.e. define it even if $dontWrapGApps is set, and document the intention.
2015-11-09 15:40:20 +01:00
Nikolay Amiantov
23845d7084 tlp: add x86_energy_perf_policy, refactor 2015-11-09 17:29:59 +03:00
Nikolay Amiantov
265718c985 x86_enegry_perf_policy: init at kernel versions 2015-11-09 17:29:48 +03:00
Vladimír Čunát
3f074b8a1e wrapGAppsHook: avoid running multiple times
/cc #10351 and @lethalman.
2015-11-09 15:19:41 +01:00
rnhmjoj
2a0f9d40ff i18n: add color scheme option (close #9626) 2015-11-09 14:53:59 +01:00
Nikolay Amiantov
779d3a2ec7 Merge branch 'DamienCassou-tlp-add-dependencies' 2015-11-09 16:34:09 +03:00
Damien Cassou
444abd91dd tlp: add pciutils and smartmontools dependencies
When running `tlp stat`, `tlp` complained about missing tools. This
patch should fix that.
2015-11-09 16:32:59 +03:00
Pascal Wittmann
f5d1642a22 Merge pull request #10659 from jb55/wkhtmltopdf-bump
wkhtmltopdf: 0.12.1 -> 0.12.2.4
2015-11-09 13:32:32 +01:00
Thomas Tuegel
d9f64f975b Merge pull request #10916 from bjornfor/fix-qt55-qtmultimedia
qt55: fix qtmultimedia gstreamer support
2015-11-09 05:41:58 -06:00
Matthijs Steen
13ae3cf15d audio-recorder: init at 1.7-5
The only issue with this package is that under Gnome 3, without installing any different icon themes but the standard, the icons will be missing. I also had some icons missing under the Arch Linux (AUR) build, so I assume they are rare icons, not provided by most icon themes.
2015-11-09 11:00:04 +01:00
Bjørn Forsman
2cec70ce6c qt55: fix qtmultimedia gstreamer support
Without this, configure will say:

  Checking for openal... no
  /tmp/nix-build-qtmultimedia-5.5.0.drv-0/qtmultimedia-opensource-src-5.5.0/qtmultimedia.pro:28:
  Variable GST_VERSION is not defined.
  Checking for resourcepolicy... no

And there may be application runtime errors like

  defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"

After this fix, configure will say:

  Checking for openal... no
  Checking for gstreamer... yes
  Checking for gstreamer_photography... no
  Checking for gstreamer_encodingprofiles... yes
  Checking for gstreamer_appsrc... yes
  Checking for linux_v4l... yes
  Checking for resourcepolicy... no

And the above runtime error will not appear.

This fix is similar to 449b6028 ("qt5.multimedia: fix gstreamer
support."), except with Qt 5.5 we also need to set GST_VERSION.
2015-11-09 10:55:04 +01:00
Domen Kožar
1971f39ab1 Merge pull request #10914 from desiderius/elasticsearchdsl-0.0.9
pythonPackages.elasticsearchdsl: 0.0.8 -> 0.0.9
2015-11-09 10:54:04 +01:00
Domen Kožar
2b93a6836d Merge pull request #10641 from chris-martin/add-parse
parse: init at 3.0.1
2015-11-09 10:26:55 +01:00
Chris Martin
d03cee22c4 parse: init at 3.0.1 2015-11-09 04:22:34 -05:00
Pascal Wittmann
fc6c73c3c2 Merge pull request #10887 from devhell/mediainfo
{lib}mediainfo-{gui}, libzen: 0.7.78 -> 0.7.79, 0.4.31 -> 0.4.32
2015-11-09 10:06:06 +01:00
desiderius
773e752324 pythonPackages.elasticsearchdsl: 0.0.8 -> 0.0.9 2015-11-09 09:51:40 +01:00
goibhniu
ac3ad9515a Merge pull request #10908 from robgssp/master
New package: clfswm
2015-11-09 09:50:51 +01:00
goibhniu
2583b323c5 Merge pull request #10910 from wjlroe/exercism-go
exercism: migrate to go-packages, 1.9.2 -> 2.2.1
2015-11-09 09:49:13 +01:00
Stéphane Jourdois
8af2fb01ac python: lxml: 3.3.6 -> 3.4.4 2015-11-09 09:29:37 +01:00
Domen Kožar
5396d92c5d Merge pull request #10905 from sjourdois/openpyxl
python packages: update openpyxl with new dep package et_xmlfile
2015-11-09 08:53:20 +01:00
Domen Kožar
954b3b616d Merge pull request #10906 from sjourdois/pygal
python: pygal: 2.0.8 -> 2.0.10
2015-11-09 08:52:24 +01:00
Domen Kožar
8e715dcfde Merge pull request #10907 from sjourdois/jinja2
python: jinja2: 2.7.3 -> 2.8
2015-11-09 08:50:05 +01:00
William A. Kennington III
eca34a1341 rsyslog: 8.12.0 -> 8.14.0 2015-11-08 20:42:12 -08:00
William A. Kennington III
4674e53eea rdkafka: 0.8.6 -> 2015-11-03 2015-11-08 20:42:12 -08:00
William A. Kennington III
7e56400d4f rabbitmq-c: 0.7.0 -> 0.7.1 2015-11-08 20:42:12 -08:00
William Roe
3c8f2fc9a7 exercism: migrate to go-packages, 1.9.2 -> 2.2.1 2015-11-09 01:17:57 +00:00
Robert Glossop
5623e1b145 Add the CLFSWM window manager 2015-11-08 18:49:40 -05:00
Stéphane Jourdois
a7274e3d3b python: jinja2: 2.7.3 -> 2.8 2015-11-09 00:43:33 +01:00
Stéphane Jourdois
ca23c1a29a Add myself as maintainer 2015-11-09 00:43:33 +01:00
Stéphane Jourdois
7639a564d3 pygal: 2.0.8 -> 2.0.10 2015-11-09 00:03:26 +01:00
Stéphane Jourdois
1c6e207082 maintainers: add Stéphane Jourdois <sjourdois@gmail.com> 2015-11-09 00:03:26 +01:00
Stéphane Jourdois
e35621c27b python: openpyxl: 2.2.6 -> 2.3.0 2015-11-08 23:33:57 +01:00
Stéphane Jourdois
699b477997 python: et_xmlfile: init at 1.0.1 2015-11-08 23:33:57 +01:00
Stéphane Jourdois
64a8c4b05d Add myself as maintainer 2015-11-08 23:33:56 +01:00
vbgl
6fa6ff9e25 Merge pull request #10899 from krgn/update-mono
update mono to 4.0.4.1
2015-11-08 23:29:35 +01:00
Adam Russell
a3ec50791f dwarf-fortress: add dfhack 2015-11-08 22:46:17 +01:00
Karn Kallio
60b4d47f90 xulrunner: fix path to configure script 2015-11-08 22:12:06 +01:00
karsten gebbert
16f7b10a59 update mono to 4.0.4.1 2015-11-08 21:40:22 +01:00
Maciek Starzyk
d70b452b41 obnam: 1.17 -> 1.18.1 2015-11-08 21:28:31 +01:00
Tuomas Tynkkynen
291f187334 trinity: 1.5 -> 1.6
Need to fix a /usr/include reference in the new release.
2015-11-08 20:09:17 +02:00
Stéphane Jourdois
d2452d1951 darwin: gnutls: add missing libiconv dep 2015-11-08 19:02:43 +01:00
Stéphane Jourdois
31c3301d23 darwin: libidn: add missing libiconv dep 2015-11-08 19:02:12 +01:00
Peter Simons
adb74ad2f9 Merge pull request #10620 from gebner/postfix-3.0.3
postfix: 2.11.5 -> 3.0.3
2015-11-08 18:10:26 +01:00
ruebezahl
0069867c51 update 5.0.3 -> 5.0.4 2015-11-08 18:07:02 +01:00
devhell
e20ce69aca libzen: 0.4.31 -> 0.4.32
This is the update to `libzen` which is a dependency of `mediainfo{-gui}`.
2015-11-08 15:05:26 +00:00
devhell
25ba56a263 {lib}mediainfo-gui: 0.7.78 -> 0.7.79
Following a commit by @k0ral, this completes the upgrade of the other
`mediainfo` components.

From the changelog:
```
Version 0.7.79, 2015-11-02
+ CLI/DLL only, XML: new option --Output=MIXML, with XML v2.0beta1
  status, not for production, see
  https://github.com/MediaArea/MediaAreaXml for more details
+ MediaTrace: support of more than 1 file in XML output.
+ CLI/DLL only, XML: new option --Output=MAXML, with XML v0.1 status, in
  order to have bot MediaInfo and MediaTrace in the same output, not for
  production, see https://github.com/MediaArea/MediaAreaXml for more
  details
x MediaTrace: fixed some invalid outputs
x #B951, Amazon S3 support (REST API v2), CLI/DLL only and if compiled
  with libcurl support: URL without credential were badly interpreted
```
2015-11-08 15:03:00 +00:00
Peter Simons
6687047a04 configuration-hackage2nix.yaml: update list of broken builds 2015-11-08 15:20:28 +01:00
Peter Simons
f050c42f0b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:

  - Nixpkgs: 1df25a5f13
  - Hackage: cb4ec9770f
  - LTS Haskell: 71e581f8e4
  - Stackage Nightly: 6fbe569da0
2015-11-08 15:19:55 +01:00
Arseniy Seroka
bf5466b83d Merge pull request #10861 from sjourdois/tig
tig: add libiconv dep on darwin
2015-11-08 17:12:50 +03:00
Arseniy Seroka
afc06c11b9 Merge pull request #10882 from phile314/master
uhc: Update to 1.1.9.2
2015-11-08 17:11:32 +03:00
Arseniy Seroka
848d16ca75 Merge pull request #10883 from k0ral/mpd
mpd: 0.19.9 -> 0.19.11
2015-11-08 17:11:14 +03:00
Arseniy Seroka
ad4ca587e8 Merge pull request #10884 from k0ral/mediainfo
mediainfo: 0.7.78 -> 0.7.79
2015-11-08 17:11:03 +03:00
Arseniy Seroka
9a97849987 Merge pull request #10886 from k0ral/ntp
ntp: 4.2.8p3 -> 4.2.8p4
2015-11-08 17:10:33 +03:00
koral
f510253de3 ntp: 4.2.8p3 -> 4.2.8p4 2015-11-08 13:44:11 +00:00
koral
6d31dcb4df mediainfo: 0.7.78 -> 0.7.79 2015-11-08 12:49:24 +00:00
koral
51c0dc06dd mpd: 0.19.9 -> 0.19.11 2015-11-08 11:59:17 +00:00
Philipp Hausmann
4030070e40 uhc: Update to 1.1.9.2 2015-11-08 12:24:19 +01:00
Pascal Wittmann
3cd1e728e4 Merge pull request #10880 from k0ral/rmlint
rmlint: 2.2.0 -> 2.4.1
2015-11-08 11:39:22 +01:00
koral
c848977a30 rmlint: 2.2.0 -> 2.4.1 2015-11-08 10:07:41 +00:00
Pascal Wittmann
640f26686f Merge pull request #10850 from tohl/master
paredit: added Minor Emacs mode for performing structured editing of …
2015-11-08 10:38:11 +01:00
Pascal Wittmann
050f0b1227 Merge pull request #10860 from zimbatm/tmux-cssh
tmux-cssh: init at 21750733c5b6fa2fe23b9e50ce69d8564f2f742a
2015-11-08 10:37:21 +01:00
Domen Kožar
11b8e4c935 Merge pull request #10878 from ericsagnes/goaccess-geoipdb
goaccess: added geoip db
2015-11-08 08:52:45 +01:00
Domen Kožar
792fcd9f70 pycairo: disable on py35 2015-11-08 08:22:04 +01:00
Eric Sagnes
9a97dc8f63 goaccess: added geoip db 2015-11-08 12:34:19 +09:00
William A. Kennington III
5149c03adc Merge branch 'master.upstream' into staging.upstream 2015-11-07 18:53:26 -08:00
William A. Kennington III
b2b568d782 man-db: 2.7.3 -> 2.7.5 2015-11-07 18:53:08 -08:00
William A. Kennington III
1c72ed0ffc btrfsProgs: 4.2.3 -> 4.3 2015-11-07 18:52:57 -08:00
William A. Kennington III
e41d1a8c93 uid_wrapper: 1.1.1 -> 1.2.0 2015-11-07 18:52:45 -08:00
William A. Kennington III
faad921106 tevent: 0.9.25 -> 0.9.26 2015-11-07 18:52:27 -08:00
William A. Kennington III
332e1dd2ab tdb: 1.3.7 -> 1.3.8 2015-11-07 18:52:12 -08:00
William A. Kennington III
863ef41025 talloc: 2.1.3 -> 2.1.5 2015-11-07 18:51:59 -08:00
William A. Kennington III
d6f46e31af socket_wrapper: 1.1.4 -> 1.1.5 2015-11-07 18:51:46 -08:00
William A. Kennington III
a11a88aad9 ldb: 1.1.21 -> 1.1.23 2015-11-07 18:51:34 -08:00
William A. Kennington III
64e262dd91 util-linux: 2.27 -> 2.27.1 2015-11-07 18:51:07 -08:00
William A. Kennington III
767f1d5a74 glib: 2.46.0 -> 2.46.2 2015-11-07 16:32:17 -08:00
William A. Kennington III
37a5b16588 ipset: 6.26 -> 6.27 2015-11-07 16:28:14 -08:00
William A. Kennington III
a26c8e9b83 Merge branch 'master.upstream' into staging.upstream 2015-11-07 15:51:51 -08:00
William A. Kennington III
9fd510e95a zeromq: Fix with new libsodium 2015-11-07 15:44:53 -08:00
William A. Kennington III
d33c63c19d kernel: 3.12.49 -> 3.12.50 2015-11-07 15:44:53 -08:00
Rickard Nilsson
fa3dad1f9c nixos/bosun: Make the check frequency configurable 2015-11-07 23:59:23 +01:00
Tomas Hlavaty
24dc085916 paredit: init at 25 2015-11-07 23:20:10 +01:00
Domen Kožar
6e1a2ecdaf Merge pull request #10872 from devhell/rainbowstream
rainbowstream: 1.2.7 -> 1.3.1
2015-11-07 22:57:13 +01:00
devhell
66a1d52698 rainbowstream: 1.2.7 -> 1.3.1
Built and run locally.

This commit includes a patch which allows `rainbowstream` to use
`requests2` versions higher than `2.5.3`, since we ship a newer version.
`rainbowstream` was tested and behaved as expected.
2015-11-07 21:46:32 +00:00
Thomas Tuegel
9a2d5cb4d5 openblas: include which on all platforms
The `f_check` script uses `which` to check that the Fortran compiler is
available. `which` is a shell built-in on NixOS, but not on Darwin or
other Linuxes.
2015-11-07 14:00:04 -06:00
Thomas Tuegel
841df2cd7a openblas: use packaged LAPACK
Upstream began shipping OpenBLAS with LAPACK 3.4.1. This is the version
we were using in Nixpkgs anyway, so there is no reason to continue
copying the LAPACK sources into the build tree.
2015-11-07 14:00:04 -06:00
Domen Kožar
9af0c23883 Merge pull request #10870 from zimbatm/fix/tidy-html5
tidy-html5: fix missing dependency
2015-11-07 20:48:01 +01:00
zimbatm
c0278ded1c gist: 4.3.0 -> 4.4.2 2015-11-07 19:36:31 +00:00
zimbatm
efdcc6c16b tidy-html5: fix missing dependency
xsltproc is used during the build
2015-11-07 19:35:33 +00:00
Domen Kožar
6110f1c944 python35Packages.oslosphinx: disable 2015-11-07 20:29:43 +01:00
Domen Kožar
4f44172f49 Merge pull request #10855 from ryanartecona/jq-oniguruma
jq: build with oniguruma for regex support
2015-11-07 20:01:19 +01:00
Ryan Artecona
76e99d76ce jq: build with oniguruma for regex support 2015-11-07 13:54:45 -05:00
Rok Garbas
0b516052e8 neovim: collect gui's in one place 2015-11-07 19:53:41 +01:00
Domen Kožar
819a375382 Merge pull request #10868 from devhell/ipfs
ipfs: Disable building with Go 1.4
2015-11-07 18:49:16 +01:00
Domen Kožar
fab62fba82 qpid-cpp: use boost155 2015-11-07 18:48:03 +01:00
devhell
c5a63bfe76 ipfs: Disable building with Go 1.4
As @domenkozar pointed out, `ipfs` will not build with `Go 1.4`.
However, building with `Go 1.5` works just fine. Thanks again for the
hints Domen!
2015-11-07 17:40:20 +00:00
Raymond Gauthier
34eb56e16b mousepad: fix the Using the 'memory' GSettings backend issue.
Close #10867.
It means that settings couldn't be saved. The issue appeared
since upgrade to nixos 15.09 and fall as part of #4415.

Tested on nixos.
 -  No longer has a stderr when running the application.
 -  Settings are effectively saved.
2015-11-07 18:21:37 +01:00
Domen Kožar
310b7e24d2 zeromq: add patch to fix build 2015-11-07 18:13:50 +01:00
zimbatm
c46bc1f7e4 tmux-cssh: init at 21750733c5b6fa2fe23b9e50ce69d8564f2f742a
Currently based on master because the last release doesn't work with
makeWrapper
2015-11-07 16:47:52 +00:00
Aristid Breitkreuz
b40eded9a3 gnucash 2.6 package, partially broken (no HTML reports) 2015-11-07 16:09:28 +01:00
Aristid Breitkreuz
c35e349409 rename make->gnustep-make to avoid people installing it accidentally 2015-11-07 16:08:17 +01:00
goibhniu
04d45939d0 Merge pull request #10688 from demin-dmitriy/pinta
pinta: 1.4 -> 1.6
2015-11-07 15:38:44 +01:00
goibhniu
21def21772 Merge pull request #10767 from AndersonTorres/kid3
Kid3: 3.1.2 -> 3.3.0
2015-11-07 15:36:36 +01:00
Pascal Wittmann
eded257680 Merge pull request #10859 from DamienCassou/notmuch-0.21
notmuch: 0.20.2 → 0.21
2015-11-07 15:33:02 +01:00
Rok Garbas
144d13cf2c goPackages.acbuild: init at 0.1.1 2015-11-07 14:49:17 +01:00
Domen Kožar
c478d12bc1 libssh: current url is down, provide a new one 2015-11-07 14:16:47 +01:00
Domen Kožar
74d79c9b19 urllib3: fix test suite 2015-11-07 13:53:54 +01:00
Stéphane Jourdois
221965a918 tig: add libiconv dep on darwin 2015-11-07 13:51:43 +01:00
Damien Cassou
c6f01358ed notmuch: 0.20.2 → 0.21 2015-11-07 12:29:56 +01:00
Domen Kožar
e67e2cbe1b Merge pull request #10856 from richardipsum/add-sandboxlib
sandboxlib: init at version 0.31
2015-11-07 11:22:08 +01:00
Richard Ipsum
9881782370 sandboxlib: init at version 0.31 2015-11-07 09:12:43 +00:00
Pascal Wittmann
5b95018644 Merge pull request #10760 from sjourdois/binwalk
binwalk: remove useless dep on mtdutils
2015-11-07 10:07:49 +01:00
Domen Kožar
772e950cd7 Merge pull request #10798 from spacefrogg/gencfsm
gnome-encfs-manager: init at 1.8.15
2015-11-07 02:29:05 +01:00
Vincent Laporte
080420676b csdp: does not require Atlas 2015-11-06 22:56:58 +01:00
Nikolay Amiantov
75259cbf87 Merge pull request #10849 from lolwat97/imgur-screenshot
Add imgur-screenshot package
2015-11-06 23:58:39 +03:00
Sergey Sofeychuk
76e33c3602 maintainers: add lw 2015-11-06 23:48:32 +03:00
Sergey Sofeychuk
998934bf89 imgur-screenshot: init at 1.5.4 2015-11-06 23:48:32 +03:00
Frederik Rietdijk
fa5ad20922 python-packages markupsafe: 0.15 -> 0.23 2015-11-06 17:29:29 +01:00
Bjørn Forsman
7df8515bb5 t1utils: set meta.platforms = all
Suggested by @sjourdois on github, to allow building on darwin.
2015-11-06 17:26:06 +01:00
Pascal Wittmann
ecb651349a Merge pull request #10738 from matthewbauer/emscripten-1.35
emscripten 1.29 -> 1.35
2015-11-06 17:21:21 +01:00
Pascal Wittmann
fcb4627695 Merge pull request #9980 from wavewave/gradle25
add gradle 2.5.
2015-11-06 17:17:28 +01:00
Ian-Woo Kim
3d5f95d61b gradle: reinit at 2.5.
For some projects (especially using android ndk), we still need to keep 2.5.
2015-11-06 07:31:58 -08:00
Domen Kožar
d9cd10d3aa pythonPackages.urllib3: remove problematic test 2015-11-06 16:31:15 +01:00
Domen Kožar
6e8cbbd34c Revert "t1utils: use github cache and allow build on darwin"
This reverts commit 9b2bff7097.

It fails to build: http://hydra.nixos.org/build/27428175/nixlog/2/raw
2015-11-06 16:25:09 +01:00
Domen Kožar
916c10138a Merge pull request #10510 from taku0/oraclejdk-8u65
oraclejdk: 8u60 -> 8u65, 8u66
2015-11-06 16:21:37 +01:00
aszlig
9846e69ae2 mariadb: 10.0.21 -> 10.0.22
Fixes the following security vulnerabilities:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4802
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4807
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4815
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4826
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4830
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4836
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4858
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4861
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4870
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4913
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4792

Release notes can be found here:

https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/

Detailled changelog:

https://mariadb.com/kb/en/mariadb/mariadb-10022-changelog/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-06 16:10:23 +01:00
Pascal Wittmann
2b3d97a936 Merge pull request #10656 from rycee/bump/gpsbabel
gpsbabel: 1.4.3 -> 1.5.2
2015-11-06 15:40:15 +01:00
Murad Ulityonok
ace6ed9127 homogenized style 2015-11-06 06:32:30 -08:00
Murad Ulityonok
2a8129924b added Eclipse Mars SDK 4.5.1 2015-11-06 06:26:34 -08:00
Bjørn Forsman
1909a6335e gnuradio: 3.7.8 -> 3.7.8.1
Tested with nox-review.
2015-11-06 15:05:53 +01:00
Pascal Wittmann
804ceddbc8 Merge pull request #10458 from joachifm/libsodium-1_0_4
libsodium: 1.0.3 -> 1.0.6
2015-11-06 15:04:41 +01:00
Murad Ulityonok
5b4fa99f1d modularized Eclipse package 2015-11-06 05:41:35 -08:00
Pascal Wittmann
4f29162ece Merge pull request #9356 from offlinehacker/pkgs/gnuradio/update/3.7.8
gnuradio: 3.7.7.1 -> 3.7.8
2015-11-06 12:44:15 +01:00
Pascal Wittmann
309d4e955b Merge pull request #10299 from bcdarwin/smlnj-upgrade
smlnj: 110.78 -> 110.79
2015-11-06 12:28:35 +01:00
Pascal Wittmann
06181dc126 Merge pull request #10334 from rnhmjoj/pirate-get
pirate-get: 0.2.7 -> 0.2.8
2015-11-06 12:13:49 +01:00
Domen Kožar
07405ee187 Merge pull request #9463 from khumba/nm-connection-sharing
Fix NetworkManager connection sharing
2015-11-06 11:16:50 +01:00
Domen Kožar
e695b245a9 Merge pull request #9805 from Mathnerd314/quassel-fix
quassel: Start after its databases
2015-11-06 11:14:54 +01:00
Domen Kožar
0a05adc711 Merge pull request #10056 from pmahoney/s6-rc
s6-rc: new derivation
2015-11-06 11:11:56 +01:00
Domen Kožar
b654d87df0 Merge pull request #10709 from robbinch/pkg-collectd-smart
collectd: Enable SMART plugin
2015-11-06 10:59:50 +01:00
Vladimír Čunát
a33619fcbf neovim-qt: init at 0pre-2015-10-18
Unfortunately, it doesn't really seem more usable than text-mode neovim
in a good terminal.
2015-11-06 10:58:52 +01:00
Domen Kožar
bdc0219f42 Merge pull request #10724 from Beauhurst/djangoredis
add django_redis package
2015-11-06 10:58:20 +01:00
Domen Kožar
23adabcb8f Merge pull request #10746 from jgertm/fix-wol-doc
Fixed wrong documentation for Wake-On-LAN feature
2015-11-06 10:57:48 +01:00
Domen Kožar
8e4ee7d0a6 Merge pull request #10745 from sjourdois/t1utils
t1utils: use github cache and allow build on darwin
2015-11-06 10:57:16 +01:00
Pascal Wittmann
0142e95f8c Merge pull request #10842 from AndersonTorres/calibre
Calibre: 2.42.0 -> 2.43.0
2015-11-06 10:53:32 +01:00
Domen Kožar
e9c48edc85 Merge pull request #10792 from msteen/indicator
indicator libraries: init at 12.10
2015-11-06 10:52:46 +01:00
Domen Kožar
9386c4fafd Merge pull request #10841 from samuelrivas/fish-fix-hostname
fish: fix use hostname from the store instead of from the environment
2015-11-06 10:50:24 +01:00
AndersonTorres
c38e130062 Calibre: 2.42.0 -> 2.43.0 2015-11-06 07:48:21 -02:00
Samuel Rivas
d3ed672b6a fish: fix use hostname from the store instead of from the environment 2015-11-06 09:55:55 +01:00
Tobias Geerinckx-Rice
5a162cd068 clipgrab 3.5.1 -> 3.5.2 2015-11-06 04:02:01 +01:00
William A. Kennington III
1e7aa4f17d Merge branch 'master.upstream' into staging.upstream 2015-11-05 18:30:11 -08:00
William A. Kennington III
ddbb174bb0 accelio: 2015-08-30 -> 1.5 2015-11-05 18:28:29 -08:00
William A. Kennington III
974dd8012d sqlite: 3.9.1 -> 3.9.2 2015-11-05 18:25:49 -08:00
William A. Kennington III
94a4ffe949 icu: 55.1 -> 56.1 2015-11-05 18:25:39 -08:00
William A. Kennington III
123a3c5484 iperf: 3.0.11 -> 3.1 2015-11-05 18:23:00 -08:00
William A. Kennington III
452f1736d5 ceph: Major Update 0.94.4 -> 9.2.0 2015-11-05 18:22:48 -08:00
William A. Kennington III
cf802b8075 gmp: 6.0.0a -> 6.1.0 2015-11-05 18:21:44 -08:00
William A. Kennington III
97d215deba pulseaudio: 7.0 -> 7.1 2015-11-05 18:21:43 -08:00
William A. Kennington III
7cd13a21af cryptsetup: 1.6.7 -> 1.7.0 2015-11-05 18:21:43 -08:00
William A. Kennington III
168220741d bluez5: 5.35 -> 5.36 2015-11-05 18:21:43 -08:00
William A. Kennington III
84b2e41f83 rocksdb: 3.13.1 -> 4.0 2015-11-05 18:21:43 -08:00
William A. Kennington III
7de7628c98 libssh: 0.7.1 -> 0.7.2 2015-11-05 18:21:43 -08:00
William A. Kennington III
f9c77b6d72 libsodium: 1.0.3 - 1.0.6 2015-11-05 18:21:42 -08:00
William A. Kennington III
cfda3f3eed qemu: 2.4.0.1 -> 2.4.1 2015-11-05 18:18:35 -08:00
William A. Kennington III
ebedbec72b git: 2.6.2 -> 2.6.3 2015-11-05 18:18:21 -08:00
Nikolay Amiantov
2ad3cf9140 caligra: add additional paths 2015-11-06 01:55:18 +03:00
Arseniy Seroka
57d6bc56ac Merge pull request #10840 from matthiasbeyer/update-vdirsyncer
vdirsyncer: 0.7.0 -> 0.7.3
2015-11-06 01:53:35 +03:00
Matthias Beyer
6deaa270f8 vdirsyncer: 0.7.0 -> 0.7.3 2015-11-05 23:40:25 +01:00
Matthew O'Gorman
f761f06988 gnuradio-nacl: init at 2015-11-05 2015-11-05 21:17:39 +01:00
Pascal Wittmann
17fbc42cde groovy: 2.4.3 -> 2.4.5 and wrap correctly 2015-11-05 20:37:08 +01:00
Domen Kožar
cb30c3a95e neutron: include migrations upon install 2015-11-05 19:23:16 +01:00
William A. Kennington III
2837a5e091 Merge branch 'master.upstream' into staging.upstream 2015-11-05 10:07:28 -08:00
Thomas Tuegel
3d87c5f9c3 openblas: 0.2.14 -> 0.2.15 2015-11-05 10:24:31 -06:00
Vladimír Čunát
53c60a0ce4 live555: fixup after accidental merge, close #10624
Use a URL that works (checked md5 was the same) but use a stronger hash.
2015-11-05 16:58:09 +01:00
Domen Kožar
1962484d15 Merge pull request #10812 from tokudan/burp
burp: new package (backup program)
2015-11-05 16:38:35 +01:00
Domen Kožar
faeedc131e Merge pull request #10837 from makefu/python_magic-bump-version
pythonPackages.python_magic: 0.4.6 -> 0.4.10
2015-11-05 16:36:30 +01:00
Domen Kožar
9794ed4cdf Merge pull request #10836 from makefu/python_magic_replace_find_library
pythonPackages.python_magic: fix hardcode find_library("magic")
2015-11-05 16:36:16 +01:00
Vladimír Čunát
fa7d863af0 goPackages: include buildFromGithub to fix #10805 2015-11-05 16:07:24 +01:00
makefu
68eb1b59c4 pythonPackages.python_magic: 0.4.6 -> 0.4.10 2015-11-05 16:02:02 +01:00
makefu
58585de213 pythonPackages.python_magic: fix hardcode find_library("magic") 2015-11-05 16:01:35 +01:00
Ilya Novoselov
398611fb6c vlc: added live555 dependency 2015-11-05 15:47:04 +01:00
Ilya Novoselov
ac2582baea live555: added package 2015-11-05 15:47:03 +01:00
Nicolas B. Pierron
13a379cfa2 Merge pull request #10672 from wizeman/u/upd-rr
rr: 3.0.0 -> 4.0.0
2015-11-05 14:21:25 +00:00
Nikolay Amiantov
87906b6140 Merge pull request #10835 from cleverca22/ipxe
ipxe: add undionly.kpxe so the output
2015-11-05 17:16:01 +03:00
Pascal Wittmann
0c5bdf68c2 fix: substitute path to bc in math.fish
closes #10141
2015-11-05 15:14:04 +01:00
michael bishop
9f34689658 ipxe: add undionly.kpxe so the output
its needed to chainload iPXE from normal PXE
2015-11-05 10:10:36 -04:00
Pascal Wittmann
499be4736f perl-DBI: 1.633 -> 1.634 2015-11-05 14:56:58 +01:00
Pascal Wittmann
44af3d438d perl-DBD-mysql: 4.031 -> 4.033 2015-11-05 14:56:58 +01:00
Pascal Wittmann
6f37d11e8c perl-DBD-Pg: 3.0.0 -> 3.5.3 2015-11-05 14:56:58 +01:00
Lluís Batlle i Rossell
73e9dbfe86 Updating homebank to 5.0.6.
The old 5.0.0 is not available anymore.

I use the gtk33 hook to get proper icons, but still some icons are
broken (open, save, ...)

(cherry picked from commit 5e432c047e)
2015-11-05 14:55:44 +01:00
Nikolay Amiantov
452dbfd288 nixos/tlp: workaround early build trigger 2015-11-05 16:22:10 +03:00
Eelco Dolstra
43147bedab blender: Update to 2.76b 2015-11-05 13:48:22 +01:00
Pascal Wittmann
bf41c5c233 audiofile: fix CVE-2015-7747 (close #10829)
Fixes #10678.
2015-11-05 12:48:40 +01:00
Peter Simons
f119c9d43d configuration-hackage2nix.yaml: update list of broken builds 2015-11-05 11:57:00 +01:00
Peter Simons
2b3485181f git-annex: update overrides 2015-11-05 11:57:00 +01:00
Peter Simons
cdc4c4f906 LTS Haskell: add version 3.12 2015-11-05 11:57:00 +01:00
Peter Simons
78615301aa hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:

  - Nixpkgs: f90e42f382
  - Hackage: 96af3096ee
  - LTS Haskell: 71e581f8e4
  - Stackage Nightly: 97a0714af7
2015-11-05 11:57:00 +01:00
vbgl
81e78face8 Merge pull request #10776 from manveru/di
di: 4.35 -> 4.36
2015-11-05 10:33:08 +01:00
Vladimír Čunát
0e731ecbd7 gnome-3.18: port missing libgudev dependencies
(cherry picked from commit 311ac81337)
2015-11-05 09:16:31 +01:00
Pascal Wittmann
74ab083014 Merge pull request #10830 from sjourdois/openpyxl
python openpyxl: 2.2.4 -> 2.2.6
2015-11-04 23:45:01 +01:00
Pascal Wittmann
3ee6baf7ee perl-Clone: 0.36 -> 0.38 2015-11-04 23:30:08 +01:00
Pascal Wittmann
28abf148a7 perl-Class-C3: 0.28 -> 0.30 2015-11-04 23:30:08 +01:00
vbgl
343de3b64a Merge pull request #10637 from vbgl/ppx
ocaml-ppx_tools: init at 0.99.2
2015-11-04 23:16:54 +01:00
Stéphane Jourdois
463b95c093 python openpyxl: 2.2.4 -> 2.2.6 2015-11-04 22:14:23 +01:00
Nikolay Amiantov
0b1ddbfd6d sddm: 0.12.0 -> 0.13.0 2015-11-05 00:11:47 +03:00
Tobias Geerinckx-Rice
486d58748f vc: fix evaluation (licences -> licenses) 2015-11-04 22:04:45 +01:00
Tobias Geerinckx-Rice
6d7273571c stress-ng 0.04.20 -> 0.04.21 2015-11-04 22:02:18 +01:00
Pascal Wittmann
23c729f958 perl-Catalyst-View-TT: 0.41 -> 0.44 2015-11-04 22:01:00 +01:00
Pascal Wittmann
1f624bafcc perl-Catalyst-View-JSON: 0.33 -> 0.35 2015-11-04 22:01:00 +01:00
Pascal Wittmann
8b811659bf perl-JSON-MaybeXS: 1.002005 -> 1.003005 2015-11-04 22:01:00 +01:00
Nikolay Amiantov
88f7853e16 calligra: remove unneeded patch 2015-11-04 23:11:37 +03:00
Nikolay Amiantov
b052cb1a10 calligra: 2.8.7 -> 2.9.8 2015-11-04 23:10:40 +03:00
Nikolay Amiantov
997bf2c665 vc: init at 0.7.5, 1.0.0 2015-11-04 23:10:36 +03:00
Pascal Wittmann
e3ce30bef4 perl-Catalyst-Plugin-Static-Simple: 0.31 -> 0.33 2015-11-04 21:08:57 +01:00
Pascal Wittmann
8843f53fcb pugixml: 1.6 -> 1.7 2015-11-04 21:08:57 +01:00
Pascal Wittmann
23dd686230 perl-Catalyst-Plugin-Session: 0.39 -> 0.40 2015-11-04 21:08:57 +01:00
Pascal Wittmann
1f6c647f6c perl-Catalyst-Plugin-ConfigLoader: 0.33 -> 0.34 2015-11-04 21:08:57 +01:00
Pascal Wittmann
d2bb99b6e3 perl-Catalyst-Plugin-Authorization-ACL: 0.15 -> 0.16 2015-11-04 21:08:57 +01:00
Jude Taylor
7161be03c4 add libutil into darwin.Libsystem 2015-11-04 10:49:19 -08:00
Jude Taylor
d2e6b9f3ae Revert "darwin purity: mosh"
This reverts commit 772960bcb7.
2015-11-04 10:49:19 -08:00
Thomas Tuegel
b3bb609b96 atlas: build on Linux only
Fixes #10808.
2015-11-04 12:36:23 -06:00
Daniel Frank
0d18edd645 burp: updates to match the coding conventions 2015-11-04 19:22:39 +01:00
Stéphane Jourdois
0a2c78fb5f cairo: maintenance update 1.14.2 -> 1.14.4 (close #10778) 2015-11-04 18:39:28 +01:00
Thomas Tuegel
90cc190db2 Merge pull request #10731 from ttuegel/plasma-5.4
KDE Plasma 5.4, Frameworks 5.15, and Applications 15.08
2015-11-04 10:06:28 -06:00
Allen Nelson
7106bfd0f3 skip broken pandas test when on python 3.5 2015-11-04 09:57:13 -06:00
Wout Mertens
4aea876913 Merge pull request #10824 from wmertens/nofailnixshell
Don't fail if env-vars cannot be written to
2015-11-04 16:36:49 +01:00
Wout Mertens
774f74b875 Don't fail if env-vars cannot be written to
env-vars is a debugging aid, see
3e5dbb2433
for a rationale for this change.
2015-11-04 16:32:59 +01:00
Domen Kožar
0549078488 fix eval 2015-11-04 16:23:23 +01:00
Eelco Dolstra
3e44182487 Merge remote-tracking branch 'origin/systemd-219' into staging 2015-11-04 15:37:28 +01:00
Tobias Geerinckx-Rice
1294c3a460 hack-font 2.015 -> 2.017
Changes: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
2015-11-04 15:22:48 +01:00
aszlig
1d1cf4845f python-hetzner: Update to bugfix version 0.7.4.
Fixes pinned CA root certificate and probing for system CA bundle.

Closes NixOS/nixops#354.

I'm using fetchFromGitHub now because it's use of fetchzip is more
stable for autogenerated tarballs from GitHub.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-04 14:02:28 +01:00
Eelco Dolstra
827adff712 linux: Update to 3.18.24 2015-11-04 13:22:22 +01:00
Domen Kožar
4bfe873298 pythonPackages.{boto,httpretty}: use requests2 2015-11-04 12:44:10 +01:00
Lluís Batlle i Rossell
9819303647 Fixing the logic in coreutils to avoid stdenv rebuild.
It was using 'null' instead of '[]' in case of no patches. So I change
it to provide 'null'.

(cherry picked from commit 56ff659e5d)
2015-11-04 12:43:14 +01:00
Lluís Batlle i Rossell
00aeb53bc0 coreutils 8.24 have a bug exhibited in a test in the Pi2. Patching.
I pick the patch from upstream, and I apply only for ARM to avoid rebuilding
stdenv.

(cherry picked from commit 1b36f489b6)
2015-11-04 12:43:13 +01:00
Domen Kožar
b4882f1462 keystone: copy .ini files, make openssl tools available 2015-11-04 12:24:23 +01:00
Domen Kožar
ac00195cbd glance: copy .ini config to /etc 2015-11-04 12:23:57 +01:00
Domen Kožar
8a4f01c139 nova: install migrate.cfg 2015-11-04 11:53:49 +01:00
Domen Kožar
d34f5b6570 python: skip build at install phase
"python setup.py install" will also run "python setup.py build"
which we've already done in buildPhase.
2015-11-04 11:40:09 +01:00
Domen Kožar
6663598a45 pythonPackages.oslosphinx: skip overriden patch 2015-11-04 11:37:34 +01:00
Domen Kožar
ce4657b769 pythonPackages.sphinx: apply a patch to support py35 2015-11-04 10:40:28 +01:00
Domen Kožar
1fa318db8a pythonPackages.six: 1.9.0 -> 1.10.0 2015-11-04 10:40:28 +01:00
Peter Simons
25908dcd3a Merge pull request #10818 from tohl/master
slime: added The Superior Lisp Interaction Mode for Emacs
2015-11-04 10:15:54 +01:00
William A. Kennington III
4251612faa Merge branch 'master.upstream' into staging.upstream 2015-11-04 01:00:48 -08:00
William A. Kennington III
86ba275a99 ceph: 0.94.4 -> 0.94.5 2015-11-04 00:58:28 -08:00
William A. Kennington III
6e57f1c60c btrfsProgs: 4.2.2 -> 4.2.3 2015-11-04 00:58:28 -08:00
William A. Kennington III
588a950df9 firefox: Updates
- 41.0.2 -> 42.0
  - 38.3.0 -> 38.4.0
2015-11-04 00:58:28 -08:00
William A. Kennington III
0bb3e0b325 iproute: 4.2.0 -> 4.3.0 2015-11-04 00:58:28 -08:00
William A. Kennington III
e8cbf833ef nss: 3.20 -> 3.20.1 2015-11-04 00:58:28 -08:00
William A. Kennington III
d80f4c49b0 nspr: 4.10.9 -> 4.10.10 2015-11-04 00:58:28 -08:00
Matthias C. M. Troffaes
1c0b060295 openssl: use prefixed windres and ranlib for cross build 2015-11-04 08:48:38 +00:00
Tomas Hlavaty
b570c6f0ca slime: added The Superior Lisp Interaction Mode for Emacs 2015-11-04 09:09:18 +01:00
Domen Kožar
21954ec181 Merge pull request #10815 from annejan/master
Update QtPass to 1.0.4
2015-11-04 08:58:41 +01:00
Vladimír Čunát
9596defe88 Merge pull request #10817 from NixOS/revert-10262-nofailnixshell
Revert "Don't fail if env-vars cannot be written to"
2015-11-04 07:31:13 +01:00
Vladimír Čunát
b4bd19762a Revert "Don't fail if env-vars cannot be written to" 2015-11-04 07:30:02 +01:00
Wout Mertens
baba136c30 Merge pull request #10262 from wmertens/nofailnixshell
Don't fail if env-vars cannot be written to
2015-11-04 07:21:56 +01:00
Wout Mertens
b21a5013a0 Don't fail if env-vars cannot be written to
env-vars is a debugging aid, see
3e5dbb2433
for a rationale for this change.
2015-11-04 07:19:57 +01:00
William A. Kennington III
b983c6b9b5 grep: 2.21 -> 2.22 2015-11-03 20:54:22 -08:00
Ricardo M. Correia
3ea8b08004 rustcMaster: 2015-10-27 -> 2015-11-01 2015-11-04 05:06:35 +01:00
Tobias Geerinckx-Rice
8fb1ee3c2a geolite-legacy 2015-11-02 -> 2015-11-04 2015-11-04 03:05:14 +01:00
Anne Jan Brouwer
88578dad2e Update default.nix 2015-11-04 01:39:23 +01:00
vbgl
f9e681e09e Merge pull request #10802 from michelk/gdal/update2
gdal: 2.0.0 -> 2.0.1
2015-11-04 00:37:15 +01:00
Domen Kožar
bb56383b0c Merge pull request #10810 from kamilchm/go-bindata
goPackages.go-bindata: 3.0.7 -> 2015-10-23
2015-11-03 23:33:20 +01:00
Jude Taylor
772960bcb7 darwin purity: mosh 2015-11-03 14:32:14 -08:00
Allen Nelson
b8c784f061 patch to remove large file test in numpy 2015-11-03 16:26:29 -06:00
Domen Kožar
37e5618203 Merge pull request #10813 from cleverca22/vnstat
vnstat: fix platforms list
2015-11-03 23:23:43 +01:00
Daniel Frank
97e6595752 burp: remove unnecessary CHANGELOG entry in burp 2015-11-03 23:11:53 +01:00
Jude Taylor
58b862b750 darwin purity: pythonPackages.pandas 2015-11-03 14:00:51 -08:00
vbgl
95388b6500 Merge pull request #10801 from michelk/gdal/update
gdal: 1.11.2 -> 1.11.3
2015-11-03 22:56:36 +01:00
michael bishop
f73c3098d4 vnstat: fix platforms list 2015-11-03 17:32:38 -04:00
Daniel Frank
b2a958157d burp: new package (backup program) 2015-11-03 21:40:14 +01:00
Kamil Chmielewski
c04c9b69d7 goPackages.go-bindata: 3.0.7 -> 2015-10-23 2015-11-03 21:38:15 +01:00
Ricardo M. Correia
84afac6b89 cargo: 0.5.0 -> 0.6.0 2015-11-03 20:32:12 +01:00
Michael Raitza
03b7e8248f gnome-encfs-manager: init at 1.8.15 2015-11-03 19:05:12 +01:00
Michael Raitza
e0c5ee37db libgee-1: init at 0.6.8 2015-11-03 19:05:11 +01:00
Arseniy Seroka
75ee351e18 Merge pull request #10777 from manveru/keybase
keybase: 0.7.8 -> 0.8.22
2015-11-03 19:50:53 +03:00
Bjørn Forsman
27f41d8c0a nixos: add services.jenkins.jobBuilder option
This option allows to define (declarative) Jenkins jobs, using Jenkins
Job Builder (JJB) as backend.

Example:

  services.jenkins = {
    enable = true;
    jobBuilder = {
      enable = true;
      yamlJobs = ''
        - job:
            name: jenkins-job-test
            builders:
              - shell: echo 'Hello world!'
      '';
    };
  };

Jobs can be defined using YAML, JSON and Nix.

Note that it really is declarative configuration; if you remove a
previously defined job, the module will remove the jobdir under
$JENKINS_HOME.

Jobs managed through the Jenkins WebUI (or by other means) are not
touched by this module.

Changes v1 -> v2:
* add nixJobs
* let jsonJobs take a list of strings (allows merge)
* 4 space indent in shell code
2015-11-03 16:32:31 +01:00
Marco Maggesi
a487b3326b Update HOL Light to version 2015-11-02 2015-11-03 15:24:56 +01:00
Joachim Fasting
2456dd0246 hyperdex: blindly fix hashes of local dependencies
This patch blindly fixes the source archive checksums for the local dependencies
of hyperdex. I have not looked into why those hashes changed, but I have
verified that the hyperdex package now builds successfully.
2015-11-03 15:22:50 +01:00
Edward Tjörnhammar
4a6c595b0f Merge pull request #10806 from joelmo/openjdk8-font-patch-up
openjdk: add infinality patch to improve font-rendering
2015-11-03 15:14:18 +01:00
Franz Pletz
d89f269b26 chrony service: Members of group chrony can use chronyc 2015-11-03 15:07:18 +01:00
Franz Pletz
c459e269eb chrony service: Integration with other ntp daemons 2015-11-03 15:07:18 +01:00
Franz Pletz
1a79058a81 chrony: Add fpletz to maintainers 2015-11-03 15:07:18 +01:00
Franz Pletz
596b06bd1c chrony: Build with NSS for secure hash support 2015-11-03 15:07:18 +01:00
Franz Pletz
a639e51760 chrony: 2.1.1 -> 2.2 2015-11-03 15:06:45 +01:00
Joel Moberg
bd3099ff6f openjdk: add infinality patch to improve font-rendering 2015-11-03 14:59:16 +01:00
Joachim Fasting
e1af75bf8d libsodium: 1.0.3 -> 1.0.6 2015-11-03 14:21:08 +01:00
Jude Taylor
137cadb66b darwin purity: flow 2015-11-03 04:53:25 -08:00
Edward Tjörnhammar
2c6052f8e3 IDEA Updates
idea.idea-{community,ultimate}: 14.1.5 -> 15.0
idea.pycharm-{community,professional}: 4.5.4 -> 5.0
2015-11-03 12:55:16 +01:00
Jude Taylor
74c99a9600 remove _main from CoreFoundation 2015-11-03 02:12:58 -08:00
Michel Kuhlmann
7c9be48423 gdal: 2.0.0 -> 2.0.1 2015-11-03 09:04:07 +01:00
Michel Kuhlmann
8e9a8a8fd0 gdal: 1.11.2 -> 1.11.3 2015-11-03 09:00:08 +01:00
Michael Raskin
70aff600ff Merge pull request #10797 from tohl/master
sbcl: 1.2.16 -> 1.3.0
2015-11-03 10:08:45 +03:00
Pascal Wittmann
f490186a6c perl-Catalyst-Plugin-Authentication: 0.10022 -> 0.10023 2015-11-03 01:27:31 +01:00
Pascal Wittmann
e15f353714 perl-Catalyst-Manual: 5.9007 -> 5.9009 2015-11-03 01:27:31 +01:00
Pascal Wittmann
20567e08ae perl-Catalyst-DispatchType-Regex: 5.90033 -> 5.90035 2015-11-03 01:27:31 +01:00
Pascal Wittmann
79cd29e9fb perl-Catalyst-Controller-HTML-FromFo: 0.03007 -> 1.00 2015-11-03 01:27:31 +01:00
Pascal Wittmann
1650e32541 perl-Test-Aggregate: init at 0.373 2015-11-03 01:27:31 +01:00
Pascal Wittmann
635ac2e589 perl-Catalyst-Action-REST: 1.17 -> 1.19 2015-11-03 01:27:31 +01:00
Pascal Wittmann
cc45f18491 perl-CGI-Simple: 1.113 -> 1.115 2015-11-03 01:27:31 +01:00
Pascal Wittmann
a007e3602a perl-AuthenSASL: 2.1401 -> 2.16 2015-11-03 01:27:31 +01:00
Pascal Wittmann
2bb1263596 perl-Any-Moose: 0.24 -> 0.26 2015-11-03 01:27:31 +01:00
Jude Taylor
135b32f2a0 darwin purity: doxygen 2015-11-02 14:37:10 -08:00
Jude Taylor
f4f3df5f5d llvm-3.7: add libcxxabi as a buildInput on darwin 2015-11-02 14:33:51 -08:00
Arseniy Seroka
4f8e25d2d0 Merge pull request #10795 from AndersonTorres/mpv
mpv: 0.9.2 -> 0.12.0
2015-11-02 23:55:22 +03:00
Pascal Wittmann
7fd0048a93 bro: 2.4 -> 2.4.1 2015-11-02 21:26:56 +01:00
Pascal Wittmann
248560e593 nzbget: 16.2 -> 16.3 2015-11-02 21:26:56 +01:00
Tomas Hlavaty
c4a825da8b sbcl: 1.2.16 -> 1.3.0 2015-11-02 21:22:55 +01:00
Vladimír Čunát
261791992c neovim: fix wrong ad30764d68
I'm sorry. I had tested that `neovim.src` still built ;-)
Thanks to @codedmart.
2015-11-02 20:52:08 +01:00
Pascal Wittmann
168482c6de Merge pull request #10764 from sjourdois/yara
yara: init at 3.4.0
2015-11-02 20:12:08 +01:00
William A. Kennington III
4b7f374b7d linux: Add 4.3 2015-11-02 11:01:17 -08:00
William A. Kennington III
f6361bc096 zfs: 0.6.5.2 -> 0.6.5.3 2015-11-02 11:01:17 -08:00
William A. Kennington III
e57217d874 spl: 0.6.5.2 -> 0.6.5.3 2015-11-02 11:01:17 -08:00
Pascal Wittmann
b2d724ed29 calibre: 2.41.0 -> 2.42.0 2015-11-02 19:59:06 +01:00
AndersonTorres
5aad97b90b mpv: 0.9.2 -> 0.12.0 2015-11-02 16:35:00 -02:00
Domen Kožar
dc39c2dd20 Merge pull request #10706 from datakurre/datakurre-jupyter
jupyter: init at 1.0.0
2015-11-02 19:10:15 +01:00
Arseniy Seroka
c9ff48b79b Merge pull request #10775 from AndersonTorres/refind
refind: 0.8.4 -> 0.9.2
2015-11-02 20:48:14 +03:00
Peter Simons
c10589cebb Merge pull request #10793 from Profpatsch/HEAD
haskellPackages: enable hsparql checks again
2015-11-02 18:04:46 +01:00
Domen Kožar
fb998dd033 Merge pull request #10779 from mayflower/update-php
Update php
2015-11-02 17:47:38 +01:00
Domen Kožar
b7775e2ee7 Merge pull request #10734 from rycee/package/catalyst-packages
A few new Perl Catalyst packages
2015-11-02 17:22:10 +01:00
Domen Kožar
873d212054 Merge pull request #10735 from leenaars/cleaned
Reordered games in all-packages.nix to GAMES section
2015-11-02 17:21:49 +01:00
Ricardo M. Correia
7ae05edcdd Merge pull request #10794 from wizeman/u/upd-rustfmt
rustfmt: 2015-10-17 -> 2015-10-28
2015-11-02 17:12:51 +01:00
Thomas Tuegel
07ad7b9af5 oxygen-icons: fix typo in license attribute 2015-11-02 10:12:49 -06:00
leenaars
7b5eca1236 Deleted inappropriate line feed 2015-11-02 16:04:27 +01:00
Ricardo M. Correia
2389a707af fetch-cargo-deps: add debug output
... so that we can find out why there are sporadic hash mismatches.
2015-11-02 15:44:43 +01:00
Ricardo M. Correia
2ede3e6ddd rustfmt: 2015-10-17 -> 2015-10-28
... which also fixes the build.
Also, I've switched the compiler to the stable channel since rustfmt
supports it now.
2015-11-02 15:44:42 +01:00
Profpatsch
d68a77e504 haskellPackages: enable hsparql checks again 2015-11-02 15:35:20 +01:00
Domen Kožar
2d02727383 fix eval 2015-11-02 15:33:32 +01:00
Domen Kožar
85dfb151c2 Merge pull request #10732 from leenaars/addition/armagetronad
Armagetronad: init at version 0.2.8.3.3
2015-11-02 15:30:10 +01:00
leenaars
cddbb0fa47 Added Linux as confirmed platform 2015-11-02 15:29:16 +01:00
Matthijs Steen
1502152a7d indicator libraries: init at 12.10
The indicator libraries for GTK2 and GTK3.

The bindings for Mono do not work yet because of some issues with Perl in
gtk-sharp-2 and an Unhandled Exception caused by building with multiple cores:
https://aur.archlinux.org/packages/libindicate-sharp/#comment-290385

Some packages have TODOs for the indicator libraries,
since it is an optional dependency for most packages.
These packages have not been updated by this commit.
2015-11-02 15:23:35 +01:00
Ricardo M. Correia
c843e08b5a Merge pull request #10782 from mayflower/rust-registry
rustRegistry: 2015-10-18 -> 2015-11-01
2015-11-02 14:41:47 +01:00
Domen Kožar
fc36317c9b Merge pull request #10791 from msteen/master
Added msteen to the list of maintainers.
2015-11-02 14:40:50 +01:00
Matthijs Steen
b44df493d3 Added msteen to the list of maintainers. 2015-11-02 14:38:34 +01:00
Peter Simons
2bb705da15 postfix: don't create a symlink inside of /var/spool/mail if /var/mail exists already 2015-11-02 14:33:30 +01:00
Domen Kožar
11b1236627 travis-ci: use trusty (has 7.5G ram compared to previous 3) 2015-11-02 13:04:03 +01:00
Vladimír Čunát
ad30764d68 neovim: fetch by version tag instead of commit hash
/cc #10787.
2015-11-02 12:57:48 +01:00
Scott Milliken
f89ddefd97 neovim: update to 0.1.0., closes #10787 2015-11-02 12:50:54 +01:00
Domen Kožar
d370127582 Merge pull request #10786 from devhell/ipfs
ipfs: 0.3.8 -> 0.3.9
2015-11-02 10:44:27 +01:00
Matthijs Steen
23091d79ac tilda: 1.2.2 -> 1.2.4
(cherry picked from commit 94ac7e8cb5)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-11-02 10:42:04 +01:00
Bjørn Forsman
eeced1bc51 jenkins: 1.633 -> 1.636 2015-11-02 10:39:16 +01:00
Bjørn Forsman
f25b36df3c nixos/jenkins: force .war (re)extraction at start-up
Or else we might run stale Jenkins.
2015-11-02 10:31:13 +01:00
Peter Simons
9c2eb52140 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-27-g14f44af using the following inputs:

  - Nixpkgs: 296838820e
  - Hackage: cbced5bc0e
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 05c38f5cda
2015-11-02 10:09:33 +01:00
Asko Soukka
9529b6f11f jupyter: init at 1.0.0 2015-11-02 09:49:38 +02:00
Asko Soukka
02e14c4ffa jupyter_console: init at 4.0.3 2015-11-02 09:49:34 +02:00
Asko Soukka
e8daff2157 darwin: appnope: init at 0.1.0 2015-11-02 09:49:30 +02:00
Asko Soukka
8ba089c5ae darwin: ipython: fix build inputs for darwin 2015-11-02 09:49:29 +02:00
Tobias Geerinckx-Rice
4435e317e9 geolite-legacy 2015-10-27 -> 2015-11-02 2015-11-02 01:47:07 +01:00
Tobias Geerinckx-Rice
2cb1ea1ff3 gparted: add hdparm dependency
Required to display serial numbers in the "Device Information" view.
2015-11-02 01:46:50 +01:00
Tobias Geerinckx-Rice
d973931c9a netsniff-ng 0.5.9-{121-gd91abbd -> 130-ga81b515}
For new --no-geoip option.
2015-11-02 01:46:50 +01:00
Daniel Peebles
ce12ce1488 Whoops, revert my last change
Turns out it was already up to date and I just had a stale cache!
2015-11-01 19:20:05 -05:00
Daniel Peebles
2c40f8bb8a Update the logo to match front page of nixos.org
Seems like the community was in support of changing it, and someone went and changed it on the homepage, so we might as well stay consistent.
2015-11-01 19:18:32 -05:00
Nikolay Amiantov
7487aba1a8 manual: document nginx changes 2015-11-02 01:15:48 +03:00
Nikolay Amiantov
9265cc58c3 Merge pull request #10474 from abbradar/nginx-pam-modules
nginx: factor out modules into a separate file, add new "pam" module
2015-11-02 01:05:54 +03:00
devhell
eeba31d7b6 ipfs: 0.3.8 -> 0.3.9
Built and tested locally.

The changelog is quite large, so I'm going to link it instead:
https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md
2015-11-01 20:39:46 +00:00
Arseniy Seroka
8f4a0003ae Merge pull request #10719 from Beauhurst/djangosilk
add django-silk package
2015-11-01 21:51:08 +03:00
Benno Fünfstück
a027470a69 python-dubs: set pythonPath for wrapper
The python.buildEnv wrapper expects that all pythonPackages
have a pythonPath set, so we set to a dummy value here.
2015-11-01 17:56:18 +01:00
Edward Tjörnhammar
1061f4a9a3 Merge pull request #10780 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.10.08 -> 0.20.2015.10.25
2015-11-01 15:43:38 +01:00
Peter Simons
a00ac5947a Merge pull request #10781 from mayflower/update-lxc
lxc: 1.1.3 -> 1.1.4 (security)
2015-11-01 14:28:12 +01:00
Luca Bruno
ff02152def nixos/postgresql: fix extraPlugins example with a working one 2015-11-01 14:15:43 +01:00
Asko Soukka
80fd9e96be darwin: matplotlib: update darwin patch for 1.5.0 2015-11-01 14:58:45 +02:00
Peter Simons
24f8cf9b10 Merge pull request #10774 from AndersonTorres/youtubeDL
youtube-DL: 2015.08.28 -> 2015.10.24
2015-11-01 13:41:33 +01:00
Robin Gloster
1a7643e166 rustRegistry: 2015-10-18 -> 2015-11-01 2015-11-01 12:19:19 +00:00
Robin Gloster
4ebfd41fa7 lxc: 1.1.3 -> 1.1.4 (security)
fixes CVE-2015-1335
2015-11-01 12:16:33 +00:00
Robin Gloster
fdf8e4f2c8 php70: 7.0.0beta1 -> 7.0.0RC6 2015-11-01 12:13:16 +00:00
Robin Gloster
0ceec8420c php: 5.6.14 -> 5.6.15 2015-11-01 12:12:13 +00:00
Benno Fünfstück
c7adb3d327 xvkbd: update from 3.6 to 3.7 2015-11-01 13:04:53 +01:00
Robert Helgesson
215b77fb34 svtplay-dl: 0.20.2015.10.08 -> 0.20.2015.10.25 2015-11-01 13:01:54 +01:00
Michael Fellinger
f8cd72d874 keybase: 0.7.8 -> 0.8.22 2015-11-01 12:56:25 +01:00
Michael Fellinger
ccd16c338d di: 4.35 -> 4.36 2015-11-01 12:55:09 +01:00
Stéphane Jourdois
3c26e5977c binwalk: remove useless dep on mtdutils 2015-11-01 12:37:52 +01:00
AndersonTorres
124e832c37 refind: 0.8.4 -> 0.9.2 2015-11-01 09:37:00 -02:00
Stéphane Jourdois
0c754ba824 yara: init at 3.4.0 2015-11-01 12:23:29 +01:00
AndersonTorres
68a198f74b youtube-DL: 2015.08.28 -> 2015.10.24 2015-11-01 09:22:19 -02:00
Aristid Breitkreuz
ed1355e0f1 cd-discid: do not use INSTALL=/usr/bin/install, as it did not build 2015-11-01 11:41:53 +01:00
Domen Kožar
93b81871eb pythonPackages.kazoo: don't depend on zookeeper at build time 2015-11-01 10:09:47 +01:00
Domen Kožar
aff3a23d67 unzip: CVE-2015-7696, CVE-2015-7697 2015-11-01 09:39:45 +01:00
Domen Kožar
753e757b83 Merge pull request #10743 from sjourdois/pythonPackages
Python packages: some new ones and fixes to cairocffi
2015-11-01 09:22:16 +01:00
Domen Kožar
050bba281e Merge pull request #10766 from sjourdois/hackrf
hackrf: allow on darwin
2015-11-01 09:20:46 +01:00
Domen Kožar
bf44d681b5 Merge pull request #10747 from tokudan/mbuffer
mbuffer: new package
2015-11-01 09:19:35 +01:00
Domen Kožar
581ae33e96 Merge pull request #10107 from ryantm/calibre-server
calibre-server service: init
2015-11-01 09:19:03 +01:00
Demin Dmitriy
1736cedc20 xfce4-pulseaudio-plugin: init at 0.2.3 2015-11-01 08:13:06 +03:00
Demin Dmitriy
b030236799 libxfce4ui xfce4panel: add gtk3 support 2015-11-01 08:12:59 +03:00
AndersonTorres
5502e0cd91 Kid3: 3.1.2 -> 3.3.0 2015-10-31 22:51:58 -02:00
Jude Taylor
42fffee9da darwin purity: aria2 2015-10-31 17:03:13 -07:00
Jude Taylor
020bd4a723 darwin purity: polyml 2015-10-31 16:58:32 -07:00
Stéphane Jourdois
216fc04c50 hackrf: allow on darwin 2015-10-31 23:47:49 +01:00
Daniel Frank
969ebc3e16 mbuffer: use version variable 2015-10-31 22:57:19 +01:00
Ryan Mulligan
922bf3986b calibre-server service: add type to libraryDir option 2015-10-31 14:21:56 -07:00
Domen Kožar
82b9692f12 Merge pull request #10718 from FRidh/python
python: nbconvert update and new tabulate package
2015-10-31 22:15:29 +01:00
Domen Kožar
8a02e2b7e4 Merge pull request #10759 from datakurre/datakurre-lightning
lightning-python: init at 1.2.1
2015-10-31 22:12:51 +01:00
Domen Kožar
d06aa704d8 Merge pull request #10763 from sjourdois/mkvtoolnix
mkvtoolnix: darwin fixes
2015-10-31 22:11:03 +01:00
Domen Kožar
5d123217fc Merge pull request #10754 from sjourdois/ascii
ascii: allow build on darwin
2015-10-31 22:10:41 +01:00
Domen Kožar
0d2f8cfd47 Merge pull request #10756 from sjourdois/ssdeep
ssdeep: only run patchelf on linux
2015-10-31 22:10:27 +01:00
Domen Kožar
afdeffd61a Merge pull request #10753 from sjourdois/darwin
xdg-utils: allow build on darwin
2015-10-31 22:09:03 +01:00
Domen Kožar
f1cc9ac9eb Merge pull request #10761 from sjourdois/gptfdisk
gptfdisk: darwin fixes
2015-10-31 22:06:28 +01:00
Domen Kožar
61bf01d774 Merge pull request #10762 from sjourdois/testdisk
testdisk: darwin fixes
2015-10-31 22:06:10 +01:00
Domen Kožar
7207dd8f1a typo 2015-10-31 22:05:12 +01:00
Domen Kožar
b8d9a16eec letsencrypt: add 0.0.0.dev20151030 2015-10-31 22:01:20 +01:00
Stéphane Jourdois
4532d88447 mkvtoolnix: darwin fixes 2015-10-31 22:01:05 +01:00
Stéphane Jourdois
754e1a285b testdisk: darwin fixes 2015-10-31 21:45:23 +01:00
Stéphane Jourdois
a8c0eab3d0 gptfdisk: darwin fixes 2015-10-31 21:26:52 +01:00
Robert Scott
67c8affd69 django_redis: init at 4.2.0 2015-10-31 19:42:26 +00:00
Robert Scott
bd09639db1 django-silk: init at 0.5.6 2015-10-31 19:39:53 +00:00
Matthew Bauer
3807372d5b emscripten 1.29 -> 1.35
also updates to store files in $out/share/emscripten instead of $out/bin.
also fix issue with closure compiler.
2015-10-31 14:37:57 -05:00
Stéphane Jourdois
480a4069f1 ssdeep: only run patchelf on linux 2015-10-31 20:03:56 +01:00
Asko Soukka
f933b48a53 darwin: matplotlib: add needed inputs and set framework flag for darwin 2015-10-31 21:02:26 +02:00
Stéphane Jourdois
810fc8dd70 python pygal: init at 2.0.8 2015-10-31 19:57:37 +01:00
Stéphane Jourdois
e6c6b4a765 python tinycss: init at 0.3 2015-10-31 19:57:37 +01:00
Stéphane Jourdois
5aba0536c7 python cairosvg: init at 1.0.18 2015-10-31 19:57:37 +01:00
Stéphane Jourdois
51724c5b7d python cairocffi: hardcode cairo library path 2015-10-31 19:57:36 +01:00
Asko Soukka
86a14d9ad4 lightning-python: init at 1.2.1 2015-10-31 20:52:50 +02:00
Peter Simons
a9254356d1 haskell-math-functions: trigger re-build to fix broken binaries on Hydra 2015-10-31 18:44:43 +01:00
Peter Simons
ed3f952933 configuration-hackage2nix.yaml: update list of broken packages 2015-10-31 18:44:41 +01:00
Peter Simons
7a6fe2d4c5 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-27-g14f44af using the following inputs:

  - Nixpkgs: 07b9003464
  - Hackage: b8c50379ae
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 05c38f5cda
2015-10-31 18:43:34 +01:00
Arseniy Seroka
ae7e59f0a7 Merge pull request #10742 from sjourdois/lilypond
lilypond: allow build on darwin
2015-10-31 20:00:17 +03:00
Stéphane Jourdois
a39832a12c xdg-utils: allow build on darwin 2015-10-31 17:58:23 +01:00
John Wiegley
22392d8134 Correction to Boost RPATH for Darwin systems 2015-10-31 09:35:06 -07:00
John Wiegley
cdfb08b9c6 haskellPackages.c2hs: Disable tests on Darwin
The tests require gcc, but gcc is no longer available on Darwin systems.
2015-10-31 09:34:26 -07:00
John Wiegley
8f97ad7b3c coqPackages.ssreflect: add ncurses as a dependency
This is needed in the Darwin pure environment, where ncurses is not
available within the sandbox.  The exact error was:

coqmktop -coqlib `coqtop -where` -o bin/ssrcoq.byte -I +threads src/ssrmatching.cmo src/ssreflect.cmo
ld: warning: directory not found for option '-L/nix/store/wlf8pb7gz5alzbhdxwayxx0x4as3rnw8-coq-8.5b2/lib/coq/kernel/byterun'
ld: library not found for -lncurses
2015-10-31 09:33:05 -07:00
John Wiegley
8c183349e5 emacs24Macport: update 24.5-mac-5.12 -> 24.5-mac-5.13 2015-10-31 09:32:30 -07:00
Stéphane Jourdois
42dfe8f4e1 ascii: allow build on darwin 2015-10-31 16:08:03 +01:00
Benno Fünfstück
d767aae721 sddm module: support autologin configuration 2015-10-31 16:04:52 +01:00
Thomas Tuegel
95725b2581 nixos/kde5: install oxygen-icons 2015-10-31 08:48:54 -05:00
Thomas Tuegel
db408a8ceb plasma_stable: plasma-5.3.2 -> plasma-5.4.2 2015-10-31 08:48:54 -05:00
Thomas Tuegel
afc364f194 Revert "kiconthemes: default theme is breeze"
This reverts commit 6454d8725b21fbd8c85acdda4cc1de4e8eb9c1a7.
2015-10-31 08:48:53 -05:00
Thomas Tuegel
5e65741e41 nixos/kde5: install a more complete desktop 2015-10-31 08:48:53 -05:00
Thomas Tuegel
24babaad9a makeQtWrapper: wrap XDG directories 2015-10-31 08:48:53 -05:00
Thomas Tuegel
beaca8e3b7 plasma-workspace: kapplymousetheme moved to plasma-desktop 2015-10-31 08:48:52 -05:00
Thomas Tuegel
0054a12772 kde-gtk-config: follow symlinks 2015-10-31 08:48:52 -05:00
Thomas Tuegel
4c4a53e516 kiconthemes: default theme is breeze 2015-10-31 08:48:51 -05:00
Thomas Tuegel
19ebf93df3 konsole: wrap with Qt path 2015-10-31 08:48:51 -05:00
Thomas Tuegel
be954670f2 kate: wrap with Qt paths 2015-10-31 08:48:50 -05:00
Thomas Tuegel
8660b7f737 gwenview: wrap with Qt paths 2015-10-31 08:48:49 -05:00
Thomas Tuegel
fc4468e40a dolphin: wrap with Qt paths 2015-10-31 08:48:49 -05:00
Thomas Tuegel
b4b2e7c23d nixos/kde5: install dolphin-plugins 2015-10-31 08:48:49 -05:00
Thomas Tuegel
f817b8ab94 ark: wrap with paths to wrapper programs 2015-10-31 08:48:48 -05:00
Thomas Tuegel
0992bb64b9 kgpg: wrap with path to gpg
Fixes #5697.
2015-10-31 08:48:48 -05:00
Thomas Tuegel
892b7c451f plasma-nm: path to mobile-broadband-provider-info
Fixes #9389.
2015-10-31 08:48:47 -05:00
Thomas Tuegel
713ae1063a kdeApps_15_08.l10n: move into separate file 2015-10-31 08:48:46 -05:00
Thomas Tuegel
0f6ba0ee78 kdeApps: move kdeApp to separate file 2015-10-31 08:48:46 -05:00
Thomas Tuegel
cade7dfd77 kdeApps_15_08: package locales 2015-10-31 08:48:45 -05:00
Thomas Tuegel
dcd70c54aa qtbase: copy qmake to temp dir
Fixes #10273.
2015-10-31 08:48:45 -05:00
Daniel Frank
bcc7f58c1f mbuffer: new package 2015-10-31 13:45:21 +01:00
Tim Jäger
4591e72917 Fixed wrong documentation for Wake-On-LAN feature 2015-10-31 12:55:34 +01:00
Stéphane Jourdois
9b2bff7097 t1utils: use github cache and allow build on darwin 2015-10-31 12:53:16 +01:00
Stéphane Jourdois
ffd26935cc lilypond: allow build on darwin 2015-10-31 12:24:25 +01:00
Jude Taylor
7eea66cabe Merge pull request #10729 from Profpatsch/hsparql-fix-build
haskellPackages: skip hsparql checks
2015-10-30 20:30:18 -07:00
Profpatsch
35dd880019 haskellPackages: skip hsparql checks 2015-10-31 04:25:37 +01:00
Jude Taylor
9da6517c36 atlas: patch out usage of deprecated tmpnam on darwin 2015-10-30 20:15:26 -07:00
William A. Kennington III
aed092339d rustcMaster: 2015-10-17 -> 2015-10-27 2015-10-30 19:40:52 -07:00
William A. Kennington III
3406cdd0ce rustc: 1.3.0 -> 1.4.0 2015-10-30 19:40:35 -07:00
William A. Kennington III
1496b0f6a1 Fix buildenv 2015-10-30 18:09:45 -07:00
William A. Kennington III
00c9039141 mesa: 11.0.3 -> 11.0.4 2015-10-30 18:07:41 -07:00
Robert Helgesson
dd78cf7933 perl-UnicodeCaseFold: init at 1.00 2015-10-31 01:24:43 +01:00
Robert Helgesson
a0bf01d5c1 perl-CatalystPluginStatusMessage: init at 1.002000 2015-10-31 01:24:23 +01:00
Robert Helgesson
e6873044ac perl-CatalystPluginSessionStoreFile: init at 0.18 2015-10-31 01:24:12 +01:00
Robert Helgesson
730debb8a4 perl-CatalystPluginSessionDynamicExpiry: init at 0.04 2015-10-31 01:23:42 +01:00
Robert Helgesson
ca7ea49353 perl-CatalystPluginLogHandler: init at 0.08 2015-10-31 01:19:13 +01:00
William A. Kennington III
0f7ba3ff01 Merge branch 'master.upstream' into staging.upstream 2015-10-30 17:17:27 -07:00
William A. Kennington III
ea49c910a5 kernel: 3.18.22 -> 3.18.23 2015-10-30 17:17:14 -07:00
Michiel Leenaars
c37982540e Reordered games in all-packages.nix to GAMES section 2015-10-31 01:16:09 +01:00
William A. Kennington III
dd2de66d61 Merge branch 'master.upstream' into staging.upstream 2015-10-30 17:16:07 -07:00
Michiel Leenaars
d4f643c845 Armagetronad: init at version 0.2.8.3.3 2015-10-31 00:34:20 +01:00
Eelco Dolstra
58f9896a43 nixUnstable: Update to 1.11pre4273_71039be 2015-10-31 00:22:32 +01:00
William A. Kennington III
a7d573f224 kernel: 3.18.22 -> 3.18.23 2015-10-30 16:08:13 -07:00
Peter Simons
9405a67858 uhc: the build is broken
src/ehc/Base/Debug.chs:22:34:
        Ambiguous occurrence `showPP'
        It could refer to either `UHC.Compiler.Base.Debug.showPP',
                                 defined at src/ehc/Base/Debug.chs:19:1
                              or `UHC.Util.Pretty.showPP',
                                 imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22

    src/ehc/Base/Debug.chs:28:32:
        Ambiguous occurrence `showPP'
        It could refer to either `UHC.Compiler.Base.Debug.showPP',
                                 defined at src/ehc/Base/Debug.chs:19:1
                              or `UHC.Util.Pretty.showPP',
                                 imported from `UHC.Util.Pretty' at UHC/Compiler/Base/Debug.hs:5:1-22
2015-10-30 23:16:25 +01:00
Peter Simons
e2db6af4b6 configuration-hackage2nix.yaml: update broken builds 2015-10-30 23:16:19 +01:00
Peter Simons
51ce51a60f hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-26-gcb66650 using the following inputs:

  - Nixpkgs: 62a178f86b
  - Hackage: d288879f8a
  - LTS Haskell: 4622b913dc
  - Stackage Nightly: 61e6f9dbeb
2015-10-30 23:16:10 +01:00
Thomas Tuegel
007cde764d plasma-desktop: fix logout/shutdown dialogs 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b4af2259e2 plasma-workspace: fix screen locker 2015-10-30 16:10:37 -05:00
Thomas Tuegel
fda04aaaa3 plasma-desktop: don't move files 2015-10-30 16:10:37 -05:00
Thomas Tuegel
79b1b3e00a plasma-desktop: fix more QML import paths 2015-10-30 16:10:37 -05:00
Thomas Tuegel
154a2d8835 plasma-workspace: fix QML import paths for Qt 5.5 2015-10-30 16:10:37 -05:00
Thomas Tuegel
67cfc9c8c9 plasma-desktop: fix QML import paths for Qt 5.5 2015-10-30 16:10:37 -05:00
Thomas Tuegel
361b1165ef qtbase: propagate runtime dependencies
This is done so that makeQtWrapper works correctly.
2015-10-30 16:10:37 -05:00
Thomas Tuegel
9fa17aa293 kdoctools: set XDG_DATA_DIRS in setupHook 2015-10-30 16:10:37 -05:00
Thomas Tuegel
0267246f2f kwin: remove obsolete patch 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b36c2dd0a0 nixos/kde5: install frameworkintegration 2015-10-30 16:10:37 -05:00
Thomas Tuegel
03ed16a1c4 kservice: propagate service providers 2015-10-30 16:10:37 -05:00
Thomas Tuegel
e2383b1f08 extra-cmake-modules: propagate MIME type providers 2015-10-30 16:10:37 -05:00
Thomas Tuegel
2b52937afb kwin: depend on qtmultimedia 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5a2c45427b makeQtWrapper: always wrap impurely 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5292e67e50 remove kf515.makeKDEWrapper 2015-10-30 16:10:37 -05:00
Thomas Tuegel
fa81cf0874 kservice: don't build kdesycoca 2015-10-30 16:10:37 -05:00
Thomas Tuegel
cdbb1360c2 makeKDEWrapper: don't build kdesycoca 2015-10-30 16:10:37 -05:00
Thomas Tuegel
88b99f0054 nixos/kde5: install oxygen-icons 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b93e80a6e8 kdeApps_15_08.oxygen-icons: init at 15.04.03 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5df5e1f165 plasma54: propagate packages to user profile 2015-10-30 16:10:37 -05:00
Thomas Tuegel
2386bd7c61 nixos/kde5: refine Phonon backend options 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5d4950a02c nixos/kde5: only install required packages 2015-10-30 16:10:37 -05:00
Thomas Tuegel
80670a2d13 nixos/environment: don't set Qt 5 paths 2015-10-30 16:10:37 -05:00
Thomas Tuegel
e4873abc26 plasma-workspace: use impure wrappers 2015-10-30 16:10:37 -05:00
Thomas Tuegel
300b5eb7ed makeKDEWrapper: allow impure wrappers 2015-10-30 16:10:37 -05:00
Thomas Tuegel
fb375f1a2e qt55: set QML import paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b1f904f69a qt55: set Qt Quick import paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a3855ef9ae qt55: set library paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b1569b3015 solid: depend on qtdeclarative 2015-10-30 16:10:37 -05:00
Thomas Tuegel
55c5d17e1b plasma-workspace: propagate runtime dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
7500e0d19c plasma-desktop: propagate runtime dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
3af1894557 makeKDEWrapper: separate from extra-cmake-modules 2015-10-30 16:10:37 -05:00
Thomas Tuegel
d57e50d840 separate makeQtWrapper from qtbase setup-hook 2015-10-30 16:10:37 -05:00
Thomas Tuegel
895100ef91 ktexteditor: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
4523689157 baloo: baloo-monitor removed 2015-10-30 16:10:37 -05:00
Thomas Tuegel
f416ba4833 libksysguard: follow symlinks 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a6b201fd2c kwin: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
e6c8cffd7a kpackage: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
30a476c311 kconfigwidgets: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
ed4170f4f5 kcmutils: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
e76d31616c kservice: update patches 2015-10-30 16:10:37 -05:00
Thomas Tuegel
e904e1029d kde-apps: 15.08.1 -> 15.08.2 2015-10-30 16:10:37 -05:00
Thomas Tuegel
9fa3e42b93 kde-frameworks: 5.14 -> 5.15 2015-10-30 16:10:37 -05:00
Thomas Tuegel
89d31daa8f qtmultimedia: build with gstreamer-1.0
Fixes #10289.
2015-10-30 16:10:37 -05:00
Thomas Tuegel
e870e43e96 plasma54.bluedevil: remove baloo dependency 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a543b45630 propagate plasma-workspace dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a1da594888 propagate libkscreen dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
148b0f06b1 propagate kwin dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
9e3aa58649 propagate sonnet dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
9747a3c764 propagate plasma-framework dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5abff86df9 propagate kwindowsystem dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
15a9aaa5ab propagate ktexteditor dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
84de582bd5 propagate krunner dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
dcf9735d08 propagated kross dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
308babd8a1 propagate kpeople dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
8b14c58831 propagate kio dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
c017efa466 propagate kidletime dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
ea2f246b61 propagate ki18n dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
644045a894 propagate khtml dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
7534be95be propagate kglobalaccel dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
57bbea240f propagate kfilemetadata dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
5ef3477a3e propagate kemoticons dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
f4ca03fea0 propagate kdelibs4support dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
c21da82680 propagate kdeclarative dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
d013d746b6 propagate kauth dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
cf1c908377 propagate kactivities dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
3e67cf4f01 propagate frameworkintegration dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a5eafc16e0 propagate bluez-qt dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a166ec9318 propagate baloo dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
1c8c5a1278 kf514.extra-cmake-modules: add makeKDEWrapper 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a122ca8ba3 qt55.qtbase: add makeQtWrapper 2015-10-30 16:10:37 -05:00
Thomas Tuegel
998f234d1a plasma54.plasma-desktop: add missing dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
a3adb749d7 plasma54.plasma-workspace: add missing runtime dependencies 2015-10-30 16:10:37 -05:00
Thomas Tuegel
b9b5b69f11 plasma54.libksysguard: clean up expression 2015-10-30 16:10:37 -05:00
Thomas Tuegel
ebb9c07168 qtbase: remove redundant directory checks
addToSearchPath already checks if the directory exists before adding it
to the path; it's not necessary to check it again.
2015-10-30 16:10:37 -05:00
Thomas Tuegel
b44923561b qtbase: include current package in runtime paths
The runtime paths QT_PLUGIN_PATH, QML_IMPORT_PATH, QML2_IMPORT_PATH, and
XDG_DATA_DIRS did not include the appropriate paths from the current
package being built because addToSearchPath does not add directories
which don't exist.
2015-10-30 16:10:37 -05:00
Thomas Tuegel
b102fa5a07 nixos/kde5: ready for plasma-5.4 2015-10-30 16:10:37 -05:00
Thomas Tuegel
2e06a781bc remove kf512 2015-10-30 16:10:37 -05:00
Thomas Tuegel
79832d773b plasma5_latest: plasma53 -> plasma54 2015-10-30 16:10:37 -05:00
Thomas Tuegel
d49a6d47af kdeApps_latest: kdeApps_15_04 -> kdeApps_15_08 2015-10-30 16:10:37 -05:00
Thomas Tuegel
d35baf0fd2 kf5_latest: kf512 -> kf514 2015-10-30 16:10:37 -05:00
John Wiegley
a946805aa2 emacs24Macport: update 24.5-mac-5.11 -> 24.5-mac-5.12 2015-10-30 12:09:09 -07:00
Domen Kožar
dd1882d991 nova, keystone, glance, neutron: use correct mysql lib 2015-10-30 19:48:57 +01:00
Jude Taylor
9b4ba3c5da style fix in ffmpeg expression 2015-10-30 11:40:35 -07:00
Asko Soukka
aa12640cb9 darwin: ffmpeg: add needed inputs 2015-10-30 11:40:35 -07:00
Pascal Wittmann
75aadaeef7 Merge pull request #10725 from jb55/dragon-drop
dragon-drop: init at git-2014-08-14
2015-10-30 19:28:43 +01:00
William Casarin
a2f8585c39 dragon-drop: init at git-2014-08-14 2015-10-30 11:17:22 -07:00
Arseniy Seroka
21e2d0b264 Merge pull request #10717 from richardipsum/richardipsum/cliapp
cliapp: 1.20140719 -> 1.20150305
2015-10-30 21:07:12 +03:00
Arseniy Seroka
d0a225528b Merge pull request #10722 from steveeJ/godep
godep: init at release 17
2015-10-30 21:06:34 +03:00
Shea Levy
3c14c32975 Really disable the firmware loader user helper fallback 2015-10-30 13:31:51 -04:00
Richard Ipsum
db6ba342e9 cliapp: 1.20140719 -> 1.20150305
Also fetch from git rather than from tarball
2015-10-30 16:57:50 +00:00
Arseniy Seroka
4a889ddad0 Merge pull request #10704 from steveeJ/vim-plugins
vim-plugins: add colorschemes and colorstepper
2015-10-30 18:22:52 +03:00
Stefan Junker
d8d3c1aba9 vim-plugins: add colorschemes and colorstepper 2015-10-30 16:21:37 +01:00
Stefan Junker
40eaa5fe02 godep: init at release 17 2015-10-30 16:05:43 +01:00
Eelco Dolstra
81f6c62004 Merge remote-tracking branch 'origin/master' into systemd-219 2015-10-30 15:47:37 +01:00
Eelco Dolstra
c232159fee gnome-control-center: Use libgudev
http://hydra.nixos.org/build/26678553
2015-10-30 15:46:26 +01:00
Eelco Dolstra
e0596c9603 Remove apparently unnecessary use of enableDebugging 2015-10-30 15:31:47 +01:00
Shea Levy
a7157fa2f0 Remove firmware loader fallback.
Systemd dropped support in 207 (would be nice if configure failed with a bad flag),
so all this does is add an annoying delay if firmware can't be found by the kernel
2015-10-30 10:29:56 -04:00
Arseniy Seroka
99744943a4 Merge pull request #10657 from rycee/bump/cd-discid
cd-discid: 0.9 -> 1.4
2015-10-30 17:25:03 +03:00
Eelco Dolstra
d9d5c98c56 Add option environment.enableDebugInfo
This makes the debug outputs of packages that have them available to
programs like gdb.
2015-10-30 15:21:16 +01:00
Eelco Dolstra
c20403631d Factor out "man" into a separate module and add "man" outputs to system.path
Fixes #10270.
2015-10-30 15:21:12 +01:00
Eelco Dolstra
58e9440b89 Add option to link additional package outputs into system.path
This is necessary to get stuff like separate manpages, info files,
debug symbols, etc.
2015-10-30 15:21:02 +01:00
Eelco Dolstra
3e732f65cb Remove gnutar man page hack
It's no longer needed since the gnutar package contains a (much more
extensive) man page.
2015-10-30 15:20:15 +01:00
Frederik Rietdijk
858f67d744 python tabulate: init at 0.7.5 2015-10-30 14:41:05 +01:00
Frederik Rietdijk
3b6cb81e35 python nbconvert: 4.0.0 -> 4.1.0 2015-10-30 14:40:53 +01:00
Peter Simons
dd3d3110a7 emacs-magit: update to version 2.3.0 2015-10-30 14:34:21 +01:00
Peter Simons
0608615f78 emacs-dash: update to version 2.12.1 2015-10-30 14:34:21 +01:00
Peter Simons
c9e3a8facc Merge pull request #10710 from datakurre/datakurre-irkernel
r-modules: init IRkernel packages
2015-10-30 14:21:29 +01:00
Eelco Dolstra
99fe4f97c5 xz: Update to 5.2.2 2015-10-30 13:18:21 +01:00
Domen Kožar
f55ff7c10b Merge pull request #10714 from FRidh/mock
python mock: enable for python 3.5
2015-10-30 11:32:42 +01:00
Domen Kožar
0509252e28 python: don't pass disabled to derivation 2015-10-30 11:31:19 +01:00
Domen Kožar
df6a869ea7 Merge pull request #10712 from FRidh/matplotlib
python matplotlib: 1.4.3 -> 1.5.0
2015-10-30 11:27:23 +01:00
Frederik Rietdijk
9a1b642942 python mock: enable for python 3.5 2015-10-30 11:11:54 +01:00
Eelco Dolstra
db19779965 nvidia-x11: Update to 352.55 2015-10-30 11:06:36 +01:00
Frederik Rietdijk
d320d3dcbf python matplotlib: 1.4.3 -> 1.5.0 2015-10-30 10:14:38 +01:00
Domen Kožar
a862dd2ad2 atom: 1.0.4 -> 1.1.0 2015-10-30 09:51:40 +01:00
Nikolay Amiantov
00f79aab90 Merge pull request #10464 from abbradar/encrypted-swap
nixos/swap: refactor, add randomEncryption option
2015-10-30 11:49:46 +03:00
Vladimír Čunát
4e1fdadd02 mariadb: fix non-Darwin builds after 86dae701
I took care to get the same derivation as before that commit on Linux
and not to change derivation on Darwin.
2015-10-30 09:29:02 +01:00
Vladimír Čunát
abbe5f27a9 neovim: make pynvim runnable even if not in $PATH 2015-10-30 09:21:08 +01:00
Frederik Rietdijk
798c5469d9 python cycler: init at 0.9.0 2015-10-30 09:11:47 +01:00
Domen Kožar
d52a1b3ce6 Merge pull request #10701 from dtulig/master
pyelasticsearch: init at 1.4
2015-10-30 08:48:02 +01:00
Domen Kožar
ed02ed0657 nova, neutron, keystone: add pymysql 2015-10-30 08:46:56 +01:00
Robbin C
1a8d4c4ac6 collectd: Enable SMART plugin 2015-10-30 15:26:35 +08:00
Vincent Laporte
a25d7d523e ocaml-csv: 1.4.1 -> 1.4.2 2015-10-30 06:03:50 +01:00
Demin Dmitriy
0d12bbe574 pinta: Add installation of manpages and .desktop, locale and icon files 2015-10-30 06:39:09 +03:00
Asko Soukka
d8e3a981c5 r-modules: init IRkernel packages 2015-10-30 03:48:23 +02:00
David Tulig
56cab134a3 pyelasticsearch: add comment that tests require an elasticsearch instance 2015-10-29 20:38:14 -05:00
Thomas Tuegel
6e44f0710a Merge pull request #10697 from bendlas/update-dropbox-master
dropbox: 3.8.9 -> 3.10.9
2015-10-29 16:42:20 -05:00
Eelco Dolstra
971430f623 Move stdenv-darwin bootstrap binaries to nixos.org
These are taken from http://hydra.nixos.org/build/27002702.
2015-10-29 22:16:06 +01:00
Jude Taylor
ce4f1098ca reduce security setup hook duplication 2015-10-29 13:56:02 -07:00
Jude Taylor
949c4017b5 emacs-24-mac: propagate frameworks 2015-10-29 13:56:02 -07:00
Vincent Laporte
7cb6dbc3d0 merlin: 2.2 -> 2.3 2015-10-29 21:35:41 +01:00
Vincent Laporte
2b7ded8d62 gnumeric: 1.12.23 -> 1.12.24 2015-10-29 21:35:41 +01:00
Pascal Wittmann
7d92565c5f perl-Config-Tiny: 2.22 -> 2.23 2015-10-29 21:09:54 +01:00
Pascal Wittmann
29974c5a0a perl-Config-MVP-Reader-INI: 2.101462 -> 2.101463 2015-10-29 21:09:54 +01:00
Pascal Wittmann
badeb8d35d perl-Config-General: 2.58 -> 2.60 2015-10-29 21:09:54 +01:00
Jude Taylor
86dae70173 mariadb: fix multiple outputs on darwin 2015-10-29 12:52:30 -07:00
Arseniy Seroka
91bc2e97ba Merge pull request #10695 from FlorentBecker/cuyo
cuyo: init at 2.1.0
2015-10-29 22:23:39 +03:00
David Tulig
a2bd903639 pyelasticsearch: init at 1.4 2015-10-29 14:22:22 -05:00
Rok Garbas
b7ab0a47de neovim: adding python gui option
- pythonPackages.neovim_gui init
2015-10-29 19:58:08 +01:00
Domen Kožar
24d5618d23 Merge pull request #10682 from chris-martin/docker-compose-version
docker-compose: 1.4.0 -> 1.4.2
2015-10-29 19:55:32 +01:00
Pascal Wittmann
9ca98a07a7 Merge pull request #10699 from bendlas/update-i2p
i2p: 0.9.21 -> 0.9.22
2015-10-29 19:51:57 +01:00
Demin Dmitriy
0ec62e0759 pinta: 1.4 -> 1.6 2015-10-29 21:51:41 +03:00
Chris Martin
eabef5545a docker-compose: 1.4.0 -> 1.4.2 2015-10-29 14:42:53 -04:00
Ricardo M. Correia
9aa4482771 Merge pull request #10661 from DamienCassou/new-mates
mates: init at 0.1.0
2015-10-29 18:52:21 +02:00
Luca Bruno
e6a7834a56 valum: init at 0.2.0 2015-10-29 16:58:14 +01:00
Luca Bruno
62b567bf56 ctpl: init at 0.3.4 2015-10-29 16:58:13 +01:00
Herwig Hochleitner
6c961ee810 i2p: 0.9.21 -> 0.9.22 2015-10-29 16:54:56 +01:00
Herwig Hochleitner
7b7faf5f4e dropbox: 3.8.9 -> 3.10.9 2015-10-29 16:41:09 +01:00
Florent Becker
75df675d1f cuyo: init at 2.1.0 2015-10-29 16:12:45 +01:00
Arseniy Seroka
417c017840 Merge pull request #10578 from simonvandel/arc-theme
arc-gtk-theme: init at f4c71247cf9470037d052ae4a12b86073d0001ff
2015-10-29 17:59:42 +03:00
Ricardo M. Correia
777c9c3768 buildRustPackage: fix erroneous /bin/sh reference
The fetch-cargo-deps script is written in bash syntax, but it
erroneously ran under the /bin/sh interpreter.

This wasn't noticed because /bin/sh is actually bash in NixOS, but on
some other systems this is not true.
2015-10-29 15:16:51 +01:00
Tobias Geerinckx-Rice
2cba327feb gparted: add utillinux dependency for blkid
From gparted-0.24.0-README.md:

"Blkid command should be considered mandatory as it is required to
 detect a number of file systems which libparted doesn't detect."
2015-10-29 14:39:52 +01:00
Lluís Batlle i Rossell
61c6597246 Bringing back eo symbols for xkb
I port the patch for esperanto symbols removed in
1be2acd131 to the current
xkeyboardconfig.

(cherry picked from commit 4a830de032)
2015-10-29 13:32:35 +01:00
Pascal Wittmann
6efc697224 Merge pull request #10668 from shdpl/ntopng2
ntopng: 1.2.1 -> 2.0.0
2015-10-29 12:15:58 +01:00
Domen Kožar
e2f97c83ad python3Packages: more fixes 2015-10-29 11:28:16 +01:00
Domen Kožar
5c37ce8aa7 Merge pull request #10562 from obadz/chromium-srtp-crash-fix
Revert "chromium: 45.0.2454.101 -> 46.0.2490.71"
2015-10-29 10:54:26 +01:00
Domen Kožar
8c0e488f51 Merge pull request #10690 from FRidh/llvmlite
python llmvlite: enum34 also for python 3.5
2015-10-29 10:15:05 +01:00
Domen Kožar
83fc0a07f0 Merge pull request #10683 from chris-martin/docker-compose-meta
docker-compose: update homepage and description
2015-10-29 10:06:36 +01:00
Domen Kožar
01b0355140 nm-openvpn: add user/group, closes #10689
(cherry picked from commit 551dad3ffd)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-10-29 09:59:08 +01:00
Frederik Rietdijk
71fa5fb554 python llmvlite: enum34 also for python 3.5 2015-10-29 09:06:29 +01:00
Jude Taylor
f0dd213295 propagate AGL from wxmac for erlang's sake 2015-10-29 00:51:39 -07:00
Damien Cassou
b08f180940 Merge pull request #10671 from DamienCassou/update-vdirsyncer-0.7.0
vdirsyncer: 0.6.0 → 0.7.0
2015-10-29 08:46:40 +01:00
Henry Till
3374d9f90d htop: fix on darwin 2015-10-29 00:40:30 -07:00
Damien Cassou
7a072c1b89 Merge pull request #10662 from DamienCassou/update-khard-0.6.3
khard: 0.6.0 → 0.6.3
2015-10-29 08:10:32 +01:00
Damien Cassou
979eba4010 vobject: 0.8.1c → 0.8.1d 2015-10-29 08:02:36 +01:00
Aycan iRiCAN
16ce6b06a2 Merge pull request #10687 from aycanirican/master
emacs-packages: magit 2.2.2 -> 2.3.0, dash 2.11.0 -> 2.12.1
2015-10-29 08:44:21 +02:00
somaticweb
6ce39af202 README.md: add nix wiki link (close #10684)
@vcunat dropped `Main_Page` suffix from the link.
2015-10-29 07:38:30 +01:00
Aycan iRiCAN
5ab1e997b7 emacs-packages: magit 2.2.2 -> 2.3.0, dash 2.11.0 -> 2.12.1 2015-10-29 08:36:45 +02:00
Brian McKenna
492ccdd52d chromium: include WideVine patch to get NetFlix
Close #10444, fixes #8749.
For some reason it's more involved than just setting gyp configuration,
we also have to set some definitions in widevine_cdm_version.h according
to the comments left in the file. Arch Linux does this already and so we
should probably just use the patch they created while getting Netflix to
work:

https://code.google.com/p/chromium/issues/detail?id=429452#c16
2015-10-29 07:30:04 +01:00
Aycan iRiCAN
7e71e5a70b Merge pull request #10686 from aycanirican/master
emacsPackagesNg: git-gutter init at 0.83
2015-10-29 08:08:55 +02:00
Aycan iRiCAN
e9c89c7496 emacsPackagesNg: Bump git-gutter version to 20150930 2015-10-29 08:02:04 +02:00
Aycan iRiCAN
00a20415f0 emacsPackagesNg: git-gutter init at 0.83 2015-10-29 07:56:53 +02:00
Demin Dmitriy
dc70fcd94b build-dotnet-package: add optional makeWrapperArgs argument
3 lines of code are shamelessly stolen from buildPythonPackage
2015-10-29 06:02:18 +03:00
Demin Dmitriy
f67184e9a9 dotnet Mono.Addins: init at 1.2 2015-10-29 06:02:03 +03:00
Chris Martin
e1fccb9fe7 docker-compose: update url and description 2015-10-28 22:11:23 -04:00
Jude Taylor
56f053120b erlang: remove nested lists 2015-10-28 17:36:27 -07:00
Jude Taylor
3b2b2ab046 wxmac: clean up and provide with stub packages 2015-10-28 17:36:20 -07:00
Jude Taylor
e6bc23a801 Merge pull request #10603 from datakurre/datakurre-rabbitmq
darwin: erlangR18 + rabbitmq_server: add needed inputs
2015-10-28 17:23:11 -07:00
Jude Taylor
b3898c586a remove duplicate Kernel 2015-10-28 17:15:40 -07:00
Jude Taylor
74416dc40a wxmac: fix build 2015-10-28 17:15:16 -07:00
Jude Taylor
b5c14e4e8e Merge pull request #10680 from henrytill/SDL-darwin-fix
SDL: fix on darwin
2015-10-28 16:58:29 -07:00
Henry Till
a7784cafa3 SDL: fix on darwin 2015-10-28 19:44:30 -04:00
Jude Taylor
cd8b8a4bfb add Security.framework to pythonPackages.cryptography 2015-10-28 16:29:41 -07:00
Jude Taylor
4318329714 link graphviz with libc++ instead of nothing on darwin 2015-10-28 16:09:51 -07:00
John Wiegley
ef8c8a3b7c Merge pull request #10568 from datakurre/datakurre-graphviz
darwin: graphviz: remove -lstdc++ on darwin
2015-10-28 15:46:47 -07:00
John Wiegley
e54c0ddcb0 Merge pull request #10679 from henrytill/httrack
httrack: fix on darwin
2015-10-28 15:30:16 -07:00
Henry Till
5de1ee5fec httrack: fix on darwin 2015-10-28 18:28:16 -04:00
Ricardo M. Correia
3136a17834 rr: 3.0.0 -> 4.0.0 2015-10-28 23:20:42 +01:00
Pascal Wittmann
c4325afeed perl-Devel-GlobalDestruction: 0.12 -> 0.13 2015-10-28 22:49:50 +01:00
Pascal Wittmann
2594639f8e perl-Devel-FindPerl: 0.012 -> 0.014 2015-10-28 22:49:50 +01:00
Pascal Wittmann
19c9e9a76c perl-Devel-CheckLib: 1.01 -> 1.05 2015-10-28 22:49:50 +01:00
Jude Taylor
7f0e9659f7 double-conversion: propagate libcxx
Packages that depend on double-conversion may fail their doctests if dlopen(libc++.dylib)
fails.
2015-10-28 14:20:02 -07:00
Benno Fünfstück
a92c024c7f sddm: allow extra config options 2015-10-28 22:04:40 +01:00
Jude Taylor
e3246b357c emacs: propagate AppKit for dependencies 2015-10-28 13:56:38 -07:00
Jude Taylor
c749714170 clean up xquartz arguments 2015-10-28 13:56:13 -07:00
Jude Taylor
de0182ee59 vim: clean up arguments list 2015-10-28 13:40:10 -07:00
Jude Taylor
27e4137630 remove CF from apple_sdk arguments 2015-10-28 13:38:54 -07:00
Jude Taylor
83deac082f clean up emacs arguments 2015-10-28 13:34:53 -07:00
Jude Taylor
5207f6b45c clean up emacs framework dependencies 2015-10-28 13:34:53 -07:00
Jude Taylor
62ac96fdca add ForceFeedback impure-deps 2015-10-28 13:34:53 -07:00
Jude Taylor
98395a07e9 mariadb: complete build on darwin 2015-10-28 13:34:53 -07:00
Jude Taylor
07849565ed SDL2: add darwin frameworks 2015-10-28 13:34:53 -07:00
Jude Taylor
c62cf0b5b3 add propagated builds where needed to darwin frameworks 2015-10-28 13:34:53 -07:00
Jude Taylor
1786f6bd4d make mesa inputs more specific 2015-10-28 13:34:53 -07:00
Jude Taylor
31fa564076 libunwind is included in libSystem; disable build, copy headers only 2015-10-28 13:34:53 -07:00
Jude Taylor
33db336914 add more needed headers to cf-private 2015-10-28 13:34:53 -07:00
Jude Taylor
6eaf7d318e build libunwind for real 2015-10-28 13:34:53 -07:00
Domen Kožar
0a165aa583 sqlalchemy_migrate: remove sloppy test 2015-10-28 21:12:50 +01:00
Domen Kožar
39ff564d97 pypyPackages.osprofiler: disable 2015-10-28 21:12:50 +01:00
Domen Kožar
5d21fabdee pythonPackages.vobject: fix transient failure in tests 2015-10-28 21:12:49 +01:00
Domen Kožar
42ba6e45dc pythonPackages.gnureadline: fix build 2015-10-28 21:12:49 +01:00
Peter Simons
84903a4846 nixos: use "example.net" host name in autossh documentation 2015-10-28 20:04:36 +01:00
Peter Simons
b8dd60aaa6 nixos: remove redundant services.autossh.enable option
The service is enabled automatically when 'session' is non-empty.
2015-10-28 19:50:06 +01:00
Domen Kožar
c44a593aa4 Merge pull request #10675 from elasticdog/ansible-bump
ansible: 1.9.3 -> 1.9.4
2015-10-28 18:25:12 +01:00
Domen Kožar
266f1d9645 mailman: just use reflection 2015-10-28 18:24:20 +01:00
Domen Kožar
4355ef9e41 mailman: use python2.7 package dns 2015-10-28 18:23:17 +01:00
Domen Kožar
27d5fb07a0 pythonPackages{dns, dnspython}: merge 2015-10-28 18:20:43 +01:00
Aaron Bull Schaefer
0bd0f21215 ansible: 1.9.3 -> 1.9.4 2015-10-28 17:12:08 +00:00
Pascal Wittmann
1437ac44de Merge pull request #10660 from rycee/bump/perl-datetime
Bump versions of some Perl packages related to DateTime
2015-10-28 17:44:40 +01:00
Pascal Wittmann
f84a9e60f4 pdf2djvu: 0.9.1 -> 0.9.2 2015-10-28 17:43:41 +01:00
Pascal Wittmann
e2cdc35989 nzbget: 15.0 -> 16.2 2015-10-28 17:43:41 +01:00
Pascal Wittmann
21bec67a17 instead: 2.2.7 -> 2.3.0 2015-10-28 17:43:41 +01:00
Pascal Wittmann
36a529e566 icmake: 7.22.01 -> 7.23.02 2015-10-28 17:43:41 +01:00
Pascal Wittmann
fa1e848500 filezilla: 3.14.0 -> 3.14.1 2015-10-28 17:43:41 +01:00
Damien Cassou
4bdc95fea5 mates: init at 0.1.0 2015-10-28 17:17:23 +01:00
Damien Cassou
3343e63200 vdirsyncer: 0.6.0 → 0.7.0 2015-10-28 17:11:40 +01:00
Damien Cassou
ad8b3764be click-threading: init at 0.1.2 2015-10-28 17:11:29 +01:00
Damien Cassou
c9461adaa3 click-log: init at 0.1.1 2015-10-28 17:11:12 +01:00
Domen Kožar
f084bd5582 pypyPackages.sqlalchemy9: disable tests properly 2015-10-28 16:52:30 +01:00
Domen Kožar
31bd83a126 pypyPackages: disable some tests 2015-10-28 16:45:41 +01:00
Mariusz `shd` Gliwiński
6783f8dd7b ntopng: 1.2.1 -> 2.0.0 2015-10-28 13:35:09 +01:00
Damien Cassou
2a6440b294 khard: 0.6.0 → 0.6.3 2015-10-28 06:26:00 +01:00
Robert Helgesson
8b55211a20 perl-DateTimeTimeZone: 1.91 -> 1.94 2015-10-28 02:46:44 +01:00
Robert Helgesson
5bde04f8a4 perl-DateTimeLocale: 0.46 -> 0.92 2015-10-28 02:46:43 +01:00
Robert Helgesson
9823c93e94 perl-DateTimeFormatHTTP: 0.40 -> 0.42 2015-10-28 02:46:43 +01:00
Robert Helgesson
2fe68edee8 perl-DateTimeEventICal: 0.11 -> 0.13 2015-10-28 02:46:43 +01:00
Robert Helgesson
7c0eb2f676 perl-DateTime: 1.19 -> 1.21 2015-10-28 02:46:43 +01:00
William Casarin
feb1e8f046 wkhtmltopdf: add myself as maintainer 2015-10-27 17:20:26 -07:00
William Casarin
9838265ab3 wkhtmltopdf: 0.12.1 -> 0.12.2.4 2015-10-27 17:15:40 -07:00
Robert Helgesson
98f0019df6 gpsbabel: 1.4.3 -> 1.5.2
Also clean up package and add myself as maintainer.
2015-10-28 01:12:33 +01:00
Robert Helgesson
ebe148418d cd-discid: 0.9 -> 1.4
Also did some package cleanups and added myself as maintainer.
2015-10-27 23:40:59 +01:00
Vladimír Čunát
4ba34e7055 openssl: fix darwin patch
The things around this file are rather confusing, but judging from master,
1.0.2 branch doesn't need this patch to build on darwin.
This just takes back the patch to the state for 1.0.1.
2015-10-27 18:08:10 +01:00
Simon Vandel Sillesen
18fe3bc1a1 arc-gtk-theme: init at f4c71247cf9470037d052ae4a12b86073d0001ff 2015-10-27 18:07:50 +01:00
Vladimír Čunát
40455f27c3 mariadb: build without snappy on 32-bit
... to work around a build problem
https://mariadb.atlassian.net/browse/MDEV-9000

I took care not to cause a rebuild on 64-bit.
2015-10-27 14:34:31 +01:00
Asko Soukka
3ea269a7e6 darwin: rabbitmq_server: add needed inputs for Darwin 2015-10-26 22:02:57 +02:00
Asko Soukka
a5ac419236 darwin: erlangR18: add needed inputs for Darwin 2015-10-26 22:02:56 +02:00
Gabriel Ebner
929e734f19 postfix: 2.11.5 -> 3.0.3 2015-10-26 11:46:17 +01:00
Joachim Fasting
7b2b366552 nixos: set scsi link power policy using udev
Also improve option type checking by enumerating valid policy names.
2015-10-25 19:38:53 +01:00
Florent Becker
cb6cf34431 python-librosa: init at 0.4.0 2015-10-24 16:14:24 +02:00
Vladimír Čunát
1d640f029f texlive: avoid huge command lines
/cc #9757.
2015-10-24 12:09:45 +02:00
Nikolay Amiantov
489e947a51 Merge pull request #10506 from abbradar/buildenv-wip
buildenv: support very long `paths`
2015-10-24 11:11:08 +03:00
Asko Soukka
d8cb19b22e darwin: graphviz: remove -lstdc++ on darwin 2015-10-24 03:40:37 +03:00
obadz
2b7c156079 Revert "chromium: 45.0.2454.101 -> 46.0.2490.71"
This reverts commit 0ad0fbdf8a.

This upgrade causes "Aw, Snap" crashes on websites that use srtp
such as Google Hangouts.

Details: https://github.com/NixOS/nixpkgs/issues/10555
2015-10-23 17:01:37 +01:00
Florent Becker
130ad71f76 python-samplerate: init at 0.3.3 2015-10-23 11:43:39 +02:00
Florent Becker
09cdafcb5b python-joblib: init at 0.9.0b4 2015-10-23 11:36:19 +02:00
Vladimír Čunát
4917a4f8b3 Merge master into staging 2015-10-23 01:57:14 +02:00
aszlig
80fb17b251 nixos/nix-daemon: Require .mount for /nix/store.
Also related to NixOS/nixops#350, because while switching to the new
configuration, depending on /nix/store also propagates to the mount
points for /nix/.ro-store and /nix/.rw-store and we don't get an error
while trying to unmount them (because nix-daemon needs to be stopped for
unmounting these paths).

While Nix does have the option to set a different store path, I've found
only hardcoded references in nix-daemon.nix, so I'm using a hardcoded
reference here as well, because after all customizing the store path
will probably only make sense on non-NixOS systems.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-22 19:50:12 +02:00
aszlig
26963cfc2d switch-to-configuration: Fix unit name quoting.
Clearly it would be the best if we'd directly generate mount units
instead of converting /etc/fstab. But in order to do that we need to
test it throughly so this approach is for the next stable release.

This fix however is intended for inclusion into release-14.12 and
release-15.09.

Using a simple regular expression unfortunately isn't sufficient for
proper mount unit name quoting/escaping and there is a utility in
systemd called systemd-escape which does nothing less than that.

Of course, using an external program to escape the unit name is way more
expensive and causes us to fork for each mount point.

But given that we already do quite a lot of forks just for unit starting
and stopping, I think it doesn't matter that much. Well, except if you
have a whole bunch of mount points.

However, if the latter is the case and you have thousands of mount
points, you probably have stumbled over this already if your mount point
contains a dash.

As for my motivation to fix this: I've stumbled on this while trying to
fix the "none" backend test for NixOps (see NixOS/nixops#350), where the
target machines use /nix/.ro-store and /nix/.rw-store as mount points.

The implementation we had so far did improperly escape it so those mount
points got the following unit files:

 * nix-.ro-store.mount
 * nix-.rw-store.mount

The correct names for these units are however:

 * nix-.ro\x2dstore.mount
 * nix-.rw\x2dstore.mount

So using systemd-escape now properly generates these names.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-22 19:40:00 +02:00
Daiderd Jordan
adaf347bde disabled some failing tests for darwin 2015-10-22 19:33:16 +02:00
Nikolay Amiantov
d49140f3e4 buildenv: support very long paths 2015-10-22 15:35:39 +03:00
taku0
3f51f4c463 oraclejdk: 8u60 -> 8u65, 8u66 2015-10-21 21:12:05 +09:00
Vincent Laporte
f88399fe20 ocaml-lwt: enable ppx 2015-10-20 21:53:12 +02:00
Vincent Laporte
62a7ba20c1 ocaml-ppx_tools: init at 0.99.2
Tools for authors of ppx rewriters

Homepage: https://github.com/alainfrisch/ppx_tools
2015-10-20 21:53:12 +02:00
Allen Nelson
8b93c4103d fix ansible constants.py patching, do not propagate pythonpaths 2015-10-20 13:20:37 -05:00
Nikolay Amiantov
de8b8b35a4 nixos/swap: refactor, add randomEncryption option 2015-10-20 15:56:12 +03:00
Nikolay Amiantov
d2fc6e6a02 nginxModules.pam: init at 1.4 2015-10-19 16:46:09 +03:00
Nikolay Amiantov
9424238d14 nginx: factor out modules in a separate file 2015-10-19 16:46:02 +03:00
Lancelot SIX
9c3c4d8b2d pkgs.hdf5-*: use appendToName for specialized derivations 2015-10-19 13:36:57 +00:00
Lancelot SIX
27eeb48cd8 pkgs.hdf5: 1.8.14 -> 1.8.15-patch1 2015-10-19 13:07:53 +00:00
Lancelot SIX
924c38214d pkgs.hdf5: Add c++ and fortran variants 2015-10-19 12:57:24 +00:00
William A. Kennington III
cf787f0282 sqlite: 3.8.11.1 -> 3.9.1 2015-10-18 17:22:35 -07:00
William A. Kennington III
1335293aa7 harfbuzz: 1.0.3 -> 1.0.6 2015-10-18 17:21:54 -07:00
Nikolay Amiantov
12fcfe39db nixos/luksroot: allow to enter passphrase from another console 2015-10-18 18:41:11 +03:00
Nikolay Amiantov
1bd3d9de2a nixos/luksroot: use 'nuke-refs -e' option to simplify things 2015-10-18 18:41:11 +03:00
Nikolay Amiantov
3c7871a1c0 nuke-references: support -e option 2015-10-18 18:41:11 +03:00
Nikolay Amiantov
c81fb457c9 nixos/initrd-network: add new module 2015-10-18 18:41:11 +03:00
Nikolay Amiantov
cdc7e23e38 dropbear: pass LD_LIBRARY_PATH through 2015-10-18 18:41:11 +03:00
Nikolay Amiantov
8f967a3056 nixos/stage-1: add postEarlyDeviceCommands hook 2015-10-18 18:41:10 +03:00
Nikolay Amiantov
919762e4bd dropbear: adopt 2015-10-18 18:41:03 +03:00
Nikolay Amiantov
e7684e34ec mkinitcpio-nfs-utils: init at 0.3 2015-10-18 18:37:52 +03:00
Vladimír Čunát
e8961181ea gdk-pixbuf: security update 2.32.0 -> 2.32.1
CVE-2015-7674, fixes #10441.
2015-10-18 09:07:20 +02:00
William A. Kennington III
e58996cba1 mariadb: Add extra dependencies for 10.1 2015-10-17 14:14:34 -07:00
William A. Kennington III
2cfb8d11cf mariadb: 10.0.21 -> 10.1.8
Also try enabling parallel building again to see if the issue was fixed.
2015-10-17 13:46:08 -07:00
William A. Kennington III
50842f5ec1 curl: 7.44.0 -> 7.45.0 2015-10-17 11:54:13 -07:00
William A. Kennington III
4318aede92 nghttp2: 1.2.1 -> 1.3.4 2015-10-17 11:54:03 -07:00
William A. Kennington III
9b9d790c6c jemalloc: 4.0.2 -> 4.0.3 2015-10-16 16:45:26 -07:00
Brian McKenna
fda9d83ddf initrd: add mmc_block to default available modules
mmc_block and sdhci_acpi are both necessary for a Bay Trail Chromebook with an
internal eMMC drive. The sdhci_acpi module is detectable but I can not figure
out a way to check whether the mmc_block module is needed by just looking at
/sys/
2015-10-16 22:20:38 +11:00
Vladimír Čunát
52ea05187a snort: fix evaluation 2015-10-15 21:46:13 +02:00
Vladimír Čunát
c49cae6803 Revert "patch sbcl-bootstrap for purity"
This reverts commit 06eab94f16.
It doesn't even evaluate on Linux and the author doesn't react.
2015-10-15 21:31:51 +02:00
Andrew Kelley
fb1e994c0c ffmpeg: 2.7.2 -> 2.8.1 (close #10396)
@vcunat removed 2.7 and 2.6. The global version of 2.6 was unused,
and 2.7 -> 2.8 switch should be without problems by inspecting
http://abi-laboratory.pro/tracker/timeline/ffmpeg/
(only ABI changes and symbol additions)
2015-10-15 21:07:00 +02:00
Vladimír Čunát
f4fb1d7753 mesa: maintenance update 11.0.2 -> 11.0.3 2015-10-15 20:52:30 +02:00
William A. Kennington III
8a44a36ca4 Merge branch 'master.upstream' into staging.upstream 2015-10-15 10:22:28 -07:00
rnhmjoj
0fe266e6ff pirate-get: 0.2.7 -> 0.2.8 2015-10-11 23:56:11 +02:00
Ben Darwin
af6dcc9765 smlnj: 110.78 -> 110.79 2015-10-09 23:36:03 -04:00
Eelco Dolstra
73f0d83858 systemd: Update to 227 2015-10-07 22:01:21 +02:00
Eelco Dolstra
256438659c util-linux: Update to 2.27
This version is required by systemd 227.

CVE-2015-5224
2015-10-07 20:15:00 +02:00
Nikolay Amiantov
1283e3da5d glibc_multi: fix ldd for 64-bit ELFs 2015-10-07 15:44:12 +03:00
Eelco Dolstra
741bf840da Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
This reverts commit f61176c539, reversing
changes made to a27ca029ee.

Conflicts:
	pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Eelco Dolstra
fe195af944 eaglemode: Don't build on Hydra
The build can loop forever generating an infinite amount of log data,
filling up Hydra's disk:

gcc -Llib -L/nix/store/0xb56zcqii361ksknjwh9m853zb886yq-glib-2.46.0/lib -L/nix/store/48hidn50ynp4kk4lsfzjvkbg30yhfgaq-gdk-pixbuf-2.32.0/lib -L/nix/store/dfxv36h389wvkblv3qjgfs2zyklgdlp4-cairo-1.14.2/lib -L/nix/store/wy5f8alalh681jbq3hjh93rcc87d6nch-freetype-2.5.4/lib -L/nix/store/b6kaw1i6fadgssn38xv4rkfsa7q70rfa-fontconfig-2.11.1/lib -L/nix/store/9n1ynjgcmxlhz75l1mnd07zb0pkgvpzi-gtk+-2.24.28/lib -L/nix/store/782agz0g2hn4n02a23vsaly2sr1kwxhd-pango-1.38.0/lib -L/nix/store/ljalzp7gjv76bqbxm6ia3vmw3vhfambr-atk-2.18.0/lib -L/nix/store/pkssk6q14y17q9jji5q5gk70sf3hz6hs-poppler-glib-0.34.0/lib obj/emPdfServerProc.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lpoppler-glib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo
 -lm -o lib/emPdf/emPdfServerProc
/nix/store/kxf1p7l7lgm6j5mjzkiwcwzc98s9f1az-binutils-2.23.1/bin/ld: cannot find -lcairo

collect2: error: ld returned 1 exit status
---
Building emPdf failed, but that project is not so essential.
So if you don't know how to solve the problem, then you could
continue the overall building now, and live without the features
the project provides. Continue? [y(es)/n(o)/a(lways)]: Use of uninitialized value $ln in pattern match (m//) at make.pl line 626.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 629.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 632.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 636.
Say yes, no or always: Use of uninitialized value $ln in pattern match (m//) at make.pl line 626.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 629.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 632.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 636.
...

@viric

http://hydra.nixos.org/build/26505594
2015-10-06 12:58:33 +02:00
zimbatm
f5f039eeb4 apache-httpd: harden default SSL cipher list
A couple of tweaks on the SSL cipher list.

Disabled RC4 which is now considered broken.
https://community.qualys.com/blogs/securitylabs/2013/03/19/rc4-in-tls-is-broken-now-what

Enabled Forward Secrecy for modern browsers.
https://en.wikipedia.org/wiki/Forward_secrecy

Without the change, NixOS servers are capped at Grade B on
https://www.ssllabs.com/ssltest/index.html
2015-10-05 17:19:53 +01:00
Jude Taylor
0a32eab91e fix LLVM packages to work in darwin stdenv 2015-10-05 08:46:56 -07:00
Vladimír Čunát
4e8da0747c boost-1.55: fix build with gcc-5 by upstream patch
Our higher versions have fix integrated upstream.
2015-10-04 12:35:51 +02:00
William A. Kennington III
57f2baa9d6 v8: Use gcc48 instead of gcc5 due to segfaults only seen on gcc5 2015-10-04 01:21:01 -07:00
Jaka Hudoklin
8a63ae526f add support for auto format, format options 2015-10-04 03:15:29 +02:00
Vladimír Čunát
976b1dd423 all-packages: fix openssl_* reference 2015-10-03 19:29:05 +02:00
Ryan Mulligan
a41d07074d calibre-server service: configuration improvements
based on @eldostra feedback:
* remove user and group configuration, because it is probably
  unnecessary
* remove libraryDir default
* capitalize and shorten service description
2015-10-03 05:48:46 -07:00
William A. Kennington III
b233ecdca6 poppler: 0.34.0 -> 0.36.0
Tested building cups-filters and rendering a pdf
2015-10-02 16:08:55 -07:00
William A. Kennington III
33f1ebb8f2 glew: 1.11.0 -> 1.13.0 2015-10-02 16:08:42 -07:00
William A. Kennington III
f61176c539 Merge pull request #9543 from NixOS/staging.post-15.06
Collection of core package updates with breaking changes
2015-10-02 12:42:23 -07:00
William A. Kennington III
2ef6508c7f Merge branch 'master.upstream' into staging.post-15.06 2015-10-02 12:41:09 -07:00
William A. Kennington III
ed71860928 Merge branch 'staging.upstream' into staging.post-15.06 2015-10-02 12:41:04 -07:00
William A. Kennington III
a27ca029ee Merge pull request #10162 from wkennington/master.mesa
Major update mesa and bump llvm forward
2015-10-02 12:33:03 -07:00
Tobias Geerinckx-Rice
d1047f7c12 shared-mime-info: 1.3 -> 1.5 2015-10-02 05:31:41 +02:00
Tobias Geerinckx-Rice
18b3295970 tzdata: 2015f -> 2015g 2015-10-02 05:31:41 +02:00
Vladimír Čunát
4d3198ca31 libaccounts-glib: fixup build after glib update 2015-10-01 21:37:19 +02:00
William A. Kennington III
98172435f7 Merge branch 'master.upstream' into staging.upstream 2015-10-01 10:43:44 -07:00
Eelco Dolstra
b23038dd80 Merge remote-tracking branch 'origin/master' into systemd-219 2015-10-01 14:17:46 +02:00
Eelco Dolstra
96e1b7eaf9 gnome-settins-daemon: Use libgudev 2015-10-01 14:17:24 +02:00
William A. Kennington III
3e96b763d2 llvm: Switch to 3.7 by default 2015-09-30 16:18:36 -07:00
William A. Kennington III
cfba54975e mesa: 10.6.8 -> 11.0.2 2015-09-30 16:18:36 -07:00
William A. Kennington III
e7bb9e1023 Merge branch 'master.upstream' into staging.upstream 2015-09-30 13:26:04 -07:00
Jude Taylor
d14bb302a7 syntax error 2015-09-30 10:23:44 -07:00
Jude Taylor
333ed12c70 darwin purity: aria2 2015-09-30 00:36:35 -07:00
Jude Taylor
12d49bbe66 darwin purity: httrack 2015-09-30 00:36:35 -07:00
Jude Taylor
a424afdedd darwin purity: polyml 2015-09-30 00:36:31 -07:00
Jude Taylor
de05a7b2ef add mpw 2015-09-30 00:35:09 -07:00
Chris Martin
f8581a5a95 synaptics: add scrollDelta option 2015-09-29 19:06:49 -07:00
Chris Martin
de88ff9912 synaptics: add palmDetect tuning options 2015-09-29 19:06:49 -07:00
William A. Kennington III
5c7ba8c971 pkgconfig: 0.28 -> 0.29 2015-09-29 16:12:06 -07:00
William A. Kennington III
271972de0a Merge branch 'master.upstream' into staging.upstream 2015-09-29 15:54:33 -07:00
Jude Taylor
48a791d270 darwin purity: doxygen 2015-09-28 18:32:41 -07:00
Jude Taylor
0b1fd74a8d fix syntax error 2015-09-28 17:33:33 -07:00
Jude Taylor
f4a7173e83 add darwin libtool to nodejs 4.1.0 2015-09-28 17:23:25 -07:00
Jude Taylor
06eab94f16 patch sbcl-bootstrap for purity 2015-09-28 17:09:50 -07:00
Jude Taylor
4f9ef9bbfb give xquartz impure deps to make it build 2015-09-28 14:45:45 -07:00
Jude Taylor
41ef382b9b bring darwin libtool back into scope for node 2015-09-28 10:47:34 -07:00
Jude Taylor
6367e48225 Revert "pop"
This reverts commit 724e243159.

This (clearly) should never have been committed, and is probably due to a failed stash pop
on my part.
2015-09-28 09:41:02 -07:00
Jude Taylor
638f24cc93 excise accidental change included with 14bd5c0 2015-09-28 09:36:15 -07:00
Jude Taylor
406c366432 revert realLibtool 2015-09-28 09:16:05 -07:00
Ian-Woo Kim
b3eebcd93c Merge branch 'master' into extra-binds 2015-09-28 06:02:52 +00:00
Ian-Woo Kim
c6b031d32b minor changes 2015-09-28 05:48:16 +00:00
Ryan Mulligan
9c22cd380c calibre-server service: init 2015-09-27 20:31:17 -07:00
Jude Taylor
01f130e577 update bundler-head SHA256 2015-09-26 23:12:59 -07:00
Jude Taylor
ae8cc5449b revert rubies callPackages change 2015-09-26 06:27:25 -07:00
Jude Taylor
e7c8dd748a Merge pull request #9834 from NixOS/rubies
Merge Ruby versions into one file
2015-09-26 06:25:01 -07:00
Jude Taylor
68e802c46b PR comments 2015-09-26 06:23:25 -07:00
Jude Taylor
1223210576 re-indent; make rubies overridable 2015-09-26 05:55:59 -07:00
Jude Taylor
99a66bc2f9 put all rubies in scope 2015-09-26 05:55:59 -07:00
Jude Taylor
dcf933e258 move rubies into a single file 2015-09-26 05:55:59 -07:00
Luca Bruno
5aa066a942 Merge branch 'gnome-staging' into staging 2015-09-26 14:16:19 +02:00
Luca Bruno
7d1cb980bf libarchive: fix .la file for lzo2 2015-09-25 14:06:58 +02:00
Luca Bruno
702fde3a91 libarchive: fix .la file for lzo2 2015-09-25 14:06:23 +02:00
Eelco Dolstra
2896861c7e pcre: Smaller patch for CVE-2015-3210, CVE-2015-5073 2015-09-25 11:53:19 +02:00
Eelco Dolstra
298ec05e74 Revert "pcre: Updates to fix a number of vulnerabilities"
This reverts commit 453b986d2f. Such
large patches should not be included in the repo.
2015-09-25 11:38:34 +02:00
Eelco Dolstra
72aa458285 Revert "pcre: Fix patch method"
This reverts commit fb30776a77.
2015-09-25 11:38:26 +02:00
Jude Taylor
e43d3b7114 fix faulty include in libpsl 2015-09-25 02:33:30 -07:00
Jaka Hudoklin
5d6500fee8 Merge pull request #10028 from itkovian/elasticsearch-1.7.2
elasticsearch: 1.5.2 -> 1.7.2
2015-09-25 11:10:10 +02:00
Luca Bruno
45b1f5858c Merge branch 'gnome' into staging 2015-09-25 10:51:50 +02:00
Luca Bruno
26aea8b1aa gnome3: init 3.18 2015-09-25 10:48:41 +02:00
Luca Bruno
41fc49ed7e clutter: init 1.24.0 2015-09-25 10:48:41 +02:00
Luca Bruno
bb16eb8f9d cogl: init 1.22.0 2015-09-25 10:48:41 +02:00
Luca Bruno
48ac26f512 gtk+: 3.16.6 -> 3.18.0 2015-09-25 10:48:41 +02:00
Luca Bruno
0a40884e3c pango: 1.36.8 -> 1.38.0 2015-09-25 10:48:41 +02:00
Luca Bruno
4c9b91b2a2 gdk-pixbuf: 2.31.6 -> 2.32.0 2015-09-25 10:48:40 +02:00
Luca Bruno
0688a56a49 at-spi2-atk: 2.16.0 -> 2.18.0 2015-09-25 10:48:40 +02:00
Luca Bruno
8b3e6b5f62 at-spi2-core: 2.16.0 -> 2.18.0 2015-09-25 10:48:40 +02:00
Luca Bruno
6858ca17db gobject-introspection: 1.44.0 -> 1.46.0 2015-09-25 10:48:40 +02:00
Luca Bruno
63ccbf55b2 atk: 2.16.0 -> 2.18.0 2015-09-25 10:48:40 +02:00
Luca Bruno
6bb4df642e glib: 2.44.1 -> 2.46.0 2015-09-25 10:48:39 +02:00
Luca Bruno
b1f4a7ef32 webkitgtk: 2.8.5 -> 2.10.0 2015-09-25 10:48:39 +02:00
Luca Bruno
697d61ceab maint script gnome.sh: update all packages 2015-09-25 10:48:39 +02:00
Gabriel Ebner
d06a172c1c metis-prover: init at 2.3 2015-09-25 10:48:39 +02:00
Brian McKenna
be5d0141c5 google-musicmanager: beta_1.0.182.3607-r0 -> beta_1.0.221.5230-r0
The previous version was 404

Also fixes i686 typo
2015-09-25 10:48:38 +02:00
Robbin C
9e15068099 ctpp2: init at 2.8.3.
This adds ctpp2, a high performance templating engine.
2015-09-25 10:48:38 +02:00
Patrick Mahoney
d4e0b35f18 s6: move to tools/system
Matches runit, a similar process supervisor.
2015-09-24 20:18:03 -05:00
Patrick Mahoney
c6ba04ee4f s6-rc: new derivation 2015-09-24 20:15:36 -05:00
William A. Kennington III
4086bd92a5 Merge branch 'master.upstream' into staging.upstream 2015-09-23 22:33:52 -07:00
William A. Kennington III
2dc9cb1120 libcap-ng: 0.7.3 -> 0.7.7
Also support swig + python bindings
2015-09-23 20:49:19 -07:00
William A. Kennington III
09d336ea5e libarchive: Support lzo 2015-09-23 20:49:03 -07:00
Jude Taylor
e7605dd08b add nodejs-4.1.0 2015-09-23 16:13:34 -07:00
Andy Georges
cdf13a0a06 elasticsearch: 1.5.2 -> 1.7.2 2015-09-24 00:18:29 +02:00
William A. Kennington III
d3f4ba9d6f Merge branch 'master.upstream' into staging.upstream 2015-09-23 14:44:21 -07:00
Drew Hess
3c8b92f4b3 Workaround for getcwd configure test on 10.11.
See https://openradar.appspot.com/22671534 for a description of the
problem.
2015-09-23 14:41:41 -07:00
Vladimír Čunát
ff9a70266b at-spi2-*: small updates 2.16.0 -> 2.18.0 2015-09-23 14:43:50 +02:00
Vladimír Čunát
cd7c494bb2 pango: feature update 1.36.8 -> 1.38.0
Tested rebuilding the most important pango users, without any problems.
2015-09-23 14:43:30 +02:00
Vladimír Čunát
9de8f95d4b libjpeg(-turbo): maintenance update 1.4.1 -> 1.4.2 2015-09-23 14:43:13 +02:00
Vladimír Čunát
23f75e9bb0 gdk-pixbuf: maintenance update 2.31.7 -> 2.32.0 2015-09-23 14:43:05 +02:00
Jude Taylor
f1eef5c69b add missing closing tags in rl-unstable.xml 2015-09-22 16:27:51 -07:00
Jude Taylor
6af1afa8e3 provide realLibtool to some packages needing it 2015-09-22 16:27:51 -07:00
Jude Taylor
76a6539829 work on making xquartz buildable in a pure environment 2015-09-22 16:27:51 -07:00
Jude Taylor
724e243159 pop 2015-09-22 16:27:51 -07:00
William A. Kennington III
fdf2c3d130 weston: 1.8.0 -> 1.9.0 2015-09-22 14:30:16 -07:00
William A. Kennington III
bd0120202e file: 5.24 -> 5.25 2015-09-22 14:30:16 -07:00
William A. Kennington III
283dd9fe49 wayland: 1.8.1 -> 1.9.0 2015-09-22 14:30:16 -07:00
Vladimír Čunát
a921167e37 pixman: bugfix update 0.32.6 -> 0.32.8, refactor
It's claimed to be important on i686.
http://cgit.freedesktop.org/pixman/commit/?id=8b49d4b6b460d0c92
2015-09-22 18:46:45 +02:00
Eelco Dolstra
e7631452e9 texinfo: Disable tests
These appear to fail randomly:

  http://hydra.nixos.org/build/26194907/nixlog/325/raw
2015-09-22 12:46:58 +02:00
Eelco Dolstra
01f19f54e0 Merge remote-tracking branch 'origin/master' into systemd-219
Conflicts:
	pkgs/os-specific/linux/systemd/fixes.patch
	pkgs/os-specific/linux/upower/0.99.nix
	pkgs/top-level/all-packages.nix
2015-09-21 12:57:30 +02:00
William A. Kennington III
9f3c0d9967 Merge branch 'master.upstream' into staging.post-15.06 2015-09-19 14:40:01 -07:00
William A. Kennington III
8b670fba26 Merge branch 'staging.upstream' into staging.post-15.06 2015-09-19 14:39:57 -07:00
Eelco Dolstra
e70593389f Another libgudev dependency 2015-09-17 17:44:59 +02:00
William A. Kennington III
3acffb730a accelio: Don't build with non-stdenv gcc5 2015-09-15 12:14:12 -07:00
William A. Kennington III
88b8145750 openssh: 6.9p1 -> 7.1p1
This intentionally leaves out support for using existing dsa keys as
they are insecure and should not be enabled by default. If you need this
support, please make the changes in your ssh_config and sshd_config.
2015-09-15 12:14:12 -07:00
William A. Kennington III
3f1d497fbe ncurses: 5.9 -> 6.0 2015-09-15 12:14:12 -07:00
William A. Kennington III
eae9889b82 openssl: Major bump 1.0.1 -> 1.0.2 2015-09-15 12:14:12 -07:00
William A. Kennington III
3000e55b06 syslinux: Use gcc 4.8 until a proper fix for 5 is made 2015-09-15 12:14:12 -07:00
William A. Kennington III
f4a42ae509 gcc: Make 5.x the default 2015-09-15 12:14:12 -07:00
William A. Kennington III
a31bcbfae0 Revert "Revert "gmp: Use version 6 as the default""
This reverts commit 7d299447ae.
2015-09-15 12:14:12 -07:00
William A. Kennington III
6085213bc5 Revert "Revert "perl: Make 5.22 the default""
This reverts commit b7ffacffef.
2015-09-15 12:14:12 -07:00
Eelco Dolstra
cc4e33e17c More libgudev dependencies 2015-09-15 12:14:21 +02:00
Mathnerd314
91e6a8e5a2 quassel: Start after its databases 2015-09-11 15:42:35 -06:00
Eelco Dolstra
4b422b9dea More libgudev dependencies 2015-09-11 12:22:27 +02:00
Bas van Dijk
a9332583eb wordpress: Execute the extraConfig before loading wp-settings.php
This is needed so that settings defined in extraConfig actually get handled.
2015-09-09 01:12:10 +02:00
Eelco Dolstra
d627db79b8 libwacom: Use libgudev 2015-09-08 20:22:27 +02:00
Eelco Dolstra
7af1e0ae92 libmbim: Use libgudev 2015-09-08 20:21:18 +02:00
Eelco Dolstra
2a8e86bb05 upower: Use libgudev 2015-09-08 20:19:37 +02:00
Eelco Dolstra
a6de3feb97 systemd: Update to 226 2015-09-08 18:18:52 +02:00
Profpatsch
85898da27a Remove desktopManagerHandlesLidAndPower
As discussed on https://github.com/NixOS/nixpkgs/pull/9642, the option
is not necessary because all desktop managers already stopped handling
it (and delegated to systemd).
2015-09-08 18:12:17 +02:00
Eelco Dolstra
023c12bc9a udisks2: Propagated inputs considered harmful 2015-09-08 14:53:14 +02:00
Eelco Dolstra
5dde1a9752 udisks2: Add libgudev dependency
http://hydra.nixos.org/build/25640910
2015-09-08 14:51:14 +02:00
Eelco Dolstra
3bada19e24 Add libgudev
This has been split from systemd.
2015-09-08 14:50:50 +02:00
Eelco Dolstra
d242e59fc4 systemd: Apply sbin patch 2015-09-08 14:07:05 +02:00
Eelco Dolstra
3609007b7c systemd: Use our systemd repo directly
Since upstream no longer provides an autoconfed tarball, we may as
well use our own repo and drop the patch.
2015-09-08 13:08:41 +02:00
Eelco Dolstra
3cc04956f3 libseccomp: Fix hash 2015-09-08 10:48:42 +02:00
Eelco Dolstra
ecbe04b4c6 systemd: Update to 225 2015-09-08 00:02:26 +02:00
Bryan Gardiner
3d93890c7e wpa_supplicant: enable AP mode for NetworkManager connection sharing 2015-09-07 14:04:34 -07:00
Bryan Gardiner
f4de446573 NetworkManager: fix dnsmasq interaction for ad-hoc networks
Fixes #7593 (NM can't find the dnsmasq binary); the NM expression is missing
dnsmasq in its buildInputs, so configure can't find it.

Also creates /var/lib/misc which dnsmasq expects to exist, because it puts
dnsmasq.leases there.
2015-09-07 14:04:32 -07:00
Eelco Dolstra
916793cf13 Merge branch 'master' into systemd-219
Conflicts:
	nixos/modules/system/boot/systemd.nix
	pkgs/applications/networking/p2p/transmission/default.nix
	pkgs/development/libraries/libseccomp/default.nix
	pkgs/os-specific/linux/systemd/default.nix
	pkgs/top-level/all-packages.nix
2015-09-07 21:28:33 +02:00
Jaka Hudoklin
a4df29aee3 gnuradio: 3.7.7.1 -> 3.7.8 2015-08-20 00:05:25 +02:00
Frederik Rietdijk
ddcbf5bae2 audacity: 2.0.5 -> 2.1.1
Audacity 2.0.6 and later supports FFmpeg 1.2 to 2.3.x (or libav 0.8 to 0.10.x)
2015-08-15 09:04:49 +02:00
Geoff Reedy
5a5e86f5cd erlang: add setupHook to set ERL_LIBS 2015-08-09 09:42:24 -06:00
Spencer Janssen
026c31dd9d stage-1: fix typo that breaks resume
$d should be $sd, this causes resume from hibernate to fail if
resumeDevice is not explicitly set in config.  Introduced in commit:
'stage-1: Shut up warnings about swap devices that don't exist yet'

(cherry picked from commit 2a31397f53)
2015-07-31 08:49:38 +02:00
Raymond Gauthier
71a1e3acb6 pipelight: Add support for 32 bit linux.
Done so by using the 32 bit stdenv as the requirement
of this package was to be provided with a 32 bit
compiler.
2015-07-26 09:40:02 -04:00
Eelco Dolstra
bc1773fe16 Merge remote-tracking branch 'origin/staging' into systemd-219
Conflicts:
	pkgs/os-specific/linux/kernel/linux-3.4.nix
	pkgs/os-specific/linux/systemd/default.nix
2015-07-20 22:57:23 +02:00
Lancelot SIX
2d63c94be9 pythonPackages.pytestflakes: 0.2 -> 1.0.0 2015-07-17 14:49:23 +00:00
obadz
91a2973dc3 Add --ext option to nix-prefetch-zip 2015-07-15 16:15:41 +01:00
Eelco Dolstra
01dc343c2c systemd-timesyncd: Use NTP servers from our own ntp.org pool 2015-07-01 11:19:03 +02:00
Benjamin Saunders
d596c3c4c2 Fix detection of clang toolset
This makes boost buildable under clangStdenv and libcxxStdenv on non-darwin.
2015-06-28 21:35:43 +02:00
Eelco Dolstra
e4b9624ca8 Disable system_tarball_pc and fix eval
It refers to a kernel version that no longer exists.
2015-06-15 14:20:01 +02:00
Tuomas Tynkkynen
a278a9224a systemd: Use upstream tmpfiles.d rules
This fixes a failing assert in systemd-timesyncd (issue #5913) as it
expects the directory /run/systemd/netif/links/ to exist, and nothing in
NixOS currently creates it.

Also we get a net reduction in our code as rules for /run/utmp and
/var/log/journal are also provided by the same upstream file.
2015-06-03 10:49:01 +02:00
Eelco Dolstra
cdbb5483b7 Remove Linux 3.19
It's already EOL so we shouldn't keep it around in our new stable
branch.
2015-06-02 01:03:34 +02:00
Eelco Dolstra
ee10e165dc Remove Linux 3.2 and 3.4
These are not supported by systemd so no reason to keep them around.
2015-06-02 01:01:16 +02:00
Eelco Dolstra
58ef0eea0c Remove unused file 2015-06-02 00:56:38 +02:00
Eelco Dolstra
bf6c7b7031 Use the Linux 3.18 headers 2015-06-02 00:54:37 +02:00
Eelco Dolstra
f678a1ae4d systemd: Apply some upstream bug fixes 2015-06-02 00:49:42 +02:00
Ian-Woo Kim
ae2279bcdb nixos-containers: bindMounts: change default to readOnly. use EXTRA_NSPAWN_FLAGS 2015-05-26 13:41:31 +00:00
Ian-Woo Kim
4d551227c9 nixos-container: rename extraBinds to bindMounts and use attribute set format. 2015-05-26 11:56:42 +00:00
Ian-Woo Kim
c4f66eb85d unify extraBindsRW/RO into extraBinds. Now arbitrary mount point is supported. 2015-05-25 19:09:53 +00:00
Ian-Woo Kim
cac38c8664 extraBindsRO/extraBindsRW 2015-05-24 16:31:59 +00:00
Eelco Dolstra
2c156472b3 systemd: Don't install kernel-install 2015-05-22 16:39:42 +02:00
Eelco Dolstra
09d06f5ffd Merge remote-tracking branch 'origin/master' into systemd-219
Conflicts:
	pkgs/development/libraries/libseccomp/default.nix
2015-05-22 15:57:36 +02:00
Eelco Dolstra
f106125f77 systemd: Enable support for seccomp syscall filtering 2015-05-22 15:55:55 +02:00
Eelco Dolstra
8ab3f88f5c libseccomp: Update to 2.2.1 2015-05-22 15:49:27 +02:00
Eelco Dolstra
1e686d8892 util-linux: Update to 2.26.2 2015-05-22 15:42:30 +02:00
Eelco Dolstra
67721119f0 Remove obsolete comment 2015-05-22 15:36:05 +02:00
Eelco Dolstra
588b92a7d2 systemd: Update to 220 2015-05-22 15:34:08 +02:00
Eelco Dolstra
e6c014e59a linuxHeaders: Update 3.14 -> 3.18 2015-05-22 15:29:02 +02:00
Eelco Dolstra
c8501a4218 Set up /etc/machine-id before starting systemd
Otherwise, systemd will try to populate /etc, which we don't want.
2015-05-18 11:35:00 +02:00
Eelco Dolstra
11ce1cab97 systemd: Don't propagate libcap
Instead delete the *.la files. The propagation of libcap was
apparently only necessary because there was a gratuitous -lcap in the
*.la files.

http://hydra.nixos.org/build/22182620
2015-05-13 17:14:28 +02:00
Eelco Dolstra
ab91aaaeb8 Remove ancient version of udev 2015-05-13 17:14:27 +02:00
Eelco Dolstra
bfedb4940c transmission: Fix build
http://hydra.nixos.org/build/22182663
2015-05-13 16:05:34 +02:00
Eelco Dolstra
388dac478d stage-1: Shut up warnings about swap devices that don't exist yet 2015-05-11 18:18:36 +02:00
Eelco Dolstra
76055df52d Allow systemd-journald to be restarted
With systemd 219, this is fine because systemd will cause the new
journald to re-use the file descriptors of the old one. So existing
connections to the journal are unaffected.
2015-05-11 18:18:36 +02:00
Eelco Dolstra
b978df019a stage-2: Don't run hwclock in containers 2015-05-11 18:18:36 +02:00
Eelco Dolstra
c8ef598945 stage-1: Don't mount /dev/shm if it's already mounted 2015-05-11 18:18:36 +02:00
Eelco Dolstra
f19b58fb6a Create systemd-{network,resolve} user/group unconditionally
This shuts up this error from dbus:

May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-network" in message bus configuration file
May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-resolve" in message bus configuration file

which happens because the D-Bus config for networkd/resolved is
enabled unconditionally, and we don't have an easy way to turn it off.
2015-05-11 18:18:36 +02:00
Eelco Dolstra
c52a983806 Use ConditionVirtualization to disable some services in containers 2015-05-11 18:18:35 +02:00
Eelco Dolstra
fe952a42a7 systemd: Update to 219 2015-05-11 18:18:35 +02:00
tv
11fba9015c tlsdate: blacklist darwin
refs http://hydra.nixos.org/build/19975753
2015-02-28 08:57:21 +01:00
4066 changed files with 436661 additions and 104742 deletions

View File

@@ -1,5 +1,8 @@
# How to contribute
Note: contributing implies licensing those contributions
under the terms of [COPYING](../COPYING), which is an MIT-like license.
## Opening issues
* Make sure you have a [GitHub account](https://github.com/signup/free)

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,17 @@
## Basic info
To make sure that we are on the same page:
* Kernel: (run `uname -a`)
* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...)
* Nix version: (run `nix-env --version`)
* Nixpkgs version: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)
## Describe your issue here
### Expected result
### Actual result
### Steps to reproduce

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,18 @@
###### Things done:
- [ ] Tested using sandboxing (`nix-build --option build-use-chroot true` or [nix.useChroot](http://nixos.org/nixos/manual/options.html#opt-nix.useChroot) on NixOS)
- [ ] Built on platform(s): NixOS / OSX / Linux
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
###### More
Fixes issue #<insert id>
cc @<maintainer>
---
_Please note, that points are not mandatory, but rather desired._

5
.mention-bot Normal file
View File

@@ -0,0 +1,5 @@
{
"userBlacklist": [
"civodul"
]
}

View File

@@ -1,6 +1,7 @@
language: python
python: "3.4"
sudo: required
dist: trusty
before_install: ./maintainers/scripts/travis-nox-review-pr.sh nix
install: ./maintainers/scripts/travis-nox-review-pr.sh nox
script: ./maintainers/scripts/travis-nox-review-pr.sh build

View File

@@ -1,4 +1,4 @@
Copyright (c) 2003-2006 Eelco Dolstra
Copyright (c) 2003-2016 Eelco Dolstra and the Nixpkgs/NixOS contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@@ -1,8 +1,8 @@
[<img src="http://nixos.org/logo/nixos-hires.png" width="500px" alt="logo" />](https://nixos.org/nixos)
[![Build Status](https://travis-ci.org/NixOS/nixpkgs.svg?branch=master)](https://travis-ci.org/NixOS/nixpkgs)
[![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/pr)](http://www.issuestats.com/github/nixos/nixpkgs)
[![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/issue)](http://www.issuestats.com/github/nixos/nixpkgs)
[![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/pr?style=flat)](http://www.issuestats.com/github/nixos/nixpkgs)
[![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/issue?style=flat)](http://www.issuestats.com/github/nixos/nixpkgs)
Nixpkgs is a collection of packages for the [Nix](https://nixos.org/nix/) package
manager. It is periodically built and tested by the [hydra](http://hydra.nixos.org/)
@@ -31,11 +31,10 @@ For pull-requests, please rebase onto nixpkgs `master`.
* [Documentation (Nix Expression Language chapter)](https://nixos.org/nix/manual/#ch-expression-language)
* [Manual (How to write packages for Nix)](https://nixos.org/nixpkgs/manual/)
* [Manual (NixOS)](https://nixos.org/nixos/manual/)
* [Nix Wiki](https://nixos.org/wiki/)
* [Continuous package builds for unstable/master](https://hydra.nixos.org/jobset/nixos/trunk-combined)
* [Continuous package builds for 14.12 release](https://hydra.nixos.org/jobset/nixos/release-14.12)
* [Continuous package builds for 15.09 release](https://hydra.nixos.org/jobset/nixos/release-15.09)
* [Tests for unstable/master](https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents)
* [Tests for 14.12 release](https://hydra.nixos.org/job/nixos/release-14.12/tested#tabs-constituents)
* [Tests for 15.09 release](https://hydra.nixos.org/job/nixos/release-15.09/tested#tabs-constituents)
Communication:

View File

@@ -1,4 +1,4 @@
let requiredVersion = "1.10"; in
let requiredVersion = import ./lib/minver.nix; in
if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins.nixVersion == 1 then

109
doc/configuration.xml Normal file
View File

@@ -0,0 +1,109 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="chap-packageconfig">
<title><filename>~/.nixpkgs/config.nix</filename>: global configuration</title>
<para>Nix packages can be configured to allow or deny certain options.</para>
<para>To apply the configuration edit
<filename>~/.nixpkgs/config.nix</filename> and set it like
<programlisting>
{
allowUnfree = true;
}
</programlisting>
and will allow the Nix package manager to install unfree licensed packages.</para>
<para>The configuration as listed also applies to NixOS under
<option>nixpkgs.config</option> set.</para>
<itemizedlist>
<listitem>
<para>Allow installing of packages that are distributed under
unfree license by setting <programlisting>allowUnfree =
true;</programlisting> or deny them by setting it to
<literal>false</literal>.</para>
<para>Same can be achieved by setting the environment variable:
<programlisting>
$ export NIXPKGS_ALLOW_UNFREE=1
</programlisting>
</para>
</listitem>
<listitem>
<para>Whenever unfree packages are not allowed, single packages
can still be allowed by a predicate function that accepts package
as an argument and should return a boolean:
<programlisting>
allowUnfreePredicate = (pkg: ...);
</programlisting>
Example to allow flash player only:
<programlisting>
allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "flashplayer-" pkg.name);
</programlisting>
</para>
</listitem>
<listitem>
<para>Whenever unfree packages are not allowed, packages can still
be whitelisted by their license:
<programlisting>
whitelistedLicenses = with stdenv.lib.licenses; [ amd wtfpl ];
</programlisting>
</para>
</listitem>
<listitem>
<para>In addition to whitelisting licenses which are denied by the
<literal>allowUnfree</literal> setting, you can also explicitely
deny installation of packages which have a certain license:
<programlisting>
blacklistedLicenses = with stdenv.lib.licenses; [ agpl3 gpl3 ];
</programlisting>
</para>
</listitem>
</itemizedlist>
<para>A complete list of licenses can be found in the file
<filename>lib/licenses.nix</filename> of the nix package tree.</para>
<!--============================================================-->
<section xml:id="sec-modify-via-packageOverrides"><title>Modify
packages via <literal>packageOverrides</literal></title>
<para>You can define a function called
<varname>packageOverrides</varname> in your local
<filename>~/.nixpkgs/config.nix</filename> to overide nix packages. It
must be a function that takes pkgs as an argument and return modified
set of packages.
<programlisting>
{
packageOverrides = pkgs: rec {
foo = pkgs.foo.override { ... };
};
}
</programlisting>
</para>
</section>
</chapter>

View File

@@ -1,10 +1,12 @@
with import ./.. { };
with lib;
let
sources = sourceFilesBySuffices ./. [".xml"];
sources-langs = ./languages-frameworks;
in
stdenv.mkDerivation {
name = "nixpkgs-manual";
sources = sourceFilesBySuffices ./. [".xml"];
buildInputs = [ pandoc libxml2 libxslt ];
@@ -18,25 +20,47 @@ stdenv.mkDerivation {
--param callout.graphics.extension '.gif'
'';
buildCommand = ''
{
echo "<chapter xmlns=\"http://docbook.org/ns/docbook\""
echo " xmlns:xlink=\"http://www.w3.org/1999/xlink\""
echo " xml:id=\"users-guide-to-the-haskell-infrastructure\">"
echo ""
echo "<title>User's Guide to the Haskell Infrastructure</title>"
echo ""
pandoc ${./haskell-users-guide.md} -w docbook | \
sed -e 's|<ulink url=|<link xlink:href=|' \
-e 's|</ulink>|</link>|' \
-e 's|<sect. id=|<section xml:id=|' \
-e 's|</sect[0-9]>|</section>|'
echo ""
echo "</chapter>"
} >haskell-users-guide.xml
ln -s "$sources/"*.xml .
buildCommand = let toDocbook = { useChapters ? false, inputFile, outputFile }:
let
extraHeader = ''xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" '';
in ''
{
pandoc '${inputFile}' -w docbook ${optionalString useChapters "--chapters"} \
| sed -e 's|<ulink url=|<link xlink:href=|' \
-e 's|</ulink>|</link>|' \
-e 's|<sect. id=|<section xml:id=|' \
-e 's|</sect[0-9]>|</section>|' \
-e '1s| id=| xml:id=|' \
-e '1s|\(<[^ ]* \)|\1${extraHeader}|'
} > '${outputFile}'
'';
in
''
ln -s '${sources}/'*.xml .
mkdir ./languages-frameworks
cp -s '${sources-langs}'/* ./languages-frameworks
''
+ toDocbook {
inputFile = ./introduction.md;
outputFile = "introduction.xml";
useChapters = true;
}
+ toDocbook {
inputFile = ./haskell-users-guide.md;
outputFile = "haskell-users-guide.xml";
useChapters = true;
}
+ toDocbook {
inputFile = ./../pkgs/development/idris-modules/README.md;
outputFile = "languages-frameworks/idris.xml";
}
+ toDocbook {
inputFile = ./../pkgs/development/r-modules/README.md;
outputFile = "languages-frameworks/r.xml";
}
+ ''
echo ${nixpkgsVersion} > .version
xmllint --noout --nonet --xinclude --noxincludenode \

305
doc/erlang-users-guide.xml Normal file
View File

@@ -0,0 +1,305 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="users-guide-to-the-erlang-infrastructure">
<title>User's Guide to the Erlang Infrastructure</title>
<section xml:id="build-tools">
<title>Build Tools</title>
<para>
By default Rebar3 wants to manage it's own dependencies. In the
normal non-Nix, this is perfectly acceptable. In the Nix world it
is not. To support this we have created two versions of rebar3,
<literal>rebar3</literal> and <literal>rebar3-open</literal>. The
<literal>rebar3</literal> version has been patched to remove the
ability to download anything from it. If you are not running it a
nix-shell or a nix-build then its probably not going to work for
you. <literal>rebar3-open</literal> is the normal, un-modified
rebar3. It should work exactly as would any other version of
rebar3. Any Erlang package should rely on
<literal>rebar3</literal> and thats really what you should be
using too.
</para>
</section>
<section xml:id="how-to-install-erlang-packages">
<title>How to install Erlang packages</title>
<para>
Erlang packages are not registered in the top level simply because
they are not relevant to the vast majority of Nix users. They are
installable using the <literal>erlangPackages</literal> attribute set.
You can list the avialable packages in the
<literal>erlangPackages</literal> with the following command:
</para>
<programlisting>
$ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -qaP -A erlangPackages
erlangPackages.esqlite esqlite-0.2.1
erlangPackages.goldrush goldrush-0.1.7
erlangPackages.ibrowse ibrowse-4.2.2
erlangPackages.jiffy jiffy-0.14.5
erlangPackages.lager lager-3.0.2
erlangPackages.meck meck-0.8.3
erlangPackages.rebar3-pc pc-1.1.0
</programlisting>
<para>
To install any of those packages into your profile, refer to them by
their attribute path (first column):
</para>
<programlisting>
$ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -iA erlangPackages.ibrowse
</programlisting>
<para>
The attribute path of any Erlang packages corresponds to the name
of that particular package in Hex or its OTP Application/Release name.
</para>
</section>
<section xml:id="packaging-erlang-applications">
<title>Packaging Erlang Applications</title>
<section xml:id="rebar3-packages">
<title>Rebar3 Packages</title>
<para>
There is a Nix functional called
<literal>buildRebar3</literal>. We use this function to make a
derivation that understands how to build the rebar3 project. For
example, the epression we use to build the <link
xlink:href="https://github.com/erlang-nix/hex2nix">hex2nix</link>
project follows.
</para>
<programlisting>
{stdenv, fetchFromGitHub, buildRebar3, ibrowse, jsx, erlware_commons }:
buildRebar3 rec {
name = "hex2nix";
version = "0.0.1";
src = fetchFromGitHub {
owner = "ericbmerritt";
repo = "hex2nix";
rev = "${version}";
sha256 = "1w7xjidz1l5yjmhlplfx7kphmnpvqm67w99hd2m7kdixwdxq0zqg";
};
erlangDeps = [ ibrowse jsx erlware_commons ];
}
</programlisting>
<para>
The only visible difference between this derivation and
something like <literal>stdenv.mkDerivation</literal> is that we
have added <literal>erlangDeps</literal> to the derivation. If
you add your Erlang dependencies here they will be correctly
handled by the system.
</para>
<para>
If your package needs to compile native code via Rebar's port
compilation mechenism. You should add <literal>compilePort =
true;</literal> to the derivation.
</para>
</section>
<section xml:id="hex-packages">
<title>Hex Packages</title>
<para>
Hex packages are based on Rebar packages. In fact, at the moment
we can only compile Hex packages that are buildable with
Rebar3. Packages that use Mix and other build systems are not
supported. That being said, we know a lot more about Hex and can
do more for you.
</para>
<programlisting>
{ buildHex }:
buildHex {
name = "esqlite";
version = "0.2.1";
sha256 = "1296fn1lz4lz4zqzn4dwc3flgkh0i6n4sydg501faabfbv8d3wkr";
compilePort = true;
}
</programlisting>
<para>
For Hex packages you need to provide the name, the version, and
the Sha 256 digest of the package and use
<literal>buildHex</literal> to build it. Obviously, the package
needs to have already been published to Hex.
</para>
</section>
</section>
<section xml:id="how-to-develop">
<title>How to develop</title>
<section xml:id="accessing-an-environment">
<title>Accessing an Environment</title>
<para>
Often, all you want to do is be able to access a valid
environment that contains a specific package and its
dependencies. we can do that with the <literal>env</literal>
part of a derivation. For example, lets say we want to access an
erlang repl with ibrowse loaded up. We could do the following.
</para>
<programlisting>
~/w/nixpkgs nix-shell -A erlangPackages.ibrowse.env --run "erl"
Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V7.0 (abort with ^G)
1> m(ibrowse).
Module: ibrowse
MD5: 3b3e0137d0cbb28070146978a3392945
Compiled: January 10 2016, 23:34
Object file: /nix/store/g1rlf65rdgjs4abbyj4grp37ry7ywivj-ibrowse-4.2.2/lib/erlang/lib/ibrowse-4.2.2/ebin/ibrowse.beam
Compiler options: [{outdir,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/ebin"},
debug_info,debug_info,nowarn_shadow_vars,
warn_unused_import,warn_unused_vars,warnings_as_errors,
{i,"/tmp/nix-build-ibrowse-4.2.2.drv-0/hex-source-ibrowse-4.2.2/_build/default/lib/ibrowse/include"}]
Exports:
add_config/1 send_req_direct/7
all_trace_off/0 set_dest/3
code_change/3 set_max_attempts/3
get_config_value/1 set_max_pipeline_size/3
get_config_value/2 set_max_sessions/3
get_metrics/0 show_dest_status/0
get_metrics/2 show_dest_status/1
handle_call/3 show_dest_status/2
handle_cast/2 spawn_link_worker_process/1
handle_info/2 spawn_link_worker_process/2
init/1 spawn_worker_process/1
module_info/0 spawn_worker_process/2
module_info/1 start/0
rescan_config/0 start_link/0
rescan_config/1 stop/0
send_req/3 stop_worker_process/1
send_req/4 stream_close/1
send_req/5 stream_next/1
send_req/6 terminate/2
send_req_direct/4 trace_off/0
send_req_direct/5 trace_off/2
send_req_direct/6 trace_on/0
trace_on/2
ok
2>
</programlisting>
<para>
Notice the <literal>-A erlangPackages.ibrowse.env</literal>.That
is the key to this functionality.
</para>
</section>
<section xml:id="creating-a-shell">
<title>Creating a Shell</title>
<para>
Getting access to an environment often isn't enough to do real
development. Many times we need to create a
<literal>shell.nix</literal> file and do our development inside
of the environment specified by that file. This file looks a lot
like the packageing described above. The main difference is that
<literal>src</literal> points to project root and we call the
package directly.
</para>
<programlisting>
{ pkgs ? import &quot;&lt;nixpkgs&quot;&gt; {} }:
with pkgs;
let
f = { buildHex, ibrowse, jsx, erlware_commons }:
buildHex {
name = "hex2nix";
version = "0.1.0";
src = ./.;
erlangDeps = [ ibrowse jsx erlware_commons ];
};
drv = erlangPackages.callPackage f {};
in
drv
</programlisting>
<section xml:id="building-in-a-shell">
<title>Building in a shell</title>
<para>
Unfortunatly for us users of Nix, Rebar isn't very cooperative
with us from the standpoint of building a hermetic
environment. When building the rebar3 support we had to do some
sneaky things to get it not to go out and pull packages on its
own. Also unfortunately, you have to do some of the same things
when building a project inside of a Nix shell.
<orderedlist numeration="arabic">
<listitem>
<para>Run <literal>rebar3-nix-bootstrap</literal> every time
dependencies change</para>
</listitem>
<listitem>
<para>Set Home to the current directory.</para>
</listitem>
</orderedlist>
If you do these two things then Rebar will be happy with you. I
codify these into a makefile. Forunately, rebar3-nix-bootstrap
is idempotent and fairly quick. so you can run it as often as
you like.
</para>
<programlisting>
# =============================================================================
# Rules
# =============================================================================
.PHONY= all test clean repl shell build test analyze bootstrap
all: test
clean:
rm -rf _build
rm -rf .cache
repl:
nix-shell --run "erl"
shell:
nix-shell --run "bash"
bootstrap:
nix-shell --pure --run "rebar3-nix-bootstrap"
build: bootstrap
nix-shell --pure --run "HOME=$(CURDIR) rebar3 compile"
analyze: bootstrap
nix-shell --pure --run "HOME=$(CURDIR) rebar3 do compile,dialyzer"
test: bootstrap
nix-shell --pure --run "HOME=$(CURDIR) rebar3 do compile,dialyzer,eunit"
</programlisting>
<para>
If you add the <literal>shell.nix</literal> as described and
user rebar as follows things should simply work.
</para>
</section>
</section>
</section>
<section xml:id="generating-packages-from-hex-with-hex2nix">
<title>Generating Packages from Hex with Hex2Nix</title>
<para>
Updating the Hex packages requires the use of the
<literal>hex2nix</literal> tool. Given the path to the Erlang
modules (usually
<literal>pkgs/development/erlang-modules</literal>). It will
happily dump a file called
<literal>hex-packages.nix</literal>. That file will contain all
the packages that use a recognized build system in Hex. However,
it can't know whether or not all those packages are buildable.
</para>
<para>
To make life easier for our users, it makes good sense to go
ahead and attempt to build all those packages and remove the
ones that don't build. To do that, simply run the command (in
the root of your <literal>nixpkgs</literal> repository). that follows.
</para>
<programlisting>
$ nix-build -A erlangPackages
</programlisting>
<para>
That will build every package in
<literal>erlangPackages</literal>. Then you can go through and
manually remove the ones that fail. Hopefully, someone will
improve <literal>hex2nix</literal> in the future to automate
that.
</para>
</section>
</chapter>

View File

@@ -88,6 +88,13 @@ in ...</programlisting>
<section xml:id="sec-pkg-overrideDerivation">
<title>&lt;pkg&gt;.overrideDerivation</title>
<warning>
<para>Do not use this function in Nixpkgs. Because it breaks
package abstraction and doesnt provide error checking for
function arguments, it is only intended for ad-hoc customisation
(such as in <filename>~/.nixpkgs/config.nix</filename>).</para>
</warning>
<para>
The function <varname>overrideDerivation</varname> is usually available for all the
derivations in the nixpkgs expression (<varname>pkgs</varname>).
@@ -270,7 +277,7 @@ c = lib.makeOverridable f { a = 1; b = 2; }</programlisting>
multiPkgs = pkgs: (with pkgs;
[ udev
alsaLib
]) ++ (with [];
]);
runScript = "bash";
}).env
]]></programlisting>
@@ -284,4 +291,339 @@ c = lib.makeOverridable f { a = 1; b = 2; }</programlisting>
</para>
</section>
<section xml:id="sec-pkgs-dockerTools">
<title>pkgs.dockerTools</title>
<para>
<varname>pkgs.dockerTools</varname> is a set of functions for creating and
manipulating Docker images according to the
<link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#docker-image-specification-v100">
Docker Image Specification v1.0.0
</link>. Docker itself is not used to perform any of the operations done by these
functions.
</para>
<warning>
<para>
The <varname>dockerTools</varname> API is unstable and may be subject to
backwards-incompatible changes in the future.
</para>
</warning>
<section xml:id="ssec-pkgs-dockerTools-buildImage">
<title>buildImage</title>
<para>
This function is analogous to the <command>docker build</command> command,
in that can used to build a Docker-compatible repository tarball containing
a single image with one or multiple layers. As such, the result
is suitable for being loaded in Docker with <command>docker load</command>.
</para>
<para>
The parameters of <varname>buildImage</varname> with relative example values are
described below:
</para>
<example xml:id='ex-dockerTools-buildImage'><title>Docker build</title>
<programlisting>
buildImage {
name = "redis"; <co xml:id='ex-dockerTools-buildImage-1' />
tag = "latest"; <co xml:id='ex-dockerTools-buildImage-2' />
fromImage = someBaseImage; <co xml:id='ex-dockerTools-buildImage-3' />
fromImageName = null; <co xml:id='ex-dockerTools-buildImage-4' />
fromImageTag = "latest"; <co xml:id='ex-dockerTools-buildImage-5' />
contents = pkgs.redis; <co xml:id='ex-dockerTools-buildImage-6' />
runAsRoot = '' <co xml:id='ex-dockerTools-buildImage-runAsRoot' />
#!${stdenv.shell}
mkdir -p /data
'';
config = { <co xml:id='ex-dockerTools-buildImage-8' />
Cmd = [ "/bin/redis-server" ];
WorkingDir = "/data";
Volumes = {
"/data" = {};
};
};
}
</programlisting>
</example>
<para>The above example will build a Docker image <literal>redis/latest</literal>
from the given base image. Loading and running this image in Docker results in
<literal>redis-server</literal> being started automatically.
</para>
<calloutlist>
<callout arearefs='ex-dockerTools-buildImage-1'>
<para>
<varname>name</varname> specifies the name of the resulting image.
This is the only required argument for <varname>buildImage</varname>.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-2'>
<para>
<varname>tag</varname> specifies the tag of the resulting image.
By default it's <literal>latest</literal>.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-3'>
<para>
<varname>fromImage</varname> is the repository tarball containing the base image.
It must be a valid Docker image, such as exported by <command>docker save</command>.
By default it's <literal>null</literal>, which can be seen as equivalent
to <literal>FROM scratch</literal> of a <filename>Dockerfile</filename>.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-4'>
<para>
<varname>fromImageName</varname> can be used to further specify
the base image within the repository, in case it contains multiple images.
By default it's <literal>null</literal>, in which case
<varname>buildImage</varname> will peek the first image available
in the repository.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-5'>
<para>
<varname>fromImageTag</varname> can be used to further specify the tag
of the base image within the repository, in case an image contains multiple tags.
By default it's <literal>null</literal>, in which case
<varname>buildImage</varname> will peek the first tag available for the base image.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-6'>
<para>
<varname>contents</varname> is a derivation that will be copied in the new
layer of the resulting image. This can be similarly seen as
<command>ADD contents/ /</command> in a <filename>Dockerfile</filename>.
By default it's <literal>null</literal>.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-runAsRoot'>
<para>
<varname>runAsRoot</varname> is a bash script that will run as root
in an environment that overlays the existing layers of the base image with
the new resulting layer, including the previously copied
<varname>contents</varname> derivation.
This can be similarly seen as
<command>RUN ...</command> in a <filename>Dockerfile</filename>.
<note>
<para>
Using this parameter requires the <literal>kvm</literal>
device to be available.
</para>
</note>
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-8'>
<para>
<varname>config</varname> is used to specify the configuration of the
containers that will be started off the built image in Docker.
The available options are listed in the
<link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#container-runconfig-field-descriptions">
Docker Image Specification v1.0.0
</link>.
</para>
</callout>
</calloutlist>
<para>
After the new layer has been created, its closure
(to which <varname>contents</varname>, <varname>config</varname> and
<varname>runAsRoot</varname> contribute) will be copied in the layer itself.
Only new dependencies that are not already in the existing layers will be copied.
</para>
<para>
At the end of the process, only one new single layer will be produced and
added to the resulting image.
</para>
<para>
The resulting repository will only list the single image
<varname>image/tag</varname>. In the case of <xref linkend='ex-dockerTools-buildImage'/>
it would be <varname>redis/latest</varname>.
</para>
<para>
It is possible to inspect the arguments with which an image was built
using its <varname>buildArgs</varname> attribute.
</para>
</section>
<section xml:id="ssec-pkgs-dockerTools-fetchFromRegistry">
<title>pullImage</title>
<para>
This function is analogous to the <command>docker pull</command> command,
in that can be used to fetch a Docker image from a Docker registry.
Currently only registry <literal>v1</literal> is supported.
By default <link xlink:href="https://hub.docker.com/">Docker Hub</link>
is used to pull images.
</para>
<para>
Its parameters are described in the example below:
</para>
<example xml:id='ex-dockerTools-pullImage'><title>Docker pull</title>
<programlisting>
pullImage {
imageName = "debian"; <co xml:id='ex-dockerTools-pullImage-1' />
imageTag = "jessie"; <co xml:id='ex-dockerTools-pullImage-2' />
imageId = null; <co xml:id='ex-dockerTools-pullImage-3' />
sha256 = "1bhw5hkz6chrnrih0ymjbmn69hyfriza2lr550xyvpdrnbzr4gk2"; <co xml:id='ex-dockerTools-pullImage-4' />
indexUrl = "https://index.docker.io"; <co xml:id='ex-dockerTools-pullImage-5' />
registryVersion = "v1";
}
</programlisting>
</example>
<calloutlist>
<callout arearefs='ex-dockerTools-pullImage-1'>
<para>
<varname>imageName</varname> specifies the name of the image to be downloaded,
which can also include the registry namespace (e.g. <literal>library/debian</literal>).
This argument is required.
</para>
</callout>
<callout arearefs='ex-dockerTools-pullImage-2'>
<para>
<varname>imageTag</varname> specifies the tag of the image to be downloaded.
By default it's <literal>latest</literal>.
</para>
</callout>
<callout arearefs='ex-dockerTools-pullImage-3'>
<para>
<varname>imageId</varname>, if specified this exact image will be fetched, instead
of <varname>imageName/imageTag</varname>. However, the resulting repository
will still be named <varname>imageName/imageTag</varname>.
By default it's <literal>null</literal>.
</para>
</callout>
<callout arearefs='ex-dockerTools-pullImage-4'>
<para>
<varname>sha256</varname> is the checksum of the whole fetched image.
This argument is required.
</para>
<note>
<para>The checksum is computed on the unpacked directory, not on the final tarball.</para>
</note>
</callout>
<callout arearefs='ex-dockerTools-pullImage-5'>
<para>
In the above example the default values are shown for the variables
<varname>indexUrl</varname> and <varname>registryVersion</varname>.
Hence by default the Docker.io registry is used to pull the images.
</para>
</callout>
</calloutlist>
</section>
<section xml:id="ssec-pkgs-dockerTools-exportImage">
<title>exportImage</title>
<para>
This function is analogous to the <command>docker export</command> command,
in that can used to flatten a Docker image that contains multiple layers.
It is in fact the result of the merge of all the layers of the image.
As such, the result is suitable for being imported in Docker
with <command>docker import</command>.
</para>
<note>
<para>
Using this function requires the <literal>kvm</literal>
device to be available.
</para>
</note>
<para>
The parameters of <varname>exportImage</varname> are the following:
</para>
<example xml:id='ex-dockerTools-exportImage'><title>Docker export</title>
<programlisting>
exportImage {
fromImage = someLayeredImage;
fromImageName = null;
fromImageTag = null;
name = someLayeredImage.name;
}
</programlisting>
</example>
<para>
The parameters relative to the base image have the same synopsis as
described in <xref linkend='ssec-pkgs-dockerTools-buildImage'/>, except that
<varname>fromImage</varname> is the only required argument in this case.
</para>
<para>
The <varname>name</varname> argument is the name of the derivation output,
which defaults to <varname>fromImage.name</varname>.
</para>
</section>
<section xml:id="ssec-pkgs-dockerTools-shadowSetup">
<title>shadowSetup</title>
<para>
This constant string is a helper for setting up the base files for managing
users and groups, only if such files don't exist already.
It is suitable for being used in a
<varname>runAsRoot</varname> <xref linkend='ex-dockerTools-buildImage-runAsRoot'/> script for cases like
in the example below:
</para>
<example xml:id='ex-dockerTools-shadowSetup'><title>Shadow base files</title>
<programlisting>
buildImage {
name = "shadow-basic";
runAsRoot = ''
#!${stdenv.shell}
${shadowSetup}
groupadd -r redis
useradd -r -g redis redis
mkdir /data
chown redis:redis /data
'';
}
</programlisting>
</example>
<para>
Creating base files like <literal>/etc/passwd</literal> or
<literal>/etc/login.defs</literal> are necessary for shadow-utils to
manipulate users and groups.
</para>
</section>
</section>
</chapter>

View File

@@ -3,8 +3,10 @@ title: User's Guide for Haskell in Nixpkgs
author: Peter Simons
date: 2015-06-01
---
# User's Guide to the Haskell Infrastructure
# How to install Haskell packages
## How to install Haskell packages
Nixpkgs distributes build instructions for all Haskell packages registered on
[Hackage](http://hackage.haskell.org/), but strangely enough normal Nix package
@@ -111,9 +113,9 @@ version of GHC listed above, there exists a package set based on that compiler.
Also, the attributes `haskell.compiler.ghcXYC` and
`haskell.packages.ghcXYC.ghc` are synonymous for the sake of convenience.
# How to create a development environment
## How to create a development environment
## How to install a compiler
### How to install a compiler
A simple development environment consists of a Haskell compiler and the tool
`cabal-install`, and we saw in section [How to install Haskell packages] how
@@ -162,7 +164,7 @@ anymore once `nix-shell` has terminated. If you find that your Haskell builds
no longer work after garbage collection, then you'll have to re-run `cabal
configure` inside of a new `nix-shell` environment.
## How to install a compiler with libraries
### How to install a compiler with libraries
GHC expects to find all installed libraries inside of its own `lib` directory.
This approach works fine on traditional Unix systems, but it doesn't work for
@@ -232,7 +234,7 @@ library promises to give its users access to GHC's installation paths. Only,
the library can't possible know that path when it's compiled, because the path
GHC considers its own is determined only much later, when the user configures
it through `ghcWithPackages`. So we [patched
ghc-paths](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/ghc-paths-nix.patch)
ghc-paths](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/patches/ghc-paths-nix.patch)
to return the paths found in those environment variables at run-time rather
than trying to guess them at compile-time.
@@ -257,7 +259,7 @@ environment in your profile:
export NIX_GHC_LIBDIR="$HOME/.nix-profile/lib/ghc-$($NIX_GHC --numeric-version)"
fi
## How to install a compiler with libraries, hoogle and documentation indexes
### How to install a compiler with libraries, hoogle and documentation indexes
If you plan to use your environment for interactive programming, not just
compiling random Haskell code, you might want to replace `ghcWithPackages` in
@@ -319,7 +321,7 @@ page](http://kb.mozillazine.org/Links_to_local_pages_do_not_work) for
workarounds.
## How to create ad hoc environments for `nix-shell`
### How to create ad hoc environments for `nix-shell`
The easiest way to create an ad hoc development environment is to run
`nix-shell` with the appropriate GHC environment given on the command-line:
@@ -369,14 +371,14 @@ development commands. Note that you need `cabal-install` installed in your
`$PATH` already to use it here --- the `nix-shell` environment does not provide
it.
# How to create Nix builds for your own private Haskell packages
## How to create Nix builds for your own private Haskell packages
If your own Haskell packages have build instructions for Cabal, then you can
convert those automatically into build instructions for Nix using the
`cabal2nix` utility, which you can install into your profile by running
`nix-env -i cabal2nix`.
## How to build a stand-alone project
### How to build a stand-alone project
For example, let's assume that you're working on a private project called
`foo`. To generate a Nix build expression for it, change into the project's
@@ -433,7 +435,7 @@ You can even use that generated file to run `nix-build`, too:
$ nix-build shell.nix
## How to build projects that depend on each other
### How to build projects that depend on each other
If you have multiple private Haskell packages that depend on each other, then
you'll have to register those packages in the Nixpkgs set to make them visible
@@ -468,9 +470,9 @@ or enter an interactive shell environment suitable for building them:
$ nix-shell "<nixpkgs>" -A haskellPackages.bar.env
# Miscellaneous Topics
## Miscellaneous Topics
## How to build with profiling enabled
### How to build with profiling enabled
Every Haskell package set takes a function called `overrides` that you can use
to manipulate the package as much as you please. One useful application of this
@@ -494,7 +496,7 @@ following snippet in your `~/.nixpkgs/config.nix` file:
Then, replace instances of `haskellPackages` in the `cabal2nix`-generated
`default.nix` or `shell.nix` files with `profiledHaskellPackages`.
## How to override package versions in a compiler-specific package set
### How to override package versions in a compiler-specific package set
Nixpkgs provides the latest version of
[`ghc-events`](http://hackage.haskell.org/package/ghc-events), which is 0.4.4.0
@@ -560,7 +562,7 @@ prefer one built with GHC 7.8.x in the first place. However, for users who
cannot use GHC 7.10.x at all for some reason, the approach of downgrading to an
older version might be useful.
## How to recover from GHC's infamous non-deterministic library ID bug
### How to recover from GHC's infamous non-deterministic library ID bug
GHC and distributed build farms don't get along well:
@@ -586,7 +588,7 @@ command, i.e. by running:
rm /nix/var/nix/manifests/*
rm /nix/var/nix/channel-cache/*
## Builds on Darwin fail with `math.h` not found
### Builds on Darwin fail with `math.h` not found
Users of GHC on Darwin have occasionally reported that builds fail, because the
compiler complains about a missing include file:
@@ -603,7 +605,7 @@ can configure the environment variables
in their `~/.bashrc` file to avoid the compiler error.
## Using Stack together with Nix
### Using Stack together with Nix
-- While building package zlib-0.5.4.2 using:
runhaskell -package=Cabal-1.22.4.0 -clear-package-db [... lots of flags ...]
@@ -666,7 +668,7 @@ to find out the store path of the system's zlib library. Now, you can
The same thing applies to `cabal configure`, of course, if you're
building with `cabal-install` instead of Stack.
## Creating statically linked binaries
### Creating statically linked binaries
There are two levels of static linking. The first option is to configure the
build with the Cabal flag `--disable-executable-dynamic`. In Nix expressions,
@@ -688,7 +690,7 @@ as shared libraries only, i.e. there is just no static library available that
Cabal could link!
# Other resources
## Other resources
- The Youtube video [Nix Loves Haskell](https://www.youtube.com/watch?v=BsBhi_r-OeE)
provides an introduction into Haskell NG aimed at beginners. The slides are

48
doc/introduction.md Normal file
View File

@@ -0,0 +1,48 @@
---
title: Introduction
author: Frederik Rietdijk
date: 2015-11-25
---
# Introduction
The Nix Packages collection (Nixpkgs) is a set of over 30,000 packages for the
[Nix package manager](http://nixos.org/nix/), released under a [permissive MIT/X11 license](https://github.com/NixOS/nixpkgs/blob/master/COPYING).
Packages are available for several architectures, and can be used with the Nix package manager
on most GNU/Linux distributions as well as NixOS.
This manual describes how to write packages for the Nix Packages collection
(Nixpkgs). Thus its for packagers and developers who want to add packages to
Nixpkgs. If you like to learn more about the Nix package manager and the Nix
expression language, then you are kindly referred to the [Nix manual](http://nixos.org/nix/manual/).
## Overview of Nixpkgs
Nix expressions describe how to build packages from source and are collected in
the [nixpkgs repository](https://github.com/NixOS/nixpkgs). Also included in the
collection are Nix expressions for [NixOS modules](http://nixos.org/nixos/manual/index.html#sec-writing-modules). With
these expressions the Nix package manager can build binary packages.
Packages, including the Nix packages collection, are distributed through
[channels](http://nixos.org/nix/manual/#sec-channels). The collection is
distributed for users of Nix on non-NixOS distributions through the channel
`nixpkgs`. Users of NixOS generally use one of the `nixos-*` channels, e.g.
`nixos-15.09`, which includes all packages and modules for the stable NixOS
15.09. The channels of the stable NixOS releases are generally only given
security updates. More up to date packages and modules are available via the
`nixos-unstable` channel.
Both `nixos-unstable` and `nixpkgs` follow the `master` branch of the Nixpkgs
repository, although both do lag the `master` branch by generally [a couple of days](http://howoldis.herokuapp.com/). Updates to a channel are distributed as
soon as all tests for that channel pass, e.g. [this table](http://hydra.nixos.org/job/nixpkgs/trunk/unstable#tabs-constituents)
shows the status of tests for the `nixpkgs` channel.
The tests are conducted by a cluster called [Hydra](http://nixos.org/hydra/),
which also builds binary packages from the Nix expressions in Nixpkgs. As soon
as a channel is updated, the binaries are made available via a [binary cache](https://cache.nixos.org). Until the channel updates, binaries that have
already been built, are available via [Hydra's binary cache](https://hydra.nixos.org).
The current Nix expressions of the channels are available in the
[`nixpkgs-channels`](https://github.com/NixOS/nixpkgs-channels) repository,
which has branches corresponding to the available channels. There is also the
Nixpkgs Monitor which keeps track of updates and security vulnerabilities.

View File

@@ -1,21 +0,0 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="chap-introduction">
<title>Introduction</title>
<para>This manual tells you how to write packages for the Nix Packages
collection (Nixpkgs). Thus its for packagers and developers who want
to add packages to Nixpkgs. End users are kindly referred to the
<link xlink:href="http://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual">Nix
manual</link>.</para>
<para>This manual does not describe the syntax and semantics of the
Nix expression language, which are given in the Nix manual in the
<link
xlink:href="http://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual/#chap-writing-nix-expressions">chapter
on writing Nix expressions</link>. It only describes the facilities
provided by Nixpkgs to make writing packages easier, such as the
standard build environment (<literal>stdenv</literal>).</para>
</chapter>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,41 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-coq">
<title>Coq</title>
<para>
Coq libraries should be installed in
<literal>$(out)/lib/coq/${coq.coq-version}/user-contrib/</literal>.
Such directories are automatically added to the
<literal>$COQPATH</literal> environment variable by the hook defined
in the Coq derivation.
</para>
<para>
Some libraries require OCaml and sometimes also Camlp5. The exact
versions that were used to build Coq are saved in the
<literal>coq.ocaml</literal> and <literal>coq.camlp5</literal>
attributes.
</para>
<para>
Here is a simple package example. It is a pure Coq library, thus it
only depends on Coq. Its <literal>makefile</literal> has been
generated using <literal>coq_makefile</literal> so we only have to
set the <literal>$COQLIB</literal> variable at install time.
</para>
<programlisting>
{stdenv, fetchurl, coq}:
stdenv.mkDerivation {
src = fetchurl {
url = http://coq.inria.fr/pylons/contribs/files/Karatsuba/v8.4/Karatsuba.tar.gz;
sha256 = "0ymfpv4v49k4fm63nq6gcl1hbnnxrvjjp7yzc4973n49b853c5b1";
};
name = "coq-karatsuba";
buildInputs = [ coq ];
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
}
</programlisting>
</section>

View File

@@ -0,0 +1,124 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-go">
<title>Go</title>
<para>The function <varname>buildGoPackage</varname> builds
standard Go packages.
</para>
<example xml:id='ex-buildGoPackage'><title>buildGoPackage</title>
<programlisting>
net = buildGoPackage rec {
name = "go.net-${rev}";
goPackagePath = "golang.org/x/net"; <co xml:id='ex-buildGoPackage-1' />
subPackages = [ "ipv4" "ipv6" ]; <co xml:id='ex-buildGoPackage-2' />
rev = "e0403b4e005";
src = fetchFromGitHub {
inherit rev;
owner = "golang";
repo = "net";
sha256 = "1g7cjzw4g4301a3yqpbk8n1d4s97sfby2aysl275x04g0zh8jxqp";
};
goPackageAliases = [ "code.google.com/p/go.net" ]; <co xml:id='ex-buildGoPackage-3' />
propagatedBuildInputs = [ goPackages.text ]; <co xml:id='ex-buildGoPackage-4' />
buildFlags = "--tags release"; <co xml:id='ex-buildGoPackage-5' />
disabled = isGo13;<co xml:id='ex-buildGoPackage-6' />
};
</programlisting>
</example>
<para><xref linkend='ex-buildGoPackage'/> is an example expression using buildGoPackage,
the following arguments are of special significance to the function:
<calloutlist>
<callout arearefs='ex-buildGoPackage-1'>
<para>
<varname>goPackagePath</varname> specifies the package's canonical Go import path.
</para>
</callout>
<callout arearefs='ex-buildGoPackage-2'>
<para>
<varname>subPackages</varname> limits the builder from building child packages that
have not been listed. If <varname>subPackages</varname> is not specified, all child
packages will be built.
</para>
<para>
In this example only <literal>code.google.com/p/go.net/ipv4</literal> and
<literal>code.google.com/p/go.net/ipv6</literal> will be built.
</para>
</callout>
<callout arearefs='ex-buildGoPackage-3'>
<para>
<varname>goPackageAliases</varname> is a list of alternative import paths
that are valid for this library.
Packages that depend on this library will automatically rename
import paths that match any of the aliases to <literal>goPackagePath</literal>.
</para>
<para>
In this example imports will be renamed from
<literal>code.google.com/p/go.net</literal> to
<literal>golang.org/x/net</literal> in every package that depend on the
<literal>go.net</literal> library.
</para>
</callout>
<callout arearefs='ex-buildGoPackage-4'>
<para>
<varname>propagatedBuildInputs</varname> is where the dependencies of a Go library are
listed. Only libraries should list <varname>propagatedBuildInputs</varname>. If a standalone
program is being built instead, use <varname>buildInputs</varname>. If a library's tests require
additional dependencies that are not propagated, they should be listed in <varname>buildInputs</varname>.
</para>
</callout>
<callout arearefs='ex-buildGoPackage-5'>
<para>
<varname>buildFlags</varname> is a list of flags passed to the go build command.
</para>
</callout>
<callout arearefs='ex-buildGoPackage-6'>
<para>
If <varname>disabled</varname> is <literal>true</literal>,
nix will refuse to build this package.
</para>
<para>
In this example the package will not be built for go 1.3. The <literal>isGo13</literal>
is an utility function that returns <literal>true</literal> if go used to build the
package has version 1.3.x.
</para>
</callout>
</calloutlist>
</para>
<para>
Reusable Go libraries may be found in the <varname>goPackages</varname> set. You can test
build a Go package as follows:
<screen>
$ nix-build -A goPackages.net
</screen>
</para>
<para>
You may use Go packages installed into the active Nix profiles by adding
the following to your ~/.bashrc:
<screen>
for p in $NIX_PROFILES; do
GOPATH="$p/share/go:$GOPATH"
done
</screen>
</para>
<para>To extract dependency information from a Go package in automated way use <link xlink:href="https://github.com/cstrahan/go2nix">go2nix</link>.</para>
</section>

View File

@@ -0,0 +1,44 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
<title>Support for specific programming languages and frameworks</title>
<para>The <link linkend="chap-stdenv">standard build
environment</link> makes it easy to build typical Autotools-based
packages with very little code. Any other kind of package can be
accomodated by overriding the appropriate phases of
<literal>stdenv</literal>. However, there are specialised functions
in Nixpkgs to easily build packages for other programming languages,
such as Perl or Haskell. These are described in this chapter.</para>
<xi:include href="perl.xml" />
<xi:include href="python.xml" />
<xi:include href="ruby.xml" />
<xi:include href="go.xml" />
<xi:include href="java.xml" />
<xi:include href="lua.xml" />
<xi:include href="coq.xml" />
<xi:include href="idris.xml" /> <!-- generated from ../../pkgs/development/idris-modules/README.md -->
<xi:include href="r.xml" /> <!-- generated from ../../pkgs/development/r-modules/README.md -->
<xi:include href="qt.xml" />
<!--
<section><title>Haskell</title>
<para>TODO</para>
</section>
<section><title>TeX / LaTeX</title>
<para>* Special support for building TeX documents</para>
</section>
-->
</chapter>

View File

@@ -0,0 +1,84 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-java">
<title>Java</title>
<para>Ant-based Java packages are typically built from source as follows:
<programlisting>
stdenv.mkDerivation {
name = "...";
src = fetchurl { ... };
buildInputs = [ jdk ant ];
buildPhase = "ant";
}
</programlisting>
Note that <varname>jdk</varname> is an alias for the OpenJDK.</para>
<para>JAR files that are intended to be used by other packages should
be installed in <filename>$out/share/java</filename>. The OpenJDK has
a stdenv setup hook that adds any JARs in the
<filename>share/java</filename> directories of the build inputs to the
<envar>CLASSPATH</envar> environment variable. For instance, if the
package <literal>libfoo</literal> installs a JAR named
<filename>foo.jar</filename> in its <filename>share/java</filename>
directory, and another package declares the attribute
<programlisting>
buildInputs = [ jdk libfoo ];
</programlisting>
then <envar>CLASSPATH</envar> will be set to
<filename>/nix/store/...-libfoo/share/java/foo.jar</filename>.</para>
<para>Private JARs
should be installed in a location like
<filename>$out/share/<replaceable>package-name</replaceable></filename>.</para>
<para>If your Java package provides a program, you need to generate a
wrapper script to run it using the OpenJRE. You can use
<literal>makeWrapper</literal> for this:
<programlisting>
buildInputs = [ makeWrapper ];
installPhase =
''
mkdir -p $out/bin
makeWrapper ${jre}/bin/java $out/bin/foo \
--add-flags "-cp $out/share/java/foo.jar org.foo.Main"
'';
</programlisting>
Note the use of <literal>jre</literal>, which is the part of the
OpenJDK package that contains the Java Runtime Environment. By using
<literal>${jre}/bin/java</literal> instead of
<literal>${jdk}/bin/java</literal>, you prevent your package from
depending on the JDK at runtime.</para>
<para>It is possible to use a different Java compiler than
<command>javac</command> from the OpenJDK. For instance, to use the
Eclipse Java Compiler:
<programlisting>
buildInputs = [ jre ant ecj ];
</programlisting>
(Note that here you dont need the full JDK as an input, but just the
JRE.) The ECJ has a stdenv setup hook that sets some environment
variables to cause Ant to use ECJ, but this doesnt work with all Ant
files. Similarly, you can use the GNU Java Compiler:
<programlisting>
buildInputs = [ gcj ant ];
</programlisting>
Here, Ant will automatically use <command>gij</command> (the GNU Java
Runtime) instead of the OpenJRE.</para>
</section>

View File

@@ -0,0 +1,51 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-lua">
<title>Lua</title>
<para>
Lua packages are built by the <varname>buildLuaPackage</varname> function. This function is
implemented
in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/lua-modules/generic/default.nix">
<filename>pkgs/development/lua-modules/generic/default.nix</filename></link>
and works similarly to <varname>buildPerlPackage</varname>. (See
<xref linkend="sec-language-perl"/> for details.)
</para>
<para>
Lua packages are defined
in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/lua-packages.nix"><filename>pkgs/top-level/lua-packages.nix</filename></link>.
Most of them are simple. For example:
<programlisting>
fileSystem = buildLuaPackage {
name = "filesystem-1.6.2";
src = fetchurl {
url = "https://github.com/keplerproject/luafilesystem/archive/v1_6_2.tar.gz";
sha256 = "1n8qdwa20ypbrny99vhkmx8q04zd2jjycdb5196xdhgvqzk10abz";
};
meta = {
homepage = "https://github.com/keplerproject/luafilesystem";
hydraPlatforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ flosse ];
};
};
</programlisting>
</para>
<para>
Though, more complicated package should be placed in a seperate file in
<link
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/lua-modules"><filename>pkgs/development/lua-modules</filename></link>.
</para>
<para>
Lua packages accept additional parameter <varname>disabled</varname>, which defines
the condition of disabling package from luaPackages. For example, if package has
<varname>disabled</varname> assigned to <literal>lua.luaversion != "5.1"</literal>,
it will not be included in any luaPackages except lua51Packages, making it
only be built for lua 5.1.
</para>
</section>

View File

@@ -0,0 +1,181 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-perl">
<title>Perl</title>
<para>Nixpkgs provides a function <varname>buildPerlPackage</varname>,
a generic package builder function for any Perl package that has a
standard <varname>Makefile.PL</varname>. Its implemented in <link
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/perl-modules/generic"><filename>pkgs/development/perl-modules/generic</filename></link>.</para>
<para>Perl packages from CPAN are defined in <link
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/perl-packages.nix"><filename>pkgs/top-level/perl-packages.nix</filename></link>,
rather than <filename>pkgs/all-packages.nix</filename>. Most Perl
packages are so straight-forward to build that they are defined here
directly, rather than having a separate function for each package
called from <filename>perl-packages.nix</filename>. However, more
complicated packages should be put in a separate file, typically in
<filename>pkgs/development/perl-modules</filename>. Here is an
example of the former:
<programlisting>
ClassC3 = buildPerlPackage rec {
name = "Class-C3-0.21";
src = fetchurl {
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
sha256 = "1bl8z095y4js66pwxnm7s853pi9czala4sqc743fdlnk27kq94gz";
};
};
</programlisting>
Note the use of <literal>mirror://cpan/</literal>, and the
<literal>${name}</literal> in the URL definition to ensure that the
name attribute is consistent with the source that were actually
downloading. Perl packages are made available in
<filename>all-packages.nix</filename> through the variable
<varname>perlPackages</varname>. For instance, if you have a package
that needs <varname>ClassC3</varname>, you would typically write
<programlisting>
foo = import ../path/to/foo.nix {
inherit stdenv fetchurl ...;
inherit (perlPackages) ClassC3;
};
</programlisting>
in <filename>all-packages.nix</filename>. You can test building a
Perl package as follows:
<screen>
$ nix-build -A perlPackages.ClassC3
</screen>
<varname>buildPerlPackage</varname> adds <literal>perl-</literal> to
the start of the name attribute, so the package above is actually
called <literal>perl-Class-C3-0.21</literal>. So to install it, you
can say:
<screen>
$ nix-env -i perl-Class-C3
</screen>
(Of course you can also install using the attribute name:
<literal>nix-env -i -A perlPackages.ClassC3</literal>.)</para>
<para>So what does <varname>buildPerlPackage</varname> do? It does
the following:
<orderedlist>
<listitem><para>In the configure phase, it calls <literal>perl
Makefile.PL</literal> to generate a Makefile. You can set the
variable <varname>makeMakerFlags</varname> to pass flags to
<filename>Makefile.PL</filename></para></listitem>
<listitem><para>It adds the contents of the <envar>PERL5LIB</envar>
environment variable to <literal>#! .../bin/perl</literal> line of
Perl scripts as <literal>-I<replaceable>dir</replaceable></literal>
flags. This ensures that a script can find its
dependencies.</para></listitem>
<listitem><para>In the fixup phase, it writes the propagated build
inputs (<varname>propagatedBuildInputs</varname>) to the file
<filename>$out/nix-support/propagated-user-env-packages</filename>.
<command>nix-env</command> recursively installs all packages listed
in this file when you install a package that has it. This ensures
that a Perl package can find its dependencies.</para></listitem>
</orderedlist>
</para>
<para><varname>buildPerlPackage</varname> is built on top of
<varname>stdenv</varname>, so everything can be customised in the
usual way. For instance, the <literal>BerkeleyDB</literal> module has
a <varname>preConfigure</varname> hook to generate a configuration
file used by <filename>Makefile.PL</filename>:
<programlisting>
{ buildPerlPackage, fetchurl, db }:
buildPerlPackage rec {
name = "BerkeleyDB-0.36";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
sha256 = "07xf50riarb60l1h6m2dqmql8q5dij619712fsgw7ach04d8g3z1";
};
preConfigure = ''
echo "LIB = ${db}/lib" > config.in
echo "INCLUDE = ${db}/include" >> config.in
'';
}
</programlisting>
</para>
<para>Dependencies on other Perl packages can be specified in the
<varname>buildInputs</varname> and
<varname>propagatedBuildInputs</varname> attributes. If something is
exclusively a build-time dependency, use
<varname>buildInputs</varname>; if its (also) a runtime dependency,
use <varname>propagatedBuildInputs</varname>. For instance, this
builds a Perl module that has runtime dependencies on a bunch of other
modules:
<programlisting>
ClassC3Componentised = buildPerlPackage rec {
name = "Class-C3-Componentised-1.0004";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AS/ASH/${name}.tar.gz";
sha256 = "0xql73jkcdbq4q9m0b0rnca6nrlvf5hyzy8is0crdk65bynvs8q1";
};
propagatedBuildInputs = [
ClassC3 ClassInspector TestException MROCompat
];
};
</programlisting>
</para>
<section xml:id="ssec-generation-from-CPAN"><title>Generation from CPAN</title>
<para>Nix expressions for Perl packages can be generated (almost)
automatically from CPAN. This is done by the program
<command>nix-generate-from-cpan</command>, which can be installed
as follows:</para>
<screen>
$ nix-env -i nix-generate-from-cpan
</screen>
<para>This program takes a Perl module name, looks it up on CPAN,
fetches and unpacks the corresponding package, and prints a Nix
expression on standard output. For example:
<screen>
$ nix-generate-from-cpan XML::Simple
XMLSimple = buildPerlPackage {
name = "XML-Simple-2.20";
src = fetchurl {
url = mirror://cpan/authors/id/G/GR/GRANTM/XML-Simple-2.20.tar.gz;
sha256 = "5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a";
};
propagatedBuildInputs = [ XMLNamespaceSupport XMLSAX XMLSAXExpat ];
meta = {
description = "Easily read/write XML (esp config files)";
license = "perl";
};
};
</screen>
The output can be pasted into
<filename>pkgs/top-level/perl-packages.nix</filename> or wherever else
you need it.</para>
</section>
</section>

View File

@@ -0,0 +1,447 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-python">
<title>Python</title>
<para>
Currently supported interpreters are <varname>python26</varname>, <varname>python27</varname>,
<varname>python33</varname>, <varname>python34</varname>, <varname>python35</varname>
and <varname>pypy</varname>.
</para>
<para>
<varname>python</varname> is an alias to <varname>python27</varname> and <varname>python3</varname> is an alias to <varname>python34</varname>.
</para>
<para>
<varname>python26</varname> and <varname>python27</varname> do not include modules that require
external dependencies (to reduce dependency bloat). Following modules need to be added as
<varname>buildInput</varname> explicitly:
</para>
<itemizedlist>
<listitem><para><varname>python.modules.bsddb</varname></para></listitem>
<listitem><para><varname>python.modules.curses</varname></para></listitem>
<listitem><para><varname>python.modules.curses_panel</varname></para></listitem>
<listitem><para><varname>python.modules.crypt</varname></para></listitem>
<listitem><para><varname>python.modules.gdbm</varname></para></listitem>
<listitem><para><varname>python.modules.sqlite3</varname></para></listitem>
<listitem><para><varname>python.modules.tkinter</varname></para></listitem>
<listitem><para><varname>python.modules.readline</varname></para></listitem>
</itemizedlist>
<para>For convenience <varname>python27Full</varname> and <varname>python26Full</varname>
are provided with all modules included.</para>
<para>
Python packages that
use <link xlink:href="http://pypi.python.org/pypi/setuptools/"><literal>setuptools</literal></link> or <literal>distutils</literal>,
can be built using the <varname>buildPythonPackage</varname> function as documented below.
</para>
<para>
All packages depending on any Python interpreter get appended <varname>$out/${python.sitePackages}</varname>
to <literal>$PYTHONPATH</literal> if such directory exists.
</para>
<variablelist>
<title>
Useful attributes on interpreters packages:
</title>
<varlistentry>
<term><varname>libPrefix</varname></term>
<listitem><para>
Name of the folder in <literal>${python}/lib/</literal> for corresponding interpreter.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>interpreter</varname></term>
<listitem><para>
Alias for <literal>${python}/bin/${executable}.</literal>
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>buildEnv</varname></term>
<listitem><para>
Function to build python interpreter environments with extra packages bundled together.
See <xref linkend="ssec-python-build-env" /> for usage and documentation.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>sitePackages</varname></term>
<listitem><para>
Alias for <literal>lib/${libPrefix}/site-packages</literal>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>executable</varname></term>
<listitem><para>
Name of the interpreter executable, ie <literal>python3.4</literal>.
</para></listitem>
</varlistentry>
</variablelist>
<section xml:id="ssec-build-python-package"><title><varname>buildPythonPackage</varname> function</title>
<para>
The function is implemented in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/generic/default.nix">
<filename>pkgs/development/python-modules/generic/default.nix</filename></link>.
Example usage:
<programlisting language="nix">
twisted = buildPythonPackage {
name = "twisted-8.1.0";
src = pkgs.fetchurl {
url = http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Twisted-8.1.0.tar.bz2;
sha256 = "0q25zbr4xzknaghha72mq57kh53qw1bf8csgp63pm9sfi72qhirl";
};
propagatedBuildInputs = [ self.ZopeInterface ];
meta = {
homepage = http://twistedmatrix.com/;
description = "Twisted, an event-driven networking engine written in Python";
license = stdenv.lib.licenses.mit;
};
};
</programlisting>
Most of Python packages that use <varname>buildPythonPackage</varname> are defined
in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/python-packages.nix"><filename>pkgs/top-level/python-packages.nix</filename></link>
and generated for each python interpreter separately into attribute sets <varname>python26Packages</varname>,
<varname>python27Packages</varname>, <varname>python35Packages</varname>, <varname>python33Packages</varname>,
<varname>python34Packages</varname> and <varname>pypyPackages</varname>.
</para>
<para>
<function>buildPythonPackage</function> mainly does four things:
<orderedlist>
<listitem><para>
In the <varname>buildPhase</varname>, it calls
<literal>${python.interpreter} setup.py bdist_wheel</literal> to build a wheel binary zipfile.
</para></listitem>
<listitem><para>
In the <varname>installPhase</varname>, it installs the wheel file using
<literal>pip install *.whl</literal>.
</para></listitem>
<listitem><para>
In the <varname>postFixup</varname> phase, <literal>wrapPythonPrograms</literal>
bash function is called to wrap all programs in <filename>$out/bin/*</filename>
directory to include <literal>$PYTHONPATH</literal> and <literal>$PATH</literal>
environment variables.
</para></listitem>
<listitem><para>
In the <varname>installCheck</varname> phase, <literal>${python.interpreter} setup.py test</literal>
is ran.
</para></listitem>
</orderedlist>
</para>
<para>By default <varname>doCheck = true</varname> is set</para>
<para>
As in Perl, dependencies on other Python packages can be specified in the
<varname>buildInputs</varname> and
<varname>propagatedBuildInputs</varname> attributes. If something is
exclusively a build-time dependency, use
<varname>buildInputs</varname>; if its (also) a runtime dependency,
use <varname>propagatedBuildInputs</varname>.
</para>
<para>
By default <varname>meta.platforms</varname> is set to the same value
as the interpreter unless overriden otherwise.
</para>
<variablelist>
<title>
<varname>buildPythonPackage</varname> parameters
(all parameters from <varname>mkDerivation</varname> function are still supported)
</title>
<varlistentry>
<term><varname>namePrefix</varname></term>
<listitem><para>
Prepended text to <varname>${name}</varname> parameter.
Defaults to <literal>"python3.3-"</literal> for Python 3.3, etc. Set it to
<literal>""</literal>
if you're packaging an application or a command line tool.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>disabled</varname></term>
<listitem><para>
If <varname>true</varname>, package is not build for
particular python interpreter version. Grep around
<filename>pkgs/top-level/python-packages.nix</filename>
for examples.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>setupPyBuildFlags</varname></term>
<listitem><para>
List of flags passed to <command>setup.py build_ext</command> command.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>pythonPath</varname></term>
<listitem><para>
List of packages to be added into <literal>$PYTHONPATH</literal>.
Packages in <varname>pythonPath</varname> are not propagated
(contrary to <varname>propagatedBuildInputs</varname>).
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>preShellHook</varname></term>
<listitem><para>
Hook to execute commands before <varname>shellHook</varname>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>postShellHook</varname></term>
<listitem><para>
Hook to execute commands after <varname>shellHook</varname>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>makeWrapperArgs</varname></term>
<listitem><para>
A list of strings. Arguments to be passed to
<varname>makeWrapper</varname>, which wraps generated binaries. By
default, the arguments to <varname>makeWrapper</varname> set
<varname>PATH</varname> and <varname>PYTHONPATH</varname> environment
variables before calling the binary. Additional arguments here can
allow a developer to set environment variables which will be
available when the binary is run. For example,
<varname>makeWrapperArgs = ["--set FOO BAR" "--set BAZ QUX"]</varname>.
</para></listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ssec-python-build-env"><title><function>python.buildEnv</function> function</title>
<para>
Create Python environments using low-level <function>pkgs.buildEnv</function> function. Example <filename>default.nix</filename>:
<programlisting language="nix">
<![CDATA[with import <nixpkgs> {};
python.buildEnv.override {
extraLibs = [ pkgs.pythonPackages.pyramid ];
ignoreCollisions = true;
}]]>
</programlisting>
Running <command>nix-build</command> will create
<filename>/nix/store/cf1xhjwzmdki7fasgr4kz6di72ykicl5-python-2.7.8-env</filename>
with wrapped binaries in <filename>bin/</filename>.
</para>
<para>
You can also use <varname>env</varname> attribute to create local
environments with needed packages installed (somewhat comparable to
<literal>virtualenv</literal>). For example, with the following
<filename>shell.nix</filename>:
<programlisting language="nix">
<![CDATA[with import <nixpkgs> {};
(python3.buildEnv.override {
extraLibs = with python3Packages;
[ numpy
requests
];
}).env]]>
</programlisting>
Running <command>nix-shell</command> will drop you into a shell where
<command>python</command> will have specified packages in its path.
</para>
<variablelist>
<title>
<function>python.buildEnv</function> arguments
</title>
<varlistentry>
<term><varname>extraLibs</varname></term>
<listitem><para>
List of packages installed inside the environment.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>postBuild</varname></term>
<listitem><para>
Shell command executed after the build of environment.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>ignoreCollisions</varname></term>
<listitem><para>
Ignore file collisions inside the environment (default is <varname>false</varname>).
</para></listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ssec-python-tools"><title>Tools</title>
<para>Packages inside nixpkgs are written by hand. However many tools
exist in community to help save time. No tool is preferred at the moment.
</para>
<itemizedlist>
<listitem><para>
<link xlink:href="https://github.com/proger/python2nix">python2nix</link>
by Vladimir Kirillov
</para></listitem>
<listitem><para>
<link xlink:href="https://github.com/garbas/pypi2nix">pypi2nix</link>
by Rok Garbas
</para></listitem>
<listitem><para>
<link xlink:href="https://github.com/offlinehacker/pypi2nix">pypi2nix</link>
by Jaka Hudoklin
</para></listitem>
</itemizedlist>
</section>
<section xml:id="ssec-python-development"><title>Development</title>
<para>
To develop Python packages <function>buildPythonPackage</function> has
additional logic inside <varname>shellPhase</varname> to run
<command>pip install -e . --prefix $TMPDIR/</command> for the package.
</para>
<warning><para><varname>shellPhase</varname> is executed only if <filename>setup.py</filename>
exists.</para></warning>
<para>
Given a <filename>default.nix</filename>:
<programlisting language="nix">
<![CDATA[with import <nixpkgs> {};
buildPythonPackage {
name = "myproject";
buildInputs = with pkgs.pythonPackages; [ pyramid ];
src = ./.;
}]]>
</programlisting>
Running <command>nix-shell</command> with no arguments should give you
the environment in which the package would be build with
<command>nix-build</command>.
</para>
<para>
Shortcut to setup environments with C headers/libraries and python packages:
<programlisting language="bash">$ nix-shell -p pythonPackages.pyramid zlib libjpeg git</programlisting>
</para>
<note><para>
There is a boolean value <varname>lib.inNixShell</varname> set to
<varname>true</varname> if nix-shell is invoked.
</para></note>
</section>
<section xml:id="ssec-python-faq"><title>FAQ</title>
<variablelist>
<varlistentry>
<term>How to solve circular dependencies?</term>
<listitem><para>
If you have packages <varname>A</varname> and <varname>B</varname> that
depend on each other, when packaging <varname>B</varname> override package
<varname>A</varname> not to depend on <varname>B</varname> as input
(and also the other way around).
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>install_data / data_files</varname> problems resulting into <literal>error: could not create '/nix/store/6l1bvljpy8gazlsw2aw9skwwp4pmvyxw-python-2.7.8/etc': Permission denied</literal></term>
<listitem><para>
<link xlink:href="https://bitbucket.org/pypa/setuptools/issue/130/install_data-doesnt-respect-prefix">
Known bug in setuptools <varname>install_data</varname> does not respect --prefix</link>. Example of
such package using the feature is <filename>pkgs/tools/X11/xpra/default.nix</filename>. As workaround
install it as an extra <varname>preInstall</varname> step:
<programlisting>${python.interpreter} setup.py install_data --install-dir=$out --root=$out
sed -i '/ = data_files/d' setup.py</programlisting>
</para></listitem>
</varlistentry>
<varlistentry>
<term>Rationale of non-existent global site-packages</term>
<listitem><para>
There is no need to have global site-packages in Nix. Each package has isolated
dependency tree and installing any python package will only populate <varname>$PATH</varname>
inside user environment. See <xref linkend="ssec-python-build-env" /> to create self-contained
interpreter with a set of packages.
</para></listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="ssec-python-contrib"><title>Contributing guidelines</title>
<para>
Following rules are desired to be respected:
</para>
<itemizedlist>
<listitem><para>
Make sure package builds for all python interpreters. Use <varname>disabled</varname> argument to
<function>buildPythonPackage</function> to set unsupported interpreters.
</para></listitem>
<listitem><para>
If tests need to be disabled for a package, make sure you leave a comment about reasoning.
</para></listitem>
<listitem><para>
Packages in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/python-packages.nix"><filename>pkgs/top-level/python-packages.nix</filename></link>
are sorted quasi-alphabetically to avoid merge conflicts.
</para></listitem>
</itemizedlist>
</section>
</section>

View File

@@ -0,0 +1,70 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-qt">
<title>Qt</title>
<para>The information in this section applies to Qt 5.5 and later.</para>
<para>Qt is an application development toolkit for C++. Although it is
not a distinct programming language, there are special considerations
for packaging Qt-based programs and libraries. A small set of tools
and conventions has grown out of these considerations.</para>
<section xml:id="ssec-qt-libraries"><title>Libraries</title>
<para>Packages that provide libraries should be listed in
<varname>qt5LibsFun</varname> so that the library is built with each
Qt version. A set of packages is provided for each version of Qt; for
example, <varname>qt5Libs</varname> always provides libraries built
with the latest version, <varname>qt55Libs</varname> provides
libraries built with Qt 5.5, and so on. To avoid version conflicts, no
top-level attributes are created for these packages.</para>
</section>
<section xml:id="ssec-qt-programs"><title>Programs</title>
<para>Application packages do not need to be built with every Qt
version. To ensure consistency between the package's dependencies,
call the package with <literal>qt5Libs.callPackage</literal> instead
of the usual <literal>callPackage</literal>. An older version may be
selected in case of incompatibility. For example, to build with Qt
5.5, call the package with
<literal>qt55Libs.callPackage</literal>.</para>
<para>Several environment variables must be set at runtime for Qt
applications to function correctly, including:</para>
<itemizedlist>
<listitem><para><envar>QT_PLUGIN_PATH</envar></para></listitem>
<listitem><para><envar>QML_IMPORT_PATH</envar></para></listitem>
<listitem><para><envar>QML2_IMPORT_PATH</envar></para></listitem>
<listitem><para><envar>XDG_DATA_DIRS</envar></para></listitem>
</itemizedlist>
<para>To ensure that these are set correctly, the program must be wrapped by
invoking <literal>wrapQtProgram <replaceable>program</replaceable></literal>
during installation (for example, during
<literal>fixupPhase</literal>). <literal>wrapQtProgram</literal>
accepts the same options as <literal>makeWrapper</literal>.
</para>
</section>
<section xml:id="ssec-qt-kde"><title>KDE</title>
<para>Many of the considerations above also apply to KDE packages,
especially the need to set the correct environment variables at
runtime. To ensure that this is done, invoke <literal>wrapKDEProgram
<replaceable>program</replaceable></literal> during
installation. <literal>wrapKDEProgram</literal> also generates a
<literal>ksycoca</literal> database so that required data and services
can be found. Like its Qt counterpart,
<literal>wrapKDEProgram</literal> accepts the same options as
<literal>makeWrapper</literal>.</para>
</section>
</section>

View File

@@ -0,0 +1,78 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="sec-language-ruby">
<title>Ruby</title>
<para>There currently is support to bundle applications that are packaged as Ruby gems. The utility "bundix" allows you to write a <filename>Gemfile</filename>, let bundler create a <filename>Gemfile.lock</filename>, and then convert
this into a nix expression that contains all Gem dependencies automatically.</para>
<para>For example, to package sensu, we did:</para>
<screen>
<![CDATA[$ cd pkgs/servers/monitoring
$ mkdir sensu
$ cat > Gemfile
source 'https://rubygems.org'
gem 'sensu'
$ bundler package --path /tmp/vendor/bundle
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
$ cat > default.nix
{ lib, bundlerEnv, ruby }:
bundlerEnv {
name = "sensu-0.17.1";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable,
and scalable.";
homepage = http://sensuapp.org/;
license = with licenses; mit;
maintainers = with maintainers; [ theuni ];
platforms = platforms.unix;
};
}]]>
</screen>
<para>Please check in the <filename>Gemfile</filename>, <filename>Gemfile.lock</filename> and the <filename>gemset.nix</filename> so future updates can be run easily.
</para>
<para>Resulting derivations also have two helpful items, <literal>env</literal> and <literal>wrapper</literal>. The first one allows one to quickly drop into
<command>nix-shell</command> with the specified environment present. E.g. <command>nix-shell -A sensu.env</command> would give you an environment with Ruby preset
so it has all the libraries necessary for <literal>sensu</literal> in its paths. The second one can be used to make derivations from custom Ruby scripts which have
<filename>Gemfile</filename>s with their dependencies specified. It is a derivation with <command>ruby</command> wrapped so it can find all the needed dependencies.
For example, to make a derivation <literal>my-script</literal> for a <filename>my-script.rb</filename> (which should be placed in <filename>bin</filename>) you should
run <command>bundix</command> as specified above and then use <literal>bundlerEnv</literal> lile this:</para>
<programlisting>
<![CDATA[let env = bundlerEnv {
name = "my-script-env";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
};
in stdenv.mkDerivation {
name = "my-script";
buildInputs = [ env.wrapper ];
script = ./my-script.rb;
buildCommand = ''
mkdir -p $out/bin
install -D -m755 $script $out/bin/my-script
patchShebangs $out/bin/my-script
'';
}]]>
</programlisting>
</section>

View File

@@ -12,14 +12,15 @@
<xi:include href="introduction.xml" />
<xi:include href="quick-start.xml" />
<xi:include href="stdenv.xml" />
<xi:include href="packageconfig.xml" />
<xi:include href="configuration.xml" />
<xi:include href="functions.xml" />
<xi:include href="meta.xml" />
<xi:include href="language-support.xml" />
<xi:include href="languages-frameworks/index.xml" />
<xi:include href="package-notes.xml" />
<xi:include href="coding-conventions.xml" />
<xi:include href="submitting-changes.xml" />
<xi:include href="haskell-users-guide.xml" />
<xi:include href="erlang-users-guide.xml" />
<xi:include href="contributing.xml" />
</book>

View File

@@ -33,7 +33,7 @@ the package. The value of a meta-attribute must be a string.</para>
command-line using <command>nix-env</command>:
<screen>
$ nix-env -qa hello --meta --json
$ nix-env -qa hello --json
{
"hello": {
"meta": {
@@ -112,11 +112,6 @@ meta-attributes</title>
package.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>version</varname></term>
<listitem><para>Package version.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>branch</varname></term>
<listitem><para>Release branch. Used to specify that a package is not
@@ -263,45 +258,54 @@ a value from <varname>stdenv.lib.licenses</varname> defined in
<link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/lib/licenses.nix">
<filename>nixpkgs/lib/licenses.nix</filename></link>,
or in-place license description of the same format if the license is
unlikely to be useful in another expression.
unlikely to be useful in another expression.</para>
<para>Although it's typically better to indicate the specific license,
a few generic options are available:
A few generic options are available, although it's typically better
to indicate the specific license:
<variablelist>
<varlistentry>
<term><varname>free</varname></term>
<term><varname>stdenv.lib.licenses.free</varname>,
<varname>"free"</varname></term>
<listitem><para>Catch-all for free software licenses not listed
above.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>unfree-redistributable</varname></term>
<term><varname>stdenv.lib.licenses.unfreeRedistributable</varname>,
<varname>"unfree-redistributable"</varname></term>
<listitem><para>Unfree package that can be redistributed in binary
form. That is, its legal to redistribute the
form. That is, its legal to redistribute the
<emphasis>output</emphasis> of the derivation. This means that
the package can be included in the Nixpkgs
channel.</para>
<para>Sometimes proprietary software can only be redistributed
unmodified. Make sure the builder doesnt actually modify the
unmodified. Make sure the builder doesnt actually modify the
original binaries; otherwise were breaking the license. For
instance, the NVIDIA X11 drivers can be redistributed unmodified,
but our builder applies <command>patchelf</command> to make them
work. Thus, its license is <varname>unfree</varname> and it
work. Thus, its license is <varname>"unfree"</varname> and it
cannot be included in the Nixpkgs channel.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>unfree</varname></term>
<listitem><para>Unfree package that cannot be redistributed. You
<term><varname>stdenv.lib.licenses.unfree</varname>,
<varname>"unfree"</varname></term>
<listitem><para>Unfree package that cannot be redistributed. You
can build it yourself, but you cannot redistribute the output of
the derivation. Thus it cannot be included in the Nixpkgs
the derivation. Thus it cannot be included in the Nixpkgs
channel.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>unfree-redistributable-firmware</varname></term>
<term><varname>stdenv.lib.licenses.unfreeRedistributableFirmware</varname>,
<varname>"unfree-redistributable-firmware"</varname></term>
<listitem><para>This package supplies unfree, redistributable
firmware. This is a separate value from
<varname>unfree-redistributable</varname> because not everybody

View File

@@ -125,7 +125,7 @@ $ make menuconfig ARCH=<replaceable>arch</replaceable></screen>
<listitem>
<para>It may be that the new kernel requires updating the external
kernel modules and kernel-dependent packages listed in the
<varname>kernelPackagesFor</varname> function in
<varname>linuxPackagesFor</varname> function in
<filename>all-packages.nix</filename> (such as the NVIDIA drivers,
AUFS, etc.). If the updated packages arent backwards compatible
with older kernels, you may need to keep the older versions

View File

@@ -1,88 +0,0 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="chap-packageconfig">
<title><filename>~/.nixpkgs/config.nix</filename>: global configuration</title>
<para>
Nix packages can be configured to allow or deny certain options.
</para>
<para>
To apply the configuration edit <filename>~/.nixpkgs/config.nix</filename>
and set it like
<programlisting>{
allowUnfree = true;
}</programlisting>
and will allow the Nix package manager to install unfree licensed packages.
The configuration as listed also applies to NixOS under <option>nixpkgs.config</option> set.
</para>
<itemizedlist>
<listitem>
<para>
Allow installing of packages that are distributed under unfree license by setting
<programlisting>allowUnfree = true;</programlisting>
or deny them by setting it to <literal>false</literal>.
</para>
<para>
Same can be achieved by setting the environment variable:
<programlisting>$ export NIXPKGS_ALLOW_UNFREE=1</programlisting>
</para>
</listitem>
<listitem>
<para>
Whenever unfree packages are not allowed, single packages can
still be allowed by a predicate function that accepts package
as an argument and should return a boolean:
<programlisting>allowUnfreePredicate = (pkg: ...);</programlisting>
Example to allow flash player only:
<programlisting>allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "flashplayer-" pkg.name);</programlisting>
</para>
</listitem>
<listitem>
<para>
Whenever unfree packages are not allowed, packages can still be
whitelisted by their license:
<programlisting>whitelistedLicenses = with stdenv.lib.licenses; [ amd wtfpl ];</programlisting>
</para>
</listitem>
<listitem>
<para>
In addition to whitelisting licenses which are denied by the
<literal>allowUnfree</literal> setting, you can also explicitely
deny installation of packages which have a certain license:
<programlisting>blacklistedLicenses = with stdenv.lib.licenses; [ agpl3 gpl3 ];</programlisting>
</para>
</listitem>
</itemizedlist>
<para>
A complete list of licenses can be found in the file
<filename>lib/licenses.nix</filename> of the nix package tree.
</para>
<section xml:id="sec-modify-via-packageOverrides"><title>Modify
packages via <literal>packageOverrides</literal></title>
<para>
You can define a function called <varname>packageOverrides</varname>
in your local <filename>~/.nixpkgs/config</filename> to overide nix
packages. It must be a function that takes pkgs as an argument and
return modified set of packages.
<programlisting>{
packageOverrides = pkgs: rec {
foo = pkgs.foo.override { ... };
};
}</programlisting>
</para>
</section>
</chapter>

View File

@@ -224,6 +224,63 @@ genericBuild
</variablelist>
<variablelist>
<title>Variables affecting build properties</title>
<varlistentry>
<term><varname>enableParallelBuilding</varname></term>
<listitem><para>If set, <literal>stdenv</literal> will pass specific
flags to <literal>make</literal> and other build tools to enable
parallel building with up to <literal>build-cores</literal>
workers.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>preferLocalBuild</varname></term>
<listitem><para>If set, specifies that the package is so lightweight
in terms of build operations (e.g. write a text file from a Nix string
to the store) that there's no need to look for it in binary caches --
it's faster to just build it locally. It also tells Hydra and other
facilities that this package doesn't need to be exported in binary
caches (noone would use it, after all).</para></listitem>
</varlistentry>
</variablelist>
<variablelist>
<title>Special variables</title>
<varlistentry>
<term><varname>passthru</varname></term>
<listitem><para>This is an attribute set which can be filled with arbitrary
values. For example:
<programlisting>
passthru = {
foo = "bar";
baz = {
value1 = 4;
value2 = 5;
};
}
</programlisting>
</para>
<para>Values inside it are not passed to the builder, so you can change
them without triggering a rebuild. However, they can be accessed outside of a
derivation directly, as if they were set inside a derivation itself, e.g.
<literal>hello.baz.value1</literal>. We don't specify any usage or
schema of <literal>passthru</literal> - it is meant for values that would be
useful outside the derivation in other parts of a Nix expression (e.g. in other
derivations). An example would be to convey some specific dependency of your
derivation which contains a program with plugins support. Later, others who
make derivations with plugins can use passed-through dependency to ensure that
their plugin would be binary-compatible with built program.</para></listitem>
</varlistentry>
</variablelist>
</section>
@@ -1186,6 +1243,14 @@ echo @foo@
environment variable.</para></listitem>
</varlistentry>
<varlistentry>
<term>Autoconf</term>
<listitem><para>The <varname>autoreconfHook</varname> derivation adds
<varname>autoreconfPhase</varname>, which runs autoreconf, libtoolize and
automake, essentially preparing the configure script in autotools-based
builds.</para></listitem>
</varlistentry>
<varlistentry>
<term>libxml2</term>
<listitem><para>Adds every file named

View File

@@ -261,23 +261,72 @@ Additional information.
<para>Hydra builds for master and staging should not be used as testing platform, it's a build farm for changes that have been already tested.</para>
</listitem>
<listitem>
<para>Master should only see non-breaking commits that do not cause mass rebuilds.</para>
</listitem>
<listitem>
<para>Staging should only see non-breaking mass-rebuild commits. That means it's not to be used for testing, and changes must have been well tested already. <link xlink:href="http://comments.gmane.org/gmane.linux.distributions.nixos/13447">Read policy here</link>.</para>
</listitem>
<listitem>
<para>If staging is already in a broken state, please refrain from adding extra new breakages. Stabilize it for a few days, merge into master, then resume development on staging. <link xlink:href="http://hydra.nixos.org/jobset/nixpkgs/staging#tabs-evaluations">Keep an eye on the staging evaluations here</link>.</para>
</listitem>
<listitem>
<para>When changing the bootloader installation process, extra care must be taken. Grub installations cannot be rolled back, hence changes may break people's installations forever. For any non-trivial change to the bootloader please file a PR asking for review, especially from @edolstra.</para>
</listitem>
</itemizedlist>
<section>
<title>Master branch</title>
<itemizedlist>
<listitem>
<para>
It should only see non-breaking commits that do not cause mass rebuilds.
</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Staging branch</title>
<itemizedlist>
<listitem>
<para>
It's only for non-breaking mass-rebuild commits. That means it's not to
be used for testing, and changes must have been well tested already.
<link xlink:href="http://comments.gmane.org/gmane.linux.distributions.nixos/13447">Read policy here</link>.
</para>
</listitem>
<listitem>
<para>
If the branch is already in a broken state, please refrain from adding
extra new breakages. Stabilize it for a few days, merge into master,
then resume development on staging.
<link xlink:href="http://hydra.nixos.org/jobset/nixpkgs/staging#tabs-evaluations">Keep an eye on the staging evaluations here</link>.
If any fixes for staging happen to be already in master, then master can
be merged into staging.
</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>Stable release branches</title>
<itemizedlist>
<listitem>
<para>
If you're cherry-picking a commit to a stable release branch, always use
<command>git cherry-pick -xe</command> and ensure the message contains a
clear description about why this needs to be included in the stable
branch.
</para>
<para>An example of a cherry-picked commit would look like this:</para>
<screen>
nixos: Refactor the world.
The original commit message describing the reason why the world was torn apart.
(cherry picked from commit abcdef)
Reason: I just had a gut feeling that this would also be wanted by people from
the stone age.
</screen>
</listitem>
</itemizedlist>
</section>
</section>
</chapter>

View File

@@ -23,6 +23,17 @@ rec {
then attrByPath (tail attrPath) default e.${attr}
else default;
/* Return if an attribute from nested attribute set exists.
For instance ["x" "y"] applied to some set e returns true, if e.x.y exists. False
is returned otherwise. */
hasAttrByPath = attrPath: e:
let attr = head attrPath;
in
if attrPath == [] then true
else if e ? ${attr}
then hasAttrByPath (tail attrPath) e.${attr}
else false;
/* Return nested attribute set in which an attribute is set. For instance
["x" "y"] applied with some value v returns `x.y = v;' */

View File

@@ -17,10 +17,11 @@ let
systems = import ./systems.nix;
customisation = import ./customisation.nix;
licenses = import ./licenses.nix;
sandbox = import ./sandbox.nix;
in
{ inherit trivial lists strings stringsWithDeps attrsets sources options
modules types meta debug maintainers licenses platforms systems;
modules types meta debug maintainers licenses platforms systems sandbox;
}
# !!! don't include everything at top-level; perhaps only the most
# commonly used functions.

View File

@@ -411,7 +411,7 @@ rec {
nixType = x:
if isAttrs x then
if x ? outPath then "derivation"
else "aattrs"
else "attrs"
else if isFunction x then "function"
else if isList x then "list"
else if x == true then "bool"

View File

@@ -85,6 +85,26 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Creative Commons Zero v1.0 Universal";
};
cc-by-nc-sa-20 = spdx {
spdxId = "CC-BY-NC-SA-2.0";
fullName = "Creative Commons Attribution Non Commercial Share Alike 2.0";
};
cc-by-nc-sa-25 = spdx {
spdxId = "CC-BY-NC-SA-2.5";
fullName = "Creative Commons Attribution Non Commercial Share Alike 2.5";
};
cc-by-nc-sa-30 = spdx {
spdxId = "CC-BY-NC-SA-3.0";
fullName = "Creative Commons Attribution Non Commercial Share Alike 3.0";
};
cc-by-nc-sa-40 = spdx {
spdxId = "CC-BY-NC-SA-4.0";
fullName = "Creative Commons Attribution Non Commercial Share Alike 4.0";
};
cc-by-sa-25 = spdx {
spdxId = "CC-BY-SA-2.5";
fullName = "Creative Commons Attribution Share Alike 2.5";
@@ -135,6 +155,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Common Public License 1.0";
};
doc = spdx {
spdxId = "DOC";
fullName = "DOC License";
};
efl10 = spdx {
spdxId = "EFL-1.0";
fullName = "Eiffel Forum License v1.0";
@@ -402,6 +427,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "TCL/TK License";
};
ufl = {
fullName = "Ubuntu Font License 1.0";
url = http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt;
};
unfree = {
fullName = "Unfree";
free = false;

View File

@@ -1,18 +1,19 @@
/* -*- coding: utf-8; -*- */
/* List of NixOS maintainers. The format is:
handle = "Real Name <address@example.org>";
where <handle> is preferred to be your GitHub username (so it's easy
to ping a package @<handle>), and <Real Name> is your real name, not
a pseudonym. Please keep the list alphabetically sorted. */
{
/* Add your name and email address here.
Keep the list alphabetically sorted.
Prefer the same attrname as your github username, please,
so it's easy to ping a package @maintainer.
*/
a1russell = "Adam Russell <adamlr6+pub@gmail.com>";
aaronschif = "Aaron Schif <aaronschif@gmail.com>";
abaldeau = "Andreas Baldeau <andreas@baldeau.net>";
abbradar = "Nikolay Amiantov <ab@fmap.me>";
adev = "Adrien Devresse <adev@adev.name>";
aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
adev = "Adrien Devresse <adev@adev.name>";
aespinosa = "Allan Espinosa <allan.espinosa@outlook.com>";
aflatter = "Alexander Flatter <flatter@fastmail.fm>";
aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
aherrmann = "Andreas Herrmann <andreash87@gmx.ch>";
ak = "Alexander Kjeldaas <ak@formalprivacy.com>";
akaWolf = "Artjom Vejsel <akawolf0@gmail.com>";
@@ -26,6 +27,7 @@
anderspapitto = "Anders Papitto <anderspapitto@gmail.com>";
andres = "Andres Loeh <ksnixos@andres-loeh.de>";
andrewrk = "Andrew Kelley <superjoe30@gmail.com>";
aneeshusa = "Aneesh Agrawal <aneeshusa@gmail.com>";
antono = "Antono Vasiljev <self@antono.info>";
ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>";
aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
@@ -38,12 +40,13 @@
aycanirican = "Aycan iRiCAN <iricanaycan@gmail.com>";
badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>";
balajisivaraman = "Balaji Sivaraman<sivaraman.balaji@gmail.com>";
Baughn = "Svein Ove Aas <sveina@gmail.com>";
bbenoist = "Baptist BENOIST <return_0@live.com>";
bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>";
bcdarwin = "Ben Darwin <bcdarwin@gmail.com>";
bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>";
bennofs = "Benno Fünfstück <benno.fuenfstueck@gmail.com>";
benley = "Benjamin Staffin <benley@gmail.com>";
bennofs = "Benno Fünfstück <benno.fuenfstueck@gmail.com>";
berdario = "Dario Bertini <berdario@gmail.com>";
bergey = "Daniel Bergey <bergey@teallabs.org>";
bjg = "Brian Gough <bjg@gnu.org>";
@@ -55,6 +58,7 @@
bosu = "Boris Sukholitko <boriss@gmail.com>";
bramd = "Bram Duvigneau <bram@bramd.nl>";
bstrik = "Berno Strik <dutchman55@gmx.com>";
bzizou = "Bruno Bzeznik <Bruno@bzizou.net>";
c0dehero = "CodeHero <codehero@nerdpol.ch>";
calrama = "Moritz Maxeiner <moritz@ucworks.org>";
campadrenalin = "Philip Horger <campadrenalin@gmail.com>";
@@ -64,23 +68,27 @@
chattered = "Phil Scott <me@philscotted.com>";
christopherpoole = "Christopher Mark Poole <mail@christopherpoole.net>";
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
codsl = "codsl <codsl@riseup.net>";
codyopel = "Cody Opel <codyopel@gmail.com>";
colemickens = "Cole Mickens <cole.mickens@gmail.com>";
copumpkin = "Dan Peebles <pumpkingod@gmail.com>";
coroa = "Jonas Hörsch <jonas@chaoflow.net>";
couchemar = "Andrey Pavlov <couchemar@yandex.ru>";
cstrahan = "Charles Strahan <charles.c.strahan@gmail.com>";
cwoac = "Oliver Matthews <oliver@codersoffortune.net>";
DamienCassou = "Damien Cassou <damien@cassou.me>";
dasuxullebt = "Christoph-Simon Senjak <christoph.senjak@googlemail.com>";
davidak = "David Kleuker <post@davidak.de>";
davidrusu = "David Rusu <davidrusu.me@gmail.com>";
dbohdan = "Danyil Bohdan <danyil.bohdan@gmail.com>";
DerGuteMoritz = "Moritz Heidkamp <moritz@twoticketsplease.de>";
deepfire = "Kosyrev Serge <_deepfire@feelingofgreen.ru>";
demin-dmitriy = "Dmitriy Demin <demindf@gmail.com>";
DerGuteMoritz = "Moritz Heidkamp <moritz@twoticketsplease.de>";
desiderius = "Didier J. Devroye <didier@devroye.name>";
devhell = "devhell <\"^\"@regexmail.net>";
dezgeg = "Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>";
dfoxfranke = "Daniel Fox Franke <dfoxfranke@gmail.com>";
dgonyeo = "Derek Gonyeo <derek@gonyeo.com>";
dmalikov = "Dmitry Malikov <malikov.d.y@gmail.com>";
dochang = "Desmond O. Chang <dochang@gmail.com>";
doublec = "Chris Double <chris.double@double.co.nz>";
@@ -89,20 +97,25 @@
eduarrrd = "Eduard Bachmakov <e.bachmakov@gmail.com>";
edwtjo = "Edward Tjörnhammar <ed@cflags.cc>";
eelco = "Eelco Dolstra <eelco.dolstra@logicblox.com>";
ehegnes = "Eric Hegnes <eric.hegnes@gmail.com>";
ehmry = "Emery Hemingway <emery@vfemail.net>";
eikek = "Eike Kettner <eike.kettner@posteo.de>";
elasticdog = "Aaron Bull Schaefer <aaron@elasticdog.com>";
elitak = "Eric Litak <elitak@gmail.com>";
ellis = "Ellis Whitehead <nixos@ellisw.net>";
emery = "Emery Hemingway <emery@vfemail.net>";
enolan = "Echo Nolan <echo@echonolan.net>";
epitrochoid = "Mabry Cervin <mpcervin@uncg.edu>";
ericbmerritt = "Eric Merritt <eric@afiniate.com>";
ericsagnes = "Eric Sagnes <eric.sagnes@gmail.com>";
erikryb = "Erik Rybakken <erik.rybakken@math.ntnu.no>";
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
exi = "Reno Reckling <nixos@reckling.org>";
exlevan = "Alexey Levan <exlevan@gmail.com>";
fadenb = "Tristan Helmich <tristan.helmich+nixos@gmail.com>";
falsifian = "James Cook <james.cook@utoronto.ca>";
flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";
fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>";
forkk = "Andrew Okin <forkk@forkk.net>";
fornever = "Friedrich von Never <friedrich@fornever.me>";
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
fps = "Florian Paul Schmidt <mista.tapas@gmx.net>";
fridh = "Frederik Rietdijk <fridh@fridh.nl>";
@@ -110,6 +123,7 @@
ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>";
funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
fuuzetsu = "Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>";
fxfactorial = "Edgar Aroutiounian <edgar.factorial@gmail.com>";
gal_bolle = "Florent Becker <florent.becker@ens-lyon.org>";
garbas = "Rok Garbas <rok@garbas.si>";
garrison = "Jim Garrison <jim@garrison.cc>";
@@ -117,8 +131,10 @@
gebner = "Gabriel Ebner <gebner@gebner.org>";
gfxmonk = "Tim Cuthbertson <tim@gfxmonk.net>";
giogadi = "Luis G. Torres <lgtorres42@gmail.com>";
globin = "Robin Gloster <robin@glob.in>";
gleber = "Gleb Peregud <gleber.p@gmail.com>";
globin = "Robin Gloster <mail@glob.in>";
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
Gonzih = "Max Gonzih <gonzih@gmail.com>";
gridaphobe = "Eric Seidel <eric@seidel.io>";
guibert = "David Guibert <david.guibert@gmail.com>";
havvy = "Ryan Scheel <ryan.havvy@gmail.com>";
@@ -130,6 +146,7 @@
iand675 = "Ian Duncan <ian@iankduncan.com>";
ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
iElectric = "Domen Kozar <domen@dev.si>";
igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
iyzsong = "Song Wenwu <iyzsong@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
@@ -139,7 +156,8 @@
jcumming = "Jack Cummings <jack@mudshark.org>";
jefdaj = "Jeffrey David Johnson <jefdaj@gmail.com>";
jfb = "James Felix Black <james@yamtime.com>";
jgeerds = "Jascha Geerds <jg@ekby.de>";
jgeerds = "Jascha Geerds <jascha@jgeerds.name>";
jgillich = "Jakob Gillich <jakob@gillich.me>";
jirkamarsik = "Jirka Marsik <jiri.marsik89@gmail.com>";
joachifm = "Joachim Fasting <joachifm@fastmail.fm>";
joamaki = "Jussi Maki <joamaki@gmail.com>";
@@ -151,6 +169,7 @@
jzellner = "Jeff Zellner <jeffz@eml.cc>";
kamilchm = "Kamil Chmielewski <kamil.chm@gmail.com>";
kampfschlaefer = "Arnold Krille <arnold@arnoldarts.de>";
kevincox = "Kevin Cox <kevincox@kevincox.ca>";
khumba = "Bryan Gardiner <bog@khumba.net>";
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
koral = "Koral <koral@mailoo.org>";
@@ -160,8 +179,10 @@
lassulus = "Lassulus <lassulus@gmail.com>";
layus = "Guillaume Maudoux <layus.on@gmail.com>";
lebastr = "Alexander Lebedev <lebastr@gmail.com>";
leenaars = "Michiel Leenaars <ml.software@leenaa.rs>";
leonardoce = "Leonardo Cecchi <leonardo.cecchi@gmail.com>";
lethalman = "Luca Bruno <lucabru@src.gnome.org>";
lewo = "Antoine Eiche <lewo@abesis.fr>";
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
lihop = "Leroy Hopson <nixos@leroy.geek.nz>";
linquize = "Linquize <linquize@yahoo.com.hk>";
@@ -171,7 +192,10 @@
lowfatcomputing = "Andreas Wagner <andreas.wagner@lowfatcomputing.org>";
lsix = "Lancelot SIX <lsix@lancelotsix.com>";
ludo = "Ludovic Courtès <ludo@gnu.org>";
luispedro = "Luis Pedro Coelho <luis@luispedro.org>";
lukasepple = "Lukas Epple <post@lukasepple.de>";
lukego = "Luke Gorrie <luke@snabb.co>";
lw = "Sergey Sofeychuk <lw@fmap.me>";
madjar = "Georges Dubus <georges.dubus@compiletoi.net>";
magnetophon = "Bart Brouns <bart@magnetophon.nl>";
mahe = "Matthias Herrmann <matthias.mh.herrmann@gmail.com>";
@@ -179,27 +203,34 @@
malyn = "Michael Alyn Miller <malyn@strangeGizmo.com>";
manveru = "Michael Fellinger <m.fellinger@gmail.com>";
marcweber = "Marc Weber <marco-oweber@gmx.de>";
maurer = "Matthew Maurer <matthew.r.maurer+nix@gmail.com>";
markWot = "Markus Wotringer <markus@wotringer.de>";
matejc = "Matej Cotman <cotman.matej@gmail.com>";
mathnerd314 = "Mathnerd314 <mathnerd314.gph+hs@gmail.com>";
matthiasbeyer = "Matthias Beyer <mail@beyermatthias.de>";
maurer = "Matthew Maurer <matthew.r.maurer+nix@gmail.com>";
mbakke = "Marius Bakke <ymse@tuta.io>";
mbe = "Brandon Edens <brandonedens@gmail.com>";
mcmtroffaes = "Matthias C. M. Troffaes <matthias.troffaes@gmail.com>";
meditans = "Carlo Nucera <meditans@gmail.com>";
meisternu = "Matt Miemiec <meister@krutt.org>";
michelk = "Michel Kuhlmann <michel@kuhlmanns.info>";
michaelpj = "Michael Peyton Jones <michaelpj@gmail.com>";
michelk = "Michel Kuhlmann <michel@kuhlmanns.info>";
mingchuan = "Ming Chuan <ming@culpring.com>";
mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>";
mschristiansen = "Mikkel Christiansen <mikkel@rheosystems.com>";
modulistic = "Pablo Costa <modulistic@gmail.com>";
mog = "Matthew O'Gorman <mog-lists@rldn.net>";
mornfall = "Petr Ročkai <me@mornfall.net>";
MP2E = "Cray Elliott <MP2E@archlinux.us>";
msackman = "Matthew Sackman <matthew@wellquite.org>";
mschristiansen = "Mikkel Christiansen <mikkel@rheosystems.com>";
msteen = "Matthijs Steen <emailmatthijs@gmail.com>";
mtreskin = "Max Treskin <zerthurd@gmail.com>";
mudri = "James Wood <lamudri@gmail.com>";
muflax = "Stefan Dorn <mail@muflax.com>";
nathan-gs = "Nathan Bijnens <nathan@nathan.gs>";
nckx = "Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>";
nequissimus = "Tim Steinbach <tim@nequissimus.com>";
nfjinjing = "Jinjing Wang <nfjinjing@gmail.com>";
nico202 = "Nicolò Balzarotti <anothersms@gmail.com>";
notthemessiah = "Brian Cohen <brian.cohen.88@gmail.com>";
np = "Nicolas Pouillard <np.nix@nicolaspouillard.fr>";
@@ -211,14 +242,18 @@
olcai = "Erik Timan <dev@timan.info>";
orbitz = "Malcolm Matalka <mmatalka@gmail.com>";
osener = "Ozan Sener <ozan@ozansener.com>";
oxij = "Jan Malakhovski <oxij@oxij.org>";
page = "Carles Pagès <page@cubata.homelinux.net>";
paholg = "Paho Lurie-Gregg <paho@paholg.com>";
pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>";
palo = "Ingolf Wanger <palipalo9@googlemail.com>";
pashev = "Igor Pashev <pashev.igor@gmail.com>";
pesterhazy = "Paulus Esterhazy <pesterhazy@gmail.com>";
phausmann = "Philipp Hausmann <nix@314.ch>";
philandstuff = "Philip Potter <philip.g.potter@gmail.com>";
phile314 = "Philipp Hausmann <nix@314.ch>";
Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
pierron = "Nicolas B. Pierron <nixos@nbp.name>";
piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
@@ -228,6 +263,7 @@
pmahoney = "Patrick Mahoney <pat@polycrystal.org>";
pmiddend = "Philipp Middendorf <pmidden@secure.mailbox.org>";
prikhi = "Pavan Rikhi <pavan.rikhi@gmail.com>";
profpatsch = "Profpatsch <mail@profpatsch.de>";
psibi = "Sibi <sibi@psibi.in>";
pSub = "Pascal Wittmann <mail@pascal-wittmann.de>";
puffnfresh = "Brian McKenna <brian@brianmckenna.org>";
@@ -240,14 +276,18 @@
renzo = "Renzo Carbonara <renzocarbonara@gmail.com>";
rick68 = "Wei-Ming Yang <rick68@gmail.com>";
rickynils = "Rickard Nilsson <rickynils@gmail.com>";
rnhmjoj = "Michele Guerini Rocco <micheleguerinirocco@me.com>";
rob = "Rob Vermaas <rob.vermaas@gmail.com>";
robberer = "Longrin Wischnewski <robberer@freakmail.de>";
robbinch = "Robbin C. <robbinch33@gmail.com>";
robgssp = "Rob Glossop <robgssp@gmail.com>";
roconnor = "Russell O'Connor <roconnor@theorem.ca>";
roelof = "Roelof Wobben <rwobben@hotmail.com>";
romildo = "José Romildo Malaquias <malaquias@gmail.com>";
rszibele = "Richard Szibele <richard_szibele@hotmail.com>";
rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
rvl = "Rodney Lorrimar <dev+nix@rodney.id.au>";
rvlander = "Gaëtan André <rvlander@gaetanandre.eu>";
ryantm = "Ryan Mulligan <ryan@ryantm.com>";
rycee = "Robert Helgesson <robert@rycee.net>";
samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
@@ -261,33 +301,43 @@
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
sjagoe = "Simon Jagoe <simon@simonjagoe.com>";
sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>";
sjourdois = "Stéphane kwisatz Jourdois <sjourdois@gmail.com>";
skeidel = "Sven Keidel <svenkeidel@gmail.com>";
sleexyz = "Sean Lee <freshdried@gmail.com>";
smironov = "Sergey Mironov <ierton@gmail.com>";
spacefrogg = "Michael Raitza <spacefrogg-nixos@meterriblecrew.net>";
spencerjanssen = "Spencer Janssen <spencerjanssen@gmail.com>";
spinus = "Tomasz Czyż <tomasz.czyz@gmail.com>";
sprock = "Roger Mason <rmason@mun.ca>";
spwhitt = "Spencer Whitt <sw@swhitt.me>";
stephenmw = "Stephen Weinberg <stephen@q5comm.com>";
steveej = "Stefan Junker <mail@stefanjunker.de>";
szczyp = "Szczyp <qb@szczyp.com>";
sztupi = "Attila Sztupak <attila.sztupak@gmail.com>";
taeer = "Taeer Bar-Yam <taeer@necsi.edu>";
tailhook = "Paul Colomiets <paul@colomiets.name>";
taktoa = "Remy Goldschmidt <taktoa@gmail.com>";
tavyc = "Octavian Cerna <octavian.cerna@gmail.com>";
telotortium = "Robert Irelan <rirelan@gmail.com>";
thall = "Niclas Thall <niclas.thall@gmail.com>";
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
theuni = "Christian Theune <ct@flyingcircus.io>";
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
titanous = "Jonathan Rudenberg <jonathan@titanous.com>";
tohl = "Tomas Hlavaty <tom@logand.com>";
tokudan = "Daniel Frank <git@danielfrank.net>";
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
travisbhartwell = "Travis B. Hartwell <nafai@travishartwell.net>";
trino = "Hubert Mühlhans <muehlhans.hubert@ekodia.de>";
tstrobel = "Thomas Strobel <ts468@cam.ac.uk>";
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
tv = "Tomislav Viljetić <tv@shackspace.de>";
tvestelind = "Tomas Vestelind <tomas.vestelind@fripost.org>";
twey = "James Twey Kay <twey@twey.co.uk>";
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
vandenoever = "Jos van den Oever <jos@vandenoever.info>";
vanzef = "Ivan Solyankin <vanzef@gmail.com>";
vbgl = "Vincent Laporte <Vincent.Laporte@gmail.com>";
vbmithr = "Vincent Bernardoff <vb@luminar.eu.org>";
vcunat = "Vladimír Čunát <vcunat@gmail.com>";
@@ -297,18 +347,20 @@
vmandela = "Venkateswara Rao Mandela <venkat.mandela@gmail.com>";
vozz = "Oliver Hunt <oliver.huntuk@gmail.com>";
wedens = "wedens <kirill.wedens@gmail.com>";
willtim = "Tim Philip Williams <tim.williams.public@gmail.com>";
winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>";
wizeman = "Ricardo M. Correia <rcorreia@wizy.org>";
wjlroe = "William Roe <willroe@gmail.com>";
womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>";
wkennington = "William A. Kennington III <william@wkennington.com>";
wmertens = "Wout Mertens <Wout.Mertens@gmail.com>";
womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>";
wscott = "Wayne Scott <wsc9tt@gmail.com>";
wyvie = "Elijah Rum <elijahrum@gmail.com>";
yarr = "Dmitry V. <savraz@gmail.com>";
z77z = "Marco Maggesi <maggesi@math.unifi.it>";
zagy = "Christian Zagrodnick <cz@flyingcircus.io>";
zef = "Zef Hemel <zef@zef.me>";
zimbatm = "zimbatm <zimbatm@zimbatm.com>";
zohl = "Al Zohali <zohl@fmap.me>";
zoomulator = "Kim Simmons <zoomulator@gmail.com>";
Gonzih = "Max Gonzih <gonzih@gmail.com>";
}

2
lib/minver.nix Normal file
View File

@@ -0,0 +1,2 @@
# Expose the minimum required version for evaluating Nixpkgs
"1.10"

View File

@@ -1,20 +1,24 @@
let lists = import ./lists.nix; in
rec {
gnu = linux; /* ++ hurd ++ kfreebsd ++ ... */
linux = ["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "mips64el-linux"];
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd ++ netbsd ++ illumos;
allBut = platforms: lists.filter (x: !(builtins.elem x platforms)) all;
none = [];
arm = ["armv5tel-linux" "armv6l-linux" "armv7l-linux" ];
i686 = ["i686-linux" "i686-freebsd" "i686-netbsd" "i686-cygwin"];
mips = [ "mips64el-linux" ];
x86_64 = ["x86_64-linux" "x86_64-darwin" "x86_64-freebsd" "x86_64-openbsd" "x86_64-netbsd" "x86_64-cygwin"];
cygwin = ["i686-cygwin" "x86_64-cygwin"];
darwin = ["x86_64-darwin"];
freebsd = ["i686-freebsd" "x86_64-freebsd"];
openbsd = ["i686-openbsd" "x86_64-openbsd"];
gnu = linux; /* ++ hurd ++ kfreebsd ++ ... */
illumos = ["x86_64-solaris"];
linux = ["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "mips64el-linux"];
netbsd = ["i686-netbsd" "x86_64-netbsd"];
cygwin = ["i686-cygwin" "x86_64-cygwin"];
unix = linux ++ darwin ++ freebsd ++ openbsd;
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
none = [];
allBut = platforms: lists.filter (x: !(builtins.elem x platforms)) all;
mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux"];
x86_64 = ["x86_64-linux" "x86_64-darwin" "x86_64-freebsd" "x86_64-openbsd" "x86_64-netbsd" "x86_64-cygwin"];
i686 = ["i686-linux" "i686-freebsd" "i686-netbsd" "i686-cygwin"];
arm = ["armv5tel-linux" "armv6l-linux" "armv7l-linux" ];
mips = [ "mips64el-linux" ];
openbsd = ["i686-openbsd" "x86_64-openbsd"];
unix = linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos;
mesaPlatforms = ["i686-linux" "x86_64-linux" "x86_64-darwin" "armv5tel-linux" "armv6l-linux" "armv7l-linux"];
}

47
lib/sandbox.nix Normal file
View File

@@ -0,0 +1,47 @@
with import ./strings.nix;
/* Helpers for creating lisp S-exprs for the Apple sandbox
lib.sandbox.allowFileRead [ "/usr/bin/file" ];
# => "(allow file-read* (literal \"/usr/bin/file\"))";
lib.sandbox.allowFileRead {
literal = [ "/usr/bin/file" ];
subpath = [ "/usr/lib/system" ];
}
# => "(allow file-read* (literal \"/usr/bin/file\") (subpath \"/usr/lib/system\"))"
*/
let
sexp = tokens: "(" + builtins.concatStringsSep " " tokens + ")";
generateFileList = files:
if builtins.isList files
then concatMapStringsSep " " (x: sexp [ "literal" ''"${x}"'' ]) files
else if builtins.isString files
then generateFileList [ files ]
else concatStringsSep " " (
(map (x: sexp [ "literal" ''"${x}"'' ]) (files.literal or [])) ++
(map (x: sexp [ "subpath" ''"${x}"'' ]) (files.subpath or []))
);
applyToFiles = f: act: files: f "${act} ${generateFileList files}";
genActions = actionName: let
action = feature: sexp [ actionName feature ];
self = {
"${actionName}" = action;
"${actionName}File" = applyToFiles action "file*";
"${actionName}FileRead" = applyToFiles action "file-read*";
"${actionName}FileReadMetadata" = applyToFiles action "file-read-metadata";
"${actionName}DirectoryList" = self."${actionName}FileReadMetadata";
"${actionName}FileWrite" = applyToFiles action "file-write*";
"${actionName}FileWriteMetadata" = applyToFiles action "file-write-metadata";
};
in self;
in
genActions "allow" // genActions "deny" // {
importProfile = derivation: ''
(import "${derivation}")
'';
}

View File

@@ -52,6 +52,10 @@ rec {
# libraries for a set of packages, e.g. "${pkg1}/lib:${pkg2}/lib:...".
makeLibraryPath = makeSearchPath "lib";
# Construct a binary search path (such as $PATH) containing the
# binaries for a set of packages, e.g. "${pkg1}/bin:${pkg2}/bin:...".
makeBinPath = makeSearchPath "bin";
# Idem for Perl search paths.
makePerlPath = makeSearchPath "lib/perl5/site_perl";
@@ -185,9 +189,13 @@ rec {
versionAtLeast = v1: v2: !versionOlder v1 v2;
# Get the version of the specified derivation, as specified in its
# name attribute.
getVersion = drv: (builtins.parseDrvName drv.name).version;
# This function takes an argument that's either a derivation or a
# derivation's "name" attribute and extracts the version part from that
# argument. For example:
#
# lib.getVersion "youtube-dl-2016.01.01" ==> "2016.01.01"
# lib.getVersion pkgs.youtube-dl ==> "2016.01.01"
getVersion = x: (builtins.parseDrvName (x.name or x)).version;
# Extract name with version from URL. Ask for separator which is
@@ -223,4 +231,27 @@ rec {
# Check whether a value is a store path.
isStorePath = x: builtins.substring 0 1 (toString x) == "/" && dirOf (builtins.toPath x) == builtins.storeDir;
# Convert string to int
# Obviously, it is a bit hacky to use fromJSON that way.
toInt = str:
let may_be_int = builtins.fromJSON str; in
if builtins.isInt may_be_int
then may_be_int
else throw "Could not convert ${str} to int.";
# Read a list of paths from `file', relative to the `rootPath'. Lines
# beginning with `#' are treated as comments and ignored. Whitespace
# is significant.
readPathsFromFile = rootPath: file:
let
root = toString rootPath;
lines =
builtins.map (lib.removeSuffix "\n")
(lib.splitString "\n" (builtins.readFile file));
removeComments = lib.filter (line: !(lib.hasPrefix "#" line));
relativePaths = removeComments lines;
absolutePaths = builtins.map (path: builtins.toPath (root + "/" + path)) relativePaths;
in
absolutePaths;
}

View File

@@ -84,10 +84,10 @@ rec {
};
isDarwin = matchAttrs { kernel = kernels.darwin; };
isLinux = matchAttrs { kernel = kernels.linux; };
isi686 = matchAttrs { cpu = cpuTypes.i686; };
is64Bit = matchAttrs { cpu = { bits = 64; }; };
isDarwin = matchAttrs { kernel = kernels.darwin; };
isi686 = matchAttrs { cpu = cpuTypes.i686; };
isLinux = matchAttrs { kernel = kernels.linux; };
# This should revert the job done by config.guess from the gcc compiler.

View File

@@ -7,7 +7,7 @@ runTests {
expr = id 1;
expected = 1;
};
testConst = {
expr = const 2 3;
expected = 2;
@@ -19,12 +19,12 @@ runTests {
expected = true;
};
*/
testAnd = {
expr = and true false;
expected = false;
};
testFix = {
expr = fix (x: {a = if x ? a then "a" else "b";});
expected = {a = "a";};
@@ -67,7 +67,7 @@ runTests {
};
testOverridableDelayableArgsTest = {
expr =
expr =
let res1 = defaultOverridableDelayableArgs id {};
res2 = defaultOverridableDelayableArgs id { a = 7; };
res3 = let x = defaultOverridableDelayableArgs id { a = 7; };
@@ -87,7 +87,7 @@ runTests {
in (x2.replace) { a = 10; }; # and override the value by 10
# fixed tests (delayed args): (when using them add some comments, please)
resFixed1 =
resFixed1 =
let x = defaultOverridableDelayableArgs id ( x : { a = 7; c = x.fixed.b; });
y = x.merge (x : { name = "name-${builtins.toString x.fixed.c}"; });
in (y.merge) { b = 10; };
@@ -109,5 +109,25 @@ runTests {
expr = sort builtins.lessThan [ 40 2 30 42 ];
expected = [2 30 40 42];
};
testToIntShouldConvertStringToInt = {
expr = toInt "27";
expected = 27;
};
testToIntShouldThrowErrorIfItCouldNotConvertToInt = {
expr = builtins.tryEval (toInt "\"foo\"");
expected = { success = false; value = false; };
};
testHasAttrByPathTrue = {
expr = hasAttrByPath ["a" "b"] { a = { b = "yey"; }; };
expected = true;
};
testHasAttrByPathFalse = {
expr = hasAttrByPath ["a" "b"] { a = { c = "yey"; }; };
expected = false;
};
}

View File

@@ -11,14 +11,14 @@ stdenv.mkDerivation {
buildCommand = ''
datadir="${nix}/share"
export TEST_ROOT=$(pwd)/test-tmp
export NIX_STORE_DIR=$TEST_ROOT/store
export NIX_BUILD_HOOK=
export NIX_CONF_DIR=$TEST_ROOT/etc
export NIX_DB_DIR=$TEST_ROOT/db
export NIX_LOCALSTATE_DIR=$TEST_ROOT/var
export NIX_LOG_DIR=$TEST_ROOT/var/log/nix
export NIX_STATE_DIR=$TEST_ROOT/var/nix
export NIX_DB_DIR=$TEST_ROOT/db
export NIX_CONF_DIR=$TEST_ROOT/etc
export NIX_MANIFESTS_DIR=$TEST_ROOT/var/nix/manifests
export NIX_BUILD_HOOK=
export NIX_STATE_DIR=$TEST_ROOT/var/nix
export NIX_STORE_DIR=$TEST_ROOT/store
export PAGER=cat
cacheDir=$TEST_ROOT/binary-cache
nix-store --init

View File

@@ -12,8 +12,46 @@ rec {
and = x: y: x && y;
mergeAttrs = x: y: x // y;
# Take a function and evaluate it with its own returned value.
fix = f: let result = f result; in result;
# Compute the fixed point of the given function `f`, which is usually an
# attribute set that expects its final, non-recursive representation as an
# argument:
#
# f = self: { foo = "foo"; bar = "bar"; foobar = self.foo + self.bar; }
#
# Nix evaluates this recursion until all references to `self` have been
# resolved. At that point, the final result is returned and `f x = x` holds:
#
# nix-repl> fix f
# { bar = "bar"; foo = "foo"; foobar = "foobar"; }
#
# See https://en.wikipedia.org/wiki/Fixed-point_combinator for further
# details.
fix = f: let x = f x; in x;
# A variant of `fix` that records the original recursive attribute set in the
# result. This is useful in combination with the `extends` function to
# implement deep overriding. See pkgs/development/haskell-modules/default.nix
# for a concrete example.
fix' = f: let x = f x // { __unfix__ = f; }; in x;
# Modify the contents of an explicitly recursive attribute set in a way that
# honors `self`-references. This is accomplished with a function
#
# g = self: super: { foo = super.foo + " + "; }
#
# that has access to the unmodified input (`super`) as well as the final
# non-recursive representation of the attribute set (`self`). `extends`
# differs from the native `//` operator insofar as that it's applied *before*
# references to `self` are resolved:
#
# nix-repl> fix (extends g f)
# { bar = "bar"; foo = "foo + "; foobar = "foo + bar"; }
#
# The name of the function is inspired by object-oriented inheritance, i.e.
# think of it as an infix operator `g extends f` that mimics the syntax from
# Java. It may seem counter-intuitive to have the "base class" as the second
# argument, but it's nice this way if several uses of `extends` are cascaded.
extends = f: rattrs: self: let super = rattrs self; in super // f self super;
# Flip the order of the arguments of a binary function.
flip = f: a: b: f b a;

View File

@@ -93,7 +93,7 @@ rec {
# derivation is a reserved keyword.
package = mkOptionType {
name = "derivation";
name = "package";
check = x: isDerivation x || isStorePath x;
merge = loc: defs:
let res = mergeOneOption loc defs;
@@ -193,9 +193,9 @@ rec {
nullOr = elemType: mkOptionType {
name = "null or ${elemType.name}";
check = x: builtins.isNull x || elemType.check x;
check = x: x == null || elemType.check x;
merge = loc: defs:
let nrNulls = count (def: isNull def.value) defs; in
let nrNulls = count (def: def.value == null) defs; in
if nrNulls == length defs then null
else if nrNulls != 0 then
throw "The option `${showOption loc}' is defined both null and not null, in ${showFiles (getFiles defs)}."
@@ -230,11 +230,18 @@ rec {
substSubModules = m: submodule m;
};
enum = values: mkOptionType {
name = "one of ${concatStringsSep ", " values}";
check = flip elem values;
merge = mergeOneOption;
};
enum = values:
let
show = v:
if builtins.isString v then ''"${v}"''
else if builtins.isInt v then builtins.toString v
else ''<${builtins.typeOf v}>'';
in
mkOptionType {
name = "one of ${concatMapStringsSep ", " show values}";
check = flip elem values;
merge = mergeOneOption;
};
either = t1: t2: mkOptionType {
name = "${t1.name} or ${t2.name}";

View File

@@ -0,0 +1,18 @@
/* Helper expression for copy-tarballs. This returns (nearly) all
tarballs used the free packages in Nixpkgs.
Typical usage:
$ copy-tarballs.pl --expr 'import <nixpkgs/maintainers/scripts/all-tarballs.nix>'
*/
removeAttrs (import ../../pkgs/top-level/release.nix
{ # Don't apply hydraJob to jobs, because then we can't get to the
# dependency graph.
scrubJobs = false;
# No need to evaluate on i686.
supportedSystems = [ "x86_64-linux" ];
})
[ # Remove jobs whose evaluation depends on a writable Nix store.
"tarball" "unstable"
]

View File

@@ -1,97 +1,171 @@
#! /run/current-system/sw/bin/perl -w
#! /usr/bin/env nix-shell
#! nix-shell -i perl -p perl perlPackages.NetAmazonS3 perlPackages.FileSlurp nixUnstable
# This command uploads tarballs to tarballs.nixos.org, the
# content-addressed cache used by fetchurl as a fallback for when
# upstream tarballs disappear or change. Usage:
#
# 1) To upload a single file:
#
# $ copy-tarballs.pl --file /path/to/tarball.tar.gz
#
# 2) To upload all files obtained via calls to fetchurl in a Nix derivation:
#
# $ copy-tarballs.pl --expr '(import <nixpkgs> {}).hello'
use strict;
use XML::Simple;
use warnings;
use File::Basename;
use File::Path;
use File::Copy 'cp';
use IPC::Open2;
use File::Slurp;
use JSON;
use Net::Amazon::S3;
use Nix::Store;
my $myDir = dirname($0);
# S3 setup.
my $aws_access_key_id = $ENV{'AWS_ACCESS_KEY_ID'} or die;
my $aws_secret_access_key = $ENV{'AWS_SECRET_ACCESS_KEY'} or die;
my $tarballsCache = $ENV{'NIX_TARBALLS_CACHE'} // "/tarballs";
my $s3 = Net::Amazon::S3->new(
{ aws_access_key_id => $aws_access_key_id,
aws_secret_access_key => $aws_secret_access_key,
retry => 1,
});
my $xml = `nix-instantiate --eval-only --xml --strict '<nixpkgs/maintainers/scripts/find-tarballs.nix>'`;
die "$0: evaluation failed\n" if $? != 0;
my $bucket = $s3->bucket("nixpkgs-tarballs") or die;
my $data = XMLin($xml) or die;
my $cacheFile = "/tmp/copy-tarballs-cache";
my %cache;
$cache{$_} = 1 foreach read_file($cacheFile, err_mode => 'quiet', chomp => 1);
mkpath($tarballsCache);
mkpath("$tarballsCache/md5");
mkpath("$tarballsCache/sha1");
mkpath("$tarballsCache/sha256");
foreach my $file (@{$data->{list}->{attrs}}) {
my $url = $file->{attr}->{url}->{string}->{value};
my $algo = $file->{attr}->{type}->{string}->{value};
my $hash = $file->{attr}->{hash}->{string}->{value};
if ($url !~ /^http:/ && $url !~ /^https:/ && $url !~ /^ftp:/ && $url !~ /^mirror:/) {
print STDERR "skipping $url (unsupported scheme)\n";
next;
}
$url =~ /([^\/]+)$/;
my $fn = $1;
if (!defined $fn) {
print STDERR "skipping $url (no file name)\n";
next;
}
if ($fn =~ /[&?=%]/ || $fn =~ /^\./) {
print STDERR "skipping $url (bad character in file name)\n";
next;
}
if ($fn !~ /[a-zA-Z]/) {
print STDERR "skipping $url (no letter in file name)\n";
next;
}
if ($fn !~ /[0-9]/) {
print STDERR "skipping $url (no digit in file name)\n";
next;
}
if ($fn !~ /[-_\.]/) {
print STDERR "skipping $url (no dash/dot/underscore in file name)\n";
next;
}
my $dstPath = "$tarballsCache/$fn";
next if -e $dstPath;
print "downloading $url to $dstPath...\n";
next if $ENV{DRY_RUN};
$ENV{QUIET} = 1;
$ENV{PRINT_PATH} = 1;
my $fh;
my $pid = open($fh, "-|", "nix-prefetch-url", "--type", $algo, $url, $hash) or die;
waitpid($pid, 0) or die;
if ($? != 0) {
print STDERR "failed to fetch $url: $?\n";
next;
}
<$fh>; my $storePath = <$fh>; chomp $storePath;
die unless -e $storePath;
cp($storePath, $dstPath) or die;
my $md5 = hashFile("md5", 0, $storePath) or die;
symlink("../$fn", "$tarballsCache/md5/$md5");
my $sha1 = hashFile("sha1", 0, $storePath) or die;
symlink("../$fn", "$tarballsCache/sha1/$sha1");
my $sha256 = hashFile("sha256", 0, $storePath) or die;
symlink("../$fn", "$tarballsCache/sha256/$sha256");
$sha256 = hashFile("sha256", 1, $storePath) or die;
symlink("../$fn", "$tarballsCache/sha256/$sha256");
END() {
write_file($cacheFile, map { "$_\n" } keys %cache);
}
sub alreadyMirrored {
my ($algo, $hash) = @_;
my $key = "$algo/$hash";
return 1 if defined $cache{$key};
my $res = defined $bucket->get_key($key);
$cache{$key} = 1 if $res;
return $res;
}
sub uploadFile {
my ($fn, $name) = @_;
my $md5_16 = hashFile("md5", 0, $fn) or die;
my $sha1_16 = hashFile("sha1", 0, $fn) or die;
my $sha256_32 = hashFile("sha256", 1, $fn) or die;
my $sha256_16 = hashFile("sha256", 0, $fn) or die;
my $sha512_32 = hashFile("sha512", 1, $fn) or die;
my $sha512_16 = hashFile("sha512", 0, $fn) or die;
my $mainKey = "sha512/$sha512_16";
# Create redirects from the other hash types.
sub redirect {
my ($name, $dest) = @_;
#print STDERR "linking $name to $dest...\n";
$bucket->add_key($name, "", { 'x-amz-website-redirect-location' => "/" . $dest })
or die "failed to create redirect from $name to $dest\n";
$cache{$name} = 1;
}
redirect "md5/$md5_16", $mainKey;
redirect "sha1/$sha1_16", $mainKey;
redirect "sha256/$sha256_32", $mainKey;
redirect "sha256/$sha256_16", $mainKey;
redirect "sha512/$sha512_32", $mainKey;
# Upload the file as sha512/<hash-in-base-16>.
print STDERR "uploading $fn to $mainKey...\n";
$bucket->add_key_filename($mainKey, $fn, { 'x-amz-meta-original-name' => $name })
or die "failed to upload $fn to $mainKey\n";
$cache{$mainKey} = 1;
}
my $op = shift @ARGV;
if ($op eq "--file") {
my $res = 0;
foreach my $fn (@ARGV) {
eval {
if (alreadyMirrored("sha512", hashFile("sha512", 0, $fn))) {
print STDERR "$fn is already mirrored\n";
} else {
uploadFile($fn, basename $fn);
}
};
if ($@) {
warn "$@\n";
$res = 1;
}
}
exit $res;
}
elsif ($op eq "--expr") {
# Evaluate find-tarballs.nix.
my $expr = $ARGV[0] // die "$0: --expr requires a Nix expression\n";
my $pid = open(JSON, "-|", "nix-instantiate", "--eval", "--json", "--strict",
"<nixpkgs/maintainers/scripts/find-tarballs.nix>",
"--arg", "expr", $expr);
my $stdout = <JSON>;
waitpid($pid, 0);
die "$0: evaluation failed\n" if $?;
close JSON;
my $fetches = decode_json($stdout);
print STDERR "evaluation returned ", scalar(@{$fetches}), " tarballs\n";
# Check every fetchurl call discovered by find-tarballs.nix.
my $mirrored = 0;
my $have = 0;
foreach my $fetch (@{$fetches}) {
my $url = $fetch->{url};
my $algo = $fetch->{type};
my $hash = $fetch->{hash};
if (defined $ENV{DEBUG}) {
print "$url $algo $hash\n";
next;
}
if ($url !~ /^http:/ && $url !~ /^https:/ && $url !~ /^ftp:/ && $url !~ /^mirror:/) {
print STDERR "skipping $url (unsupported scheme)\n";
next;
}
if (alreadyMirrored($algo, $hash)) {
$have++;
next;
}
print STDERR "mirroring $url...\n";
next if $ENV{DRY_RUN};
# Download the file using nix-prefetch-url.
$ENV{QUIET} = 1;
$ENV{PRINT_PATH} = 1;
my $fh;
my $pid = open($fh, "-|", "nix-prefetch-url", "--type", $algo, $url, $hash) or die;
waitpid($pid, 0) or die;
if ($? != 0) {
print STDERR "failed to fetch $url: $?\n";
next;
}
<$fh>; my $storePath = <$fh>; chomp $storePath;
uploadFile($storePath, $url);
$mirrored++;
}
print STDERR "mirrored $mirrored files, already have $have files\n";
}
else {
die "Syntax: $0 --file FILENAMES... | --expr EXPR\n";
}

View File

@@ -1,12 +1,13 @@
# This expression returns a list of all fetchurl calls used by all
# packages reachable from release.nix.
# This expression returns a list of all fetchurl calls used by expr.
with import ../.. { };
with lib;
{ expr }:
let
root = removeAttrs (import ../../pkgs/top-level/release.nix { }) [ "tarball" "unstable" ];
root = expr;
uniqueUrls = map (x: x.file) (genericClosure {
startSet = map (file: { key = file.url; inherit file; }) urls;
@@ -15,7 +16,11 @@ let
urls = map (drv: { url = head drv.urls; hash = drv.outputHash; type = drv.outputHashAlgo; }) fetchurlDependencies;
fetchurlDependencies = filter (drv: drv.outputHash or "" != "" && drv ? urls) dependencies;
fetchurlDependencies =
filter
(drv: drv.outputHash or "" != "" && drv.outputHashMode or "flat" == "flat"
&& drv.postFetch or "" == "" && drv ? urls)
dependencies;
dependencies = map (x: x.value) (genericClosure {
startSet = map keyDrv (derivationsIn' root);

View File

@@ -4,28 +4,24 @@ set -o pipefail
GNOME_FTP="ftp.gnome.org/pub/GNOME/sources"
# projects that don't follow the GNOME major versioning, or that we don't want to
# programmatically update
NO_GNOME_MAJOR="gtkhtml gdm"
usage() {
echo "Usage: $0 show|update project [major.minor]" >&2
echo "Usage: $0 gnome_dir <show project>|<update project>|<update-all> [major.minor]" >&2
echo "gnome_dir is for example pkgs/desktops/gnome-3/3.18" >&2
exit 0
}
if [ "$#" -lt 1 ]; then
if [ "$#" -lt 2 ]; then
usage
fi
GNOME_TOP="$1"
shift
action="$1"
project="$2"
majorVersion="$3"
if [ "$action" != "show" ] && [ "$action" != "update" ]; then
echo "Unknown action $action" >&2
usage
fi
if [ -z "$project" ]; then
echo "No project specified, exiting"
exit 1
fi
# curl -l ftp://... doesn't work from my office in HSE, and I don't want to have
# any conversations with sysadmin. Somehow lftp works.
@@ -39,79 +35,93 @@ else
}
fi
if [ -z "$majorVersion" ]; then
echo "Looking for available versions..." >&2
available_baseversions=( `ls_ftp ftp://${GNOME_FTP}/${project} | grep '[0-9]\.[0-9]' | sort -t. -k1,1n -k 2,2n` )
if [ "$?" -ne "0" ]; then
echo "Project $project not found" >&2
exit 1
find_project() {
exec find "$GNOME_TOP" -mindepth 2 -maxdepth 2 -type d $@
}
show_project() {
local project="$1"
local majorVersion="$2"
local version=""
if [ -z "$majorVersion" ]; then
echo "Looking for available versions..." >&2
local available_baseversions=( `ls_ftp ftp://${GNOME_FTP}/${project} | grep '[0-9]\.[0-9]' | sort -t. -k1,1n -k 2,2n` )
if [ "$?" -ne "0" ]; then
echo "Project $project not found" >&2
return 1
fi
echo -e "The following versions are available:\n ${available_baseversions[@]}" >&2
echo -en "Choose one of them: " >&2
read majorVersion
fi
echo -e "The following versions are available:\n ${available_baseversions[@]}" >&2
echo -en "Choose one of them: " >&2
read majorVersion
fi
if echo "$majorVersion" | grep -q "[0-9]\+\.[0-9]\+\.[0-9]\+"; then
# not a major version
version="$majorVersion"
majorVersion=$(echo "$majorVersion" | cut -d '.' -f 1,2)
fi
FTPDIR="${GNOME_FTP}/${project}/${majorVersion}"
#version=`curl -l ${FTPDIR}/ 2>/dev/null | grep LATEST-IS | sed -e s/LATEST-IS-//`
# gnome's LATEST-IS is broken. Do not trust it.
if [ -z "$version" ]; then
files=$(ls_ftp "${FTPDIR}")
declare -A versions
for f in $files; do
case $f in
(LATEST-IS-*|*.news|*.changes|*.sha256sum|*.diff*):
;;
($project-*.*.9*.tar.*):
tmp=${f#$project-}
tmp=${tmp%.tar*}
echo "Ignored unstable version ${tmp}" >&2
;;
($project-*.tar.*):
tmp=${f#$project-}
tmp=${tmp%.tar*}
versions[${tmp}]=1
;;
(*):
echo "UNKNOWN FILE $f"
;;
esac
done
echo "Found versions ${!versions[@]}" >&2
version=`echo ${!versions[@]} | sed -e 's/ /\n/g' | sort -t. -k1,1n -k 2,2n -k 3,3n | tail -n1`
echo "Latest version is: ${version}" >&2
fi
name=${project}-${version}
echo "Fetching .sha256 file" >&2
sha256out=$(curl -s -f http://${FTPDIR}/${name}.sha256sum)
if [ "$?" -ne "0" ]; then
echo "Version not found" >&2
exit 1
fi
extensions=( "xz" "bz2" "gz" )
echo "Choosing archive extension (known are ${extensions[@]})..." >&2
for ext in ${extensions[@]}; do
if echo -e "$sha256out" | grep -q "\\.tar\\.${ext}$"; then
ext_pref=$ext
sha256=$(echo -e "$sha256out" | grep "\\.tar\\.${ext}$" | cut -f1 -d\ )
break
if echo "$majorVersion" | grep -q "[0-9]\+\.[0-9]\+\.[0-9]\+"; then
# not a major version
version="$majorVersion"
majorVersion=$(echo "$majorVersion" | cut -d '.' -f 1,2)
fi
done
echo "Chosen ${ext_pref}, hash is ${sha256}" >&2
local FTPDIR="${GNOME_FTP}/${project}/${majorVersion}"
#version=`curl -l ${FTPDIR}/ 2>/dev/null | grep LATEST-IS | sed -e s/LATEST-IS-//`
# gnome's LATEST-IS is broken. Do not trust it.
if [ -z "$version" ]; then
local files=$(ls_ftp "${FTPDIR}")
declare -A versions
for f in $files; do
case $f in
(LATEST-IS-*|*.news|*.changes|*.sha256sum|*.diff*):
;;
($project-*.*.9*.tar.*):
tmp=${f#$project-}
tmp=${tmp%.tar*}
echo "Ignored unstable version ${tmp}" >&2
;;
($project-*.tar.*):
tmp=${f#$project-}
tmp=${tmp%.tar*}
versions[${tmp}]=1
;;
(*):
echo "UNKNOWN FILE $f" >&2
;;
esac
done
echo "Found versions ${!versions[@]}" >&2
version=`echo ${!versions[@]} | sed -e 's/ /\n/g' | sort -t. -k1,1n -k 2,2n -k 3,3n | tail -n1`
if [ -z "$version" ]; then
echo "No version available for major $majorVersion" >&2
return 1
fi
src="# Autogenerated by maintainers/scripts/gnome.sh update
echo "Latest version is: ${version}" >&2
fi
local name=${project}-${version}
echo "Fetching .sha256 file" >&2
local sha256out=$(curl -s -f http://${FTPDIR}/${name}.sha256sum)
if [ "$?" -ne "0" ]; then
echo "Version not found" >&2
return 1
fi
extensions=( "xz" "bz2" "gz" )
echo "Choosing archive extension (known are ${extensions[@]})..." >&2
for ext in ${extensions[@]}; do
if echo -e "$sha256out" | grep -q "\\.tar\\.${ext}$"; then
ext_pref=$ext
sha256=$(echo -e "$sha256out" | grep "\\.tar\\.${ext}$" | cut -f1 -d\ )
break
fi
done
echo "Chosen ${ext_pref}, hash is ${sha256}" >&2
echo "# Autogenerated by maintainers/scripts/gnome.sh update
fetchurl: {
name = \"${project}-${version}\";
@@ -122,17 +132,63 @@ fetchurl: {
};
}"
if [ "$action" == "update" ]; then
return 0
}
update_project() {
local project="$1"
local majorVersion="$2"
# find project in nixpkgs tree
GNOME_TOP=$(readlink -e $(dirname "${BASH_SOURCE[0]}")"/../../pkgs/desktops/gnome-3/")
projectPath=$(find "$GNOME_TOP" -name "$project" -print)
projectPath=$(find_project -name "$project" -print)
if [ -z "$projectPath" ]; then
echo "Project $project not found under $GNOME_TOP"
exit 1
fi
echo "Updating $projectPath/src.nix"
echo -e "$src" > "$projectPath/src.nix"
src=$(show_project "$project" "$majorVersion")
if [ "$?" -eq "0" ]; then
echo "Updating $projectPath/src.nix" >&2
echo -e "$src" > "$projectPath/src.nix"
fi
return 0
}
if [ "$action" == "update-all" ]; then
majorVersion="$2"
if [ -z "$majorVersion" ]; then
echo "No major version specified" >&2
usage
fi
# find projects
projects=$(find_project -exec basename '{}' \;)
for project in $projects; do
if echo "$NO_GNOME_MAJOR"|grep -q $project; then
echo "Skipping $project"
else
echo "= Updating $project to $majorVersion" >&2
update_project $project $majorVersion
echo >&2
fi
done
else
echo -e "\n$src"
fi
project="$2"
majorVersion="$3"
if [ -z "$project" ]; then
echo "No project specified, exiting" >&2
usage
fi
if [ "$action" == "show" ]; then
show_project $project $majorVersion
elif [ "$action" == "update" ]; then
update_project $project $majorVersion
else
echo "Unknown action $action" >&2
usage
fi
fi

View File

@@ -1,5 +1,5 @@
#! /bin/sh
echo "let pkgs = import /etc/nixos/nixpkgs$2 {}; x = pkgs.callPackage $1 { $3 }; in ${4:-x}" |
echo "let pkgs = import <nixpkgs$2> {}; x = pkgs.callPackage $1 { $3 }; in ${4:-x}" |
nix-instantiate --show-trace - |
xargs nix-store -r -K

View File

@@ -1,22 +1,24 @@
{ stdenv, makeWrapper, perl, perlPackages }:
stdenv.mkDerivation {
name = "nix-generate-from-cpan-1";
name = "nix-generate-from-cpan-2";
buildInputs = [ makeWrapper perl perlPackages.YAMLLibYAML perlPackages.JSON perlPackages.CPANPLUS ];
buildInputs = with perlPackages; [
makeWrapper perl CPANMeta GetoptLongDescriptive CPANPLUS Readonly Log4Perl
];
unpackPhase = "true";
buildPhase = "true";
phases = [ "installPhase" ];
installPhase =
''
mkdir -p $out/bin
cp ${./nix-generate-from-cpan.pl} $out/bin/nix-generate-from-cpan
patchShebangs $out/bin/nix-generate-from-cpan
wrapProgram $out/bin/nix-generate-from-cpan --set PERL5LIB $PERL5LIB
'';
meta = {
maintainers = [ stdenv.lib.maintainers.eelco ];
maintainers = with stdenv.lib.maintainers; [ eelco rycee ];
description = "Utility to generate a Nix expression for a Perl package from CPAN";
};
}

View File

@@ -1,154 +1,440 @@
#! /run/current-system/sw/bin/perl -w
#!/usr/bin/env perl
use utf8;
use strict;
use CPANPLUS::Backend;
use YAML::XS;
use JSON;
use warnings;
my $module_name = $ARGV[0];
die "syntax: $0 <MODULE-NAME>\n" unless defined $module_name;
use CPAN::Meta();
use CPANPLUS::Backend();
use Getopt::Long::Descriptive qw( describe_options );
use JSON::PP qw( encode_json );
use Log::Log4perl qw(:easy);
use Readonly();
my $cb = CPANPLUS::Backend->new;
# Readonly hash that maps CPAN style license strings to information
# necessary to generate a Nixpkgs style license attribute.
Readonly::Hash my %LICENSE_MAP => (
my @modules = $cb->search(type => "name", allow => [$module_name]);
die "module $module_name not found\n" if scalar @modules == 0;
die "multiple packages that match module $module_name\n" if scalar @modules > 1;
my $module = $modules[0];
# The Perl 5 License (Artistic 1 & GPL 1 or later).
perl_5 => {
licenses => [qw( artistic1 gpl1Plus )]
},
# GNU Affero General Public License, Version 3.
agpl_3 => {
licenses => [qw( agpl3Plus )],
amb => 1
},
# Apache Software License, Version 1.1.
apache_1_1 => {
licenses => ["Apache License 1.1"],
in_set => 0
},
# Apache License, Version 2.0.
apache_2_0 => {
licenses => [qw( asl20 )]
},
# Artistic License, (Version 1).
artistic_1 => {
licenses => [qw( artistic1 )]
},
# Artistic License, Version 2.0.
artistic_2 => {
licenses => [qw( artistic2 )]
},
# BSD License (three-clause).
bsd => {
licenses => [qw( bsd3 )],
amb => 1
},
# FreeBSD License (two-clause).
freebsd => {
licenses => [qw( bsd2 )]
},
# GNU Free Documentation License, Version 1.2.
gfdl_1_2 => {
licenses => [qw( fdl12 )]
},
# GNU Free Documentation License, Version 1.3.
gfdl_1_3 => {
licenses => [qw( fdl13 )]
},
# GNU General Public License, Version 1.
gpl_1 => {
licenses => [qw( gpl1Plus )],
amb => 1
},
# GNU General Public License, Version 2. Note, we will interpret
# "gpl" alone as GPL v2+.
gpl_2 => {
licenses => [qw( gpl2Plus )],
amb => 1
},
# GNU General Public License, Version 3.
gpl_3 => {
licenses => [qw( gpl3Plus )],
amb => 1
},
# GNU Lesser General Public License, Version 2.1. Note, we will
# interpret "gpl" alone as LGPL v2.1+.
lgpl_2_1 => {
licenses => [qw( lgpl21Plus )],
amb => 1
},
# GNU Lesser General Public License, Version 3.0.
lgpl_3_0 => {
licenses => [qw( lgpl3Plus )],
amb => 1
},
# MIT (aka X11) License.
mit => {
licenses => [qw( mit )]
},
# Mozilla Public License, Version 1.0.
mozilla_1_0 => {
licenses => [qw( mpl10 )]
},
# Mozilla Public License, Version 1.1.
mozilla_1_1 => {
licenses => [qw( mpl11 )]
},
# OpenSSL License.
openssl => {
licenses => [qw( openssl )]
},
# Q Public License, Version 1.0.
qpl_1_0 => {
licenses => [qw( qpl )]
},
# Original SSLeay License.
ssleay => {
licenses => ["Original SSLeay License"],
in_set => 0
},
# Sun Internet Standards Source License (SISSL).
sun => {
licenses => ["Sun Industry Standards Source License v1.1"],
in_set => 0
},
# zlib License.
zlib => {
licenses => [qw( zlib )]
},
# Other Open Source Initiative (OSI) approved license.
open_source => {
licenses => [qw( free )],
amb => 1
},
# Requires special permission from copyright holder.
restricted => {
licenses => [qw( unfree )],
amb => 1
},
# Not an OSI approved license, but not restricted. Note, we
# currently map this to unfreeRedistributable, which is a
# conservative choice.
unrestricted => {
licenses => [qw( unfreeRedistributable )],
amb => 1
},
# License not provided in metadata.
unknown => {
licenses => [qw( unknown )],
amb => 1
}
);
sub handle_opts {
my ( $opt, $usage ) = describe_options(
'usage: $0 %o MODULE',
[ 'maintainer|m=s', 'the package maintainer' ],
[ 'debug|d', 'enable debug output' ],
[ 'help', 'print usage message and exit' ]
);
if ( $opt->help ) {
print $usage->text;
exit;
}
my $module_name = $ARGV[0];
if ( !defined $module_name ) {
print STDERR "Missing module name\n";
print STDERR $usage->text;
exit 1;
}
return ( $opt, $module_name );
}
# Takes a Perl package attribute name and returns 1 if the name cannot
# be referred to as a bareword. This typically happens if the package
# name is a reserved Nix keyword.
sub is_reserved {
my ($pkg) = @_;
return $pkg =~ /^(?: assert |
else |
if |
import |
in |
inherit |
let |
rec |
then |
while |
with )$/x;
}
sub pkg_to_attr {
my ($pkg_name) = @_;
my $attr_name = $pkg_name;
$attr_name =~ s/-\d.*//; # strip version
return "LWP" if $attr_name eq "libwww-perl";
$attr_name =~ s/-//g;
return $attr_name;
my ($module) = @_;
my $attr_name = $module->package_name;
if ( $attr_name eq "libwww-perl" ) {
return "LWP";
}
else {
$attr_name =~ s/-//g;
return $attr_name;
}
}
sub get_pkg_name {
my ($module) = @_;
my $pkg_name = $module->package;
$pkg_name =~ s/\.tar.*//;
$pkg_name =~ s/\.zip//;
return $pkg_name;
return $module->package_name . '-' . $module->package_version;
}
my $pkg_name = get_pkg_name $module;
my $attr_name = pkg_to_attr $pkg_name;
sub read_meta {
my ($pkg_path) = @_;
print STDERR "attribute name: ", $attr_name, "\n";
print STDERR "module: ", $module->module, "\n";
print STDERR "version: ", $module->version, "\n";
print STDERR "package: ", $module->package, , " (", $pkg_name, ", ", $attr_name, ")\n";
print STDERR "path: ", $module->path, "\n";
my $yaml_path = "$pkg_path/META.yml";
my $json_path = "$pkg_path/META.json";
my $meta;
my $tar_path = $module->fetch();
print STDERR "downloaded to: $tar_path\n";
print STDERR "sha-256: ", $module->status->checksum_value, "\n";
my $pkg_path = $module->extract();
print STDERR "unpacked to: $pkg_path\n";
my $meta;
if (-e "$pkg_path/META.yml") {
eval {
$meta = YAML::XS::LoadFile("$pkg_path/META.yml");
};
if ($@) {
system("iconv -f windows-1252 -t utf-8 '$pkg_path/META.yml' > '$pkg_path/META.yml.tmp'");
$meta = YAML::XS::LoadFile("$pkg_path/META.yml.tmp");
if ( -r $json_path ) {
$meta = CPAN::Meta->load_file($json_path);
}
elsif ( -r $yaml_path ) {
$meta = CPAN::Meta->load_file($yaml_path);
}
else {
WARN("package has no META.yml or META.json");
}
} elsif (-e "$pkg_path/META.json") {
local $/;
open(my $fh, '<', "$pkg_path/META.json") or die;
$meta = decode_json(<$fh>);
} else {
warn "package has no META.yml or META.json\n";
}
print STDERR "metadata: ", encode_json($meta), "\n" if defined $meta;
return $meta;
}
# Map a module to the attribute corresponding to its package
# (e.g. HTML::HeadParser will be mapped to HTMLParser, because that
# module is in the HTML-Parser package).
sub module_to_pkg {
my ($module_name) = @_;
my @modules = $cb->search(type => "name", allow => [$module_name]);
if (scalar @modules == 0) {
my ( $cb, $module_name ) = @_;
my @modules = $cb->search( type => "name", allow => [$module_name] );
if ( scalar @modules == 0 ) {
# Fallback.
$module_name =~ s/:://g;
return $module_name;
}
my $module = $modules[0];
my $attr_name = pkg_to_attr(get_pkg_name $module);
print STDERR "mapped dep $module_name to $attr_name\n";
my $module = $modules[0];
my $attr_name = pkg_to_attr($module);
DEBUG("mapped dep $module_name to $attr_name");
return $attr_name;
}
sub get_deps {
my ($type) = @_;
my $deps;
if (defined $meta->{prereqs}) {
die "unimplemented";
} elsif ($type eq "runtime") {
$deps = $meta->{requires};
} elsif ($type eq "configure") {
$deps = $meta->{configure_requires};
} elsif ($type eq "build") {
$deps = $meta->{build_requires};
}
my ( $cb, $meta, $type ) = @_;
return if !defined $meta;
my $prereqs = $meta->effective_prereqs;
my $deps = $prereqs->requirements_for( $type, "requires" );
my @res;
foreach my $n (keys %{$deps}) {
foreach my $n ( $deps->required_modules ) {
next if $n eq "perl";
# Hacky way to figure out if this module is part of Perl.
if ($n !~ /^JSON/ && $n !~ /^YAML/ && $n !~ /^Module::Pluggable/) {
if ( $n !~ /^JSON/ && $n !~ /^YAML/ && $n !~ /^Module::Pluggable/ ) {
eval "use $n;";
if (!$@) {
print STDERR "skipping Perl-builtin module $n\n";
if ( !$@ ) {
DEBUG("skipping Perl-builtin module $n");
next;
}
}
push @res, module_to_pkg($n);
my $pkg = module_to_pkg( $cb, $n );
# If the package name is reserved then we need to refer to it
# through the "self" variable.
$pkg = "self.\"$pkg\"" if is_reserved($pkg);
push @res, $pkg;
}
return @res;
}
sub uniq {
return keys %{{ map { $_ => 1 } @_ }};
return keys %{ { map { $_ => 1 } @_ } };
}
my @build_deps = sort(uniq(get_deps("configure"), get_deps("build"), get_deps("test")));
print STDERR "build deps: @build_deps\n";
sub render_license {
my ($cpan_license) = @_;
my @runtime_deps = sort(uniq(get_deps("runtime")));
print STDERR "runtime deps: @runtime_deps\n";
return if !defined $cpan_license;
my $homepage = $meta->{resources}->{homepage};
print STDERR "homepage: $homepage\n" if defined $homepage;
my $licenses;
my $description = $meta->{abstract};
if (defined $description) {
$description = uc(substr($description, 0, 1)) . substr($description, 1); # capitalise first letter
$description =~ s/\.$//; # remove period at the end
# If the license is ambiguous then we'll print an extra warning.
# For example, "gpl_2" is ambiguous since it may refer to exactly
# "GPL v2" or to "GPL v2 or later".
my $amb = 0;
# Whether the license is available inside `stdenv.lib.licenses`.
my $in_set = 1;
my $nix_license = $LICENSE_MAP{$cpan_license};
if ( !$nix_license ) {
WARN("Unknown license: $cpan_license");
$licenses = [$cpan_license];
$in_set = 0;
}
else {
$licenses = $nix_license->{licenses};
$amb = $nix_license->{amb};
$in_set = !$nix_license->{in_set};
}
my $license_line;
if ( @$licenses == 0 ) {
# Avoid defining the license line.
}
elsif ($in_set) {
my $lic = 'stdenv.lib.licenses';
if ( @$licenses == 1 ) {
$license_line = "$lic.$licenses->[0]";
}
else {
$license_line = "with $lic; [ " . join( ' ', @$licenses ) . " ]";
}
}
else {
if ( @$licenses == 1 ) {
$license_line = $licenses->[0];
}
else {
$license_line = '[ ' . join( ' ', @$licenses ) . ' ]';
}
}
INFO("license: $cpan_license");
WARN("License '$cpan_license' is ambiguous, please verify") if $amb;
return $license_line;
}
my ( $opt, $module_name ) = handle_opts();
Log::Log4perl->easy_init(
{
level => $opt->debug ? $DEBUG : $INFO,
layout => '%m%n'
}
);
my $cb = CPANPLUS::Backend->new;
my @modules = $cb->search( type => "name", allow => [$module_name] );
die "module $module_name not found\n" if scalar @modules == 0;
die "multiple packages that match module $module_name\n" if scalar @modules > 1;
my $module = $modules[0];
my $pkg_name = get_pkg_name $module;
my $attr_name = pkg_to_attr $module;
INFO( "attribute name: ", $attr_name );
INFO( "module: ", $module->module );
INFO( "version: ", $module->version );
INFO( "package: ", $module->package, " (", $pkg_name, ", ", $attr_name, ")" );
INFO( "path: ", $module->path );
my $tar_path = $module->fetch();
INFO( "downloaded to: ", $tar_path );
INFO( "sha-256: ", $module->status->checksum_value );
my $pkg_path = $module->extract();
INFO( "unpacked to: ", $pkg_path );
my $meta = read_meta($pkg_path);
DEBUG( "metadata: ", encode_json( $meta->as_struct ) ) if defined $meta;
my @build_deps = sort( uniq(
get_deps( $cb, $meta, "configure" ),
get_deps( $cb, $meta, "build" ),
get_deps( $cb, $meta, "test" )
) );
INFO("build deps: @build_deps");
my @runtime_deps = sort( uniq( get_deps( $cb, $meta, "runtime" ) ) );
INFO("runtime deps: @runtime_deps");
my $homepage = $meta ? $meta->resources->{homepage} : undef;
INFO("homepage: $homepage") if defined $homepage;
my $description = $meta ? $meta->abstract : undef;
if ( defined $description ) {
$description = uc( substr( $description, 0, 1 ) )
. substr( $description, 1 ); # capitalise first letter
$description =~ s/\.$//; # remove period at the end
$description =~ s/\s*$//;
$description =~ s/^\s*//;
print STDERR "description: $description\n";
$description =~ s/\n+/ /; # Replace new lines by space.
INFO("description: $description");
}
my $license = $meta->{license};
if (defined $license) {
$license = "perl5" if $license eq "perl_5";
print STDERR "license: $license\n";
}
#print(Data::Dumper::Dumper($meta->licenses) . "\n");
my $license = $meta ? render_license( $meta->licenses ) : undef;
my $build_fun = -e "$pkg_path/Build.PL" && ! -e "$pkg_path/Makefile.PL" ? "buildPerlModule" : "buildPerlPackage";
INFO( "RSS feed: https://metacpan.org/feed/distribution/",
$module->package_name );
my $build_fun = -e "$pkg_path/Build.PL"
&& !-e "$pkg_path/Makefile.PL" ? "buildPerlModule" : "buildPerlPackage";
print STDERR "===\n";
print <<EOF;
$attr_name = $build_fun {
"$attr_name" = $build_fun rec {
name = "$pkg_name";
src = fetchurl {
url = mirror://cpan/${\$module->path}/${\$module->package};
url = "mirror://cpan/${\$module->path}/\${name}.${\$module->package_extension}";
sha256 = "${\$module->status->checksum_value}";
};
EOF
@@ -168,7 +454,10 @@ print <<EOF if defined $description;
description = "$description";
EOF
print <<EOF if defined $license;
license = "$license";
license = $license;
EOF
print <<EOF if $opt->maintainer;
maintainers = [ maintainers.${\$opt->maintainer} ];
EOF
print <<EOF;
};

View File

@@ -11,11 +11,7 @@ if [[ $1 == nix ]]; then
# Make sure we can use hydra's binary cache
sudo mkdir /etc/nix
sudo tee /etc/nix/nix.conf <<EOF >/dev/null
binary-caches = http://cache.nixos.org http://hydra.nixos.org
trusted-binary-caches = http://hydra.nixos.org
build-max-jobs = 4
EOF
sudo echo "build-max-jobs = 4" > /etc/nix/nix.conf
# Verify evaluation
echo "=== Verifying that nixpkgs evaluates..."
@@ -27,6 +23,9 @@ elif [[ $1 == nox ]]; then
elif [[ $1 == build ]]; then
source $HOME/.nix-profile/etc/profile.d/nix.sh
echo "=== Checking tarball creation"
nix-build pkgs/top-level/release.nix -A tarball
if [[ $TRAVIS_PULL_REQUEST == false ]]; then
echo "=== Not a pull request"
else
@@ -41,8 +40,6 @@ elif [[ $1 == build ]]; then
exit 1
fi
fi
# echo "=== Checking tarball creation"
# nix-build pkgs/top-level/release.nix -A tarball
else
echo "$0: Unknown option $1" >&2
false

View File

@@ -12,7 +12,7 @@ git_data="$(echo "$raw_git_log" | grep 'Author:' |
# Also there are a few manual entries
maintainers="$(cat "$(dirname "$0")/../../lib/maintainers.nix" |
grep '=' | sed -re 's/\\"/''/g;
s/ *([^ =]*) *= *" *(.*[^ ]) *[<](.*)[>] *".*/\1\t\2\t\3/')"
s/[ ]*([^ =]*)[ ]*=[ ]*" *(.*[^ ]) *[<](.*)[>] *".*/\1\t\2\t\3/')"
git_lines="$( ( echo "$git_data";
cat "$(dirname "$0")/vanity-manual-equalities.txt") | sort |uniq)"
@@ -28,7 +28,7 @@ fetchGithubName () {
)"
userid="$(
curl https://github.com/NixOS/nixpkgs/commit/"$commitid" 2>/dev/null |
grep authored -B10 | grep 'href="/' |
grep committed -B10 | grep 'href="/' |
sed -re 's@.* href="/@@; s@".*@@' |
grep -v "/commit/"
)";

View File

@@ -22,8 +22,10 @@ containers.database =
</programlisting>
If you run <literal>nixos-rebuild switch</literal>, the container will
be built and started. If the container was already running, it will be
updated in place, without rebooting.</para>
be built. If the container was already running, it will be
updated in place, without rebooting. The container can be configured to
start automatically by setting <literal>containers.database.autoStart = true</literal>
in its configuration.</para>
<para>By default, declarative containers share the network namespace
of the host, meaning that they can listen on (privileged)
@@ -41,13 +43,15 @@ containers.database =
This gives the container a private virtual Ethernet interface with IP
address <literal>192.168.100.11</literal>, which is hooked up to a
virtual Ethernet interface on the host with IP address
<literal>192.168.100.10</literal>. (See the next section for details
<literal>192.168.100.10</literal>. (See the next section for details
on container networking.)</para>
<para>To disable the container, just remove it from
<filename>configuration.nix</filename> and run <literal>nixos-rebuild
switch</literal>. Note that this will not delete the root directory of
the container in <literal>/var/lib/containers</literal>.</para>
the container in <literal>/var/lib/containers</literal>. Containers can be
destroyed using the imperative method: <literal>nixos-container destroy
foo</literal>.</para>
<para>Declarative containers can be started and stopped using the
corresponding systemd service, e.g. <literal>systemctl start

View File

@@ -157,7 +157,7 @@ boot.kernel.sysctl."net.ipv4.tcp_keepalive_time" = 60;
fileSystems."/boot" =
{ device = "/dev/sda1";
fsType = "ext4";
options = "rw,data=ordered,relatime";
options = [ "rw" "data=ordered" "relatime" ];
};
</programlisting>
</para>

View File

@@ -26,6 +26,8 @@ effect after you run <command>nixos-rebuild</command>.</para>
<!-- FIXME: auto-include NixOS module docs -->
<xi:include href="postgresql.xml" />
<xi:include href="gitlab.xml" />
<xi:include href="acme.xml" />
<!-- Apache; libvirtd virtualisation -->

View File

@@ -65,6 +65,14 @@ account named <literal>alice</literal>:
<screen>
$ useradd -m alice</screen>
To make all nix tools available to this new user use `su - USER` which
opens a login shell (==shell that loads the profile) for given user.
This will create the ~/.nix-defexpr symlink. So run:
<screen>
$ su - alice -c "true"</screen>
The flag <option>-m</option> causes the creation of a home directory
for the new user, which is generally what you want. The user does not
have an initial password and therefore cannot log in. A password can

View File

@@ -18,8 +18,20 @@ NixOS will start wpa_supplicant for you if you enable this setting:
networking.wireless.enable = true;
</programlisting>
NixOS currently does not generate wpa_supplicant's
configuration file, <literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
NixOS lets you specify networks for wpa_supplicant declaratively:
<programlisting>
networking.wireless.networks = {
echelon = {
psk = "abcdefgh";
};
"free.wifi" = {};
}
</programlisting>
Be aware that keys will be written to the nix store in plaintext!
When no networks are set, it will default to using a configuration file at
<literal>/etc/wpa_supplicant.conf</literal>. You should edit this file
yourself to define wireless networks, WPA keys and so on (see
wpa_supplicant.conf(5)).
</para>

View File

@@ -1,4 +1,4 @@
{ pkgs, options, version, revision }:
{ pkgs, options, version, revision, extraSources ? [] }:
with pkgs;
with pkgs.lib;
@@ -17,19 +17,20 @@ let
# Clean up declaration sites to not refer to the NixOS source tree.
optionsList' = flip map optionsList (opt: opt // {
declarations = map (fn: stripPrefix fn) opt.declarations;
declarations = map stripAnyPrefixes opt.declarations;
}
// optionalAttrs (opt ? example) { example = substFunction opt.example; }
// optionalAttrs (opt ? default) { default = substFunction opt.default; }
// optionalAttrs (opt ? type) { type = substFunction opt.type; });
prefix = toString ../../..;
stripPrefix = fn:
if substring 0 (stringLength prefix) fn == prefix then
substring (stringLength prefix + 1) 1000 fn
else
fn;
# We need to strip references to /nix/store/* from options,
# including any `extraSources` if some modules came from elsewhere,
# or else the build will fail.
#
# E.g. if some `options` came from modules in ${pkgs.customModules}/nix,
# you'd need to include `extraSources = [ pkgs.customModules ]`
prefixesToStrip = map (p: "${toString p}/") ([ ../../.. ] ++ extraSources);
stripAnyPrefixes = flip (fold removePrefix) prefixesToStrip;
# Convert the list of options into an XML file.
optionsXML = builtins.toFile "options.xml" (builtins.toXML optionsList');
@@ -55,6 +56,8 @@ let
cp -prd $sources/* . # */
chmod -R u+w .
cp ${../../modules/services/databases/postgresql.xml} configuration/postgresql.xml
cp ${../../modules/services/misc/gitlab.xml} configuration/gitlab.xml
cp ${../../modules/security/acme.xml} configuration/acme.xml
ln -s ${optionsDocBook} options-db.xml
echo "${version}" > version
'';

View File

@@ -107,12 +107,12 @@ the file system. This module declares two options that can be defined
by other modules (typically the users
<filename>configuration.nix</filename>):
<option>services.locate.enable</option> (whether the database should
be updated) and <option>services.locate.period</option> (when the
be updated) and <option>services.locate.interval</option> (when the
update should be done). It implements its functionality by defining
two options declared by other modules:
<option>systemd.services</option> (the set of all systemd services)
and <option>services.cron.systemCronJobs</option> (the list of
commands to be executed periodically by <command>cron</command>).</para>
and <option>systemd.timers</option> (the list of commands to be
executed periodically by <command>systemd</command>).</para>
<example xml:id='locate-example'><title>NixOS Module for the “locate” Service</title>
<programlisting>
@@ -120,53 +120,59 @@ commands to be executed periodically by <command>cron</command>).</para>
with lib;
let locatedb = "/var/cache/locatedb"; in
{
options = {
services.locate = {
enable = mkOption {
type = types.bool;
default = false;
description = ''
If enabled, NixOS will periodically update the database of
files used by the <command>locate</command> command.
'';
};
period = mkOption {
type = types.str;
default = "15 02 * * *";
description = ''
This option defines (in the format used by cron) when the
locate database is updated. The default is to update at
02:15 at night every day.
'';
};
let
cfg = config.services.locate;
in {
options.services.locate = {
enable = mkOption {
type = types.bool;
default = false;
description = ''
If enabled, NixOS will periodically update the database of
files used by the <command>locate</command> command.
'';
};
interval = mkOption {
type = types.str;
default = "02:15";
example = "hourly";
description = ''
Update the locate database at this interval. Updates by
default at 2:15 AM every day.
The format is described in
<citerefentry><refentrytitle>systemd.time</refentrytitle>
<manvolnum>7</manvolnum></citerefentry>.
'';
};
# Other options omitted for documentation
};
config = {
systemd.services.update-locatedb =
{ description = "Update Locate Database";
path = [ pkgs.su ];
script =
''
mkdir -m 0755 -p $(dirname ${locatedb})
exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /run'
mkdir -m 0755 -p $(dirname ${toString cfg.output})
exec updatedb \
--localuser=${cfg.localuser} \
${optionalString (!cfg.includeStore) "--prunepaths='/nix/store'"} \
--output=${toString cfg.output} ${concatStringsSep " " cfg.extraFlags}
'';
};
services.cron.systemCronJobs = optional config.services.locate.enable
"${config.services.locate.period} root ${config.systemd.package}/bin/systemctl start update-locatedb.service";
systemd.timers.update-locatedb = mkIf cfg.enable
{ description = "Update timer for locate database";
partOf = [ "update-locatedb.service" ];
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = cfg.interval;
};
};
}</programlisting>
}
</programlisting>
</example>
<xi:include href="option-declarations.xml" />

View File

@@ -35,7 +35,7 @@
<command>systemctl stop network-manager</command>.</para></listitem>
<listitem><para>The NixOS installer doesnt do any partitioning or
formatting yet, so you need to that yourself. Use the following
formatting yet, so you need to do that yourself. Use the following
commands:
<itemizedlist>

View File

@@ -39,8 +39,8 @@ running NixOS system through several other means:
<para>Using NixOps, the NixOS-based cloud deployment tool, which
allows you to provision VirtualBox and EC2 NixOS instances from
declarative specifications. Check out the <link
xlink:href="https://github.com/NixOS/nixops">NixOps
homepage</link> for details.</para>
xlink:href="https://nixos.org/nixops">NixOps homepage</link> for
details.</para>
</listitem>
</itemizedlist>

View File

@@ -165,13 +165,13 @@ look like this:
fileSystems."/" =
{ device = "/dev/disk/by-label/nixos";
fsType = "ext3";
options = "rw,data=ordered,relatime";
options = [ "rw" "data=ordered" "relatime" ];
};
fileSystems."/boot" =
{ device = "/dev/sda1";
fsType = "ext3";
options = "rw,errors=continue,user_xattr,acl,barrier=1,data=writeback,relatime";
options = [ "rw" "errors=continue" "user_xattr" "acl" "barrier=1" "data=writeback" "relatime" ];
};
swapDevices =

View File

@@ -281,6 +281,51 @@ $ nixos-rebuild switch -p test -I nixos-config=./test.nix
</listitem>
</varlistentry>
<varlistentry>
<term><option>--build-host</option></term>
<listitem>
<para>Instead of building the new configuration locally, use the
specified host to perform the build. The host needs to be accessible
with ssh, and must be able to perform Nix builds. If the option
<option>--target-host</option> is not set, the build will be copied back
to the local machine when done.</para>
<para>Note that, if <option>--no-build-nix</option> is not specified,
Nix will be built both locally and remotely. This is because the
configuration will always be evaluated locally even though the building
might be performed remotely.</para>
<para>You can include a remote user name in
the host name (<replaceable>user@host</replaceable>). You can also set
ssh options by defining the <envar>NIX_SSHOPTS</envar> environment
variable.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--target-host</option></term>
<listitem>
<para>Specifies the NixOS target host. By setting this to something other
than <replaceable>localhost</replaceable>, the system activation will
happen on the remote host instead of the local machine. The remote host
needs to be accessible over ssh, and for the commands
<option>switch</option>, <option>boot</option> and <option>test</option>
you need root access.</para>
<para>If <option>--build-host</option> is not explicitly
specified, <option>--build-host</option> will implicitly be set to the
same value as <option>--target-host</option>. So, if you only specify
<option>--target-host</option> both building and activation will take
place remotely (and no build artifacts will be copied to the local
machine).</para>
<para>You can include a remote user name in
the host name (<replaceable>user@host</replaceable>). You can also set
ssh options by defining the <envar>NIX_SSHOPTS</envar> environment
variable.</para>
</listitem>
</varlistentry>
</variablelist>
<para>In addition, <command>nixos-rebuild</command> accepts various
@@ -305,6 +350,13 @@ the Nix manual for details.</para>
</listitem>
</varlistentry>
<varlistentry><term><envar>NIX_SSHOPTS</envar></term>
<listitem><para>Additional options to be passed to
<command>ssh</command> on the command line.</para></listitem>
</varlistentry>
</variablelist>
</refsection>

View File

@@ -6,6 +6,35 @@
<title>Unstable</title>
<para>In addition to numerous new and upgraded packages, this release
has the following highlights:</para>
<itemizedlist>
<listitem>
<para>Firefox and similar browsers are now <emphasis>wrapped by default</emphasis>.
The package and attribute names are plain <literal>firefox</literal>
or <literal>midori</literal>, etc. Backward-compatibility attributes were set up,
but note that <command>nix-env -u</command> will <emphasis>not</emphasis> update
your current <literal>firefox-with-plugins</literal>;
you have to uninstall it and install <literal>firefox</literal> instead.
More discussion is <link xlink:href="https://github.com/NixOS/nixpkgs/pull/12299">
on the PR</link>. </para>
</listitem>
</itemizedlist>
<para>The following new services were added since the last release:
<itemizedlist>
<listitem><para><literal>services/monitoring/longview.nix</literal></para></listitem>
<listitem><para><literal>services/networking/pdnsd.nix</literal></para></listitem>
<listitem><para><literal>services/web-apps/pump.io.nix</literal></para></listitem>
<listitem><para><literal>services/security/haka.nix</literal></para></listitem>
<listitem><para><literal>i18n/inputMethod/default.nix</literal></para></listitem>
</itemizedlist>
</para>
<para>When upgrading from a previous release, please be aware of the
following incompatible changes:</para>
@@ -19,6 +48,12 @@ following incompatible changes:</para>
</para>
</listitem>
<listitem>
<para><literal>jobs</literal> NixOS option has been removed. It served as
compatibility layer between Upstart jobs and SystemD services. All services
have been rewritten to use <literal>systemd.services</literal></para>
</listitem>
<listitem>
<para><command>wmiimenu</command> is removed, as it has been
removed by the developers upstream. Use <command>wimenu</command>
@@ -40,6 +75,181 @@ following incompatible changes:</para>
will include the Gitit service configuration options.</para>
</listitem>
<listitem>
<para><command>nginx</command> does not accept flags for enabling and
disabling modules anymore. Instead it accepts <literal>modules</literal>
argument, which is a list of modules to be built in. All modules now
reside in <literal>nginxModules</literal> set. Example configuration:
<programlisting><![CDATA[
nginx.override {
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
}
]]></programlisting>
</para>
</listitem>
<listitem>
<para><command>s3sync</command> is removed, as it hasn't been
developed by upstream for 4 years and only runs with ruby 1.8.
For an actively-developer alternative look at
<command>tarsnap</command> and others.
</para>
</listitem>
<listitem>
<para><command>ruby_1_8</command> has been removed as it's not
supported from upstream anymore and probably contains security
issues.
</para>
</listitem>
<listitem>
<para><literal>tidy-html5</literal> package is removed.
Upstream only provided <literal>(lib)tidy5</literal> during development,
and now they went back to <literal>(lib)tidy</literal> to work as a drop-in
replacement of the original package that has been unmaintained for years.
You can (still) use the <literal>html-tidy</literal> package, which got updated
to a stable release from this new upstream.</para>
</listitem>
<listitem>
<para><literal>extraDeviceOptions</literal> argument is removed
from <literal>bumblebee</literal> package. Instead there are
now two separate arguments: <literal>extraNvidiaDeviceOptions</literal>
and <literal>extraNouveauDeviceOptions</literal> for setting
extra X11 options for nvidia and nouveau drivers, respectively.
</para>
</listitem>
<listitem>
<para>The <literal>Ctrl+Alt+Backspace</literal> key combination
no longer kills the X server by default.
There's a new option <option>services.xserver.enableCtrlAltBackspace</option>
allowing to enable the combination again.
</para>
</listitem>
<listitem>
<para><literal>emacsPackagesNg</literal> now contains all packages
from the ELPA, MELPA, and MELPA Stable repositories.
</para>
</listitem>
<listitem>
<para>Data directory for Postfix MTA server is moved from
<filename>/var/postfix</filename> to <filename>/var/lib/postfix</filename>.
Old configurations are migrated automatically. <literal>service.postfix</literal>
module has also received many improvements, such as correct directories' access
rights, new <literal>aliasFiles</literal> and <literal>mapFiles</literal>
options and more.</para>
</listitem>
<listitem>
<para>Filesystem options should now be configured as a list of strings, not
a comma-separated string. The old style will continue to work, but print a
warning, until the 16.09 release. An example of the new style:
<programlisting>
fileSystems."/example" = {
device = "/dev/sdc";
fsType = "btrfs";
options = [ "noatime" "compress=lzo" "space_cache" "autodefrag" ];
};
</programlisting>
</para>
</listitem>
<listitem>
<para>CUPS, installed by <literal>services.printing</literal> module, now
has its data directory in <filename>/var/lib/cups</filename>. Old
configurations from <filename>/etc/cups</filename> are moved there
automatically, but there might be problems. Also configuration options
<literal>services.printing.cupsdConf</literal> and
<literal>services.printing.cupsdFilesConf</literal> were removed
because they had been allowing one to override configuration variables
required for CUPS to work at all on NixOS. For most use cases,
<literal>services.printing.extraConf</literal> and new option
<literal>services.printing.extraFilesConf</literal> should be enough;
if you encounter a situation when they are not, please file a bug.</para>
<para>There are also Gutenprint improvements; in particular, a new option
<literal>services.printing.gutenprint</literal> is added to enable automatic
updating of Gutenprint PPMs; it's greatly recommended to enable it instead
of adding <literal>gutenprint</literal> to the <literal>drivers</literal> list.
</para>
</listitem>
<listitem>
<para><literal>services.xserver.vaapiDrivers</literal> has been removed. Use
<literal>services.hardware.opengl.extraPackages{,32}</literal> instead. You can
also specify VDPAU drivers there.</para>
</listitem>
<listitem>
<para>
<literal>programs.ibus</literal> moved to <literal>i18n.inputMethod.ibus</literal>.
The option <literal>programs.ibus.plugins</literal> changed to <literal>i18n.inputMethod.ibus.engines</literal>
and the option to enable ibus changed from <literal>programs.ibus.enable</literal> to
<literal>i18n.inputMethod.enabled</literal>.
<literal>i18n.inputMethod.enabled</literal> should be set to the used input method name,
<literal>"ibus"</literal> for ibus.
An example of the new style:
<programlisting>
i18n.inputMethod.enabled = "ibus";
i18n.inputMethod.ibus.engines = with pkgs.ibus-engines; [ anthy mozc ];
</programlisting>
That is equivalent to the old version:
<programlisting>
programs.ibus.enable = true;
programs.ibus.plugins = with pkgs; [ ibus-anthy mozc ];
</programlisting>
</para>
</listitem>
<listitem>
<para><literal>services.udev.extraRules</literal> option now writes rules
to <filename>99-local.rules</filename> instead of <filename>10-local.rules</filename>.
This makes all the user rules apply after others, so their results wouldn't be
overriden by anything else.</para>
</listitem>
<listitem>
<para>Large parts of the <literal>services.gitlab</literal> module has been
been rewritten. There are new configuration options available. The
<literal>stateDir</literal> option was renamned to
<literal>statePath</literal> and the <literal>satellitesDir</literal> option
was removed. Please review the currently available options.</para>
</listitem>
</itemizedlist>
<para>Other notable improvements:
<itemizedlist>
<listitem>
<para>The <command>command-not-found</command> hook was extended.
Apart from <literal>$NIX_AUTO_INSTALL</literal> variable,
it newly also checks for <literal>$NIX_AUTO_RUN</literal>
which causes it to directly run the missing commands via
<command>nix-shell</command> (without installing anything). </para>
</listitem>
<listitem>
<para><literal>ejabberd</literal> module is brought back and now works on
NixOS.</para>
</listitem>
<listitem>
<para>Input method support was improved. New NixOS modules (fcitx, nabi and uim),
fcitx engines (chewing, hangul, m17n, mozc and table-other) and ibus engines (hangul and m17n)
have been added.</para>
</listitem>
</itemizedlist></para>
</section>

View File

@@ -119,7 +119,11 @@ $xorriso -output $out/iso/$isoName
if test -n "$usbBootable"; then
echo "Making image hybrid..."
isohybrid --uefi $out/iso/$isoName
if test -n "$efiBootable"; then
isohybrid --uefi $out/iso/$isoName
else
isohybrid $out/iso/$isoName
fi
fi
if test -n "$compressImage"; then

View File

@@ -381,6 +381,11 @@ sub waitForUnit {
my $info = $self->getUnitInfo($unit);
my $state = $info->{ActiveState};
die "unit $unit reached state $state\n" if $state eq "failed";
if ($state eq "inactive") {
my ($status, $jobs) = $self->execute("systemctl list-jobs --full 2>&1");
die "unit $unit is inactive and there are no pending jobs\n"
if $jobs =~ /No jobs/; # FIXME: fragile
}
return 1 if $state eq "active";
};
});

View File

@@ -0,0 +1,46 @@
{ config, lib, ... }:
with lib;
{
options = {
environment.enableDebugInfo = mkOption {
type = types.bool;
default = false;
description = ''
Some NixOS packages provide debug symbols. However, these are
not included in the system closure by default to save disk
space. Enabling this option causes the debug symbols to appear
in <filename>/run/current-system/sw/lib/debug/.build-id</filename>,
where tools such as <command>gdb</command> can find them.
If you need debug symbols for a package that doesn't
provide them by default, you can enable them as follows:
<!-- FIXME: ugly, see #10721 -->
<programlisting>
nixpkgs.config.packageOverrides = pkgs: {
hello = overrideDerivation pkgs.hello (attrs: {
outputs = attrs.outputs or ["out"] ++ ["debug"];
buildInputs = attrs.buildInputs ++ [&lt;nixpkgs/pkgs/build-support/setup-hooks/separate-debug-info.sh>];
});
};
</programlisting>
'';
};
};
config = {
# FIXME: currently disabled because /lib is already in
# environment.pathsToLink, and we can't have both.
#environment.pathsToLink = [ "/lib/debug/.build-id" ];
environment.outputsToLink =
optional config.environment.enableDebugInfo "debug";
};
}

View File

@@ -129,6 +129,14 @@ with lib;
};
cache32Bit = mkOption {
default = false;
type = types.bool;
description = ''
Generate system fonts cache for 32-bit applications.
'';
};
};
};
@@ -231,12 +239,19 @@ with lib;
"${pkgs.fontconfig}/etc/fonts/fonts.conf";
environment.etc."fonts/${pkgs.fontconfig.configVersion}/conf.d/00-nixos.conf".text =
''
let
cache = fontconfig: pkgs.makeFontsCache { inherit fontconfig; fontDirectories = config.fonts.fonts; };
in ''
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Font directories -->
${concatStringsSep "\n" (map (font: "<dir>${font}</dir>") config.fonts.fonts)}
<!-- Pre-generated font caches -->
<cachedir>${cache pkgs.fontconfig}</cachedir>
${optionalString (pkgs.stdenv.isx86_64 && config.fonts.fontconfig.cache32Bit) ''
<cachedir>${cache pkgs.pkgsi686Linux.fontconfig}</cachedir>
''}
</fontconfig>
'';

View File

@@ -74,6 +74,23 @@ in
'';
};
consoleColors = mkOption {
type = types.listOf types.str;
default = [];
example = [
"002b36" "dc322f" "859900" "b58900"
"268bd2" "d33682" "2aa198" "eee8d5"
"002b36" "cb4b16" "586e75" "657b83"
"839496" "6c71c4" "93a1a1" "fdf6e3"
];
description = ''
The 16 colors palette used by the virtual consoles.
Leave empty to use the default colors.
Colors must be in hexadecimal format and listed in
order from color 0 to color 15.
'';
};
};
};

View File

@@ -57,6 +57,7 @@ in
users.ldap = {
enable = mkOption {
type = types.bool;
default = false;
description = "Whether to enable authentication against an LDAP server.";
};

View File

@@ -39,6 +39,17 @@ in
'';
};
networking.dnsExtensionMechanism = lib.mkOption {
type = types.bool;
default = false;
description = ''
Enable the <code>edns0</code> option in <filename>resolv.conf</filename>. With
that option set, <code>glibc</code> supports use of the extension mechanisms for
DNS (EDNS) specified in RFC 2671. The most popular user of that feature is DNSSEC,
which does not work without it.
'';
};
networking.extraResolvconfConf = lib.mkOption {
type = types.lines;
default = "";
@@ -96,6 +107,15 @@ in
example = "http://127.0.0.1:3128";
};
allProxy = lib.mkOption {
type = types.nullOr types.str;
default = cfg.proxy.default;
description = ''
This option specifies the all_proxy environment variable.
'';
example = "http://127.0.0.1:3128";
};
noProxy = lib.mkOption {
type = types.nullOr types.str;
default = null;
@@ -153,7 +173,10 @@ in
libc_restart='${pkgs.systemd}/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'
'' + optionalString cfg.dnsSingleRequest ''
# only send one DNS request at a time
resolv_conf_options='single-request'
resolv_conf_options+=' single-request'
'' + optionalString cfg.dnsExtensionMechanism ''
# enable extension mechanisms for DNS
resolv_conf_options+=' edns0'
'' + optionalString hasLocalResolver ''
# This hosts runs a full-blown DNS resolver.
name_servers='127.0.0.1'
@@ -183,6 +206,8 @@ in
rsync_proxy = cfg.proxy.rsyncProxy;
} // optionalAttrs (cfg.proxy.ftpProxy != null) {
ftp_proxy = cfg.proxy.ftpProxy;
} // optionalAttrs (cfg.proxy.allProxy != null) {
all_proxy = cfg.proxy.allProxy;
} // optionalAttrs (cfg.proxy.noProxy != null) {
no_proxy = cfg.proxy.noProxy;
};

View File

@@ -71,7 +71,6 @@ in
# FIXME: Implement powersave governor for sandy bridge or later Intel CPUs
powerManagement.cpuFreqGovernor = mkDefault "ondemand";
powerManagement.scsiLinkPolicy = mkDefault "min_power";
systemd.targets.post-resume = {
description = "Post-Resume Actions";

View File

@@ -99,6 +99,7 @@ in {
package = mkOption {
type = types.package;
default = pulseaudioLight;
defaultText = "pkgs.pulseaudioLight";
example = literalExample "pkgs.pulseaudioFull";
description = ''
The PulseAudio derivation to use. This can be used to enable

View File

@@ -119,6 +119,7 @@ in
environment.binsh = mkOption {
default = "${config.system.build.binsh}/bin/sh";
defaultText = "\${config.system.build.binsh}/bin/sh";
example = literalExample ''
"''${pkgs.dash}/bin/dash"
'';

View File

@@ -3,6 +3,84 @@
with utils;
with lib;
let
swapCfg = {config, options, ...}: {
options = {
device = mkOption {
example = "/dev/sda3";
type = types.str;
description = "Path of the device.";
};
label = mkOption {
example = "swap";
type = types.str;
description = ''
Label of the device. Can be used instead of <varname>device</varname>.
'';
};
size = mkOption {
default = null;
example = 2048;
type = types.nullOr types.int;
description = ''
If this option is set, device is interpreted as the
path of a swapfile that will be created automatically
with the indicated size (in megabytes) if it doesn't
exist.
'';
};
priority = mkOption {
default = null;
example = 2048;
type = types.nullOr types.int;
description = ''
Specify the priority of the swap device. Priority is a value between 0 and 32767.
Higher numbers indicate higher priority.
null lets the kernel choose a priority, which will show up as a negative value.
'';
};
randomEncryption = mkOption {
default = false;
type = types.bool;
description = ''
Encrypt swap device with a random key. This way you won't have a persistent swap device.
WARNING: Don't try to hibernate when you have at least one swap partition with
this option enabled! We have no way to set the partition into which hibernation image
is saved, so if your image ends up on an encrypted one you would lose it!
'';
};
deviceName = mkOption {
type = types.str;
internal = true;
};
realDevice = mkOption {
type = types.path;
internal = true;
};
};
config = rec {
device = mkIf options.label.isDefined
"/dev/disk/by-label/${config.label}";
deviceName = escapeSystemdPath config.device;
realDevice = if config.randomEncryption then "/dev/mapper/${deviceName}" else config.device;
};
};
in
{
###### interface
@@ -26,58 +104,7 @@ with lib;
recommended.
'';
type = types.listOf types.optionSet;
options = {config, options, ...}: {
options = {
device = mkOption {
example = "/dev/sda3";
type = types.str;
description = "Path of the device.";
};
label = mkOption {
example = "swap";
type = types.str;
description = ''
Label of the device. Can be used instead of <varname>device</varname>.
'';
};
size = mkOption {
default = null;
example = 2048;
type = types.nullOr types.int;
description = ''
If this option is set, device is interpreted as the
path of a swapfile that will be created automatically
with the indicated size (in megabytes) if it doesn't
exist.
'';
};
priority = mkOption {
default = null;
example = 2048;
type = types.nullOr types.int;
description = ''
Specify the priority of the swap device. Priority is a value between 0 and 32767.
Higher numbers indicate higher priority.
null lets the kernel choose a priority, which will show up as a negative value.
'';
};
};
config = {
device = mkIf options.label.isDefined
"/dev/disk/by-label/${config.label}";
};
};
type = types.listOf (types.submodule swapCfg);
};
};
@@ -95,27 +122,40 @@ with lib;
createSwapDevice = sw:
assert sw.device != "";
let device' = escapeSystemdPath sw.device; in
nameValuePair "mkswap-${escapeSystemdPath sw.device}"
{ description = "Initialisation of Swapfile ${sw.device}";
wantedBy = [ "${device'}.swap" ];
before = [ "${device'}.swap" ];
path = [ pkgs.utillinux ];
let realDevice' = escapeSystemdPath sw.realDevice;
in nameValuePair "mkswap-${sw.deviceName}"
{ description = "Initialisation of swap device ${sw.device}";
wantedBy = [ "${realDevice'}.swap" ];
before = [ "${realDevice'}.swap" ];
path = [ pkgs.utillinux ] ++ optional sw.randomEncryption pkgs.cryptsetup;
script =
''
if [ ! -e "${sw.device}" ]; then
fallocate -l ${toString sw.size}M "${sw.device}" ||
dd if=/dev/zero of="${sw.device}" bs=1M count=${toString sw.size}
chmod 0600 ${sw.device}
mkswap ${sw.device}
fi
${optionalString (sw.size != null) ''
if [ ! -e "${sw.device}" ]; then
fallocate -l ${toString sw.size}M "${sw.device}" ||
dd if=/dev/zero of="${sw.device}" bs=1M count=${toString sw.size}
chmod 0600 ${sw.device}
${optionalString (!sw.randomEncryption) "mkswap ${sw.realDevice}"}
fi
''}
${optionalString sw.randomEncryption ''
echo "secretkey" | cryptsetup luksFormat --batch-mode ${sw.device}
echo "secretkey" | cryptsetup luksOpen ${sw.device} ${sw.deviceName}
cryptsetup luksErase --batch-mode ${sw.device}
mkswap ${sw.realDevice}
''}
'';
unitConfig.RequiresMountsFor = [ "${dirOf sw.device}" ];
unitConfig.DefaultDependencies = false; # needed to prevent a cycle
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = sw.randomEncryption;
serviceConfig.ExecStop = optionalString sw.randomEncryption "${pkgs.cryptsetup}/bin/cryptsetup luksClose ${sw.deviceName}";
restartIfChanged = false;
};
in listToAttrs (map createSwapDevice (filter (sw: sw.size != null) config.swapDevices));
in listToAttrs (map createSwapDevice (filter (sw: sw.size != null || sw.randomEncryption) config.swapDevices));
};

View File

@@ -22,10 +22,9 @@ in
boot.kernel.sysctl = mkOption {
default = {};
example = {
"net.ipv4.tcp_syncookies" = false;
"vm.swappiness" = 60;
};
example = literalExample ''
{ "net.ipv4.tcp_syncookies" = false; "vm.swappiness" = 60; }
'';
type = types.attrsOf sysctlOption;
description = ''
Runtime parameters of the Linux kernel, as set by

View File

@@ -7,12 +7,6 @@ with lib;
let
extraManpages = pkgs.runCommand "extra-manpages" { buildInputs = [ pkgs.help2man ]; }
''
mkdir -p $out/share/man/man1
help2man ${pkgs.gnutar}/bin/tar > $out/share/man/man1/tar.1
'';
requiredPackages =
[ config.nix.package
pkgs.acl
@@ -34,7 +28,6 @@ let
pkgs.xz
pkgs.less
pkgs.libcap
pkgs.man
pkgs.nano
pkgs.ncurses
pkgs.netcat
@@ -47,7 +40,6 @@ let
pkgs.time
pkgs.texinfoInteractive
pkgs.utillinux
extraManpages
];
in
@@ -78,8 +70,16 @@ in
# to work.
default = [];
example = ["/"];
description = "List of directories to be symlinked in `/run/current-system/sw'.";
description = "List of directories to be symlinked in <filename>/run/current-system/sw</filename>.";
};
outputsToLink = mkOption {
type = types.listOf types.str;
default = [];
example = [ "doc" ];
description = "List of package outputs to be symlinked into <filename>/run/current-system/sw</filename>.";
};
};
system = {
@@ -103,9 +103,7 @@ in
[ "/bin"
"/etc/xdg"
"/info"
"/lib" # FIXME: remove
#"/lib/debug/.build-id" # enables GDB to find separated debug info
"/man"
"/lib" # FIXME: remove and update debug-info.nix
"/sbin"
"/share/applications"
"/share/desktop-directories"
@@ -113,7 +111,6 @@ in
"/share/emacs"
"/share/icons"
"/share/info"
"/share/man"
"/share/menus"
"/share/mime"
"/share/nano"
@@ -126,12 +123,12 @@ in
system.path = pkgs.buildEnv {
name = "system-path";
paths = config.environment.systemPackages;
inherit (config.environment) pathsToLink;
inherit (config.environment) pathsToLink outputsToLink;
ignoreCollisions = true;
# !!! Hacky, should modularise.
postBuild =
''
if [ -x $out/bin/update-mime-database -a -w $out/share/mime/packages ]; then
if [ -x $out/bin/update-mime-database -a -w $out/share/mime ]; then
XDG_DATA_DIRS=$out/share $out/bin/update-mime-database -V $out/share/mime > /dev/null
fi

View File

@@ -10,8 +10,9 @@ with lib;
options = {
environment.unixODBCDrivers = mkOption {
type = types.listOf types.package;
default = [];
example = literalExample "map (x : x.ini) (with pkgs.unixODBCDrivers; [ mysql psql psqlng ] )";
example = literalExample "with pkgs.unixODBCDrivers; [ mysql psql psqlng ]";
description = ''
Specifies Unix ODBC drivers to be registered in
<filename>/etc/odbcinst.ini</filename>. You may also want to
@@ -26,7 +27,7 @@ with lib;
config = mkIf (config.environment.unixODBCDrivers != []) {
environment.etc."odbcinst.ini".text =
let inis = config.environment.unixODBCDrivers;
let inis = map (x : x.ini) config.environment.unixODBCDrivers;
in lib.concatStringsSep "\n" inis;
};

View File

@@ -26,7 +26,7 @@ let
'';
hashedPasswordDescription = ''
To generate hashed password install <literal>mkpassword</literal>
To generate hashed password install <literal>mkpasswd</literal>
package and run <literal>mkpasswd -m sha-512</literal>.
'';

View File

@@ -17,16 +17,16 @@ in
services = mkOption {
type = types.attrsOf types.str;
default = {};
example = {
test =
''
IPSec gateway 192.168.1.1
IPSec ID someID
IPSec secret secretKey
Xauth username name
Xauth password pass
'';
};
example = literalExample ''
{ test = '''
IPSec gateway 192.168.1.1
IPSec ID someID
IPSec secret secretKey
Xauth username name
Xauth password pass
''';
}
'';
description =
''
The names of cisco VPNs and their associated definitions

View File

@@ -98,11 +98,9 @@ in
script = ''
set -u
set -o pipefail
PATH=${pkgs.procps}/bin:${pkgs.gnugrep}/bin:${pkgs.gnused}/bin
# Calculate memory to use for zram
totalmem=$(free | grep -e "^Mem:" | sed -e 's/^Mem: *//' -e 's/ *.*//')
totalmem=$(${pkgs.gnugrep}/bin/grep 'MemTotal: ' /proc/meminfo | ${pkgs.gawk}/bin/awk '{print $2}')
mem=$(((totalmem * ${toString cfg.memoryPercent} / 100 / ${toString cfg.numDevices}) * 1024))
echo $mem > /sys/class/block/${dev}/disksize

View File

@@ -22,7 +22,7 @@ with lib;
###### implementation
config = mkIf config.hardware.enableAllFirmware {
hardware.firmware = [ pkgs.firmwareLinuxNonfree ];
hardware.firmware = [ pkgs.firmwareLinuxNonfree pkgs.intel2200BGFirmware ];
};
}

View File

@@ -23,7 +23,7 @@
config = lib.mkIf config.networking.enableIntel2200BGFirmware {
hardware.enableAllFirmware = true;
hardware.firmware = [ pkgs.intel2200BGFirmware ];
};

View File

@@ -10,7 +10,7 @@ let
videoDrivers = config.services.xserver.videoDrivers;
makePackage = p: p.buildEnv {
makePackage = p: pkgs.buildEnv {
name = "mesa-drivers+txc-${p.mesa_drivers.version}";
paths =
[ p.mesa_drivers
@@ -19,6 +19,16 @@ let
];
};
package = pkgs.buildEnv {
name = "opengl-drivers";
paths = [ cfg.package ] ++ cfg.extraPackages;
};
package32 = pkgs.buildEnv {
name = "opengl-drivers-32bit";
paths = [ cfg.package32 ] ++ cfg.extraPackages32;
};
in
{
@@ -75,11 +85,32 @@ in
internal = true;
description = ''
The package that provides the 32-bit OpenGL implementation on
64-bit systems. Used when <option>driSupport32Bit</option> is
64-bit systems. Used when <option>driSupport32Bit</option> is
set.
'';
};
hardware.opengl.extraPackages = mkOption {
type = types.listOf types.package;
default = [];
example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
description = ''
Additional packages to add to OpenGL drivers. This can be used
to add additional VA-API/VDPAU drivers.
'';
};
hardware.opengl.extraPackages32 = mkOption {
type = types.listOf types.package;
default = [];
example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
description = ''
Additional packages to add to 32-bit OpenGL drivers on
64-bit systems. Used when <option>driSupport32Bit</option> is
set. This can be used to add additional VA-API/VDPAU drivers.
'';
};
};
config = mkIf cfg.enable {
@@ -91,11 +122,11 @@ in
system.activationScripts.setup-opengl =
''
ln -sfn ${cfg.package} /run/opengl-driver
ln -sfn ${package} /run/opengl-driver
${if pkgs.stdenv.isi686 then ''
ln -sfn opengl-driver /run/opengl-driver-32
'' else if cfg.driSupport32Bit then ''
ln -sfn ${cfg.package32} /run/opengl-driver-32
ln -sfn ${package32} /run/opengl-driver-32
'' else ''
rm -f /run/opengl-driver-32
''}

View File

@@ -2,10 +2,20 @@
with lib;
let
cfg = config.hardware.bumblebee;
kernel = config.boot.kernelPackages;
bumblebee = if config.hardware.bumblebee.connectDisplay
then pkgs.bumblebee_display
else pkgs.bumblebee;
useNvidia = cfg.driver == "nvidia";
bumblebee = pkgs.bumblebee.override {
inherit useNvidia;
useDisplayDevice = cfg.connectDisplay;
};
primus = pkgs.primus.override {
inherit useNvidia;
};
in
@@ -29,6 +39,7 @@ in
type = types.str;
description = ''Group for bumblebee socket'';
};
hardware.bumblebee.connectDisplay = mkOption {
default = false;
type = types.bool;
@@ -40,26 +51,30 @@ in
Only nvidia driver is supported so far.
'';
};
hardware.bumblebee.driver = mkOption {
default = "nvidia";
type = types.enum [ "nvidia" "nouveau" ];
description = ''
Set driver used by bumblebeed. Supported are nouveau and nvidia.
'';
};
};
config = mkIf config.hardware.bumblebee.enable {
boot.blacklistedKernelModules = [ "nouveau" "nvidia" ];
boot.kernelModules = [ "bbswitch" ];
boot.extraModulePackages = [ kernel.bbswitch kernel.nvidia_x11 ];
boot.extraModulePackages = [ kernel.bbswitch ] ++ optional useNvidia kernel.nvidia_x11;
environment.systemPackages = [ bumblebee pkgs.primus ];
environment.systemPackages = [ bumblebee primus ];
systemd.services.bumblebeed = {
description = "Bumblebee Hybrid Graphics Switcher";
wantedBy = [ "display-manager.service" ];
path = [ kernel.bbswitch bumblebee ];
serviceConfig = {
ExecStart = "${bumblebee}/bin/bumblebeed --use-syslog -g ${config.hardware.bumblebee.group}";
Restart = "always";
RestartSec = 60;
CPUSchedulingPolicy = "idle";
ExecStart = "${bumblebee}/bin/bumblebeed --use-syslog -g ${cfg.group} --driver ${cfg.driver}";
};
environment.LD_LIBRARY_PATH="/run/opengl-driver/lib/";
environment.MODULE_DIR="/run/current-system/kernel-modules/lib/modules/";
};
};

View File

@@ -1,15 +0,0 @@
{pkgs, config, ...}:
let
wis_go7007 = config.boot.kernelPackages.wis_go7007;
in
{
boot.extraModulePackages = [ wis_go7007 ];
environment.systemPackages = [ wis_go7007 ];
hardware.firmware = [ wis_go7007 ];
services.udev.packages = [ wis_go7007 ];
}

View File

@@ -0,0 +1,45 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.hardware.facetimehd;
kernelPackages = config.boot.kernelPackages;
in
{
options.hardware.facetimehd.enable = mkEnableOption "facetimehd kernel module";
config = mkIf cfg.enable {
assertions = singleton {
assertion = versionAtLeast kernelPackages.kernel.version "3.19";
message = "facetimehd is not supported for kernels older than 3.19";
};
boot.kernelModules = [ "facetimehd" ];
boot.blacklistedKernelModules = [ "bdc_pci" ];
boot.extraModulePackages = [ kernelPackages.facetimehd ];
hardware.firmware = [ pkgs.facetimehd-firmware ];
# unload module during suspend/hibernate as it crashes the whole system
powerManagement.powerDownCommands = ''
${pkgs.module_init_tools}/bin/rmmod -f facetimehd
'';
# and load it back on resume
powerManagement.resumeCommands = ''
export MODULE_DIR=/run/current-system/kernel-modules/lib/modules
${pkgs.module_init_tools}/bin/modprobe -v facetimehd
'';
};
}

View File

@@ -0,0 +1,29 @@
{ config, pkgs, lib, ... }:
with lib;
{
options = {
i18n.inputMethod = {
enabled = mkOption {
type = types.nullOr (types.enum [ "ibus" "fcitx" "nabi" "uim" ]);
default = null;
example = "fcitx";
description = ''
Select the enabled input method. Input methods is a software to input symbols that are not available on standard input devices.
Input methods are specially used to input Chinese, Japanese and Korean characters.
Currently the following input methods are available in NixOS:
<itemizedlist>
<listitem><para>ibus: The intelligent input bus, extra input engines can be added using <literal>i18n.inputMethod.ibus.engines</literal>.</para></listitem>
<listitem><para>fcitx: A customizable lightweight input method, extra input engines can be added using <literal>i18n.inputMethod.fcitx.engines</literal>.</para></listitem>
<listitem><para>nabi: A Korean input method based on XIM. Nabi doesn't support Qt 5.</para></listitem>
<listitem><para>uim: The universal input method, is a library with a XIM bridge. uim mainly support Chinese, Japanese and Korean.</para></listitem>
</itemizedlist>
'';
};
};
};
}

View File

@@ -0,0 +1,42 @@
{ config, pkgs, lib, ... }:
with lib;
let
cfg = config.i18n.inputMethod.fcitx;
fcitxPackage = pkgs.fcitx-with-plugins.override { plugins = cfg.engines; };
fcitxEngine = types.package // {
name = "fcitx-engine";
check = x: (lib.types.package.check x) && (attrByPath ["meta" "isFcitxEngine"] false x);
};
in
{
options = {
i18n.inputMethod.fcitx = {
engines = mkOption {
type = with types; listOf fcitxEngine;
default = [];
example = literalExample "with pkgs.fcitx-engines; [ mozc hangul ]";
description = ''
Enabled Fcitx engines.
Available engines can be found by running `nix-env "&lt;nixpkgs&gt;" . -qaP -A fcitx-engines`.
'';
};
};
};
config = mkIf (config.i18n.inputMethod.enabled == "fcitx") {
environment.systemPackages = [ fcitxPackage ];
gtkPlugins = [ fcitxPackage ];
qtPlugins = [ fcitxPackage ];
environment.variables = {
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
};
services.xserver.displayManager.sessionCommands = "${fcitxPackage}/bin/fcitx";
};
}

View File

@@ -0,0 +1,55 @@
{ config, pkgs, lib, ... }:
with lib;
let
cfg = config.i18n.inputMethod.ibus;
ibusPackage = pkgs.ibus-with-plugins.override { plugins = cfg.engines; };
ibusEngine = types.package // {
name = "ibus-engine";
check = x: (lib.types.package.check x) && (attrByPath ["meta" "isIbusEngine"] false x);
};
ibusAutostart = pkgs.writeTextFile {
name = "autostart-ibus-daemon";
destination = "/etc/xdg/autostart/ibus-daemon.desktop";
text = ''
[Desktop Entry]
Name=IBus
Type=Application
Exec=${ibusPackage}/bin/ibus-daemon --daemonize --xim --cache=refresh
'';
};
in
{
options = {
i18n.inputMethod.ibus = {
engines = mkOption {
type = with types; listOf ibusEngine;
default = [];
example = literalExample "with pkgs.ibus-engines; [ mozc hangul ]";
description =
let
engines =
lib.concatStringsSep ", "
(map (name: "<literal>${name}</literal>")
(lib.attrNames pkgs.ibus-engines));
in
"Enabled IBus engines. Available engines are: ${engines}.";
};
};
};
config = mkIf (config.i18n.inputMethod.enabled == "ibus") {
# Without dconf enabled it is impossible to use IBus
environment.systemPackages = with pkgs; [
ibusPackage ibus-qt gnome3.dconf ibusAutostart
];
environment.variables = {
GTK_IM_MODULE = "ibus";
QT_IM_MODULE = "ibus";
XMODIFIERS = "@im=ibus";
};
};
}

View File

@@ -0,0 +1,17 @@
{ config, pkgs, lib, ... }:
with lib;
{
config = mkIf (config.i18n.inputMethod.enabled == "nabi") {
environment.systemPackages = [ pkgs.nabi ];
qtPlugins = [ pkgs.nabi ];
environment.variables = {
GTK_IM_MODULE = "nabi";
QT_IM_MODULE = "nabi";
XMODIFIERS = "@im=nabi";
};
services.xserver.displayManager.sessionCommands = "${pkgs.nabi}/bin/nabi &";
};
}

View File

@@ -0,0 +1,39 @@
{ config, pkgs, lib, ... }:
with lib;
let
cfg = config.i18n.inputMethod.uim;
in
{
options = {
i18n.inputMethod.uim = {
toolbar = mkOption {
type = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt4" ];
default = "gtk";
example = "gtk-systray";
description = ''
selected UIM toolbar.
'';
};
};
};
config = mkIf (config.i18n.inputMethod.enabled == "uim") {
environment.systemPackages = [ pkgs.uim ];
gtkPlugins = [ pkgs.uim ];
qtPlugins = [ pkgs.uim ];
environment.variables = {
GTK_IM_MODULE = "uim";
QT_IM_MODULE = "uim";
XMODIFIERS = "@im=uim";
};
services.xserver.displayManager.sessionCommands = ''
${pkgs.uim}/bin/uim-xim &
${pkgs.uim}/bin/uim-toolbar-${cfg.toolbar} &
'';
};
}

View File

@@ -17,7 +17,9 @@ let
mkdir -p $out
cp -prd ${pkgs.path} $out/nixos
chmod -R u+w $out/nixos
ln -s . $out/nixos/nixpkgs
if [ ! -e $out/nixos/nixpkgs ]; then
ln -s . $out/nixos/nixpkgs
fi
rm -rf $out/nixos/.git
echo -n ${config.system.nixosVersionSuffix} > $out/nixos/.version-suffix
'';

View File

@@ -16,7 +16,7 @@ with lib;
];
# ISO naming.
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixosVersion}-${pkgs.stdenv.system}.iso";
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixosLabel}-${pkgs.stdenv.system}.iso";
isoImage.volumeID = substring 0 11 "NIXOS_ISO";

View File

@@ -39,10 +39,17 @@ let
DEFAULT boot
LABEL boot
MENU LABEL NixOS ${config.system.nixosVersion}${config.isoImage.appendToMenuLabel}
MENU LABEL NixOS ${config.system.nixosLabel}${config.isoImage.appendToMenuLabel}
LINUX /boot/bzImage
APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}
INITRD /boot/initrd
# A variant to boot with 'nomodeset'
LABEL boot-nomodeset
MENU LABEL NixOS ${config.system.nixosVersion}${config.isoImage.appendToMenuLabel} (with nomodeset)
LINUX /boot/bzImage
APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} nomodeset
INITRD /boot/initrd
'';
isolinuxMemtest86Entry = ''
@@ -59,10 +66,18 @@ let
mkdir -p $out/EFI/boot
cp -v ${pkgs.gummiboot}/lib/gummiboot/gummiboot${targetArch}.efi $out/EFI/boot/boot${targetArch}.efi
mkdir -p $out/loader/entries
echo "title NixOS Live CD" > $out/loader/entries/nixos-livecd.conf
echo "linux /boot/bzImage" >> $out/loader/entries/nixos-livecd.conf
echo "initrd /boot/initrd" >> $out/loader/entries/nixos-livecd.conf
echo "options init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}" >> $out/loader/entries/nixos-livecd.conf
# A variant to boot with 'nomodeset'
echo "title NixOS Live CD (with nomodeset)" > $out/loader/entries/nixos-livecd-nomodeset.conf
echo "linux /boot/bzImage" >> $out/loader/entries/nixos-livecd-nomodeset.conf
echo "initrd /boot/initrd" >> $out/loader/entries/nixos-livecd-nomodeset.conf
echo "options init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} nomodeset" >> $out/loader/entries/nixos-livecd-nomodeset.conf
echo "default nixos-livecd" > $out/loader/loader.conf
echo "timeout ${builtins.toString config.boot.loader.gummiboot.timeout}" >> $out/loader/loader.conf
'';
@@ -230,12 +245,11 @@ in
boot.kernelParams =
[ "root=LABEL=${config.isoImage.volumeID}"
"boot.shell_on_fail"
"nomodeset"
];
fileSystems."/" =
{ fsType = "tmpfs";
options = "mode=0755";
options = [ "mode=0755" ];
};
# Note that /dev/root is a symlink to the actual root device
@@ -252,20 +266,20 @@ in
fileSystems."/nix/.ro-store" =
{ fsType = "squashfs";
device = "/iso/nix-store.squashfs";
options = "loop";
options = [ "loop" ];
neededForBoot = true;
};
fileSystems."/nix/.rw-store" =
{ fsType = "tmpfs";
options = "mode=0755";
options = [ "mode=0755" ];
neededForBoot = true;
};
fileSystems."/nix/store" =
{ fsType = "unionfs-fuse";
device = "unionfs";
options = "allow_other,cow,nonempty,chroot=/mnt-root,max_files=32768,hide_meta_files,dirs=/nix/.rw-store=rw:/nix/.ro-store=ro";
options = [ "allow_other" "cow" "nonempty" "chroot=/mnt-root" "max_files=32768" "hide_meta_files" "dirs=/nix/.rw-store=rw:/nix/.ro-store=ro" ];
};
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "usb-storage" ];

View File

@@ -23,7 +23,7 @@ in
boot.loader.generic-extlinux-compatible.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttymxc0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
# FIXME: this probably should be in installation-device.nix
users.extraUsers.root.initialHashedPassword = "";

View File

@@ -30,7 +30,7 @@ in
bootSize = mkOption {
type = types.int;
default = 128;
default = 120;
description = ''
Size of the /boot partition, in megabytes.
'';
@@ -66,10 +66,10 @@ in
buildInputs = with pkgs; [ dosfstools e2fsprogs mtools libfaketime utillinux ];
buildCommand = ''
# Create the image file sized to fit /boot and /, plus 4M of slack
# Create the image file sized to fit /boot and /, plus 20M of slack
rootSizeBlocks=$(du -B 512 --apparent-size ${rootfsImage} | awk '{ print $1 }')
bootSizeBlocks=$((${toString config.sdImage.bootSize} * 1024 * 1024 / 512))
imageSize=$((rootSizeBlocks * 512 + bootSizeBlocks * 512 + 4096 * 1024))
imageSize=$((rootSizeBlocks * 512 + bootSizeBlocks * 512 + 20 * 1024 * 1024))
truncate -s $imageSize $out
# type=b is 'W95 FAT32', type=83 is 'Linux'.
@@ -77,8 +77,8 @@ in
label: dos
label-id: 0x2178694e
start=1M, size=$bootSizeBlocks, type=b, bootable
type=83
start=8M, size=$bootSizeBlocks, type=b, bootable
start=${toString (8 + config.sdImage.bootSize)}M, type=83
EOF
# Copy the rootfs into the SD image

View File

@@ -74,7 +74,7 @@ in
# Tools to create / manipulate filesystems.
pkgs.ntfsprogs # for resizing NTFS partitions
pkgs.btrfsProgs
pkgs.btrfs-progs
pkgs.jfsutils
# Some compression/archiver tools.
@@ -149,8 +149,7 @@ in
# not be started by default on the installation CD because the
# default root password is empty.
services.openssh.enable = true;
jobs.openssh.startOn = lib.mkOverride 50 "";
systemd.services.openssh.wantedBy = lib.mkOverride 50 [];
boot.loader.grub.enable = false;
boot.loader.generationsDir.enable = false;

Some files were not shown because too many files have changed in this diff Show More