Commit graph

140185 commits

Author SHA1 Message Date
Théo Zimmermann 202f19b225 ocamlPackages.conduit-lwt-unix: add SSL support
This makes it possible to run the example given at
https://github.com/mirage/ocaml-cohttp#client-tutorial
2018-05-15 17:38:24 +02:00
Yegor Timoshenko 14d7d39d5f
Merge pull request #40555 from yorickvP/patch-3
module-list: add youtrack module to list
2018-05-15 18:37:56 +03:00
Yorick 261d993519
module-list: add youtrack module to list 2018-05-15 17:34:31 +02:00
xeji 4c2913215c
Merge pull request #40551 from steveeJ/steveej-staruml-bump-n-fix
staruml: 2.6.0 -> 2.8.1, fix internal node binary
2018-05-15 15:29:38 +02:00
Arcadio Rubio García 699fa7e953 star: 2.5.3a -> 2.6.0c (#40518) 2018-05-15 15:09:06 +02:00
Stefan Junker 2a21dbe059 staruml: fix internal node binary
The internal node binary is at least used for exporting in various
picture formats and also PDF printing.
2018-05-15 14:57:18 +02:00
Stefan Junker ac07f5acf6 staruml: 2.6.0 -> 2.8.1 2018-05-15 14:56:43 +02:00
aszlig a7f79620ac
nixos: Fix build of the manual
The manual still had a reference to an option that was already renamed
ages ago and a7ed44ccad made it 'visible'.

With the visible attribute set to false for extraKernelModules, the
option no longer appears in the manual and thus breaks the link from the
manual to the options.

This is easily fixed by referring to boot.initrd.kernelModules instead
of the obsolete option boot.initrd.extraKernelModules.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @rycee, @matthewbauer
2018-05-15 14:54:57 +02:00
Yegor Timoshenko 97071e5e15
Merge pull request #40546 from yorickvP/patch-2
linux: add CONFIG_KEY_DH_OPERATIONS
2018-05-15 15:48:36 +03:00
Yorick c7e8ddc066
linux: config: remove prefix on KEY_DH_OPERATIONS 2018-05-15 14:33:29 +02:00
Jan Tojnar 1092a24307
Merge pull request #40460 from hedning/gnome-shell-3.28.2
gnome3.gnome-shell: 3.28.1 -> 3.28.2
2018-05-15 14:26:49 +02:00
Tim Steinbach 9cd3c7a12e
linux-testing: 4.17-rc4 -> 4.17-rc5 2018-05-15 08:21:34 -04:00
Jan Tojnar d5060ac3a7
Merge pull request #33371 from jtojnar/flatpak
Flatpak
2018-05-15 14:19:33 +02:00
Jan Tojnar d614f32e7a
nixos/flatpak: add docs 2018-05-15 14:18:45 +02:00
Jan Tojnar 21ff482f7d
nixos/xdg-desktop-portal: add test 2018-05-15 14:18:44 +02:00
Jan Tojnar 1c04363714
nixos/flatpak: add test 2018-05-15 14:18:44 +02:00
Maximilian Bosch 91365cd23a nexus: fix setup and nixos test (#40522)
The original `nexus` derivation required `/run/sonatype-work/nexus3`
which explicitly depended on the NixOS path structure.

This would break `nexus` for everyone using `nixpkgs` on a non-NixOS
system, additionally the module never created `/run/sonatype-work`, so
the systemd unit created in `services.nexus` fails as well. The issue
wasn't actively known as the `nixos/nexus` test wasn't registered in
Hydra (see #40257).

This patch contains the following changes:

* Adds `tests.nexus` to `release.nix` to run the test on Hydra.

* Makes JVM parameters configurable: by default all JVM options were located
  in `result/bin/nexus.vmoptions` which made it quite hard to patch
  these parameters. Now it's possible to override all parameters by
  running `VM_OPTS_FILE=custom-nexus.vmoptions ./result/bin/nexus run`
  (after patching the `nexus` shell script), additionally it's possible
  to override these parameters with `services.nexus.vmoptions`.

* Bumped Nexus from 3.5.1 to 3.11.0

* Run the `nexus` test on Hydra with `callTest` in `nixos/release.nix`,
  furthermore the test checks if the UI is available on the specified
  port.

* Added myself as maintainer for the NixOS test and the package to have
  some more people in case of further breakage.

* Added sufficient disk space to the `nexus` test, otherwise the service
  fails with the following errors:

  ```
  com.orientechnologies.orient.core.exception.ODatabaseException: Cannot create database 'accesslog'
  com.orientechnologies.orient.core.exception.OLowDiskSpaceException: Error occurred while executing
    a write operation to database 'accesslog' due to limited free space on the disk (242 MB). The database
    is now working in read-only mode. Please close the database (or stop OrientDB), make room on your hard
    drive and then reopen the database. The minimal required space is 256 MB. Required space is now set to
    256MB (you can change it by setting parameter storage.diskCache.diskFreeSpaceLimit) .
  ```

/cc @ironpinguin @xeji
2018-05-15 14:10:29 +02:00
Jan Tojnar ec80c5e4c4
nixos/flatpak: allow specifying extra portals 2018-05-15 13:31:13 +02:00
Jan Tojnar 843bc0f73a
flatpak-builder: init add 0.10.10 2018-05-15 13:28:30 +02:00
Jan Tojnar 2fc8b83282
gnome3.gnome-software: build with flatpak support 2018-05-15 13:28:30 +02:00
Jan Tojnar 17dd7bcd89
nixos/systemd-lib: fix conflict with dbus.service.d directory
When a package contains a directory in one of the systemd directories
(like flatpak does), it is symlinked into the *-units derivation.
Then later, the derivation will try to create the directory, which
will fail:

mkdir: cannot create directory '/nix/store/…-user-units/dbus.service.d': File exists
builder for '/nix/store/…-user-units.drv' failed with exit code 1

Closes: #33233
2018-05-15 13:28:30 +02:00
Jan Tojnar e0a42d991c
nixos/flatpak: init 2018-05-15 13:28:29 +02:00
lewo 640b6359ae
Merge pull request #40453 from andersk/pytorch
pytorch: 0.3.1 -> 0.4.0
2018-05-15 08:40:51 +02:00
Cray Elliott 0e6fb50954 ffmpeg: remove redundant nix expr from last commit
accidentally brought in from old local changes
2018-05-14 21:06:39 -07:00
Cray Elliott dd7f08a1a6 ffmpeg-full: 3.4.2 -> 4.0
init local package nv-codec-headers, which are external nvidia headers,
now used when nvenc is enabled
2018-05-14 21:05:42 -07:00
John Ericson fd5ca417f2
Merge pull request #40537 from obsidiansystems/linux-pam-cross
pam: Remove crossAttrs
2018-05-14 22:52:47 -04:00
John Ericson 29b62e07d6 pam: Remove crossAttrs
It turns out none of this stuff is needed. The docs aren't evenly built
properly anyways so the build trivially succeeds either way, due to what
looks like upstream misunderstanding automake. If I try to build the
docs manually in a cross shell (before and after this change), there's a
make rule error such that some HTML files aren't even attempted to be
built and then a copy fails.

Even if this was all fixed, these been a good number of cross fixes
upstream getting them to use CC_FOR_BUILD and other good stuff, so I
doubt such hacks would be needed.

Progress towards #40531 and #33302.
2018-05-14 22:28:37 -04:00
Profpatsch 669f9453dc haskellPackages.hnix: jailbreak & fix tests
Some of the new tests need the `nix` executable on `PATH`.
One also needs `hpack`, but we really don’t want to embiggen (heh) the closure
because of that.
2018-05-15 04:03:28 +02:00
Thomas Tuegel 99f008849e
Merge pull request #40487 from adisbladis/kde-applications-18_04_1
kde-applications: 18.04.0 -> 18.04.1
2018-05-14 20:19:53 -05:00
John Ericson 232bc24b56
Merge pull request #40530 from obsidiansystems/mingw-cleanup
MinGW, Hurd: Clean ups and crossConfig removal
2018-05-14 21:05:44 -04:00
John Ericson 84868b8b06 misc hurd stuff: Get rid of crossConfig
This stuff is horribly bit-rotted anyways, but I'm getting rid of
crossConfig so it must be changed.
2018-05-14 20:47:08 -04:00
John Ericson 9be118223b misc mingw: Get rid of crossConfig and clean up
Style of dual implementation and headers derivations is take from
bb7067f882.
2018-05-14 20:32:42 -04:00
Matthew Justin Bauer 5288fbd60b
Merge pull request #40280 from Anton-Latukha/handbrake-patch-cleanup
Cleanup of HandBrake related patches
2018-05-14 19:00:18 -05:00
José Romildo Malaquias e1960e7314 terminology: 1.2.0 -> 1.2.1 (#40524) 2018-05-15 01:34:37 +02:00
Matthew Justin Bauer e5274eb60e
Merge pull request #40391 from bhipple/truffleHog-gitpython-gitdb2-smmap2
truffleHog: init at 2.0.91
2018-05-14 18:10:07 -05:00
Matthew Justin Bauer 8dfecefd97
Merge pull request #40245 from bcdarwin/bicgl
bicgl: init at 2017-09-10
2018-05-14 18:09:27 -05:00
Matthew Justin Bauer 165c151f7a
Merge pull request #34805 from rycee/fix/dorename
lib: make use of visible variable in doRename
2018-05-14 18:08:26 -05:00
Uli Baum dd73ab0092 nixos/tests: prevent stateVersion warnings in eval
... introduced by 1f0b6922d3
continuation of 88fa50c2f2
2018-05-15 00:22:35 +02:00
Pascal Wittmann 4e7d08cd97
Merge pull request #40523 from arcadio/minimap2
minimap2: init at 2.10
2018-05-14 23:34:26 +02:00
Arcadio Rubio García e4a2b70f91 minimap2: init at 2.10 2018-05-14 21:26:07 +01:00
Robert Schütz 3189704549
Merge pull request #36426 from couchemar/isort-4.3.4
pythonPackages.isort: 4.2.5 -> 4.3.4
2018-05-14 22:05:49 +02:00
Thomas Tuegel 33e07634be
Merge pull request #40486 from adisbladis/kde-frameworks-5_46
kde-frameworks: 5.45 -> 5.46
2018-05-14 14:19:29 -05:00
John Ericson 405f9d10ef
Merge pull request #40509 from obsidiansystems/gcc-hurd-condition
gcc: Simplify this old Hurd condition
2018-05-14 13:26:32 -04:00
John Ericson bf7d1bae20 Merge remote-tracking branch 'upstream/master' into gcc-hurd-condition 2018-05-14 13:15:06 -04:00
John Ericson 3a9654bfe2 gcc: Simplify this old Hurd condition
Steps towards getting rid of crossConfig.
2018-05-14 13:13:11 -04:00
Arcadio Rubio García efde5fefb3 nixos: stumpwm: switch from package marked as broken to working quicklisp package (#40501) 2018-05-14 18:37:53 +02:00
R. RyanTM 4edfc0e93d ccnet: 6.1.7 -> 6.1.8 (#40495)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8/bin/ccnet -h’ got 0 exit code
- ran ‘/nix/store/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8/bin/ccnet --help’ got 0 exit code
- found 6.1.8 with grep in /nix/store/k21v52qac99ppn2ba80ywki05cv6m65r-ccnet-6.1.8
- directory tree listing: https://gist.github.com/275cfa6377f77e502dcc0309bb683687
- du listing: https://gist.github.com/f2f22837494355a9bf385b8432a4b210
2018-05-14 17:21:22 +02:00
R. RyanTM 2abd5916a7 fstrm: 0.3.2 -> 0.4.0 (#40489)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/p9y2vcrsa056xibh0y1xaz750mdcc5yq-fstrm-0.4.0-bin/bin/fstrm_capture --version’ and found version 0.4.0
- found 0.4.0 with grep in /nix/store/p9y2vcrsa056xibh0y1xaz750mdcc5yq-fstrm-0.4.0-bin
- directory tree listing: https://gist.github.com/5cc213160a9ec091c9e767b95bfe2cdd
- du listing: https://gist.github.com/c4b1f58631938c0cad031ac2dc920011
2018-05-14 17:13:57 +02:00
Guillaume Massé 1de744647f sublime3: 3170 -> 3176 (#40494) 2018-05-14 17:11:44 +02:00
R. RyanTM b7a0f37c0d byacc: 20170709 -> 20180510 (#40499)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/byacc/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 20180510 with grep in /nix/store/z8i5f145zpz750hvcbjlncy8kqak8zv2-byacc-20180510
- directory tree listing: https://gist.github.com/328d2b1900cfb911e7567cabf95d80c3
- du listing: https://gist.github.com/cc161fe31193017387ae25b64829aaf2
2018-05-14 17:03:17 +02:00