Commit graph

25297 commits

Author SHA1 Message Date
Tadeo Kondrak 6872731208
qMasterPassword: init at 1.2.2 2019-01-19 17:55:23 -07:00
Austin Seipp 8cbe6b9ce4 nixpkgs: reorganize the postgresql extensions
This is a backwards compatible change; it mostly puts all the extensions
for postgresql in a common directory to keep them isolated.

It also moves a few things that /were not/ extensions out into other parts of
the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
were moved under development/java-modules and development/libraries,
respectively. Because these libraries use the libpq postgresql client drivers,
they're less sensitive to underlying version changes anyway (since the protocol
is relatively stable).

No attributes were renamed or harmed in the creation of this patch.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00
Dmitry Kalinkin 3cac599628
Merge pull request #54342 from ar1a/vdmfec
vdmfec: init at 1.0
2019-01-19 17:19:12 -05:00
Aria Edmonds d5fca98fcd vdmfec: init at 1.0 2019-01-20 08:58:12 +11:00
Dmitry Kalinkin 0f3758b5e6
Merge pull request #53839 from fusion809/marvin
marvin: init at 19.1.0
2019-01-19 15:50:49 -05:00
Robert Schütz a7a8570eed
sigal: use python3Packages (#54187) 2019-01-19 17:33:10 +01:00
Vladimír Čunát 51ac3db79c
Revert "nix: point at curl 7.59.0 (#41452)"
This reverts commit 5574df3549.
I also can't reproduce the problem anymore; discussion: #41312.
Fixes #53569, fixes #53948.  (Vulnerabilities in old curl.)
2019-01-19 17:14:02 +01:00
Vladimír Čunát b277551a4b
Merge #52444: ffmpeg{_3_4,_4,-full}: updates 2019-01-19 16:56:21 +01:00
adisbladis 50028b2d7c
mpv: Use docutils from python3
Otherwise docutils propagates python2.
Since we install umpv (a python wrapper script around mpv) python is
pulled in as a runtime dependency of mpv.

Youtube-dl already uses python3 so we can avoid a full python version
in the closure.
2019-01-19 13:57:32 +00:00
Jörg Thalheim db804db878
Merge pull request #38964 from Moredread/wip/mediathekview
mediathekview: 9 -> 13.2.1
2019-01-19 12:45:14 +00:00
André-Patrick Bubel c18c25f0e9
zdfmediathk: Remove as it is obsolete and broken
The package `mediathekview` is the current alternative.
2019-01-19 13:26:41 +01:00
André-Patrick Bubel 88098b14d4
mediathekview: 9 -> 13.2.1
Use OracleJRE for now, as OpenJFX isn't packaged yet for OpenJDK.
2019-01-19 13:26:18 +01:00
Will Dietz 4603727f4f
Merge pull request #54211 from dtzWill/feature/neat-fonts-from-dtz-nur
add various programming fonts (migrating from dtzWill's NUR repo)
2019-01-18 21:32:16 -06:00
Vladyslav M 1221fc7641
Merge pull request #53215 from wedens/tdrop-init
tdrop: init at 2018-11-13
2019-01-19 00:15:51 +02:00
Peter Hoeg eaa665e243
Merge pull request #53495 from peterhoeg/p/zm
zoneminder: init at 1.32.3 and add NixOS module
2019-01-18 15:49:28 +08:00
Peter Hoeg 4d2a45b30f
Merge pull request #53990 from dotlambda/esphomeyaml-init
esphome: init at 1.10.1
2019-01-18 09:09:35 +08:00
Jörg Thalheim fdfd5ba352
Merge pull request #54215 from Mic92/yubikey
yubioath-desktop: 3.1.0 -> 4.3.4; yubikey-manager: 1.0.1 -> 2.0.0
2019-01-17 22:48:40 +00:00
Jörg Thalheim d43b26f594
yubioath-desktop: 3.1.0 -> 4.3.4 2019-01-17 22:33:13 +00:00
Jörg Thalheim d3e3346530
pyotherside: init at 1.5.3 2019-01-17 21:28:41 +00:00
Will Dietz a3f86e0156 hermit: init at 2.0 2019-01-17 15:25:00 -06:00
Will Dietz e441581b13 luculent: init at 2.0.0 2019-01-17 15:24:59 -06:00
Will Dietz 2dd48b7017 cherry: init at 1.2 2019-01-17 15:24:58 -06:00
Will Dietz 57a46d4330 ankacoder{,-condensed}: init at 1.100 2019-01-17 15:24:57 -06:00
Will Dietz 81d3780b47 agave: init at 008 2019-01-17 15:24:55 -06:00
Timo Kaufmann 471ba67013 libgap, gap-libgap-compatible: remove
They were only used by sage, which now (since version 8.6) uses gaps own
(new) libgap.
2019-01-17 20:39:02 +01:00
Timo Kaufmann 29e150d85f
Merge pull request #54127 from timokau/gap-improvements
gap: install libgap, add packageSet option
2019-01-17 20:38:38 +01:00
Michael Weiss 9aa46aedfe
android-studio-preview: Deprecate the attribute
This also covers "androidStudioPackages.preview".

I believe that the name is confusing (is it from the beta or dev/canary
channel?) and with this error message it should be obvious how to update
ones configuration.
2019-01-17 19:13:07 +01:00
Jörg Thalheim 682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Timo Kaufmann cf63a8c94c gap: add packageSet option
Two reasons for this:

- more fine-grained space/functionality tradeoff

- preparation for the sage 8.6 update, which finally doesn't need a
  downgraded gap anymore but does break when unexpected (non-standard)
  packages are installed. Details: https://trac.sagemath.org/ticket/26983

The proper way to deal with gap packages would be to create a package
set, package each one individually and have something like gap
equivalent of `python.withPackages`. I am not willing to do that
however.
2019-01-17 10:10:24 +01:00
Timo Kaufmann bb173ec8e3 gap: install libgap
There are some starts of a `make install`, but nothing complete yet.
Upstream now ships a `libgap` as a replacement of the custom one used by
sagemath.
2019-01-17 10:10:21 +01:00
volth c384dae70b
fetchgit: use buildPackages.cacert
As a data package `buildPackages.cacert` suppose to be equal to `hostPackages.cacert`.
But `hostPackages.cacert` causes needless build of `hostPackages.python` and other packages, which takes time and requires them to support cross-compilation.
2019-01-17 07:52:00 +00:00
Jörg Thalheim d3d25f5218
Merge pull request #54044 from Mic92/oraclejdk
oraclejdk: 8.191 -> 8.201; no longer depend on requireFile
2019-01-17 07:26:28 +00:00
Jörg Thalheim 1dc706f060
oraclejdk: 8.191 -> 8.201
also no longer use requireFile and accept the license via nixpkgs option
2019-01-17 07:24:33 +00:00
Jörg Thalheim bb885d502a
Merge pull request #53888 from Mic92/ccls
ccls: init at 0.20181225.7
2019-01-16 23:56:55 +00:00
Robert Schütz bffbdfc67e esphome: init at 1.10.1 2019-01-16 15:48:15 +01:00
Christoph Hrdinka def5124ec8
Merge pull request #53995 from serokell/fix-pgtmp
pg_tmp, ephemeralpg: fix on darwin and merge
2019-01-16 13:45:48 +01:00
Yorick van Pelt eec46991e2
pkgs/top-level: move pg_tmp to aliases.nix 2019-01-16 13:21:06 +01:00
Pierre-Etienne Meunier 121318a9b4 toml2nix: init at 0.1.1 (#53883) 2019-01-15 23:36:36 +02:00
Yorick van Pelt f9a7b5d22e
pg_tmp, ephemeralpg: merge packages 2019-01-15 18:17:12 +01:00
Jörg Thalheim ca61531750
ccls: init at 0.20181225
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png)
and vim.
- wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell
2019-01-15 17:12:56 +00:00
Peter Hoeg 2421bab5bb zoneminder: init at 1.32.3 2019-01-15 21:27:45 +08:00
Michael Weiss 8d8ed93725
swaylock: init at 1.2 2019-01-15 13:34:18 +01:00
Michael Weiss 813164e0cd
swayidle: init at 1.1 2019-01-15 13:15:37 +01:00
Austin Seipp ee3949d720 nextpnr: use qtbase-5.11 instead of 5.12
This fixes a bizarre regression in the NextPNR GUI that causes the
background of the OpenGL floorplanning window to become 'transparent' on
certain platforms, greatly limiting its utility. However, QT 5.11 seems
to work just fine here.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Robert Schütz 77c6ca2c1a
Merge pull request #52647 from PsyanticY/pipreqs-2
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.pain 709c6c46b9 pipreqs: init at 0.4.9 2019-01-15 00:06:49 +01:00
Roman Volosatovs 8b925a8f32 mbed-cli: init at 1.8.3 (#53954) 2019-01-14 23:47:12 +01:00
Brenton Horne 6be5e679b1 marvin: init at 19.1.0
Also adding myself (fusion809) as a maintainer.
The marvin Nix file in this commit is largely thanks to @msteen.
2019-01-15 00:23:38 +10:00
Jörg Thalheim ff0dc34c1d
Merge pull request #48752 from jorsn/new.epson-workforce-635-nx625-series
epson-workforce-635-nx625-series: init at 1.0.1
2019-01-14 11:02:02 +00:00
Matthew Bauer 2000d62a50
Merge pull request #53605 from matthewbauer/fix-53587
mingw: use current package set for headers
2019-01-13 20:12:44 -05:00