Commit Graph

137678 Commits

Author SHA1 Message Date
Christian Kauhaus bca80d67a0 Clarify installation steps w.r.t. disk partitions
- mkfs.fat needs `-n` to set a partition label, not `-L`.
- create /mnt/boot before mounting
- leave out detailed LVM example as advanced users already how to create
  LVs while it is detracting for novices.

Re #38674
2018-04-17 14:29:07 +02:00
R. RyanTM d4cc20c0cc frostwire-bin: 6.6.3 -> 6.6.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/frostwire/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.6.5 with grep in /nix/store/6cgry9k7i6ni9a7axglsm5akmibryimi-frostwire-6.6.5
- directory tree listing: https://gist.github.com/e29014b6db646e0dd934f79b2e387703
2018-04-17 05:07:21 -07:00
aszlig 683e2067d7
haxe: Fix path to stdlib and add small test
The version bump in c727e7e7d6 (pull
request #35153) didn't actually take into account that Haxe has changed
the way they search for the stdlib. Instead of a hardcoded list of paths
it now searches based on a common prefix.

So when running Haxe, it errored out because it couldn't find its own
standard library. This is now fixed by changing the sed expression
accordingly.

Apart from fixing the actual issue, I've added a small test in
installCheckPhase to make sure something like this won't happen again in
future updates.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @volth, @joachifm
2018-04-17 13:59:36 +02:00
Jörg Thalheim f21e931c98
Merge pull request #38930 from xeji/qemu-gtk
qemu: add option to build with gtk support
2018-04-17 12:44:56 +01:00
Vladimír Čunát db071c4d1d
Merge #38702: Mark packages as broken (ZHF) 2018-04-17 13:36:20 +02:00
Shea Levy 622745c3bf
nix-plugins: 4.0.3 -> 4.0.4 2018-04-17 07:23:27 -04:00
Shea Levy 48d9754d2b
nixUnstable: 2.0pre6137_e3cdcf89 -> 2.1pre6148_a4aac7f 2018-04-17 07:15:12 -04:00
Michael Alan Dorman 529e7cf070 fold-dwim-org: mark broken
missing upstream dependency
2018-04-17 07:09:15 -04:00
Michael Alan Dorman 6515df0258 melpa-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman 4ec912fc11 melpa-stable-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman ee8b9d92b5 org-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Michael Alan Dorman 3aefd6c94e elpa-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Shea Levy 192221ae3f
hydra: build against nix stable.
Fixes #39001
2018-04-17 07:06:49 -04:00
Robert Schütz fcbee75cdb
Merge pull request #39047 from lsix/django_1_11_12
pythonPackages.django: 1.11.9 -> 1.11.12
2018-04-17 12:38:55 +02:00
xeji 223aad2053 kdeApplications.mbox-importer: fix hydra build
build failed with "log limit exceeded", disable verbose logging
2018-04-17 12:35:28 +02:00
Lancelot SIX 44b82c6a8e pythonPackages.django: 1.11.9 -> 1.11.12
Release notes and associated fixed CVEs:
- https://docs.djangoproject.com/en/2.0/releases/1.11.10/
  - CVE-2018-6188
- https://docs.djangoproject.com/en/2.0/releases/1.11.11/
  - CVE-2018-7536
  - CVE-2018-7537
- https://docs.djangoproject.com/en/2.0/releases/1.11.12/
2018-04-17 12:34:08 +02:00
R. RyanTM bde996eaab you-get: 0.4.1040 -> 0.4.1060 (#39030)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/you-get/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/.you-get-wrapped -h’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/.you-get-wrapped --help’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/you-get -h’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/you-get --help’ got 0 exit code
- found 0.4.1060 with grep in /nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060
- directory tree listing: https://gist.github.com/d2773534e9b303789f531edc73f9eefb
2018-04-17 12:10:57 +02:00
Robert Schütz c6a8b90d15
Merge pull request #34296 from fgaz/isso
Isso: init at 0.10.6 (plus dependencies)
2018-04-17 11:57:32 +02:00
Nikolay Amiantov 4fc0b4edca acme service: generate a CA for self-signed certificate
This is needed because simp_le expects two certificates in fullchain.pem, leading to error:

> Not enough PEM encoded messages were found in fullchain.pem; at least 2 were expected, found 1.

We now create a CA and sign the key with it instead, providing correct fullchain.pem.

Also cleanup service a bit -- use PATH and a private temporary directory (which
is more suitable).
2018-04-17 12:53:29 +03:00
Gabriel Ebner d91caac6c3 services.tt-rss: do not unnecessarily start nginx 2018-04-17 11:44:52 +02:00
R. RyanTM fd1ddcef00 exim: 4.90.1 -> 4.91
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/exim/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exipick --help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exiqsumm -h’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exiqsumm --help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exiqsumm help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exigrep -h’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exigrep --help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exigrep help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exiqgrep -h’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exiqgrep help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exinext -h’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exinext --help’ got 0 exit code
- ran ‘/nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91/bin/exinext help’ got 0 exit code
- found 4.91 with grep in /nix/store/8dn8r8szcjvgkaanp35ml2ms31r92jrd-exim-4.91
- directory tree listing: https://gist.github.com/a7b6b20ca1752c6525abd8e6d0cef9cc
2018-04-17 02:42:29 -07:00
Jason Hilton 577bbdc501 grass: compile with libLAS 2018-04-17 09:29:02 +01:00
Matthew Pickering 406e20b832 Fix libLAS darwin build 2018-04-17 09:29:01 +01:00
Fatih Altinok e0c9a25588 flow: 0.69.0 -> 0.70.0 2018-04-17 09:16:39 +02:00
R. RyanTM fe5dbba0b3 pstoedit: 3.70 -> 3.71
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pstoedit/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.71 with grep in /nix/store/3lll9l623hg5na4xvb9vbhksq1jp04ax-pstoedit-3.71
- directory tree listing: https://gist.github.com/33d6a65ee820b486f0aaff223832a0d0
2018-04-16 21:33:47 -07:00
R. RyanTM 21059a1920 pqiv: 2.10.2 -> 2.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pqiv/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv -h’ got 0 exit code
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv --help’ got 0 exit code
- found 2.10.3 with grep in /nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3
- directory tree listing: https://gist.github.com/bbde9f259adf44f69b8dfc44689b1e49
2018-04-16 21:16:36 -07:00
Ruben Maher 4807cc1a5f libraries/agg: disable building of examples to fix build
Previously the build was failing with due to not being able to find
libexamples.la.
2018-04-17 12:24:07 +09:30
Graham Christensen 78b2345bf9
Merge pull request #39024 from KingOfThePirates/patch-1
hyper: 1.4.8 -> 2.0.0
2018-04-16 22:35:47 -04:00
Badi Abdul-Wahid c4ef846c92
tlaplusToolbox: init at 1.5.6 2018-04-16 22:18:47 -04:00
R. RyanTM 3ea4441ce9 linuxPackages.wireguard: 0.0.20180304 -> 0.0.20180413
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wireguard/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/a450c64fa037f3700caf3cd2b1e7eadb
2018-04-16 18:55:29 -07:00
Matthieu Coudron 9f7eabcc21 kernel: fix boot.consoleLogLevel description
The current description describes the opposite influence of the setting
https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt
2018-04-17 10:45:30 +09:00
R. RyanTM 27ca928dc8 xscreensaver: 5.38 -> 5.39
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xscreensaver/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.39 with grep in /nix/store/gbzmzb9nq2frp4q1mmz2946gzcx536v3-xscreensaver-5.39
- directory tree listing: https://gist.github.com/aa36e0385c0160a833c83693ce83be28
2018-04-16 18:34:43 -07:00
Badi Abdul-Wahid d14a476054
tlaps: init at 1.4.3 2018-04-16 21:18:42 -04:00
R. RyanTM 4eb5bdd982 znapzend: 0.17.0 -> 0.18.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/znapzend/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendzetup help’ got 0 exit code
- ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendztatz -h’ got 0 exit code
- ran ‘/nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0/bin/znapzendztatz --help’ got 0 exit code
- found 0.18.0 with grep in /nix/store/i652pzxzq638dglzqh7p7afp9dilnfsy-znapzend-0.18.0
- directory tree listing: https://gist.github.com/5bc48206cf2caa33654bb891da1fdf99
2018-04-16 18:11:29 -07:00
R. RyanTM ea055a3608 xterm: 331 -> 332
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xterm/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/koi8rxterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/koi8rxterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/uxterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/uxterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/xterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/xterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.xterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.xterm-wrapped help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.koi8rxterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.koi8rxterm-wrapped help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.uxterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.uxterm-wrapped help’ got 0 exit code
- found 332 with grep in /nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332
- directory tree listing: https://gist.github.com/d4955919bb8d06a92848a3ca009f26e9
2018-04-16 18:10:02 -07:00
Matthew Pickering 985cd571f3 Build LASZip on unix 2018-04-17 00:25:40 +01:00
Gol D. Roger f72a80ae69
hyper: 1.4.8 -> 2.0.0 2018-04-16 18:15:08 -05:00
Shea Levy 85422c0f51
lsof: Fix build on darwin. 2018-04-16 18:58:07 -04:00
Piotr Bogdan 729e3b8844 vlc: drop unused onlyLibVLC argument
nothing within nixpkgs uses this and the package doesn't actually build if it's
supplied.
2018-04-16 23:27:30 +01:00
Matthew Justin Bauer 9330ef4df8
darling: darwin only for now 2018-04-16 17:01:38 -05:00
Robert Schütz 0a9b43658a
Merge pull request #38977 from Moredread/borg/libb2
borgbackup: add blake2 library to build inputs
2018-04-16 23:47:49 +02:00
Jörg Thalheim 691cc35860
Merge pull request #39010 from volth/patch-125
babelstone-han: 11.0.0 -> 11.0.2
2018-04-16 22:18:13 +01:00
Jörg Thalheim 6bad8ddc82
Merge pull request #39009 from etu/browserpass-fix
browserpass: fix gnupg dependency issue
2018-04-16 22:14:34 +01:00
Yegor Timoshenko 5016060550
Merge pull request #39011 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.14.2 -> 3.16.3
2018-04-16 21:05:54 +00:00
Vladyslav Mykhailichenko ee6a5296a3 linuxPackages.exfat-nofuse: 2017-06-19 -> 2018-04-16 2018-04-17 00:05:14 +03:00
Yegor Timoshenko 463a2284ce
mopidy-iris: add tornado to dependencies 2018-04-16 20:59:37 +00:00
Joachim F 638ba144ef
Merge pull request #38989 from Chiiruno/update/bcachefs
linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14
2018-04-16 20:53:03 +00:00
Joachim F 4881002e10
Merge pull request #38982 from das-g/patch-2
nixos manual: add missing space after "copytoram"
2018-04-16 20:52:16 +00:00
Daiderd Jordan 6f416dc5d3
Merge pull request #38826 from vbgl/darwin-yosys
yosys: fix build on darwin
2018-04-16 21:12:35 +02:00
Yegor Timoshenko c385ad455e
Merge pull request #39004 from clefru/emacs-pkgs
Remove overrides for dead emacs packages.
2018-04-16 19:12:29 +00:00