Commit graph

44424 commits

Author SHA1 Message Date
Tadeo Kondrak e6f23b8b1e discord-{ptb,canary}: init; add update-discord 2019-06-23 11:50:09 -07:00
Tobias Mayer 6389a0a132 Use of gccXStdenv instead of inplace overrideCC 2019-06-23 20:49:22 +02:00
makefu 536abf3c64 python.pkgs.gtts-token: init at 1.1.3 2019-06-23 18:19:11 +02:00
Tobias Mayer 3a7bb25285 Fix overrideCC invokations for cross builds
`overrideCC` should always take a compiler for the build
system, otherwise cross compilation is not possible.
2019-06-23 17:07:51 +02:00
Michal Minář 5864dfb513 megasync: init at 4.1.1.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-06-23 16:27:39 +02:00
Frederik Rietdijk dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
Frederik Rietdijk ba7e7aed08 python.pkgs.soundfile: 0.9.0.post1 -> 0.10.2
Package was renamed as well.
2019-06-23 15:32:19 +02:00
Jörg Thalheim 024db43e87
Merge pull request #63648 from doronbehar/package-sccache
sccache: init at 0.2.8
2019-06-23 12:58:51 +01:00
Vladimír Čunát 0e405474d1
Merge #62280: xournalpp: 1.0.8 -> 1.0.12 2019-06-23 10:37:54 +02:00
Linus Heckemann bd286ce6e5
Merge pull request #61826 from gnidorah/video2midi
video2midi: init at 0.3.7
2019-06-23 10:00:50 +02:00
Eric Bailey 2b5ba7f723 conftest: init at 0.7.0 (#63610) 2019-06-22 19:03:47 -07:00
adisbladis 3cf5d655bd
poetry: Add to all-packages.nix 2019-06-22 21:13:18 +01:00
tilpner 0e6d0c12e4
linux_4_19: restore __kernel_fpu_{begin,restore}
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.19, so add the reverting patch to restore zfs performance.
2019-06-22 20:51:26 +02:00
tilpner 71b4b7b4c7
linux_4_14: restore __kernel_fpu_{begin,restore}
Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
4.14, so add the reverting patch to restore zfs performance.
2019-06-22 20:50:49 +02:00
Mario Rodas 2932be89af
Merge pull request #63051 from marsam/init-noah
noah: init at 0.5.1
2019-06-22 13:18:45 -05:00
Timo Kaufmann 78054a581c
python3.pkgs.scikitlearn: 0.20.3 -> 0.21.2 (#63591)
Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20)
version.
2019-06-22 17:59:43 +02:00
Vladimír Čunát 3e4b15f0c4
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1526638
2019-06-22 14:35:35 +02:00
Doron Behar e1ab8ae4a9 sccache: init at 0.2.8 2019-06-22 14:38:00 +03:00
Daiderd Jordan 811f35d8cd
Merge pull request #63296 from ehamberg/erlang-otp-22
Erlang/OTP 22
2019-06-22 11:47:43 +02:00
Erlend Hamberg 19c2979677
erlangR22: init at 22.0.4 2019-06-22 11:01:25 +02:00
Jan Malakhovski c42f3782b0 Revert "Remove amdadlsdk and amdappsdk."
This reverts commit 08ea7c7ee2.

This was a part of #61823.

Firstly, that commit removed those attributes without removing the files
they refer to, which is strange.

Secondly, I have a very old but GPGPU-capabale AMD card which doesn't work
with newer OpenCL infrastructure and hence needs these packages to do GPGPU.
2019-06-22 00:04:49 +00:00
Daiderd Jordan 2962730b88
gstreamer: fix darwin build 2019-06-21 20:30:05 +02:00
worldofpeace 8c574b8430
Merge pull request #63420 from lambdaloop/mullvad-new
mullvad-vpn: init at 2019.5
2019-06-21 08:54:57 -04:00
Pierre Karashchuk 1a94bc5d73 mullvad-vpn: init at 2019.5 2019-06-21 06:59:39 -04:00
Frederik Rietdijk 72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
Wael Nasreddine d3157cbede
Merge pull request #63552 from doronbehar/package-pdfcpu
pdfcpu: init at 0.1.25
2019-06-20 22:47:06 -07:00
José Romildo Malaquias bc109b19c9 wxGTK31: 3.1.0 -> 3.1.2; use its own derivation 2019-06-20 20:36:17 -03:00
Doron Behar f07813f02d Add maintainer @doronbehar 2019-06-20 22:12:53 +03:00
Guillaume Maudoux 514415dede dafny: 2.1.0 -> 2.3.0 2019-06-20 17:15:27 +02:00
Niklas Hambüchen 1a6e572529 gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.
During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
gstreamer changed what features are enabled by default and which ones are
automatically turned on/off via pkgconfig dependency detection.

This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
to have only 15 of its previous 163 build targets enabled, and downstream
packages breaking correspondingly.

To ease maintainability and to ensure users will find the expected features
available (and when not, will see in the nix file why not), we now pass
the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
which sets all `auto` dependencies to `enabled`, and we explicitly disable
those that we can't build.

This means in particular that `gst-plugins-bad` now has vastly more integrations
(namely all for which nixpkgs has libraries available).
2019-06-20 13:36:11 +02:00
José Romildo Malaquias f0e7c5f569 ocamlPackages.printbox: init at 0.2 2019-06-20 07:29:55 +00:00
José Romildo Malaquias b8495898df ocamlPackages.mdx: init at 1.4.0 2019-06-20 07:29:55 +00:00
Vincent Laporte 99fec0eeb3 ocamlPackages.bistro: init at 0.4.0 2019-06-20 07:29:20 +00:00
Bas van Dijk 3e9f9a64d1
Merge pull request #63521 from basvandijk/cargo-graph-0.2.0-d895af1
cargo-graph: init at 0.2.0-d895af1
2019-06-20 09:25:02 +02:00
Bas van Dijk c2f3f169f9 cargo-graph: init at 0.2.0-d895af1 2019-06-20 08:39:00 +02:00
Mario Rodas b40e84736b
Merge pull request #63242 from marsam/update-sd
sd: 0.5.0 -> 0.6.5
2019-06-19 20:53:03 -05:00
Aaron Andersen 6675589d6d
Merge pull request #62978 from m-labs/for-upstream
amp: init at 2019.06.11
2019-06-19 21:02:59 -04:00
Mario Rodas 076d9d098b
sd: 0.5.0 -> 0.6.5 2019-06-19 19:58:49 -05:00
Matthew Bauer 38f426787f emacsPackages.irony: add clang for Linux builds
libclang is needed as a library here. Adding it to fix building on
Linux. This worked on macOS because clang is already provided.
2019-06-19 13:27:08 -04:00
Justin Bedo b8b71aaaf9
octopus: init 0.6.3-beta 2019-06-19 23:09:33 +10:00
magenbluten b54b5f9ad8 rocksdb: 5.11.3 -> 6.1.2
- mark osquery as broken
- mark ceph as broken

both osquery and ceph packages are outdated. furthermore, ceph has its
own inline rocksdb source tree which isn't use in the current nixpkg.
this needs to be fixed.
2019-06-19 15:01:27 +02:00
Matthieu Coudron c33153bf13
Merge pull request #63108 from Shados/lua-packaging-improvements-pr
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Mario Rodas 56cc1e3aca
Merge pull request #63050 from marsam/init-cloud-nuke
cloud-nuke: init at 0.1.7
2019-06-19 07:22:07 -05:00
Tadeo Kondrak 1e2f49abd1 ctypes_sh: init at 1.1 2019-06-19 11:33:18 +02:00
Vincent Laporte 37eef9055a coqPackages.gappalib: init at 1.4.1
This is the Coq support library for Gappa.
2019-06-19 09:24:34 +00:00
Tadeo Kondrak 6c167ab85a
cum: init at 0.9.1 2019-06-18 23:24:30 -06:00
Tadeo Kondrak c932a4de6d
drm_info: init at 2.1.0 2019-06-18 20:34:31 -06:00
Alyssa Ross d89ed88c8d
linux_5_0: remove
EOLed upstream.
2019-06-18 23:48:37 +00:00
Gabriel Ebner c740f71c35
freecad: python3, qt5, occt7 (#63348)
freecad: python3, qt5, occt7
2019-06-18 22:00:23 +02:00
worldofpeace 2c96ca1c83
Merge pull request #63415 from talkara/pythonPackages.robotframework-sshlibrary
pythonPackages.robotframework-sshlibrary: init at 3.3.0
2019-06-18 15:10:50 -04:00
Taito Horiuchi fe150460a8 pythonPackages.robotframework-sshlibrary: init at 3.3.0 2019-06-18 15:08:00 -04:00
worldofpeace f5fd79aebd
Merge pull request #63092 from mmahut/togglcli
pythonPackages.toggl-cli: init at 2.1.0 (and its dependencies)
2019-06-18 14:53:48 -04:00
Mario Rodas b5cf5ff20f
Merge pull request #63164 from kuznero/grsync
grsync: init at 1.2.6
2019-06-18 08:27:00 -05:00
Roman Kuznetsov 5672a51a80 grsync: init at 1.2.6
Use mirror url

Co-Authored-By: Mario Rodas <marsam@users.noreply.github.com>
2019-06-18 15:02:00 +02:00
Franz Pletz 10812379fa libgit2: remove 0.26, default to 0.27 2019-06-18 11:16:48 +02:00
Jonathan Ringer 31d30edf65 pythonPackages.azure-cli-core: init at 2.0.66 2019-06-18 11:11:16 +02:00
Jonathan Ringer cf4febf040 pythonPackages.antlr4-python2-runtime: init at 4.7.2 2019-06-18 11:11:16 +02:00
Jonathan Ringer 1c47ee8570 pythonPackages.knack: init at 0.6.2 2019-06-18 11:11:16 +02:00
Jonathan Ringer c508e700bd pythonPackages.azure-cli-telemetry: init at 1.0.2 2019-06-18 11:11:16 +02:00
Mario Rodas 1a7ffb4140 pythonPackages.pytest: 4.2.1 -> 4.6.3 2019-06-18 11:11:16 +02:00
Frederik Rietdijk f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Frederik Rietdijk 41377252e5 Merge master into staging-next 2019-06-18 10:53:28 +02:00
Vladimír Čunát 0aa9f35a99
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
Bas van Dijk ad96121365
Merge pull request #63333 from knl/enable-fsevents-api-for-fswatch
fswatch: Enable FSEvents API on Darwin
2019-06-18 09:26:20 +02:00
Marek Mahut 63bb864b34 python3Packages.toggl-cli: init at 2.1.0 2019-06-18 08:42:59 +02:00
Marek Mahut d624a26c6a pythonPackages.inquirer: init at 2.6.3 2019-06-18 08:42:58 +02:00
Marek Mahut 57e940205f pythonPackages.validate-email: init at 1.3
The package name has been normalized to validate-email from validate_email.
2019-06-18 08:42:58 +02:00
Marek Mahut 2088b61ffb pythonPackages.ptable: init at unstable-2019-06-14
The package name has been normalized to ptable from PTable.
2019-06-18 08:42:58 +02:00
Marek Mahut 195935f626 pythonPackages.readchar: init at 2.0.0 2019-06-18 08:42:58 +02:00
Mario Rodas 8a222cbd8f
Merge pull request #63176 from jonringer/add_azure_cosmos
pythonPackages.azure-cosmos: init at 3.1.0
2019-06-17 22:19:47 -05:00
Mario Rodas 2163e6ce64
Merge pull request #63175 from jonringer/add_pydocumentdb
pythonPackages.pydocumentdb: init at 2.3.3
2019-06-17 22:19:24 -05:00
Michael Raskin 63379e8e86
Merge pull request #63044 from JohnAZoidberg/wine-fonts
winePackages.fonts: init at 4.0
2019-06-17 19:39:52 +00:00
Matthew Bauer 4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Gabriel Ebner b21ec0b9bf pythonPackages.pyside2-tools: init at 5.12.3 2019-06-17 18:39:21 +02:00
Gabriel Ebner be4d04de47 pythonPackages.pyside2: init at 5.12.3 2019-06-17 18:39:21 +02:00
Gabriel Ebner b0aab3026f pythonPackages.shiboken2: init at 5.12.3 2019-06-17 18:39:21 +02:00
Vincent Laporte e955576b43
merkaartor: fix build
Merkaartor is not compatible with current version of Qt5 (5.12)
but is known to work with version 5.9
2019-06-17 16:03:57 +00:00
Matthew Bauer f0733a07d5 treewide: remove libGLSupported from pkgs
This isn’t a package, and we already have mesaPlatforms to handle this logic.
2019-06-17 11:49:22 -04:00
Nikola Knezevic a0bbe1aa27 fswatch: Enable FSEvents API on Darwin
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to
have better monitoring of file system changes.
2019-06-17 15:06:04 +02:00
Daniel Vianna d72887e0d2 pythonPackages.pytest-watch: init at 4.2.0
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-06-17 01:58:10 -04:00
Daniel Vianna 73d0b53ff2 pythonPackages.pytest-testmon: init at 0.9.16
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-06-17 01:58:10 -04:00
Mario Rodas 239de52198 tflint: init at 0.8.3 (#63012) 2019-06-16 20:02:03 -07:00
Austin Seipp e6a0514aaf libfsm: init at 0.1pre1869_f70c3c5
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 16:39:42 -05:00
worldofpeace 3b1c943d57
Merge pull request #63151 from JohnAZoidberg/sys-cpu
perlPackages.SysCPU: remove broken attribute
2019-06-16 16:19:23 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Tim Steinbach 66add9f141 slack: Generalize theming
Split out dark theme
Fixes #61155
2019-06-16 09:53:00 -04:00
Frederik Rietdijk 7adbdd9758 Merge master into staging-next 2019-06-16 09:04:24 +02:00
Jaka Hudoklin e2d07d2cc7
Merge pull request #61983 from nikuda/master
confluent-platform: Rename confluent package and update to 5.2.1
2019-06-16 08:57:48 +02:00
Austin Seipp ebb3f4d428 bmake: init at 20121212
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Jan Tojnar b1ee53d87b
nixos/enlightenment: fix build with config.allowAliases=false (#61421)
nixos/enlightenment: fix build with config.allowAliases=false
2019-06-16 04:07:26 +02:00
Mario Rodas f30c0c5cf1
Merge pull request #63148 from marsam/init-reviewdog
reviewdog: init at 0.9.12
2019-06-15 19:01:07 -05:00
Jonathan Ringer cd730d57f0 pythonPackages.azure-cosmos: init at 3.1.0 2019-06-15 13:53:58 -07:00
Jonathan Ringer d20e963e91 pythonPackages.pydocumentdb: init at 2.3.3 2019-06-15 13:27:19 -07:00
Wout Mertens 6a1c2e8a4f nodejs: make v10 the default 2019-06-15 15:53:06 +02:00
Mario Rodas 1cafe467b1
Merge pull request #63041 from xrelkd/add/eksctl
eksctl: init at 0.1.35
2019-06-15 08:13:04 -05:00
Frederik Rietdijk 395da1280e
Merge pull request #63100 from aanderse/phabricator-remove
drop unmaintained phabricator package, service, and httpd subservice
2019-06-15 13:08:48 +02:00
Daniel Schaefer d8bb988dd0 perlPackages.SysCPU: remove broken attribute
Still not back on CPAN but on metacpan.
2019-06-15 12:08:40 +02:00
Florian Franzen aaf2043a15 reuse: init at 0.3.4 2019-06-15 11:27:35 +02:00
Troels Henriksen 0b8efd8724 clinfo: init at 2.2.18.04.06 2019-06-15 10:50:34 +02:00