Commit graph

41300 commits

Author SHA1 Message Date
Matthew Bauer
6d90a8b894 top-level/stage.nix: add static overlay
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:

  nix build pkgsStatic.hello

Not all packages build, as some rely on dynamic linking.
2018-12-04 21:56:03 -06:00
Matthew Bauer
b966d3c583 treewide: remove static packages
Nixpkgs is meant to link everything dynamically. We don’t want to
expose static packages at the top level. If some package needs
statically built binaries, it should use a custom override.
2018-12-04 21:10:45 -06:00
Matthew Bauer
a3a6ad7a01 stdenv: implement crossOverlays
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.
2018-12-04 21:06:46 -06:00
worldofpeace
572b514582
Merge pull request #51229 from marsam/feature/fedpkg-cleanup
fedpkg: remove unneeded patch
2018-12-04 21:15:32 -05:00
Tom Bereknyei
232f76ad2d
rig: init at 1.11 2018-12-04 19:22:45 -05:00
Tim Steinbach
16f42b3694 kafka: Add 2.1 2018-12-05 00:06:07 +00:00
Philipp
169e279711 kodi-cli: init at 1.1.1
* kodi-cli: init at 1.1.1 (#50892)

* kodi-cli: nitpicks

nitpicks applied are:

  - The pname thing
    staging-next has been merged.

  - Moved to tools/misc
    applications/video is more appropriate for video applications.
    This is a script used to interact with one.

  - Changed platforms to unix
    This script can only be used where kodi is present.
2018-12-05 00:27:26 +01:00
Robert Schütz
315b4c4543 pythonPackages.sphinx_1_2: remove 2018-12-04 21:12:10 +01:00
worldofpeace
e7ff7b9318
Merge pull request #51253 from worldofpeace/pywbem-update
pythonPackages.pywbem: 0.10.0 -> 0.12.6
2018-12-04 12:58:19 -05:00
Jörg Thalheim
fc02ed8b30
Merge pull request #51385 from symphorien/pyflame
pyflame: init at 1.6.7
2018-12-04 14:11:09 +00:00
Renaud
b6cc4ae367
Merge pull request #51494 from romildo/upd.nordic-polar
nordic-polar: init at 1.3.0
2018-12-04 15:07:56 +01:00
Renaud
911aa08afc
Merge pull request #51492 from romildo/upd.materia-theme
materia-theme: 20181115 -> 20181125
2018-12-04 15:06:12 +01:00
José Romildo Malaquias
c46915c9c1 materia-theme: move to pkgs/data/themes 2018-12-04 10:56:57 -02:00
José Romildo Malaquias
5fc63b32f7 nordic-polar: init at 1.3.0 2018-12-04 10:45:13 -02:00
Alyssa Ross
d9eb8c760e
doc: reminder to upgrade linux-libre with linux
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444061264
2018-12-04 12:04:03 +00:00
Jörg Thalheim
49a9bd626d
Merge pull request #51501 from timokau/pygraphviz-path
python.pkgs.pygraphviz: add graphviz path
2018-12-04 10:52:08 +00:00
Timo Kaufmann
21de751e74 python.pkgs.pygraphviz: add graphviz path 2018-12-04 11:44:40 +01:00
Alexey Shmalko
d5b45b4ff8
Merge pull request #51327 from k0ral/loop
loop: init at unstable-2018-10-02
2018-12-04 01:37:23 +02:00
Jörg Thalheim
1f5c851967 radare: remove
This project has been deprecated in 2016.
Radare2 should been used intead: https://github.com/radare/radare
2018-12-04 00:33:49 +01:00
John Ericson
805d32dbf7
Merge pull request #51401 from roberth/all-packages-res
all-packages.nix: Alias self to res, deprecating self
2018-12-03 18:06:48 -05:00
Symphorien Gibol
330fbbeb73 pyflame: init at 1.6.7 2018-12-03 23:27:33 +01:00
Bjørn Forsman
84a2463499 jpeginfo: init at 1.6.1
jpeginfo prints information and tests integrity of JPEG/JFIF files.
2018-12-03 17:03:48 +01:00
Robert Schütz
5c1367a439 python.pkgs.zope-hookable: init at 4.2.0 2018-12-03 16:50:41 +01:00
Robert Schütz
5a778bcac7 python.pkgs.zope-deferredimport: init at 4.3 2018-12-03 16:50:41 +01:00
Chris Ostrouchov
cafc4786f1 pythonPackages.jwcrypto: init at 0.6.0 dependency for broken github3_py 2018-12-03 16:50:41 +01:00
Chris Ostrouchov
d5399b074a pythonPackages.nose-randomly: init at 1.2.5 2018-12-03 16:50:41 +01:00
Chris Ostrouchov
147473511e pythonPackages.chalice: init at 1.6.1 2018-12-03 16:50:41 +01:00
Frederik Rietdijk
3d0f73ca12 python.pkgs.iocapture: init at 0.1.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk
8864410439 python.pkgs.flexmock: init at 0.10.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk
70948dc0fa python.pkgs.importlib-metadata: init at 0.6 2018-12-03 16:50:40 +01:00
Frederik Rietdijk
8bd9e91c72 python.pkgs.importlib-resources: init at 1.0.2 2018-12-03 16:50:40 +01:00
Frederik Rietdijk
05a94cd622 python: libarchive-c: 2.7 -> 2.8 2018-12-03 16:50:31 +01:00
Tim Steinbach
ee1f6e20b2
slack: Add dark-mode version 2018-12-03 08:12:05 -05:00
John Ericson
4112aec98c
Merge pull request #51376 from Izorkin/jemalloc
jemalloc: add option disable-initial-exec-tls
2018-12-03 08:03:08 -05:00
Michael Raskin
34efe45ef8
Merge pull request #51418 from symphorien/dsniff
dsniff: init at 2.4b1
2018-12-03 11:46:55 +00:00
Frederik Rietdijk
a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
Renaud
e869896d00
Merge pull request #51411 from jfrankenau/update-ntfy
ntfy: 2.6.0 -> 2.7.0
2018-12-03 11:31:53 +01:00
Renaud
4cde69ad9a
Merge pull request #50448 from MatrixAI/mnist
mnist: init at 2018-11-16
2018-12-03 11:29:01 +01:00
hlolli
e9b18349c9 csound-qt init: 0.9.6-beta2 2018-12-03 10:55:15 +01:00
Johannes Frankenau
ec21607d14 intel-gmmlib: init at 18.3.0 2018-12-03 10:42:34 +01:00
Renaud
550b275bac
Merge pull request #49915 from avnik/rspamd
rspamd: add hyperscan, drop obsoleted dependencies
2018-12-03 07:40:07 +01:00
John Ericson
0f87db3972
Merge pull request #51425 from matthewbauer/fix-51184
systems/parse.nix: support eabihf
2018-12-02 23:28:47 -05:00
scalavision
e0e8486a06 mill-bin: init at 0.3.5 2018-12-02 23:15:52 -05:00
Roger Qiu
9572ebe3b8 mnist: init at 2018-11-16 2018-12-03 14:20:55 +11:00
Matthew Bauer
3b32c920d5 systems/parse.nix: support eabihf
eabihf is an abi that can be used with ARM architectures that support
the “hard float”. It should probably only be used with ARM32 when you
are absolutely sure your binaries will run on ARM systems with a FPU.

Also, add an example "armhf-embedded" to match the preexisting
arm-embedded system. qmk_firmware needs hard float in a few places, so
add them here to get that to work.

Fixes #51184
2018-12-02 19:49:36 -06:00
hlolli
e75ecf777b python-qt init 3.2 2018-12-03 02:11:16 +01:00
Symphorien Gibol
0a91d70134 dsniff: init at 2.4b1 2018-12-03 00:59:11 +01:00
Symphorien Gibol
6c22b5a1d7 libnids: init at 1.24 2018-12-03 00:57:52 +01:00
Jörg Thalheim
1388223456
Merge pull request #51276 from nomeata/ocaml-bisect
Add bisect_ppx and bisect_ppx-ocamlbuild
2018-12-02 23:44:41 +00:00
Alexander V. Nikolaev
3e1acb0b44 hyperscan: init at 5.0.0 2018-12-03 00:13:35 +02:00
Vincent Laporte
527bad18d0 coqPackages: recurse into the attribute set
But do not build the packages on hydra.
2018-12-02 21:00:51 +00:00
Robert Hensing
22aac3b921 all-packages.nix: Alias self to res, deprecating self
For historical reasons, self was ill-named. This removes its usages
from all-packages.nix and provides a deprecation message for those
who use a patched Nixpkgs.

Some packages seem to depend on the peculiarities of res, as can
be seen by making res into an alias of pkgs (normally "self").
The super variable doesn't have all that is needed.

Therefore the simple fix is not guaranteed to work and as such,
usages of res need to be changed to pkgs or super, case by case.
2018-12-02 19:24:49 +01:00
Silvan Mosberger
4afae70e2b
Merge pull request #48423 from charles-dyfis-net/bees
bees: init at 0.6.1; nixos/modules: services.bees init
2018-12-02 18:38:47 +01:00
John Ericson
24270193b7 Merge remote-tracking branch 'upstream/staging' into fix/cross-xfsprogs 2018-12-02 12:32:03 -05:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
Masayuki Takeda
855cd9f3a8 dpt-rp1-py: init at 2018-10-16 2018-12-02 22:52:12 +09:00
Bas van Dijk
7035598251
Merge pull request #51225 from LumiGuide/elk-6.5.1
elk: 6.3.2 -> 6.5.1
2018-12-02 14:44:47 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Izorkin
44a167495f mariadb: build with custom jamalloc 2018-12-02 13:42:58 +03:00
worldofpeace
3f4cbd47af
Merge pull request #51349 from marsam/feature/fix-vdirsyncer
vdirsyncer: fix build
2018-12-02 03:15:50 -05:00
eburimu
0b695faa07 xfsprogs: fix cross compilation 2018-12-02 00:44:25 -05:00
Magnus Jonsson
d23acab3a3 ocamlPackages.opti: init at 1.0.3 2018-12-01 19:00:23 -08:00
Mario Rodas
c154ecfc38
vdirsyncer: fix build
- Add support for build on darwin
2018-12-01 19:17:54 -05:00
koral
35f6d1cda4 loop: init at unstable-2018-10-02 2018-12-02 00:03:13 +01:00
Will Dietz
303e4d7f1a gecode: more deps, build w/gist support but make optional
Also rename "gecode_4" attribute since this is version 6?
2018-12-01 14:24:49 -06:00
Tim Steinbach
ff4bf6067e
kernel: Remove 4.18.x
4.18 series is EOL
2018-12-01 11:20:38 -05:00
Mario Rodas
c220fe8e88
fedpkg: promote to python application 2018-12-01 10:59:34 -05:00
Jörg Thalheim
5db3428fa3
pwndbg: switch to python3 2018-12-01 14:13:46 +00:00
Jörg Thalheim
28af9e45b0
gdbgui: 0.13.0.0 -> 0.13.1.1 2018-12-01 14:13:46 +00:00
Jörg Thalheim
13b5fa18bb
python3.pkgs.flask-socketio: init at 3.1.0 2018-12-01 14:13:46 +00:00
Jörg Thalheim
3ad4a31c17
python3.pkgs.pygdbmi: init at 0.9.0.0 2018-12-01 14:13:46 +00:00
Jörg Thalheim
5b23da0595
python3.pkgs.python-socketio: init at 2.1.0 2018-12-01 14:13:46 +00:00
Jörg Thalheim
5e591a0087
python3.pkgs.python-engineio: init at 3.0.0 2018-12-01 14:13:46 +00:00
Bas van Dijk
fbf0efc6a7 elk: 6.3.2 -> 6.5.1 2018-12-01 12:47:12 +01:00
worldofpeace
50bb0afa7c
Merge pull request #50863 from marsam/feature/add-aws-google-auth
aws-google-auth: init at 0.0.29
2018-11-30 21:58:24 -05:00
Mario Rodas
f15aecd1bb aws-google-auth: init at 0.0.29 2018-11-30 21:57:07 -05:00
Jörg Thalheim
84162175a3
Merge pull request #51180 from mayflower/xorg-cross
treewide: cross-fixes
2018-12-01 00:43:02 +00:00
Bas van Dijk
274e72aa29
Merge pull request #51027 from LumiGuide/opencv-4.0.0
opencv4: init at 4.0.0
2018-11-30 23:56:36 +01:00
Bas van Dijk
e03512878b
Merge pull request #51021 from LumiGuide/opencv-3.4.4
opencv3: 3.4.3 -> 3.4.4
2018-11-30 23:56:20 +01:00
Jan Tojnar
3a3513e7e7
webkitgtk220x: drop 2018-11-30 23:29:34 +01:00
Bas van Dijk
aa358e6ee7 opencv3: 3.4.3 -> 3.4.4 2018-11-30 23:07:52 +01:00
Bas van Dijk
2b87ed7c32 opencv4: init at 4.0.0 2018-11-30 22:45:57 +01:00
Jan Tojnar
14a1a4be31
gnome-recipes: init at 2.0.2 2018-11-30 21:35:19 +01:00
Jan Tojnar
3782e127bc
gnome-podcasts: init at 0.4.6 2018-11-30 21:35:18 +01:00
Jan Tojnar
e6fb865500
libhandy: init at 0.0.5 2018-11-30 21:35:17 +01:00
Jan Tojnar
a3d6b0a4b1
pitivi: 0.99.0 → 0.999.0 2018-11-30 21:34:46 +01:00
Tor Hedin Brønner
e09e735a09
spidermonkey_60: init at 60.3.0
A new test checks and fails if we're building in js/src, so we create a build
dir like Arch does.
2018-11-30 21:34:46 +01:00
Jan Tojnar
a268c6049b
webkitgtk: 2.20.5 → 2.22.0 2018-11-30 21:34:42 +01:00
Jan Tojnar
e60cf52805
vala_0_42: init at 0.42.3 2018-11-30 21:34:42 +01:00
Jan Tojnar
fe4b53b8c3
gobjectIntrospection: 1.56.0 → 1.58.1
Upstream now strips absolute paths to their basename on all platforms apart from
Darwin: a41abe1868

To get around this without modifying the basename test we simply pass in
`basename=False` when normally generating gir files.
2018-11-30 21:34:25 +01:00
Jan Tojnar
c5881ec2c9
Merge remote-tracking branch 'upstream/master' into staging 2018-11-30 20:09:45 +01:00
Johannes Frankenau
dc21737edd ntfy: 2.6.0 -> 2.7.0 2018-11-30 19:03:22 +01:00
Frederik Rietdijk
1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Joachim Breitner
7621523fc1 Add bisect_ppx and bisect_ppx-ocamlbuild 2018-11-30 12:57:01 +01:00
Renaud
4088758a6b
Merge pull request #51244 from uri-canva/perceptualdiff
perceptualdiff: init at 2.1
2018-11-30 09:29:50 +01:00
Uri Baghin
3f806a0ae7 perceptualdiff: init at 2.1 2018-11-30 18:27:43 +11:00
Charles Duffy
7df55477fd
bees: init at 0.6.1
Introduce an extent-layer (as opposed to the existing file-level) deduplication
system for btrfs. This provides a means of finding similarities within
non-identical files, when they contain identical, aligned blocks.
2018-11-29 20:27:44 -06:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
f435272ce3
Merge pull request #50212 from matthewbauer/host-emulator
Add "emulator" function to systems
2018-11-29 19:34:20 -06:00
Matthew Bauer
9c8fd41224 treewide: add emulator to platform
You can use stdenv.hostPlatform.emulator to get an executable that
runs cross-built binaries. This could be any emulator. For instance,
we use QEMU to emulate Linux targets and Wine to emulate Windows
targets. To work with qemu, we need to support custom targets.

I’ve reworked the cross tests in pkgs/test/cross to use this
functionality.

Also, I’ve used talloc to cross-execute with the emulator. There
appears to be a cross-execute for all waf builds. In the future, it
would be nice to set this for all waf builds.

Adds stdenv.hostPlatform.qemuArch attrbute to get the qemuArch for
each platform.
2018-11-29 19:15:30 -06:00
Matthew Bauer
ce6d558c4d systems/examples.nix: move riscv function to let binding
Makes it easier to use mapAttrs with lib.systems.examples. Now every
entry in it are legitimate systems.
2018-11-29 19:15:28 -06:00
worldofpeace
db2cebbe77 pythonPackages.pywbem: 0.10.0 -> 0.12.6 2018-11-29 17:22:02 -05:00
Daiderd Jordan
c506ad84b1
Merge pull request #51047 from dawehner/tychus
Add the tychus application
2018-11-29 23:10:01 +01:00
Michael Raskin
7b77c7ff93
Merge pull request #51237 from Mic92/osip
libosip_3: remove
2018-11-29 19:45:28 +00:00
Jörg Thalheim
25487a3ad8
Merge pull request #51239 from eburimu/fix/perl-dbi
fix perl DBI package, missing \t in Makefile
2018-11-29 17:28:29 +00:00
Jörg Thalheim
9bba7c1cba
Merge pull request #51233 from Mic92/inferno
inferno: remove
2018-11-29 17:22:03 +00:00
eburimu
ce3de16e8d fix perl DBI package, missing \t in Makefile 2018-11-29 19:57:36 +03:00
Jörg Thalheim
7c6189d549
libosip_3: remove
Old package from 2015, that has no users in nixpkgs
2018-11-29 16:17:55 +00:00
Stig
6854b50c06 perlPackages.Imager: init at 1.006
* perlPackages.Imager: init at 1.006 (#50620)
2018-11-29 16:10:37 +01:00
Jörg Thalheim
432a2e0354
inferno: remove
Also there have been updates, this package was not updated since 2015 in the repository
I therefore conclude that nobody actually uses this.
Official webpage was also not updated since then.
2018-11-29 14:55:24 +00:00
Renaud
1a9e12e677
Merge pull request #50655 from MatrixAI/python-mnist
python-mnist: init at 0.6
2018-11-29 14:43:48 +01:00
Maximilian Bosch
a9ffe7f8ec
Merge pull request #49409 from jluttine/enable-thumbor-tests
piexif: 1.0.13 -> 1.1.2 (and bunch of other packages)
2018-11-29 14:21:17 +01:00
Jörg Thalheim
f222ebdd60 fusionio-vsl: remove
Broken on all kernel version.
No update in nixpkgs since 2015
2018-11-29 13:46:28 +01:00
Jaakko Luttinen
cfaf696a7b
pythonPackages.cairosvg1: init at 1.0.22 2018-11-29 12:38:29 +01:00
Jaakko Luttinen
fd6e6dcfa1
pythonPackages.remotecv: init at 2.2.2 2018-11-29 12:38:29 +01:00
Jaakko Luttinen
c6bd5294aa
pythonPackages.preggy: init at 1.4.2 2018-11-29 12:38:28 +01:00
Jaakko Luttinen
866be59b20
pythonPackages.pyssim: init at 0.4 2018-11-29 12:38:28 +01:00
Jaakko Luttinen
735abd8c4c
pythonPackages.pyres: init at 1.5 2018-11-29 12:38:28 +01:00
Jaakko Luttinen
5d2ac2cd06
pythonPackages.yanc: init at 0.3.3 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
0f81ac7737
pythonPackages.nose-focus: init at 0.1.3 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
f5f7f1510d
pythonPackages.nose-of-yeti: init at 1.8 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
d91e61865b
pythonPackages.nose-pattern-exclude: init at 0.1.3 2018-11-29 12:38:26 +01:00
Jaakko Luttinen
2fe089c870
pythonPackages.should-dsl: init at 2.1.2 2018-11-29 12:38:26 +01:00
Frederik Rietdijk
9b81c7e455 Merge staging-next into staging 2018-11-29 09:18:35 +01:00
Frederik Rietdijk
9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
Robin Gloster
9111012f7f
luaPackages.luasocket: fix cross 2018-11-29 04:12:10 +01:00
Matthew Bauer
f5be016c23 xmove: remove
This package is unmaintained.

https://packages.qa.debian.org/x/xmove/news/20090130T204752Z.html
2018-11-28 20:14:35 -06:00
worldofpeace
f9714fdcea
Merge pull request #50471 from Ma27/package-python-fs-s3-support
pythonPackages.fs-s3fs: init at 1.0.0
2018-11-28 20:46:33 -05:00
Maximilian Bosch
fd08b98da9
pythonPackages.fs-s3fs: init at 1.0.0
`fs` is a python-based file system abstraction layer. The new package
`fs-s3fs` is an implementation of it which stores files inside an S3
bucket.
2018-11-29 02:01:22 +01:00
Chris Ostrouchov
67a4067a44 autospotting: init at unstable-2018-11-17 2018-11-28 19:58:07 -05:00
worldofpeace
2570da8077
Merge pull request #51080 from costrouc/costrouc/uarray-init
pythonPackages.uarray: init at 0.4
2018-11-28 18:30:48 -05:00
rnhmjoj
ff74da41fd
winePackages.wine: add SDL support 2018-11-29 00:18:46 +01:00
Daiderd Jordan
5c26dc3d84
Merge pull request #51163 from kalbasit/nixpkgs_add-animal
aminal: init at 0.7.4
2018-11-28 21:38:09 +01:00
Wael M. Nasreddine
9ba423b09a
aminal: init at 0.7.4 2018-11-28 11:56:53 -08:00
Matthew Bauer
c94162dbec
Merge pull request #48273 from volth/patch-269
fetchgit: use buildPackages's git

Fixes #51119
2018-11-28 11:57:13 -06:00
Mario Rodas
3ba355b0ba sqlcheck: init at 1.2 2018-11-28 09:17:09 -05:00
Robin Gloster
2d0fad757a
xorg: generate python into nativeBuildInputs 2018-11-28 14:28:32 +01:00
Chris Ostrouchov
0549e307a5
pythonPackages.pytest-mypy: init at 0.3.2 2018-11-28 07:38:00 -05:00
Chris Ostrouchov
0b7522d0f6
pythonPackages.perf: init at 1.5.1 2018-11-28 07:37:53 -05:00
Nick Novitski
f2c07cd63e xcpretty: init at 0.3.0 (#48494) 2018-11-28 12:21:37 +01:00
Peter Simons
b38bfe18c7 pandoc: adapt postInstall hook to embedded-data-files build 2018-11-28 12:14:15 +01:00
Chris Ostrouchov
8b6b45c742
pythonPackages.uarray: init at 0.4 2018-11-27 20:45:41 -05:00
Chris Ostrouchov
a6dc1123e0
pythonPackages.hopcroftkarp: init at 1.2.4 2018-11-27 20:45:40 -05:00
Chris Ostrouchov
fe5a7e5ed6
pythonPackages.matchpy: init at 0.4.6 2018-11-27 20:45:40 -05:00
Chris Ostrouchov
b5d58552c0
pythonPackages.multiset: init at 2.1.1 2018-11-27 20:45:39 -05:00
Chris Ostrouchov
ab8bd6e34e
pythonPackages.nbval: init at 0.9.1 2018-11-27 20:45:39 -05:00
Léo Gaspard
8231e7181b
Merge branch 'pr-49633'
* pr-49633:
  pulumi: init at 0.16.2
2018-11-28 10:09:18 +09:00
Renaud
6a66add711
Merge pull request #51103 from lovek323/scss-lint
scss_lint: init at 0.57.1
2018-11-27 23:23:12 +01:00
Ryan Mulligan
4c1ba5df0c
Merge pull request #45274 from rehno-lindeque/pkgs/aravis/init
aravis: init at 0.5.13
2018-11-27 14:20:34 -08:00
Tim Steinbach
dc1a0df1bb
gradle: Add 5.0 2018-11-27 16:37:19 -05:00
Jason "Don" O'Conal
1936aa5d57 scss_lint: init at 0.57.1 2018-11-28 07:57:40 +10:30
Peter Romfeld
08699733bb
pulumi: init at 0.16.2 2018-11-28 00:45:45 +08:00
Roman Volosatovs
fc42a76d93 echoip: init at unstable-2018-11-20 2018-11-27 11:25:34 -05:00
volth
e45acd6b81 perlPackages: remove old broken packets
Remove packets which marked 'broken' because they target old versions of Perl which are unsupported in nixpkgs.
The most recent releases of those packages are dated 2003-2013
2018-11-27 08:11:10 +00:00
Jörg Thalheim
f12bd000b9
Merge pull request #49290 from krebs/nix-writers
get nix-writers into nixpkgs
2018-11-27 07:17:03 +00:00
Renaud
134e0dde36
Merge pull request #51064 from NickHu/quantomatic
quantomatic: init at 0.7
2018-11-27 08:10:53 +01:00
lassulus
abd0efae35 build-support: add writers from krebs/writers
Reference https://github.com/krebs/nix-writers revision 40fde9e
2018-11-27 07:08:12 +01:00
Robert Schütz
c4f8216cf2
Merge pull request #50951 from mredaelli/geopystuff
pythonPackages.affine: init at 2.2.1
2018-11-26 23:11:56 +01:00
Nick Hu
583911a0b2 quantomatic: init at 0.7 2018-11-26 21:51:58 +00:00
Benno Fünfstück
284c3edbc8
nbench: init at 2.2.3 (#51081) 2018-11-26 22:16:16 +01:00
ajs124
5294194fe2 targetcli: init at 2.1.fb49 2018-11-26 11:11:43 -08:00
ajs124
699e72968c python.pkgs.configshell: init at 1.1.fb25 2018-11-26 11:11:43 -08:00
ajs124
9764c43925 python.pkgs.rtslib: init at 2.1.fb69 2018-11-26 11:11:43 -08:00
Dmitry Kalinkin
097b4b7b1b
Merge pull request #49194 from xtruder/pkgs/kubicorn/init
kubicorn: init at 4c7f3623
2018-11-26 13:35:26 -05:00
Florian Klink
2c2ab68672
Merge pull request #50962 from flokli/gitlab-updater
gitlab: 11.4.4 -> 11.5.0
2018-11-26 18:47:14 +01:00
Peter Hoeg
1ec18b032c pythonPackages.pyupdate: init at 0.2.16 (#50817) 2018-11-26 15:54:08 +01:00
Robert Schütz
a6c90e135e bittornado: remove
It is unmaintained and does not build.
2018-11-26 15:51:48 +01:00
Massimo Redaelli
46aedcafb3 pythonPackages.rasterio: init at 1.0.10 2018-11-26 14:58:37 +01:00
Massimo Redaelli
39d1108b80 pythonPackages.cartopy: init at 0.17.0 2018-11-26 14:58:37 +01:00
Massimo Redaelli
443b5e856d pythonPackages.snuggs: init at 1.4.2 2018-11-26 14:58:36 +01:00
Massimo Redaelli
440f19a36f pythonPackages.snug: init at 1.3.4 2018-11-26 14:58:32 +01:00
Daniel Wehner
b200613f4e tychus: init at version 0.6.3 2018-11-26 13:42:33 +00:00
Massimo Redaelli
7fbc7acb2b pythonPackages.gentools: init at 1.1.0 2018-11-26 13:49:43 +01:00
Massimo Redaelli
d9d8bcbb99 pythonPackages.pyepsg: init at 0.3.2 2018-11-26 13:49:35 +01:00
Massimo Redaelli
962bc254a0 pythonPackages.affine: init at 2.2.1 2018-11-26 13:47:38 +01:00
Christopher Ostrouchov
aadeacfd5d sqlite-web: init at 0.3.5 (#50955) 2018-11-26 11:37:23 +01:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next 2018-11-26 10:28:00 +01:00
ryan4729
5095c08374 pythonPackages.yattag: init at 1.10.1 (#51056)
* pythonPackages.yattag: init at 1.10.1

* pythonPackages.yattag: add license
2018-11-26 03:09:56 +01:00
Mario Rodas
b7c28485f1 pgcenter: init at 0.5.0 2018-11-25 19:19:44 -05:00
Roman Volosatovs
dd4c1d0ea0 pythonPackages.simplekml: Init at 1.3.1 (#50883)
* pythonPackages.simplekml: Init at 1.3.1

* pythonPackages.simplekml: correct description
2018-11-25 19:00:25 -05:00
Maximilian Bosch
c6913213eb
nextcloud-client: switch to libsecret and use it by default
This change makes it easier for users to setup the nextcloud client with
GNOME keyring support as discussed in the IRC[1][2].

Additionaly we now use `libsecret` instead of `libgnome-keyring` which
integrates better in a GNOME setup (libgnome-keyring defaults to the
Gnome2 library)[3].

[1] https://logs.nix.samueldr.com/nixos/2018-11-24#1745871;
[2] https://logs.nix.samueldr.com/nixos/2018-11-24#1746033;
[3] #38266
2018-11-25 21:47:32 +01:00
Renaud
c720866b7c
Merge pull request #51036 from c0bw3b/cleanup/confuse
Remove confuse (duplicate) and pommed (obsolete)
2018-11-25 19:28:23 +01:00
Samuel Dionne-Riel
c6a0bb9e59
Merge pull request #50384 from Pneumaticat/fusee-init
fusee-launcher: init at unstable-2018-07-14
2018-11-25 18:27:37 +00:00
Kevin Liu
042e81ae53
fusee-launcher: init at unstable-2018-07-14 2018-11-25 13:08:03 -05:00
c0bw3b
47c2739059 pommed: remove
- homepage / source / patch are all gone
- marked as broken since 16.03
- pommed module already relies on pommed_light
2018-11-25 18:51:52 +01:00
c0bw3b
9762e2c3bd confuse: remove and replace with libconfuse
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Ryan Mulligan
fe551d1d53
deskew: init at 1.25
* deskew: init at 1.25

* Update pkgs/applications/graphics/deskew/default.nix

Co-Authored-By: ryantm <ryan@ryantm.com>
2018-11-25 07:40:41 -08:00
Renaud
5e115d2d15
Merge pull request #50987 from c0bw3b/pkg/mailcap
mailcap: init at 2.1.48
2018-11-25 16:14:34 +01:00
Renaud
18eb9e27a3
Merge pull request #47171 from pschuprikov/vim-clang-fix
vim plugins: fix for multiple clang outputs, use clang 6.0
2018-11-25 15:38:59 +01:00
Pavel Chuprikov
70f87e66b3 vim plugins: use v6.0 of the Clang library
clighter8 plugin seems to be using python bindings for clang 6.0
  clang_complete, another plugin using clang, works ok with this version
2018-11-25 14:41:08 +01:00
Franz Pletz
c1d760f0bf
Merge pull request #50469 from mguentner/mxisd
mxisd: init at 1.2.0 plus service with test
2018-11-25 13:26:05 +00:00
leenaars
f7b2518397 pythonPackages.sievelib: init at 1.1.1 (#48817)
* pythonPackages.sievelib: init at 1.1.1 (#48817)
2018-11-25 12:14:29 +01:00
plchldr
0972bde7d2 rtl8821a: init at 5.1.5 2018-11-25 10:11:33 +01:00
Craig Younkins
a655fb9fbd ghc: Adding sphinx as build dependency to build man pages
Fixes https://github.com/NixOS/nixpkgs/issues/49627.
Closes https://github.com/NixOS/nixpkgs/pull/50920.
2018-11-25 09:43:34 +01:00
Timo Kaufmann
0c23fa9aaf
Merge pull request #50998 from timokau/sage-refactor
Sage refactor
2018-11-24 23:59:28 +01:00
Timo Kaufmann
3832ddedb9 sage: refactor 2018-11-24 23:14:33 +01:00
c0bw3b
88ce525e85 Treewide: use https for repo.or.cz 2018-11-24 19:56:51 +01:00
c0bw3b
9b85eb42bb mailcap: init at 2.1.48
Helper application and MIME type associations for file types
Provides a fresher /etc/mime.types
2018-11-24 17:52:43 +01:00
Peter Simons
56cad36f75
Merge pull request #50964 from mredaelli/rstudio
rstudio: fix qt plugins not found
2018-11-24 16:12:33 +01:00
worldofpeace
6dbf15d627
Merge pull request #50834 from plapadoo/pyca-init-2.1
pyCA: init at 2.1
2018-11-24 06:21:58 -05:00
Paul TREHIOU
04c038e219 wpscan: init at 3.4.0
* wpscan: init at 3.4.0 (#50958)

* wpscan: fix typo in description

Co-Authored-By: nyanloutre <paul@nyanlout.re>

* wpscan: missing indentation

Co-Authored-By: nyanloutre <paul@nyanlout.re>

* wpscan: wrap executable with curl
2018-11-24 11:48:32 +01:00
Jörg Thalheim
3681fa5456
direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00
Jörg Thalheim
6f2475f5bf
Merge pull request #50835 from Mic92/go-cross
Go cross compilation
2018-11-24 10:39:11 +00:00
Jörg Thalheim
79b9462468
go_1_11: fix cross compilation 2018-11-24 10:36:57 +00:00
Philipp Middendorf
5f5e3a1bf2 pyCA: init at 2.1 2018-11-24 11:30:37 +01:00
Philipp Middendorf
fbbfc7a36f pythonPackages.sdnotify: init at 0.3.2 2018-11-24 10:47:47 +01:00
Frederik Rietdijk
e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Sarah Brofeldt
25c562e451
Merge pull request #50550 from jD91mZM2/xidlehook
xidlehook: 0.6.0 -> 0.6.1
2018-11-24 10:32:55 +01:00
James Hillyerd
c5933f4bf2 imwheel: init at 1.0.0pre12 2018-11-23 15:17:56 -08:00
Michael Raskin
5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
rss2email module: init
2018-11-23 22:30:29 +00:00
Massimo Redaelli
5afe1e7c70 rstudio: fix qt plugins not found 2018-11-23 23:10:29 +01:00
Wael M. Nasreddine
d4158b1b9c
ssh-agents: init at 1.0.1 2018-11-23 12:59:33 -08:00
elseym
c598aab31f
pythonPackages.nanoleaf: init at 0.4.1 2018-11-23 15:16:55 +01:00
Franz Pletz
2fb90e57fd
home-assistant: pin to python 3.6 2018-11-23 15:14:31 +01:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Massimo Redaelli
1bf18e4c85 pymssql: init at 2.1.4 2018-11-23 13:46:40 +01:00
Florian Klink
d768e3967f gitlab-workhorse: move to pkgs/applications/version-management/gitlab 2018-11-23 13:18:43 +01:00
Florian Klink
cb79c1e60b gitaly: move to pkgs/applications/version-management/gitlab 2018-11-23 13:17:53 +01:00
Florian Klink
8e8f692e22 gitlab-shell: move to pkgs/applications/version-management/gitlab 2018-11-23 13:14:28 +01:00
Ingolf Wagner
6fcc67e189 bitwig-studio1: fix dependency to libxkbcommon_7 2018-11-23 03:32:22 -05:00
Ingolf Wagner
b499f924da libxkbcommon: split version (for bitwig) 2018-11-23 03:32:22 -05:00
Maximilian Bosch
e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Craig Younkins
4cb63dc74c perlPackages.MailSender: init at 0.903 2018-11-23 02:09:49 +00:00
Franz Pletz
eb2d56cb27
python: pytest_37: init at 3.7.4
Needed at least by pyjwt.
2018-11-22 22:27:29 +01:00
Linus Heckemann
20b3d00621
Merge pull request #49824 from Assassinkin/libmr
pythonPackages.libmr: init at 0.1.9
2018-11-22 21:50:18 +01:00
Renaud
aa9997f189
Merge pull request #50897 from romildo/upd.nordic
nordic: init at 1.2.1
2018-11-22 13:41:53 +01:00
Maximilian Bosch
76ad975840 pythonPackages.pytesseract: init at 0.2.5
Simple python wrapper for Tesseract, an OCR engine to detect and read
text from images.

See https://pypi.org/project/pytesseract/
2018-11-22 12:22:08 +01:00
Jörg Thalheim
6093167164
Merge pull request #50558 from oxij/pkgs/openssl-fix-cryptodev
openssl: fix `cryptodev` fallout
2018-11-22 11:04:53 +00:00
Jan Malakhovski
7c48015019 openssl: fix cryptodev fallout from d836b811cb 2018-11-22 09:45:34 +00:00
Michael Raskin
6fe39605df polymake: init at 3.2r4 2018-11-22 12:29:14 +03:00
Frederik Rietdijk
c31cb577ae Merge master into staging-next 2018-11-22 09:57:08 +01:00
Renaud
9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
Add Mindforger-1.48
2018-11-22 09:45:07 +01:00
Michael Raskin
c5ab75a157
Merge pull request #49863 from oxij/tree/packages-metric
metrics.nix: add a metric for the current number of packages as seen by nix-env
2018-11-22 08:25:12 +00:00
Sarah Brofeldt
848526a295
Merge pull request #50860 from kalbasit/nixpkgs_add-wtf
wtf: init at 0.4.0
2018-11-22 08:49:53 +01:00
Aleksey Uimanov
6aacd9c08e mindforger: init at 1.48.2 2018-11-22 11:47:04 +05:00
Renaud
9613310f82
Merge pull request #50747 from coreyoconnor/add-traverso
Add traverso: init at 0.49.5
2018-11-22 07:40:42 +01:00
worldofpeace
2e70b40f58
Merge pull request #49376 from dpaetzel/package-netlogo
NetLogo: init 6.0.4
2018-11-21 21:37:01 -05:00
Tim Steinbach
823cd6e8ff termonad: Add wrapper 2018-11-22 01:27:46 +00:00
Tim Steinbach
c605b98637
miniserve: init at 0.2.1 2018-11-21 20:22:32 -05:00
Corey O'Connor
97d85b839a traverso: init at 0.49.5 2018-11-21 16:16:55 -08:00
Matthieu Coudron
35f74c3608 mininet: init at 2.3.0d4 (#41261)
Mininet (https://github.com/mininet/mininet) is a popular network emulator that
glues several components such as network namespaces, traffic control
commands into a set of python bindings. It is then "easy" to describe a
topology and run experiments on it.
2018-11-21 23:33:10 +00:00
Wael M. Nasreddine
46a652e7e3
wtf: init at 0.4.0 2018-11-21 14:53:57 -08:00
José Romildo Malaquias
797d334d69 nordic: init at 1.2.1 2018-11-21 20:50:32 -02:00
Daiderd Jordan
ed9741790d
Merge pull request #50836 from daniels/patch-3
xsv: Add darwin.Security as dependency on MacOS
2018-11-21 21:13:40 +01:00
Daniel Sandbecker
fcac08f565 xsv: Pass Security framework from all-packages 2018-11-21 20:02:14 +01:00
Jörg Thalheim
97c4229c2d
Merge pull request #49657 from costrouc/costrouc/python-google-cloud-modules
pythonPackages.google-cloud-*: init all 37 modules
2018-11-21 17:02:11 +00:00
Matthew Bauer
3d6f6e3e7f libvpx-git: remove
Older than the stable version.
2018-11-21 09:39:33 -06:00
Matthew Bauer
5ad5708f83 arb-git: remove
Older than the stable version
2018-11-21 09:39:23 -06:00
Matthew Bauer
f4bf6ba67b mdbtools: 0.6pre1 -> 0.7.1
Also remove mbdtools_git. This was older than mbdtools!
2018-11-21 09:39:11 -06:00