Commit graph

36385 commits

Author SHA1 Message Date
Maximilian Bosch 6c01c7fcff
gflags: alias to google-gflags
Both packages referred to the same repo (`gflags/gflags` at GitHub),
both packages used almost the same version (2.2.1 and 2.2.0). Therefore
I think that it's just fair to drop one of the packages to avoid
duplication and reduce the maintenance overload.

I decided to drop `gflags` originally packaged by @shlevy as it didn't
contain testing support as `google-gflags` does. The package set refers
from `gflags` to `google-gflags`, so both package names remain (to avoid
any confusions), however the `gflags` expression is removed.
2018-04-17 17:23:25 +02:00
mt_caret 05bebd7215 sweep-visualizer: init at 0.15.0 (#38607)
* sweep-visualizer: init at 0.15.0

* restrict platform

* fix maintainers

* fix license attribute
2018-04-17 10:06:41 -05:00
Matthew Justin Bauer aa22581479
Merge pull request #38327 from Ma27/package-react-native-debugger
react-native-debugger: init at 0.7.18
2018-04-17 10:02:14 -05:00
Matthew Justin Bauer 09b5678dae
Merge pull request #38440 from veprbl/arrow_cpp_reopen
Add arrow-cpp, parquet-cpp, pythonPackages.pyarrow
2018-04-17 10:01:46 -05:00
Matthew Justin Bauer 23eac59f88
Merge pull request #38032 from romildo/deepin
deepin: use libsForQt5 in meta package
2018-04-17 09:55:21 -05:00
Jörg Thalheim 5dc7a70f65
Merge pull request #38589 from badi/tlatools
Add TLAPS and TLA+ Toolbox
2018-04-17 14:51:35 +01:00
Jörg Thalheim 9758c498f9
Merge pull request #38907 from timokau/eli-init
eli: init at 4.8.1
2018-04-17 14:49:21 +01:00
Jörg Thalheim be5ad658df
Merge pull request #38971 from knedlsepp/fix-darwin-gpu-stuff
Fix clblas and libgpuarray on darwin
2018-04-17 13:58:54 +01:00
Vladimír Čunát db071c4d1d
Merge #38702: Mark packages as broken (ZHF) 2018-04-17 13:36:20 +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
Masayuki Takeda 4f784cd2da jumanpp: init at 1.02 2018-04-17 18:37:44 +09:00
Badi Abdul-Wahid c4ef846c92
tlaplusToolbox: init at 1.5.6 2018-04-16 22:18:47 -04:00
Badi Abdul-Wahid d14a476054
tlaps: init at 1.4.3 2018-04-16 21:18:42 -04:00
Thorsten Weber a4f8090fbe fstl: init at 0.9.3 2018-04-16 19:59:05 +02:00
Yorick van Pelt 2c5efc8735
rocksdb: use jemalloc 4.5.0 2018-04-16 12:31:27 +02:00
Yorick van Pelt d536542ee4
jemalloc: add 4.5.0 version 2018-04-16 12:31:26 +02:00
Peter Hoeg 1441787c84 kirigami: dump deprecated/unmaintained kirigami1 2018-04-16 16:15:29 +08:00
Peter Hoeg c859867e42 pythonPackages.warrant: init at 0.6.1 2018-04-16 07:58:28 +02:00
Peter Hoeg 764d03decc pythonPackages.envs: init at 1.2.4 2018-04-16 07:58:21 +02:00
Matthew Bauer 9673ac562c unixtools: add col to utillinux 2018-04-15 22:54:19 -05:00
Bastian Köcher 438631e401 kernelPatches: Adds bcm2835_mmal_v4l2_camera_driver
The kernel patch is required for raspberry pi, to enable the camera
module.

[dezgeg: Add some comments indicating it's only needed for 4.16]
2018-04-16 04:26:02 +03:00
Jörg Thalheim f5866564c8
Merge pull request #38897 from suvash/add-iamy
iamy: init at 2.1.1
2018-04-15 22:14:21 +01:00
Francesco Gazzetta 6d09fbfcf4 python: isso: init at 0.10.6 2018-04-15 21:12:54 +00:00
Jörg Thalheim 59cf37fd6f
Merge pull request #38864 from tadfisher/yquake2
yquake2: init at 7.20
2018-04-15 20:20:52 +01:00
Jan Tojnar fdc21ac57a
terminator: clean up 2018-04-15 14:17:47 +02:00
Josef Kemetmüller 357d8f600c clblas: Enable darwin build 2018-04-15 12:12:25 +02:00
S. Nordin Abouzahra 92f0d31b94
purple-discord: init at 2018-04-10 2018-04-15 11:20:23 +02:00
Francesco Gazzetta b532cc3766 python: misaka: init at 2.1.0 2018-04-15 08:41:04 +00:00
Alex Chapman 35f75cff4f pythonPackages.python-docx: init at 0.8.6 (#38722) 2018-04-15 08:03:24 +02:00
Shea Levy 603a369b89
Revert "buildSetupcfg: Include unzip for zip sources."
Misunderstood the error I was seeing.

This reverts commit 0d3eb70133.
2018-04-14 20:12:22 -04:00
Shea Levy 0d3eb70133
buildSetupcfg: Include unzip for zip sources. 2018-04-14 20:09:51 -04:00
volth ecf8095e91 scallion: init at 2.1 (#38817) 2018-04-14 16:55:39 +00:00
Jörg Thalheim d4597784f4
Merge pull request #38814 from timokau/rpy2-unbreak
rpy2: unbreak build
2018-04-14 17:49:42 +01:00
Marius Bergmann 4d7da18f5c perlPackages.Socket6: fix sv_undef compilation error
Socket6.xs redefines `PV_sv_undef`, which breaks compilation from
306d5cdf03 ("perlPackages: Add cross-compilation support."). I added a patch
to remove this redefinition. Compilation is now working again.
2018-04-14 18:00:35 +02:00
Frederik Rietdijk 5a3495f5fb
Merge pull request #38780 from timokau/cvxopt-1.1.9
cvxopt: 1.1.7 -> 1.1.9, add optional extensions
2018-04-14 17:49:27 +02:00
Robert Schütz 089eefe724
Merge pull request #38795 from timokau/cliquer-init
cliquer: init at 1.21
2018-04-14 17:41:11 +02:00
Robert Schütz 2a09342395
Merge pull request #38790 from timokau/fpylll-init
pythonPackages.fpylll: init at 0.3.0dev
2018-04-14 12:19:12 +02:00
Timo Kaufmann 2c23faa3d8 cliquer: init at 1.21 2018-04-14 10:33:54 +02:00
Robert Schütz 2152819946
Merge pull request #38797 from timokau/m4rie-init
m4rie: init at 20150908
2018-04-14 09:47:23 +02:00
Jörg Thalheim 4ce2af3e2a
Merge pull request #38912 from wizeman/u/fix-mpack-lua-hash
luaPackages.mpack: fix hash
2018-04-14 08:24:56 +01:00
Michael Raskin 267b90a40a
Merge pull request #26665 from armijnhemel/bluez5_28_removal
bluez5_28: remove expression for bluez5_28, as it is no longer needed
2018-04-13 22:35:09 +00:00
Michael Raskin e7b213d55e libreoffice-still, libreoffice-fresh: use fresh bluez, not the oldest ICU, comment about GCC version, use the fontconfig fix for libreoffice-still 2018-04-14 00:20:28 +02:00
André-Patrick Bubel 8d61dd8ce3
dosage: 2016.03.17 -> 2018.04.08
Dosage works again, but requires Python 3 now. As it is an application,
it was also moved to its own file.
2018-04-13 22:58:38 +02:00
Timo Kaufmann 2dcb1026a3 rpy2: unbreak build 2018-04-13 22:42:18 +02:00
Ricardo M. Correia 475c4e08ea luaPackages.mpack: fix hash
The actual revision was changed back in November 2007 with commit
b7ed086650 but the hash wasn't updated.
2018-04-13 20:54:31 +02:00
John Ericson 800cb8ae71
Merge pull request #38881 from obsidiansystems/sierra-hack
cc-wrapper: More intelligent sierra hack
2018-04-13 14:39:56 -04:00
Gabriel Ebner 67dbfd3fc1 pythonPackages.rlp: init at 0.6.0 2018-04-13 19:35:29 +02:00
Gabriel Ebner 1659a29fef python2Packages.python-wifi: 0.6.0 -> 0.6.1 2018-04-13 19:25:11 +02:00
Timo Kaufmann 633f694443 pythonPackages.fpylll: init at 0.3.0dev 2018-04-13 18:23:26 +02:00
Timo Kaufmann 4e0a5e2533 eli: init at 4.8.1 2018-04-13 18:13:41 +02:00
Matthew Justin Bauer 293e18d9c4
unixtools: fixup hexdump issue
utillinux puts everything in ".bin" output. We need to use lib.getBin to get it correctly.
2018-04-13 11:10:36 -05:00
Matthew Bauer f1fb3651d8 quota: get from unixtools 2018-04-13 10:47:55 -05:00
Matthew Bauer 47fdc26c26 unixtools: quota is not in utillinux 2018-04-13 10:41:16 -05:00
Matthew Bauer 62315cf52a quota: rename to linuxquota 2018-04-13 10:40:25 -05:00
Shea Levy fddb1457b0
qemu-riscv: Mark lowPrio 2018-04-13 10:53:22 -04:00
Suvash Thapaliya 7e324b857b
iamy: init at 2.1.1
Add iamy package - maintains aws iam in yaml format
2018-04-13 12:51:31 +02:00
Sarah Brofeldt 94d68a9e59
Merge pull request #38874 from utdemir/update-spotify-1.0.77
spotify: 1.0.72.117 -> 1.0.77.338
2018-04-13 10:37:26 +02:00
Peter Simons d503d493ab vcsh: update to latest version and add missing Perl test suite dependencies to fix the build 2018-04-13 09:59:17 +02:00
lewo 4043fff3bc
Merge pull request #38423 from mbode/heptio-ark_0_7_1
heptio-ark: init at 0.7.1
2018-04-13 08:50:40 +02:00
Matthew Justin Bauer 1b11ffbae8
Merge pull request #38880 from matthewbauer/darwin-devdisk
Add Darwin devdisk commands and put them in unixtools
2018-04-13 00:12:49 -05:00
Matthew Bauer 8287ba10fc unix-tools: cleanup things
- Adds ifconfig to nettools
- Adds top to procps
- Adds fsck, fdisk, mount, umount, quota to utillinux
2018-04-12 18:36:21 -05:00
John Ericson 1001311280 cctools: Add alternative source for sierra hack
Source master rebase of my [PR #34].

Eventually, we might consider doing something for GNU binutils too, in
order that we switch (the normal) ld-wrapper to always use this to
leverage ld to resolve libraries, rather than faking it in bash.

[PR #34]: https://github.com/tpoechtrager/cctools-port/pull/34
2018-04-12 19:16:51 -04:00
Jörg Thalheim 0d705fd698
Merge pull request #38875 from romildo/upd.numix-solarized-gtk-theme
numix-solarized: 20160919 -> 20170810
2018-04-12 23:33:42 +01:00
Matthew Bauer 1914ef6040 unixtools: add mount, umount for darwin 2018-04-12 17:17:26 -05:00
José Romildo Malaquias 1a525eeab1 numix-solarized: 20160919 -> 20170810 2018-04-12 18:56:41 -03:00
Utku Demir e9e823c178
spotify: 1.0.72.117 -> 1.0.77.338 2018-04-13 09:26:03 +12:00
Yorick 276580f769 acme.sh: init at 2.7.8 (#38856) 2018-04-12 22:14:49 +01:00
xeji cdc293b19b pythonPackages.pyblock: disable on python 3 2018-04-12 23:04:06 +02:00
xeji efbd773828 pythonPackages.lightblue: disable on python 3
... build fails
2018-04-12 23:04:06 +02:00
xeji ac7d466107 pythonPackages.pycapnp: mark as broken 2018-04-12 23:04:05 +02:00
xeji c307e5b0f3 pythonPackages.dynd: disable on python2
tests fail on python2
2018-04-12 23:04:05 +02:00
xeji db872b1bc1 python27Packages.caldavclientlibrary-asynk: mark as broken 2018-04-12 23:04:04 +02:00
Jörg Thalheim 606c9fcdf8
Merge pull request #38849 from magnetophon/gotop
gotop: init at 1.2.9
2018-04-12 22:00:00 +01:00
Matthew Bauer 6398791733 unixtools: get rid of modprobe
modprobe only exists in Linux kernel. Just use kmod if it's needed.
2018-04-12 14:32:11 -05:00
Matthew Justin Bauer 29bc523733
Merge pull request #38865 from matthewbauer/darwin-security-fixes
[darwin] Security fixes
2018-04-12 14:27:00 -05:00
Matthew Bauer ce202d202e Revert "arm-frc-linux-gnueabi-linux-api-headers: init at 3.19-r0.36"
This reverts commit 9597247cc0.
2018-04-12 14:22:15 -05:00
Matthew Bauer ea67004ba2 Revert "arm-frc-linux-gnueabi-eglibc: init at 2.21-r0.83"
This reverts commit 7c32b93c9a.
2018-04-12 14:21:58 -05:00
Matthew Bauer 831cb4169e Revert "arm-frc-linux-gnueabi-binutils: init at 2.28"
This reverts commit 1d7a478c92.
2018-04-12 14:21:47 -05:00
Matthew Bauer 9ed96e7681 Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4"
This reverts commit ff1e372849.

We only want to build GCC once. Cross compilation infrastructure means
this should not be needed.
Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4"

This reverts commit ff1e372849.
2018-04-12 14:16:57 -05:00
Maximilian Bode 2e1c5c00c7 heptio-ark: init at 0.7.1 2018-04-12 20:59:10 +02:00
Tad Fisher 29b1894598 yquake2: init at 7.20 2018-04-12 11:49:11 -07:00
Matthew Justin Bauer 55e65616fd
Merge pull request #38860 from pbogdan/unixtools-modprobe
unixtools.modprobe: fix
2018-04-12 11:15:14 -05:00
Piotr Bogdan 0b9ca7875a unixtools.modprobe: fix 2018-04-12 17:03:02 +01:00
Bart Brouns 9ac303c225 gotop: init at 1.2.9 2018-04-12 16:17:11 +02:00
Timo Kaufmann 2112768fe6 pythonPackages.cysignals: init at 1.6.9 (#38781) 2018-04-12 14:11:04 +02:00
Timo Kaufmann 7d625f6c08 m4rie: init at 20150908 2018-04-12 13:40:27 +02:00
Michael Raskin 783204bdbc
Merge pull request #38768 from timokau/singular-4.1.1
singular: 3.1.7 -> 4.1.1
2018-04-12 11:40:06 +00:00
Robert Schütz 077bf8de4c
Merge pull request #38762 from timokau/m4ri-init
m4ri: init at 20140914
2018-04-12 13:26:52 +02:00
Timo Kaufmann 280b421cbb m4ri: init at 20140914 2018-04-12 13:24:20 +02:00
Timo Kaufmann 156e910b6d pythonPackages.cvxopt: 1.1.7 -> 1.1.9
Also adds support for the optional extensions glpk, gsl, fftw and
enables tests.
2018-04-12 12:50:22 +02:00
Peter Simons 722d8226f4
Merge pull request #38812 from timokau/maxima-ecl
maxima: add various fixes, re-add ecl support
2018-04-12 11:43:15 +02:00
Jan Tojnar a9bc7b7c73
guake: 0.8.3 → 3.1.0 2018-04-12 10:58:23 +02:00
Nikolay Amiantov 24827a58fb python.pkgs.sleekxmpp: fix failure to verify a certificate 2018-04-12 11:35:18 +03:00
Nikolay Amiantov 5107b3f7b3 sleekxmpp: fix SSL certificates checks 2018-04-12 04:16:16 +03:00
Jan Tojnar d2ce3a9bda
quodlibet: 3.9.1 → 4.0.2 2018-04-12 01:35:52 +02:00
Jan Tojnar 6a1198de7e
pythonPackages.mutagen: move to a separate file 2018-04-12 01:35:51 +02:00
Jan Tojnar 9a57536633
girara: 0.2.8 → 0.2.9 2018-04-12 01:18:41 +02:00
Timo Kaufmann eb119b045a maxima: add various fixes, re-add ecl support 2018-04-12 00:46:40 +02:00
Matthew Justin Bauer b1fa009aa2
unix-tools: fixup hexdump
hexdump needs utillinux
2018-04-11 14:50:27 -05:00
Shea Levy b84a8c06c6
nix-plugins: 3.0.1 -> 4.0.1 2018-04-11 15:22:05 -04:00
Shea Levy 216b32f339
Merge branch 'setupcfg2nix' 2018-04-11 13:36:04 -04:00
Matthew Justin Bauer 19a6f0e02b
Merge pull request #38715 from matthewbauer/shell_cmds-full
Build more commands from Apple's system_cmds
2018-04-11 11:13:50 -05:00
Shea Levy 0901b3e195
Add setupcfg2nix and supporting infrastructure 2018-04-11 12:08:26 -04:00
Yegor Timoshenko c625dbe84b
Merge pull request #38670 from davidak/dit
dit: init at 0.4
2018-04-11 15:11:36 +00:00
Timo Kaufmann fa3d0cef67 singular: 3.1.7 -> 4.1.1 2018-04-11 17:00:20 +02:00
Michael Raskin 78d5690ddc
Merge pull request #38754 from timokau/gap-4r8p10
gap: 4r8p3 -> 4r8p10
2018-04-11 13:37:02 +00:00
Timo Kaufmann 6dc287802a gap: 4r8p3 -> 4r8p10 2018-04-11 15:22:03 +02:00
davidak 67206c90a8 dit: init at 0.4 2018-04-11 15:15:07 +02:00
Frederik Rietdijk ee6894ca12 Merge staging into master 2018-04-11 14:55:52 +02:00
Frederik Rietdijk e5c1c3b47e
Merge pull request #38566 from zimbatm/jupyterlab-0.31.12
Jupyterlab 0.31.12
2018-04-11 07:49:44 +02:00
Matthew Bauer ec4910d9af openbsm: init at 1.1 2018-04-10 21:14:56 -05:00
Matthew Bauer c3f3bc3869 openpam: init at 20170430 2018-04-10 21:14:06 -05:00
Tim Steinbach d76725f3a5
docker-edge: 18.03 -> 18.04 2018-04-10 18:28:35 -04:00
Jörg Thalheim 7decb0805e
Merge pull request #38669 from aij/xmrig-proxy-master
xmrig-proxy: init at 2.5.2
2018-04-10 23:23:44 +01:00
BjornMelgaard def5645ba1 all-packages: fix identation 2018-04-10 21:19:13 +03:00
BjornMelgaard e00f9b316b safeeyes: init at 2.0.2 2018-04-10 21:19:13 +03:00
Frederik Rietdijk 6023849ba1 Merge master into staging 2018-04-10 19:23:42 +02:00
Gabriel Ebner a14ae55c04 elan: init at 0.1.0 2018-04-10 18:38:45 +02:00
Kaz Wesley 87fd6c1f26 iaca: init at 3.0, 2.1 (#38659) 2018-04-10 17:24:46 +01:00
James Kay 0b919d4765
pythonPackages.bitmath: init at 1.3.1.2 2018-04-10 12:48:52 +01:00
James Kay 10863b0aa3
pythonPackages.progressbar33: init at 2.4 2018-04-10 12:48:43 +01:00
James Kay 8c6d838853
pythonPackages.progressbar231: init at 2.3.1 2018-04-10 12:47:52 +01:00
Robert Schütz 1c5f62a1a3 restic-rest-server: init at 0.9.7 2018-04-10 13:20:51 +02:00
Jörg Thalheim e6f8b6b897
Merge pull request #38637 from vbgl/js_of_ocaml-lwt
ocamlPackages.js_of_ocaml-lwt: init at 3.1.0
2018-04-10 09:17:18 +01:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Robert Schütz 492ab201c4
Merge pull request #38577 from etu/openzwave
openzwave & pythonPackages.python_openzwave: init at 20180404 and 0.4.4
2018-04-10 08:39:36 +02:00
Ben Darwin 12fa2f9fd3 metadata fixes: EBTKS, MNI::Perllib, Text::Format 2018-04-10 00:53:55 -04:00
Ivan Jager e30f55f6d2 xmrig-proxy: init at 2.5.2 2018-04-09 23:00:54 -05:00
Ben Darwin 1595f3cc45 delete broken alias 2018-04-09 20:29:29 -04:00
Matthew Bauer 0b83326172 darling: init 2018-04-09 18:35:35 -05:00
Matthew Bauer d625fece18 CoreSymbolication: init 2018-04-09 18:35:35 -05:00
Matthew Bauer 72f8df9465 swift-corelibs: init
moves swift-corelibs-corefoundation to own dir

also adds libdispatch
2018-04-09 18:35:35 -05:00
Matthew Bauer c3ce4ee723 pbzx: init at 1.0.2 2018-04-09 18:35:35 -05:00
Ben Darwin c1488921a0 oobicpl: init at 2016-03-02 2018-04-09 18:07:52 -04:00
Ben Darwin 6972e366be arguments: init at 2015-11-30 2018-04-09 18:07:52 -04:00
Ben Darwin de2f36982b ezminc: init at 2017-08-29 2018-04-09 18:07:15 -04:00
Ben Darwin c9db4cabc8 bicpl: init at 2017-09-10 2018-04-09 18:07:15 -04:00
Ben Darwin cf2aac6a04 address license/version issues for PR #29782 2018-04-09 18:06:54 -04:00
Ben Darwin e90d1e8631 inormalize: init at 1.0.20 (develop branch) 2018-04-09 18:06:54 -04:00
Ben Darwin 54c543b03b n3: init at 1.0.20 2018-04-09 18:06:54 -04:00
Ben Darwin f532f9f5f4 minc-widgets: init at "1.0.0" (package seems to lack a consistent version) 2018-04-09 18:06:33 -04:00
Ben Darwin bd460f54a3 mni_autoreg: init at 0.99.70 2018-04-09 18:06:33 -04:00
Ben Darwin 61864898f3 perlPackages.MNI-Perllib: init at 0.08 2018-04-09 18:06:33 -04:00
Ben Darwin e7d447ce2c EBTKS: init at 1.6.50 (develop branch) 2018-04-09 18:06:33 -04:00
Ben Darwin 082b3f1058 minc-tools: 2.3.00 -> 2.3.01 (develop branch) 2018-04-09 18:06:33 -04:00
Ben Darwin fa2cc0e72f perlPackages.TextFormat: init at 0.60 2018-04-09 18:05:53 -04:00
Janne Heß e729255db9 dnsdist: init at 1.3.0 2018-04-09 21:55:22 +02:00
Matthew Justin Bauer bfda2d470c
Merge pull request #32605 from xrvdg/hl1110
hl1110 : init at 3.0.1-1
2018-04-09 14:32:35 -05:00
Matthew Justin Bauer 5df54f9e29
Merge pull request #33919 from samueldr/feature/hll2390dw-cups
hll2390dw-cups: init at 4.0.0-1
2018-04-09 14:28:34 -05:00
Matthew Justin Bauer db8d8ac31e
Merge pull request #34864 from ciderale/py3k-graph-tool-update
graph-tool: 2.16 -> 2.26
2018-04-09 14:24:07 -05:00