Commit graph

38799 commits

Author SHA1 Message Date
Yarny0 a08b633fe7 HylaFAX+: init at 5.6.0
Create the top-level packages attribute
'hylafaxplus' that builds HylaFAX+ .

Note:
The nobody uid and the nogroup gid
are hardcoded in the package.
The package build recipe file
contains options to modify these ids.
2018-09-08 14:21:40 +02:00
Tim Steinbach bd55a78f6d nanorc: Init at 2018-09-05 2018-09-07 21:11:26 -04:00
Maximilian Bosch 218ac50fd4 pythonPackages.trio: fix build (#46342)
Fixes the build for `python3Packages.trio' for the next ZHF iteration.
Please refer to the Hydra build for further reference: https://hydra.nixos.org/build/80617356

`python3Packages.sniffio` is needed for the build, otherwise the build
aborts with an error like this:

```
  Could not find a version that satisfies the requirement sniffio (from trio==0.6.0) (from versions: )
No matching distribution found for sniffio (from trio==0.6.0)
```

See #45960
2018-09-08 01:02:55 +02:00
Alexey Shmalko e5e4fd8ede
Merge pull request #46327 from costrouc/costrouc/markerlib
pythonPackages.markerlib: init at 0.6.0
2018-09-07 23:38:16 +03:00
Chris Ostrouchov 2895560f4f
pythonPackages.markerlib: init at 0.6.0 2018-09-07 14:08:35 -04:00
xeji a60e79425b
Merge pull request #46019 from veprbl/pr/geant4_overhaul
geant4 overhaul
2018-09-07 20:08:17 +02:00
Claas Augner 9466627d36 phpPackages.xdebug26: 2.6.0 -> 2.6.1 (#46205) 2018-09-07 17:57:37 +02:00
Claas Augner da63c86e3e phpPackages.psysh: 0.9.6 -> 0.9.8 (#46206) 2018-09-07 17:56:43 +02:00
Claas Augner 6ae3f9a3f7 phpPackages.composer: 1.6.5 -> 1.7.2 (#46203) 2018-09-07 17:56:17 +02:00
xeji 6f3ff5acc7
Merge pull request #46186 from costrouc/costrouc/python-ncclient
pythonPackages.ncclient: refactor + init pythonPackages.selectors2
2018-09-07 17:33:58 +02:00
Timo Kaufmann e326c0156d
Merge pull request #45728 from Ma27/nixos/weechat-module
nixos/weechat: add module
2018-09-07 17:19:46 +02:00
Sarah Brofeldt 4ae70b7771
Merge pull request #46111 from stites/noti
noti: init at 3.1.0
2018-09-07 16:35:18 +02:00
stites f1c30cf772 noti: init at 3.1.0 2018-09-07 10:28:03 -04:00
Chris Ostrouchov 11c3fe2258
pythonPackages.selectors2: init at 2.0.1
Added package becuase now dependency of ncclient.
2018-09-07 10:22:22 -04:00
Maximilian Bosch a8efe61412
weechat: 2.1 -> 2.2; improve package configuration
This aims to make the `weechat` package even more configurable. It
allows to specify scripts and commands using the `configure` function
inside a `weechat.override` expression.

The package can be configured like this:

```
with import <nixpkgs> { };
weechat.override {
  plugins = { availablePlugins, ... }: {
    plugins = builtins.attrValues availablePlugins;

    init = ''
      /set foo bar
      /server add freenode chat.freenode.org
    '';

    scripts = [ "/path/to/script.py" ];
  };
}
```

All commands are passed to `weechat --run-command "/set foo bar;/server ..."`.

The `plugins' attribute is not necessarily required anymore, if it's
sufficient to add `init' commands, the `plugins' will be
`builtins.attrValues availablePlugins' by default.

Additionally the result contains `weechat` and `weechat-headless`
(introduced in WeeChat 2.1) now.
2018-09-07 13:10:43 +02:00
Michael Raskin 0e4197b34b julia: readd julia_06 name, make julia an alias that selects a version, as we usually do for incompatible versions 2018-09-07 11:39:52 +03:00
xplat 3fc7c5b591 opam: 1.2.2 -> 2.0.0 (#45806) 2018-09-06 19:18:34 +02:00
Matthieu Coudron 13050ccc0b python3Packages.genanki: init at 0.6.0
Library to generate anki flashcards.
2018-09-06 18:31:57 +02:00
Paul TREHIOU fc2c606a7a jackett: 0.9.41 -> 0.10.160 (#46114)
* jackett: update mono to 5.8

Jackett needs mono version >= 5.8

https://github.com/Jackett/Jackett/blob/master/README.md#supported-systems

* jackett: 0.9.41 -> 0.10.160
2018-09-06 18:02:33 +02:00
John Ericson 24209d29f0
Merge pull request #46148 from obsidiansystems/plain-system-host
top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
2018-09-06 09:37:20 -04:00
John Ericson 773233ca77 top-level, stdenv: Make system and stdenv.system describe the hostPlatform.
Intuitively, one cares mainly about the host platform: Platforms differ
in meaningful ways but compilation is morally a pure process and
probably doesn't care, or those difference are already abstracted away.
@Dezgeg also empirically confirmed that > 95% of checks are indeed of
the host platform.

Yet these attributes in the old cross infrastructure were defined to be
the build platform, for expediency. And this was never before changed.
(For native builds build and host coincide, so it isn't clear what the
intention was.)

Fixing this doesn't affect native builds, since again they coincide. It
also doesn't affect cross builds of anything in Nixpkgs, as these are no
longer used. It could affect external cross builds, but I deem that
unlikely as anyone thinking about cross would use more explicit
attributes for clarity, all the more so because the rarity of inspecting
the build platform.
2018-09-06 08:33:51 -04:00
John Ericson 0af9072e74
Merge pull request #46059 from obsidiansystems/deprecate-top-level-platform-aliases
top-level: Deprecate top-level `{build,host,target}Platform`
2018-09-06 07:52:17 -04:00
Profpatsch e8f336fac2 skawarePackages.nsss: init at 0.0.1.0 2018-09-06 11:53:22 +02:00
Profpatsch 0071ae1d4f skawarePackages: factor out the common parts
Introduce a `skawarePackages.buildPackage` function that contains the
common setup, removing a lot of duplication.
In particular, we require that the build directory has to be empty
after the `fixupPhase`, to make sure every relevant file is moved to
the outputs.

A next step would be to deduplicate the `configureFlags` attributes
and only require a `skawareInputs` field.
2018-09-06 11:53:22 +02:00
Profpatsch 57b431590b skaware: bundle all skaware packages into an attrset
They are normally updated in lockstep, this makes maintenance more
convenient.
2018-09-06 11:53:22 +02:00
Sarah Brofeldt a59f244b2c
Merge pull request #46126 from flokli/gmpy-phe
pythonPackages: cleanup gmpy[2], add phe
2018-09-06 10:31:56 +02:00
Jörg Thalheim 6e6ef8871b
Merge pull request #46135 from vbgl/ocaml-re-1.8.0
ocamlPackages.re: 1.7.3 -> 1.8.0
2018-09-06 08:24:17 +01:00
Vladimír Čunát b5bd566172
Merge #46075: texinfoInteractive: fix for new perl 2018-09-06 09:09:44 +02:00
Tim Steinbach f89d6d92b7
linux: Remove 4.17 2018-09-05 21:02:09 -04:00
Florian Klink e053386c92 gmpy2: 2.0.6 -> 2.0.8
Also move outside python-packages.nix
2018-09-05 23:56:20 +02:00
Florian Klink 7339a4004c gmpy: move outside python-packages.nix 2018-09-05 23:56:20 +02:00
Florian Klink f051f66c9a phe: init at 1.4.0 2018-09-05 23:56:20 +02:00
John Ericson 32df8909e5
Merge pull request #46076 from oxij/tree/cleanups
trivial: treewide: random noop cleanups
2018-09-05 15:14:12 -04:00
Matthew Bauer 4120a9dda7
Merge pull request #42295 from avnik/libprefixed-to-multioutput/heimdal
Libprefixed to multioutput/heimdal
2018-09-05 13:50:13 -05:00
Vincent Laporte f0a0ccabcc
ocamlPackages.seq: init at 0.1 2018-09-05 17:12:13 +00:00
Jan Malakhovski 0b89ece569 Revert "texinfoInteractive: fixup build by using older perl"
This reverts commit 7a22083e12.
2018-09-05 16:39:37 +00:00
Jethro Kuan a9a380b259 pythonPackages.tflearn: 0.2.1 -> 0.3.2 (#46102) 2018-09-05 17:38:23 +01:00
John Ericson e51f736076 top-level: Deprecate top-level {build,host,target}Platform
I don't know when we can/should remove them, but this at least gets
people to stop using them. The preferred alternatives also date back to
17.09 so writing forward-compatable code without extra conditions is
easy.

Beginning with these as they are the least controversial.
2018-09-05 11:53:51 -04:00
xeji bf2a90298a
Merge pull request #46053 from danieldk/mxnet-fixes
pythonPackages.mxnet: fix build
2018-09-05 16:07:56 +02:00
Janne Heß a885e886b6 nullidentdmod: Init at 1.3 (#46040) 2018-09-05 11:09:55 +02:00
xeji 91cc864c3c
Merge pull request #46081 from samueldr/fix/solarus
solarus[-quest-editor]: 1.4.5 -> 1.5.3
2018-09-05 08:53:51 +02:00
Kenny Shen 7e0dd4c261 prettyping: init 1.0.1 (#46008) 2018-09-05 07:52:55 +02:00
Michael Raskin 856b891765
Merge pull request #46049 from dtzWill/update/libreoffice-2018
libreoffice-{fresh,still}: upgrade and clean
2018-09-05 04:27:11 +00:00
Samuel Dionne-Riel 83a0d5d013 solarus: 1.4.5 -> 1.5.3 2018-09-04 22:03:56 -04:00
Wael M. Nasreddine 107de747c7 linux_4_18: HID: core: fix grouping by application
This patch fixes #45165

commit f07b3c1da92d ("HID: generic: create one input report per
application type") was effectively the same as MULTI_INPUT:
hidinput->report was never set, so hidinput_match_application()
always returned null.

Fix that by testing against the real application.

Note that this breaks some old eGalax touchscreens that expect MULTI_INPUT
instead of HID_QUIRK_INPUT_PER_APP. Enable this quirk for backward
compatibility on all non-Win8 touchscreens.

link: https://bugzilla.kernel.org/show_bug.cgi?id=200847
link: https://bugzilla.kernel.org/show_bug.cgi?id=200849
link: https://bugs.archlinux.org/task/59699
link: https://github.com/NixOS/nixpkgs/issues/45165

Cc: stable@vger.kernel.org # v4.18+
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2018-09-04 20:11:42 -04:00
Jan Malakhovski 4092708261 treewide: cleanup some references to bash 2018-09-04 22:05:02 +00:00
Michael Weiss f50aa1cd4e pythonPackages.glances: 3.0 -> 3.0.1 2018-09-04 23:43:07 +02:00
Daniël de Kok e57e92bfa2 python[23]Packages.mxnet: fix build
Relax graphviz, numpy, requests dependency version bounds.
2018-09-04 20:35:05 +02:00
Daniël de Kok 19ac917707 python[23]Packages.graphviz: 0.5.2 -> 0.9 2018-09-04 20:30:31 +02:00
Jan Malakhovski 033ed93da2 all-packages.nix: cleanup a bit 2018-09-04 17:59:52 +00:00