Commit Graph

42751 Commits

Author SHA1 Message Date
Graham Christensen
695fb802f1
Merge pull request #54693 from tilpner/appimage-tools
appimageTools: init
2019-02-23 18:06:31 -05:00
eyJhb
fae3c6fb9e charles: made charles 4.x/3.x available (#56159)
Charles proxy requires a license and each license is bound to the major release version. Therefore it makes sense to make the previous version available to the users. This change provides two new packages `charles3` and `charles4` and `charles` is now an alias for `charles4`.
2019-02-23 13:33:22 -08:00
Sergey Makarov
4cae259fce
acpilight: init at 1.1
Use pname instead of manual adding version to package name
2019-02-24 00:09:11 +03:00
tilpner
58443d8a50
appimageTools: init
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
2019-02-23 21:04:21 +01:00
Chris Ostrouchov
1223c8fd9d
pythonPackages.gumath: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
d9a5de3cce
pythonPackages.xnd: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
8f0ef92ab2
pythonPackages.ndtypes: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
eb36c3f28c
libgumath: init at unstable-2018-11-27 2019-02-23 13:09:04 -05:00
Carles Pagès
a4f5bb8f58 rapidxml: init at 1.13 2019-02-23 16:10:36 +01:00
Christopher Ostrouchov
9b94554008 pythonPackages.sparse: init at 0.6.0 (#56057) 2019-02-23 14:39:39 +01:00
Daiderd Jordan
135f263b39
pkgs/top-level: expose current overlays in pkgs
This enables inspection of the currently used overlays. Useful for
usecases where nixpkgs is imported multiple times.
eg. different channels

	self: super:
	let
	  latest = import <nixpkgs-trunk> {
	    inherit (super) config overlays;
	  };
	in
	{
	  hello-custom-latest = latest.hello-custom;
	}
2019-02-23 11:09:45 +01:00
Michael Raskin
acf9a579ce
Merge pull request #56105 from oxij/tree/dont-recurse-into-attrs
all-packages.nix: introduce and use `dontRecurseIntoAttrs`
2019-02-23 09:56:31 +00:00
Jan Tojnar
051e85296a
nginx: build with openssl 1.1
This will allow us to enable TLSv1.3
2019-02-23 10:00:57 +01:00
Chris Ostrouchov
34beeb7d51 pythonPackages.dask-mpi: init at 1.0.2
Address issue with PR #55212
2019-02-23 09:06:40 +01:00
Ryan Mulligan
309c6d315b
Merge pull request #56099 from matthiasbeyer/add-dasht
dasht: init at v2.3.0
2019-02-22 21:53:13 -08:00
Ryan Mulligan
3917bb8f5a
Merge pull request #56163 from hlolli/csound-manual
csound-manual: init at 6.12.0
2019-02-22 21:13:06 -08:00
Carles Pagès
24c3cbfcd0
Merge pull request #49445 from sephalon/kodi-v18
Kodi v18 with InputStream Adaptive
2019-02-23 02:41:10 +01:00
worldofpeace
904732d6f6
Merge pull request #56172 from worldofpeace/elementary-post
fondo, notes-up: init
2019-02-22 19:17:49 -05:00
worldofpeace
276077a42f notes-up: init at 1.6.3 2019-02-22 17:52:26 -05:00
worldofpeace
6e69626680 fondo: init at 1.2.1 2019-02-22 17:52:26 -05:00
John Ericson
f6d6daa82b
Merge pull request #56219 from Ericson2314/more-stdenvNoLibs
gccStdenvNoLibs, clangStdenvNoLibs: Init; libgcc: Use gccStdenvNoLibs
2019-02-22 17:32:09 -05:00
Matthias Beyer
a66c88f66a fltrdr: init at 0.1.0 (#56048)
* fltrdr: init at 0.1.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* fixup! fltrdr: init at 0.1.0

* fixup! fltrdr: init at 0.1.0
2019-02-22 14:33:57 -06:00
John Ericson
94a0c681d6 libgcc: Always use GCC to build
With Clang it fails with `-fbuilding-libgcc` not being recognized.
2019-02-22 15:17:10 -05:00
John Ericson
16cc323d7c gccStdenvNoLibs, clangStdenvNoLibs: Init
libgcc can only be built with gcc evidentally, so we need a way for
Darwin to force gcc without bringing in the other default library
dependencies libgcc doesn't---and shouldn't---need.
2019-02-22 14:44:18 -05:00
Ryan Mulligan
8c4ce1a106
Merge pull request #55741 from asymmetric/ledger
nixos/ledger: init
2019-02-22 11:10:32 -08:00
Florian Klink
bd2b0d0886
Merge pull request #56117 from aanderse/beanstalkc
beanstalkc: 0.4.0 -> 0.5.2
2019-02-22 19:27:02 +01:00
Lorenzo Manacorda
04cb60bc86 ledger-udev-rules: init at unstable-2019-02-13 2019-02-22 19:26:47 +01:00
Jan Malakhovski
36aa5b691d metrics.nix: add nix-env.qaCountDrv metric
Before ae16dd1a15 `nix-env.qaCount` and
`nix-env.qaCountDrv` were equivalent, after that change that is no longer
the case so this needs a separate metric now.
2019-02-22 16:59:29 +00:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
zimbatm
b6c82183be
shab: init at 1.0.0 (#56164) 2019-02-22 13:33:26 +01:00
Vincent Laporte
b275d09224 ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4 2019-02-22 13:00:04 +01:00
Robert Schütz
76edd961f5
Merge pull request #56135 from plapadoo/imageio-update
python3Packages.imageio: 2.4.1 -> 2.5.0
2019-02-22 12:26:29 +01:00
Philipp Middendorf
47519a1e4e python3Packages.imageio: 2.4.1 -> 2.5.0 2019-02-22 11:40:49 +01:00
GRBurst
396965fa58 init automirror at v49 2019-02-22 09:46:31 +01:00
Vladimír Čunát
2ed8187107
Merge #56022: mesa and x11 updates (into staging) 2019-02-22 06:59:22 +01:00
Robert Helgesson
14f653b47a
undefined-medium: init at 1.0 2019-02-21 23:16:07 +01:00
hlolli
649e3357e9 csound-manual: init at 6.12.0 2019-02-21 21:11:23 +01:00
Matthias Beyer
e77902ce7b dasht: init at v2.3.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-21 20:05:20 +01:00
Orivej Desh
dd269b4628 kmplot: init at 18.12.1 2019-02-21 16:19:41 +00:00
Michael Raskin
ecfcf8bdf0
Merge pull request #53878 from msteen/nix-prefetch
nix-prefetch: init at 0.1.0
2019-02-21 09:48:49 +00:00
Michael Raskin
a059fc7420
Merge pull request #56067 from oxij/tree/fetchurl-boot
treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl`
2019-02-21 09:43:11 +00:00
Philipp Middendorf
89401b0e3e python3Packages.imageio-ffmpeg: init at 0.2.0 2019-02-21 09:45:18 +01:00
Frederik Rietdijk
5871da418f Merge staging into python-unstable 2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Aaron Andersen
9f2ffe18ff beanstalkc: 0.4.0 -> 0.5.2 2019-02-20 21:05:08 -05:00
Jan Malakhovski
8f86439f75 all-packages.nix: introduce and use dontRecurseIntoAttrs 2019-02-21 01:28:30 +00:00
Matthijs Steen
b0ec4c1fd3 nix-prefetch: init at 0.1.0 2019-02-21 01:52:51 +01:00
Artemis Tosini
3fa211dfb8
lepton: init at 1.2.1 2019-02-20 22:55:13 +00:00
Tor Hedin Brønner
bba6de611a
Merge pull request #56046 from callahad/bolt
Add and enable Bolt to support Thunderbolt 3 settings in GNOME
2019-02-20 21:43:02 +01:00
Peter Simons
30432fa06a ghc-8.4.x: don't build Sphinx documentation
The build was broken by the recent Sphinx 1.8.x update.

Fixes https://github.com/NixOS/nixpkgs/issues/55662.
2019-02-20 20:07:07 +01:00
Robert Schütz
4b8049ee4a python.pkgs.readthedocs-sphinx-ext: init at 0.5.16 2019-02-20 19:55:45 +01:00
Jan Malakhovski
a1fec8667d treewide: assemble all fetchurlBoot uses in overrides to fetchurl itself
The only outside-curl uses of `fetchurlBoot` left are `stdenv`
and `apple-source-releases`. The latter one can probably be removed
too, but I can't test it.

Pros:

- Aggregates all behind-the-scenes insanity in a single place.

Cons:

- At the cost of 10 more derivations (but 0 new outpaths).
2019-02-19 20:55:59 +00:00
Dan Callahan
c2a1d01a4b
bolt: init at 0.7 2019-02-19 20:54:37 +00:00
Dan Callahan
b121c01672
pythonPackages.python-dbusmock: init at 0.18.1 2019-02-19 20:54:36 +00:00
Pierre Bourdon
d21e4f1ab4
tpm2-tools: init at 3.1.3 2019-02-19 20:02:31 +01:00
Pierre Bourdon
0cb599293b
tpm2-tss: init at 2.2.0 2019-02-19 20:02:31 +01:00
Pierre Bourdon
67d912af0a
ibm-sw-tpm2: init at 1332 2019-02-19 20:02:31 +01:00
Matthew Bauer
e3ca9d954e
Merge pull request #56029 from matthewbauer/revert-cctools-bump
Revert cctools bump
2019-02-19 11:44:17 -05:00
Chris Ostrouchov
e6aa9ac72d pythonPackages.nbsphinx: init at 0.4.2 2019-02-19 15:22:38 +01:00
Vincent Laporte
1753b20648 ocaml: init at 4.08.0+beta1 2019-02-19 09:44:04 +01:00
Stefan Wiehler
6307e2b00f kodiPlugins.inputstream-adaptive: init at 2.3.12 2019-02-19 07:43:01 +01:00
Elis Hirwing
8ef5700958 dump1090: Move to radio 2019-02-18 22:35:16 -05:00
Tim Steinbach
d607715ab3
linux: 5.0-rc6 -> 5.0-rc7
Also remove interpreter truncation patch, no longer needed in package tree.
2019-02-18 21:11:21 -05:00
Matthew Bauer
0e78f2bd10 Revert "cctools: bump to latest commit"
This reverts commit ac682e362c.

This broke iOS building on master. Even Xcode 8.2 comes with TAPI
librarises. We need these patches to support those .tbd files.
Eventually we will move to using libtapi directly, but I have not
finished work on this right now.

Unfortunately, this will not have my changes for building cctools with
manpages. We will have to do this update at some later time.
2019-02-18 20:44:19 -05:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Lengyel Balazs
4d5295e6c9 mesa: update llvmPackagages 6 -> 7 2019-02-18 23:23:26 +01:00
Will Dietz
374115a81c pandoc: remove bit no longer needed 2019-02-18 13:15:23 -06:00
Boris Babic
712f5f9daf virtscreen: init at 0.3.1 2019-02-18 13:45:20 -05:00
Boris Babic
dd8b87d7b6 pythonPackages.quamash: init at 0.6.1 2019-02-18 13:45:17 -05:00
Raitis Veinbahs
d8a7a01fec nix-gitignore: init at v3.0.0 (#46112)
closes siers/nix-gitignore#6
2019-02-18 09:57:30 +00:00
Peter Simons
acaa5c1f1a stylish-cabal compiles again. Yay!
Thank you, @pikajude.
2019-02-18 10:39:12 +01:00
Vladimír Čunát
498e79941d
Merge #55345: luajit_*: avoid double callPackage 2019-02-18 09:57:46 +01:00
Ryan Mulligan
b75eab88bd
Merge pull request #53876 from thefloweringash/bitwarden-cli
bitwarden-cli: init at 1.7.0
2019-02-17 21:41:45 -08:00
Ryan Mulligan
1849a783ca
Merge pull request #53766 from dasJ/tt-rss-instagram
tt-rss-plugin-ff-instagram: Init at git-2019-01-10
2019-02-17 21:19:15 -08:00
Ryan Mulligan
f19ac5ccf5
Merge pull request #53641 from manveru/docker-sync
docker-sync: init at 0.5.9
2019-02-17 21:13:28 -08:00
Ryan Mulligan
fdcf9bbd89
Merge pull request #53563 from rbrewer123/feature/pyznap-init
pyznap: init at 1.1.2
2019-02-17 21:09:24 -08:00
Ryan Mulligan
3b8ee87c27
Merge pull request #53462 from astro/svd2rust
svd2rust: init at 0.14.0
2019-02-17 21:02:28 -08:00
Ryan Mulligan
d7aed7bf30
Merge pull request #54332 from nphilou/master
epson-201106w: init at 1.0.1
2019-02-17 19:50:14 -08:00
Ryan Mulligan
96e17d4db9
Merge pull request #54835 from artemist/one_gadget
one_gadget: init at 1.6.2
2019-02-17 18:14:25 -08:00
rembo10
8e151c1e86
Merge branch 'master' into headphones 2019-02-18 09:14:14 +08:00
Ryan Mulligan
cea567c783
Merge pull request #48835 from mhaselsteiner/wrf_python
add pythonPackage.wrf-python
2019-02-17 14:33:49 -08:00
Ryan Mulligan
cf73f3fe2e
Merge pull request #55970 from tadfisher/ktlint
ktlint: init at 0.30.0
2019-02-17 14:17:28 -08:00
Tad Fisher
b1eb421c1a ktlint: init at 0.30.0 2019-02-17 13:44:55 -08:00
Andrew Miloradovsky
1487317910 opencascade-occt: init at 7.3.0p2
* opencascade-occt: init at 7.3.0p2

This is just a package of the official OpenCASCADE OCCT (not OCE).
2019-02-17 12:54:54 -08:00
Jörg Thalheim
0a393f53a9
font-awesome: make font-awesome_5 the defautl
It is confusing that font-awesome_4 is the font,
one get when installing font-awesome-ttf.
I don't really see a use case to keep the old version around.
2019-02-17 20:40:14 +00:00
Jörg Thalheim
6373854017
Merge pull request #55944 from Infinisil/fix/teamspeak_client
teamspeak_client: Fix
2019-02-17 20:30:16 +00:00
Janne Heß
8a94a49886 icingaweb2Modules: Init all themes I could find 2019-02-17 20:42:42 +01:00
Ryan Mulligan
09ca6b39d8
Merge pull request #55710 from dasJ/icingaweb2-init
icingaweb2: Init at 2.6.2
2019-02-17 09:36:10 -08:00
Ryan Mulligan
a0cfb6ec6d
Merge pull request #55935 from zimbatm/mdsh-0.1.2
mdsh: init at 0.1.2
2019-02-17 07:22:15 -08:00
Ryan Mulligan
e48b3308b5
Merge pull request #55730 from plapadoo/fcppt-3.0.0
fcppt: 2.9.0 -> 3.0.0
2019-02-17 07:00:02 -08:00
Vincent Laporte
13e9efbb02 coqPackages.paramcoq: init at 1.1.1 2019-02-17 15:56:43 +01:00
Frederik Rietdijk
afa743cd47 arelle: fix build 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
6f0555b030 python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
2019-02-17 14:40:55 +01:00
Robert Schütz
742fa0d741 python.pkgs.python-services: init at 1.3.1 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
ec552248f9 python.pkgs.pythonix: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
1c9977c673 python.pkgs.wurlitzer: init at 1.0.2 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
4256099a33 matplotlib: fix pkgconfig situation
We need pkgs.pkgconfig, and not pythonPackages.pkgconfig.
2019-02-17 14:40:51 +01:00
Frederik Rietdijk
0c3197ec08 Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"
This reverts commit c78f98db56.
2019-02-17 14:40:51 +01:00
Frederik Rietdijk
54941b106e python.pkgs.soupsieve: init at 1.7.3 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
b3febfb850 python.pkgs.pytest_3: keep older version
because not all test suites are compatible with 4 yet.
2019-02-17 14:40:48 +01:00
Frederik Rietdijk
ee38a0d183 python: pytest: 3.9.3 -> 4.2.1 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
3e4e9abae4 python: more-itertools: 4.3.0 -> 5.0.0 / 6.0.0
Upgrade to 5.0.0 for 2.7 and 6.0.0 for other versions.
2019-02-17 14:40:28 +01:00
Silvan Mosberger
989489507b
teamspeak_client: Fix
Would error with the following when run:

    /run/current-system/sw/bin/ts3client: relocation error: /run/current-system/sw/bin/ts3client: symbol calloc version Qt_5 not defined in file libQt5WebEngineCore.so.5 with link time reference

Caused by the qt5 update from 5.11 to 5.12 in 8e811ec295
2019-02-17 14:04:46 +01:00
zimbatm
4fad0de82a
mdsh: init at 0.1.2 2019-02-17 11:18:04 +01:00
Frederik Rietdijk
4b2336ea28 python.pkgs.caffe: fix build, closes #8749 2019-02-17 10:13:22 +01:00
Vladimír Čunát
94b518f855
Merge #54576: adoptopenjdk-bin: 11.0.1 -> 11.0.2
Includes security fixes.
2019-02-17 09:45:21 +01:00
Ryan Mulligan
9cb5760d26
Merge pull request #55839 from aanderse/beanstalkc
beanstalkc: init at 0.4.0
2019-02-16 22:05:24 -08:00
Jan Tojnar
dcb68e3e1a
Merge pull request #54434 from pacien/gscan2pdf-1
gscan2pdf: init at 2.3.0
2019-02-16 21:32:59 +01:00
Jan Tojnar
dee617cb97
tuxtyping: init at 1.8.3 (#55490)
tuxtyping: init at 1.8.3
2019-02-16 18:59:42 +01:00
Vladimír Čunát
10f37a312d
nxproxy: drop the warning introduced by #55723
The tarball job fails when warnings are detected (and blocks channel).
And that's good, because `nix-env -qa` also gets these warnings.

I'm afraid we still don't have a good way to deprecate attributes,
exactly because the inability to distinguish these "listing actions"
from explicit usage (direct or transitive).
2019-02-16 16:50:18 +01:00
Aaron Andersen
773bd62dc9 tuxtype: switch the src location, update .nix file to reflect changes 2019-02-16 07:50:29 -05:00
Jaka Hudoklin
ca472cdff5
k6: init at 0.23.1 (#55824)
* k6: init at 0.23.1

* k6: fix license

Co-Authored-By: offlinehacker <offlinehacker@users.noreply.github.com>
2019-02-16 13:20:34 +01:00
Jaka Hudoklin
405f194c11
Merge pull request #55862 from dywedir/exiftool
exiftool: 11.01 -> 11.11
2019-02-16 13:10:25 +01:00
Maximilian Bosch
3784198856
Merge pull request #55723 from jD91mZM2/x11docker
x11docker: init at 5.4.1
2019-02-16 10:27:42 +01:00
Frederik Rietdijk
fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779 Merge master into staging-next 2019-02-16 09:29:54 +01:00
Maximilian Bosch
346df14000
nx-libs: minor fixes
* Add an alias with a deprecation warning for `nxproxy` to avoid an
  immediate breaking change.

* Use the default shell used in the build environment (`stdenv.shell`)
  for patching. This shell is in the environment and thus used to patch
  scripts using `patchShebangs`. The shell is referenced as `stdenv.shell`
  in Makefiles to patch the remaining occurrences of `/bin/bash` in the
  build environment.
2019-02-16 05:03:10 +01:00
Samuel Dionne-Riel
3ec24a0abf
Merge pull request #55861 from lopsided98/linux-hardkernel-interpreter-trunc
linux_hardkernel_4_14: don't apply interpreter-trunc patch
2019-02-15 19:30:04 -05:00
dywedir
995b961525
exiftool: 11.01 -> 11.11 2019-02-16 02:04:39 +02:00
Ben Wolsieffer
60b5347fb5 linux_hardkernel_4_14: don't apply interpreter-trunc patch
The only 4.14.y versions that need the patch are 4.14.99 and 4.14.100.
2019-02-15 19:01:51 -05:00
Samuel Dionne-Riel
f8eef26991
Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse
all-packages.nix: move defaults to package files continues
2019-02-15 17:49:01 -05:00
Maximilian Bosch
2e359d93ef
Merge pull request #55587 from avdv/pkg/yubikey-manager-qt
New package for `yubikey-manager-qt`
2019-02-15 23:37:17 +01:00
Vladyslav M
a7d6c38aee
Merge pull request #55748 from hhm0/bbe
bbe: init at 0.2.2
2019-02-15 22:49:53 +02:00
Aaron Andersen
6916289d33 beanstalkc: init at 0.4.0 2019-02-15 11:30:27 -05:00
jD91mZM2
5a00711ef8
x11docker: init at 5.4.1 2019-02-15 17:16:42 +01:00
Jaka Hudoklin
c70de6b0c4
Merge pull request #55772 from xtruder/pkgs/rippled/1.2.0
rippled: 0.30.0-rc1 -> 1.2.0
2019-02-15 16:52:24 +01:00
Tim Steinbach
93e9b53b96
linux: 4.20.8 -> 4.20.10 2019-02-15 10:01:36 -05:00
Tim Steinbach
8c14948343
linux: 4.19.21 -> 4.19.23 2019-02-15 10:01:36 -05:00
Tim Steinbach
7954ec0ffd
linux: 4.14.99 -> 4.14.101 2019-02-15 10:01:36 -05:00
Tim Steinbach
50f518c93f
linux: 4.9.156 -> 4.9.158 2019-02-15 10:01:36 -05:00
volth
293ca25fea mkp224o: init at 1.2.0 (#55104)
* mkp224o: init at 1.2.0

* mkp224o: remove unwanted spaces
2019-02-15 11:52:46 +01:00
Jaka Hudoklin
6dde3a215a
rippled: 0.30.0-rc1 -> 1.2.0 2019-02-15 09:44:55 +01:00
Vladimír Čunát
14cbd06e06
linux 4.9: also apply interpreter-trunc
4.4.174 doesn't need this (possibly after a future bump).
I think this covers all the affected kernels ATM.  Builds tested.
2019-02-15 09:27:38 +01:00
Bart Brouns
4a82f6ac58 broot: init at 0.6.0 2019-02-14 23:20:19 -05:00
Aaron Andersen
d01f931b9b tuxtyping: init at 1.8.3 2019-02-14 21:29:03 -05:00
Edmund Wu
f0b8a113dd linux: allow for interpreter to be truncated
via https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78
see https://github.com/NixOS/nixpkgs/issues/53672
2019-02-14 21:01:00 -05:00
Robert Schütz
170dc5dee2
Merge pull request #55658 from netixx/hass-lifx-fix
home-assistant: add lifx component dependencies
2019-02-14 23:12:26 +01:00
Daiderd Jordan
9edf7609ec
Merge pull request #55668 from bwolf/qemu-darwin-hvf
qemu: Add support for the Hypervisor framework on Darwin
2019-02-14 22:19:40 +01:00
Robert Schütz
f0edf20be3
Merge pull request #54890 from FlorianFranzen/scikit-build
pythonPackages.scikit-build: init at 0.8.1
2019-02-14 22:10:13 +01:00
Netix (Espinet François)
9b02f5ec4e
pythonPackages.aiolifx-effects: init at 0.2.1
Aiolifx_effects package extends the pythonPackages.aiolifx package to
provide the ability to program effects (strobe, fade) into lifx light
fixtures (https://www.lifx.com) using python. The original need was to
use it with the home-assistant package, specifically the "lifx"
component. Although not strictly required to control the lights, the
lifx compopent imports this package and will fail if it's not present.
2019-02-14 22:00:35 +01:00
Netix (Espinet François)
22069991d0
pythonPackages.aiolifx: init at 0.6.7
Aiolifx package provides ability to control lifx (https://www.lifx.com)
light fixtures using python. The original need was to use it with
the home-assistant package, specifically the "lifx" component.
2019-02-14 22:00:25 +01:00
Florian Franzen
c62202c2d8 pythonPackages.scikit-build: init at 0.8.1 2019-02-14 20:45:46 +01:00
Frederik Rietdijk
a25d48cd4f Merge master into staging 2019-02-14 11:35:50 +01:00
Orivej Desh
d55f53d019 slirp4netns: fix call 2019-02-14 09:18:33 +00:00
Till Höppner
9f93ed5450 slirp4netns: init at 0.3.0-alpha.2 (#55446) 2019-02-14 06:23:26 +00:00
Elis Hirwing
23fa0f817a
Merge pull request #55529 from etu/move-ebook2cw
ebook2cw: Move from misc to radio and do some cleanups
2019-02-14 07:21:48 +01:00
Elis Hirwing
6a56ab5bc8
Merge pull request #55509 from etu/update-tqsl
tqsl: 2.3.1 -> 2.4.3
2019-02-14 07:21:27 +01:00
Elis Hirwing
ee2b338ec1
Merge pull request #55647 from etu/phpstan-upgrade
phpPackages.phpstan: 0.11.1 -> 0.11.2
2019-02-14 07:21:05 +01:00
hhm
300094d2aa bbe: init at 0.2.2 2019-02-13 23:53:59 -05:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Malakhovski
e295651108 virtualbox: move defaults to package file 2019-02-13 23:12:38 +00:00
Jan Malakhovski
ce14636ae0 mimic: move defaults to package file
and fix some eol spaces.
2019-02-13 23:12:35 +00:00
Jan Malakhovski
15a1e879a9 deadbeef: move defaults to package file 2019-02-13 23:12:05 +00:00
Jan Malakhovski
1eea8a5f4a cmus: move defaults to package file 2019-02-13 23:12:03 +00:00
Jan Malakhovski
f91e811e44 chromium: move defaults to package file
This one is a bit untrivial.
2019-02-13 23:11:29 +00:00
Jan Malakhovski
fe75379459 bomi: move defaults to package file 2019-02-13 23:11:20 +00:00
Jan Malakhovski
d364e682b0 pcaudiolib: move defaults to package file 2019-02-13 23:11:10 +00:00
Jan Malakhovski
578408aa16 brltty: move defaults to package file, use ALSA on Linux 2019-02-13 23:10:56 +00:00
Jan Malakhovski
9361acfff1 aegisub: move defaults to package file 2019-02-13 23:10:40 +00:00
Jan Malakhovski
20193f85e9 mplayer: move defaults to package file 2019-02-13 23:10:38 +00:00
Daiderd Jordan
aee2dc8899
Merge pull request #55671 from LnL7/darwin-aws-sdk-cpp
aws-sdk-cpp: fix darwin sandbox build and cleanup
2019-02-13 22:23:27 +01:00
Daiderd Jordan
1583db7874
Merge pull request #55659 from LnL7/perl-iotty
perlPackages.IOTty: fix darwin sandbox build
2019-02-13 22:22:45 +01:00
Philipp Middendorf
b2cd0893f3 fcppt: 2.9.0 -> 3.0.0 2019-02-13 21:39:34 +01:00
Michael Raskin
7874fe52f5
Merge pull request #55137 from oxij/pkgs/openhmd-init
openhmd: init at 0.3.0-rc1-20181218
2019-02-13 20:07:03 +00:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Janne Heß
b9f3570c1c icingaweb2: Init at 2.6.2 2019-02-13 16:04:50 +01:00
Michael Raskin
96479afd7f
Merge pull request #55680 from teto/lua_whitelist
Lua: autogenerate some more packages
2019-02-13 13:44:35 +00:00
Frederik Rietdijk
7257dedd7c Merge master into staging-next 2019-02-13 12:33:29 +01:00
Frederik Rietdijk
b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Stefan Junker
8f1ab5f539 rdedup: 3.0.1 -> 3.1.1 (#55530) 2019-02-13 12:06:20 +02:00
Matthieu Coudron
0cb3ee3bde luaPackages.lua-iconv: move to generated 2019-02-13 14:13:39 +09:00
Matthieu Coudron
c84a431624 luaPackages.lpty: 1.2.1 -> 1.2.2 generated 2019-02-13 14:13:01 +09:00
Matthieu Coudron
ce63fd4381 luaPackages.luabitop: generated 2019-02-13 14:12:44 +09:00
Matthieu Coudron
c789b88cdd luaPackages.luacheck: 0.20 -> 0.23 generated 2019-02-13 14:11:14 +09:00
Matthieu Coudron
421110ae36 luaPackages.luaevent: 0.4.4 -> 0.4.6 generated 2019-02-13 14:10:35 +09:00
Daiderd Jordan
a4a7fd8d68
aws-sdk-cpp: fix darwin sandbox build
The tests use localhost networking, which is disallowed by
default in the darwin sandbox.
2019-02-12 23:38:13 +01:00
Robert Schütz
6c53ffa502 Revert "buku-4.1: pinned python to python36 due to #52766"
This reverts commit 5ddd094ce0.
2019-02-12 23:12:57 +01:00
Marcus Geiger
355d9a6378 qemu: Add support for the Hypervisor framework on Darwin
This provides macOS native hardware acceleration to Qemu.
2019-02-12 22:58:50 +01:00
Maximilian Bosch
eac2aaf85f
Merge pull request #55564 from wizeman/u/new-todoist
todoist: init at 0.13.1
2019-02-12 22:33:43 +01:00
Michael Raskin
2a2cf5bf29
Merge pull request #55305 from teto/lua_whitelist
Lua: moving some package to the luarocks whitelist
2019-02-12 21:19:11 +00:00
Daiderd Jordan
11c1fc4085
perlPackages.IOTty: fix darwin sandbox build
2 of the tests fail when sandboxing is enabled, we might want to allow
this case in the profile if there are more cases but for now just
disable the tests on darwin.

    warning: TIOCSCTTY failed, slave might not be set as controlling terminal: Operation not permitted at /private/tmp/nix-build-perl5.28.1-IO-Tty-1.12.drv-0/IO-Tty-1.12/blib/lib/IO/Pty.pm line 121.
    Error: could not connect pty as controlling terminal!
    no controlling terminal at t/test.t line 68.
    sysread() failed:  at t/test.t line 91.
    # Looks like your test exited with 255 just after 2.
2019-02-12 19:25:05 +01:00
Elis Hirwing
3cf8394daf
phpPackages.phpstan: 0.11.1 -> 0.11.2
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.2
2019-02-12 17:49:05 +01:00
Samuel Dionne-Riel
8568f68e61
Merge pull request #55141 from hhm0/rtl8821ce
rtl8821ce: init at 5.2.5_1.26055.20180108
2019-02-11 21:50:07 -05:00
Matthieu Coudron
71b2e1f554 luaPackages.lgi: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron
c01fe375ca luaPackages.cqueues: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron
84d4faf8d5 luaPackages.basexx: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron
582fa48e6f luaPackages.fifo: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron
f0269de17f luaPackages.lpeg_patterns: move to generated 2019-02-12 11:47:53 +09:00
Florian Klink
c569643f4a
Merge pull request #55119 from andir/firefox-wayland
Firefox add support for native wayland backend
2019-02-12 00:45:42 +01:00
Claudio Bley
4128782464 yubikey-manager-qt: init at 1.1.0 2019-02-11 23:21:53 +01:00
Florian Klink
b5f3b7db52
Merge pull request #55534 from samueldr/mailman-rss/init
mailman-rss: init at 0.2.4
2019-02-11 22:09:35 +01:00
Samuel Dionne-Riel
255d4af162 mailman-rss: init at 0.2.4 2019-02-11 10:07:34 -05:00
Ricardo M. Correia
5e06e38a43 todoist: init at 0.13.1 2019-02-11 15:09:13 +01:00
Jos van Bakel
3133d59a7f pythonPackages.moderngl: init at 5.5.0 (#54737) 2019-02-11 09:31:43 +01:00
Elis Hirwing
3e50fba209
Merge pull request #53662 from gnidorah/opl3bankeditor
opl3bankeditor, opn2bankeditor: init
2019-02-11 07:57:31 +01:00
José Romildo Malaquias
692b978df4 zuki-themes: 3.28-3 -> 3.30-1 2019-02-10 23:05:24 -02:00
Michele Guerini Rocco
2926b6e11f nix-script: init at 2015-09-22 (#55495) 2019-02-10 23:08:58 +01:00
worldofpeace
01cf4c2fc6
Merge pull request #55522 from romildo/upd.greybird
greybird: 3.22.9 -> 3.22.10
2019-02-10 21:29:44 +00:00
gnidorah
1cb728d4af opl3bankeditor, opn2bankeditor: init 2019-02-10 22:57:16 +03:00
Elis Hirwing
daee1d7a58
ebook2cw: Move from misc to radio and do some cleanups 2019-02-10 17:27:51 +01:00
markuskowa
ef5085751a
Merge pull request #55511 from etu/init-tlf
tlf: Init at 1.3.2
2019-02-10 17:26:03 +01:00
Elis Hirwing
319c412b55
tlf: Init at 1.3.2 2019-02-10 16:52:51 +01:00
José Romildo Malaquias
b84ca8131a greybird: 3.22.9 -> 3.22.10 2019-02-10 13:38:12 -02:00
Patrick Winter
c03098d087 maintainer-list: add winpat 2019-02-10 16:19:38 +01:00
Patrick Winter
9cf5079ec3 dirvish: init at 1.2.1 2019-02-10 16:19:33 +01:00
Florian Franzen
f470720aa8 Merge branch 'staging-next' into staging 2019-02-10 14:37:31 +01:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Elis Hirwing
b8d7c0cab5
Merge pull request #53659 from gnidorah/adlplug
adlplug, opnplug: init at 1.0.0-beta.5
2019-02-10 13:31:34 +01:00
Robert Helgesson
6776647127
Merge pull request #55229 from volth/perl-geoip2 2019-02-10 12:47:45 +01:00
Vladimír Čunát
7455889641
python*Packages: yet another round of pkgs.pkgconfig 2019-02-10 11:43:00 +01:00
Jörg Thalheim
0c1ded6bce
Merge pull request #54888 from FlorianFranzen/pybind11_pip
pythonPackages.pybind11: init at 2.2.4
2019-02-10 10:41:25 +00:00
Florian Franzen
57a9594bf1 pythonPackages.pybind11: init at 2.2.4 2019-02-10 11:24:03 +01:00
Elis Hirwing
d3390e5082
tqsl: 2.3.1 -> 2.4.3
Changelog:
https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-4-3-release.pdf
2019-02-10 11:01:03 +01:00
Elis Hirwing
1540ab34be
tqsl: Move from misc to radio 2019-02-10 10:55:33 +01:00
Maximilian Bosch
c6ef43d7dc
Merge pull request #55507 from etu/init-aldo
aldo: init at 0.7.7
2019-02-10 10:12:59 +01:00
Jörg Thalheim
d59f9c0e5f
Merge pull request #55432 from Mic92/ttrss
ttrss: database.passwordFile, ldap plugin, configureable socket
2019-02-10 09:01:45 +00:00
Elis Hirwing
4e931c92ec
aldo: init at 0.7.7
Aldo is a morse code traning program: http://aldo.nongnu.org/
2019-02-10 09:52:16 +01:00
Jörg Thalheim
06b1f8fbe6
Merge pull request #55484 from refnil/54943-remove-django-2.0
Remove django 2.0
2019-02-10 01:58:35 +00:00
Orivej Desh
59cd3ee895 nccl: 2.1.4 -> 2.4.2-1 (#55292) 2019-02-10 01:20:04 +00:00
Elis Hirwing
4619f2ab12
uhd: Move from misc to radio 2019-02-09 21:40:16 +01:00
Elis Hirwing
7bbe7e34a7
kalibrate-rtl: Move from misc to radio 2019-02-09 21:40:12 +01:00
Elis Hirwing
8a17826eed
kalibrate-hackrf: Move from misc to radio 2019-02-09 21:40:08 +01:00
Elis Hirwing
412aaf5aa8
rtl_433: Move from misc to radio 2019-02-09 21:40:04 +01:00
Elis Hirwing
d2c7a42d6c
rtl-sdr: Move from misc to radio 2019-02-09 21:40:00 +01:00
Elis Hirwing
620d16f1fb
inspectrum: Move from misc to radio 2019-02-09 21:39:56 +01:00
Elis Hirwing
25d313211d
hackrf: Move from misc to radio 2019-02-09 21:39:52 +01:00
Elis Hirwing
2c19435f4a
airspy: Move from misc to radio 2019-02-09 21:39:47 +01:00
Elis Hirwing
6d68eea441
urh: Move from misc radio 2019-02-09 21:39:43 +01:00
Elis Hirwing
70662a43c9
gnss-sdr: Move from misc to radio 2019-02-09 21:39:39 +01:00
Elis Hirwing
0dca6cc8e5
minimodem: Move from audio to radio 2019-02-09 21:39:35 +01:00
Elis Hirwing
bdf60f534b
soapyuhd: Move from misc to radio 2019-02-09 21:39:31 +01:00
Elis Hirwing
735a9ae56e
soapysdr: Move from misc to radio 2019-02-09 21:39:27 +01:00
Elis Hirwing
3bfd4c43bc
soapyrtlsdr: Move from misc to radio 2019-02-09 21:39:23 +01:00
Elis Hirwing
f986ff04d5
soapyremote: Move from misc to radio 2019-02-09 21:39:18 +01:00
Elis Hirwing
711275b57b
soapyhackrf: Move from misc to radio 2019-02-09 21:39:14 +01:00
Elis Hirwing
b384e3d474
soapybladerf: Move from misc to radio 2019-02-09 21:39:11 +01:00
Elis Hirwing
c7b28eff51
soapyairspy: Move from misc to radio 2019-02-09 21:39:06 +01:00
Elis Hirwing
4734ec3058
welle-io: Move from misc to radio 2019-02-09 21:39:02 +01:00
Elis Hirwing
b4eed4bb30
limesuite: Move from misc to radio 2019-02-09 21:38:56 +01:00
Elis Hirwing
e96d0c7e04
multimon-ng: Move from misc to radio 2019-02-09 21:38:51 +01:00
Elis Hirwing
96339a1a9c
gqrx: Move from misc to radio 2019-02-09 21:38:47 +01:00
Elis Hirwing
bb001f066d
qradiolink: Move from misc to radio 2019-02-09 21:38:43 +01:00
Elis Hirwing
d2229ea7de
xlog: Move from misc to radio 2019-02-09 21:38:40 +01:00
Elis Hirwing
261472e895
wsjtx: Move from misc to radio 2019-02-09 21:38:35 +01:00
Elis Hirwing
abd8c2f168
unixcw: Move from misc to radio 2019-02-09 21:38:29 +01:00
Elis Hirwing
9474f3bd27
qsstv: Move from misc to radio 2019-02-09 21:38:26 +01:00
Elis Hirwing
a2722270db
chirp: Move from misc to radio 2019-02-09 21:38:21 +01:00
Elis Hirwing
0dbf08ab64
flwrap: Move from misc to radio 2019-02-09 21:38:18 +01:00
Elis Hirwing
5ee412944c
flmsg: Move from misc to radio 2019-02-09 21:38:11 +01:00
Elis Hirwing
26990b92e5
fllog: Move from misc to radio 2019-02-09 21:38:07 +01:00
Elis Hirwing
5dd978032d
fldigi: Move from audio to radio 2019-02-09 21:37:59 +01:00
Elis Hirwing
5dba54d286
flrig: Move from misc to radio 2019-02-09 21:37:49 +01:00
Elis Hirwing
7524e06e28
gnuradio: Move from misc to radio 2019-02-09 21:37:45 +01:00
Elis Hirwing
65d19fb3e5
dmrconfig: Move from misc to radio 2019-02-09 21:37:40 +01:00
Patrick Winter
76b3cd665f perlPackages.TimePeriod: init at 1.25 2019-02-09 19:30:09 +01:00
Matthew Bauer
5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
Martin Lavoie
8cf4803d5e Django: 2.0 -> removed
Django 2.0 will reach EOL soon after the release of Nixos 19.03
Close issue #54943
2019-02-09 11:54:50 -05:00
Vincent Laporte
e9f4c6496d
Merge pull request #55127 from vbgl/ocaml-ocsigenserver-2.11
ocamlPackages.ocsigen_server: 2.9 -> 2.11 (and related updates)
2019-02-09 15:18:11 +01:00
Vincent Laporte
5d3e350536 coqPackages.mathcomp-analysis: init at 0.1.0 2019-02-09 12:33:02 +01:00
Vincent Laporte
bafa15f145 coqPackages.mathcomp-finmap: init at 1.1.0 2019-02-09 12:33:02 +01:00
Vincent Laporte
590e07779c coqPackages.mathcomp-bigenough: init at 1.0.0 2019-02-09 12:33:02 +01:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
Vladimír Čunát
6ae1cc2e62
python*Packages.pyqt4: fix dbus support
- it's the pkgconfig confusion again: eb3f0aef43 #54306
- unfortunately the build succeeded silently with
  > DBus v1 does not seem to be installed.
- pyqt5 uses correct pkgconfig due to using different callPackage
2019-02-09 10:03:49 +01:00
markuskowa
2d9c747dc0 Revert "megasync: init at 3.7.1.0 (#53126)"
This reverts commit 7a1d22c600.
2019-02-09 02:17:25 +01:00
Matthew Bauer
54dcb0b137
Merge pull request #52622 from marsam/init-dive
dive: init at 0.5.0
2019-02-08 17:51:51 -05:00
Matthew Bauer
5dcf4d939b
Merge pull request #52653 from liclac/add/cardpeek
cardpeek: init at 0.8.4
2019-02-08 17:50:23 -05:00
Matthew Bauer
94d8b1f2b6
Merge pull request #53151 from symphorien/rls1.31
rls: init at 1.31.7
2019-02-08 17:47:06 -05:00
ElXreno
7a1d22c600 megasync: init at 3.7.1.0 (#53126)
* megasync: init at 3.7.1.0

* Removed inkscape from dependencies
2019-02-08 17:46:43 -05:00
Matthew Bauer
e9c92029a9
Merge pull request #53135 from ivan/init-qolibri
qolibri: init at 2018-11-14
2019-02-08 17:46:27 -05:00
Matthew Bauer
213220be4b
Merge pull request #53868 from jethrokuan/fix/emacsql-sqlite
emacsPackages.emacsql-sqlite: build sqlite binary
2019-02-08 17:42:54 -05:00
tbenst
1cb81a69a0 cmtk: init at 3.3.1 (#54016)
* cmtk: init at 3.3.1
2019-02-08 17:41:14 -05:00
Alec Snyder
b4178f233c Add Git-Town Package (#54732)
* git-town: init at 7.2.0
add git-town package derivation
2019-02-08 17:36:50 -05:00
Sarah Brofeldt
3b1e68b79e
Merge pull request #55454 from veprbl/pr/hepmc3_init
hepmc3: init at 3.1.0
2019-02-08 19:26:58 +01:00
Dmitry Kalinkin
230f88a436
hepmc3: init at 3.1.0 2019-02-08 12:26:33 -05:00
Elis Hirwing
ffc604e557
Merge pull request #55406 from periklis/lguf-brightness
lguf-brightness: Init at 2018-02-07
2019-02-08 16:32:44 +01:00
Periklis Tsirakidis
e7388fedc4 lguf-brightness: Init at unstable-2018-02-07 2019-02-08 15:54:11 +01:00
Maximilian Bosch
2820e1df5c roundcubePlugins: init
This meta-package is supposed to contain third-party roundcube plugins
such as `persistent_login` that will be linked into the roundcube
derivation.
2019-02-08 13:35:09 +00:00
Sarah Brofeldt
6f10a0de83
Merge pull request #55368 from jhillyerd/chezmoi
chezmoi: init at 1.3.0
2019-02-08 12:51:16 +01:00
Jörg Thalheim
99de000898
Merge pull request #54973 from trustedkey/yubico-client
pythonPackages.yubico-client: init at 1.10.0
2019-02-08 07:16:25 +00:00
Jörg Thalheim
a8244c680a
tt-rss-plugin-auth-ldap: init at 2.0.0 2019-02-08 07:08:11 +00:00
Peter Romfeld
1ad85dd41d
pythonPackages.yubico-client: init at 1.10.0 2019-02-08 11:59:22 +08:00
James Hillyerd
a87be72553 chezmoi: init at 1.3.0 2019-02-07 19:46:39 -08:00
Christopher Ostrouchov
e16e9c978d python3Packages.sly: init at 0.3 (#55093)
tests will be included with the next release
https://github.com/dabeaz/sly/pull/25
2019-02-07 23:57:22 +01:00
Maximilian Bosch
f19c75fc65
Merge pull request #55203 from Shou/init-openapi-generator
openapi-generator-cli: init at 3.3.4
2019-02-07 21:29:01 +01:00
Benedict Aas
07b0483d89
openapi-generator-cli: init at 3.3.4 2019-02-07 20:58:23 +01:00
Jaka Hudoklin
1bc95dcfd7
Merge pull request #53850 from xtruder/pkgs/xsuspender/init
xsuspender: init at 1.1
2019-02-07 18:01:22 +01:00
Léo Gaspard
a59a9a7e60
Merge branch 'pr-55320'
* pr-55320:
  nixos/release-notes: mention breaking changes with matrix-synapse update
  nixos/matrix-synapse: reload service with SIGHUP
  nixos/tests/matrix-synapse: generate ca and certificates
  nixos/matrix-synapse: use python to launch synapse
  pythonPackages.pymacaroons-pynacl: remove unmaintained fork
  matrix-synapse: 0.34.1.1 -> 0.99.0
  pythonPackages.pymacaroons: init at 0.13.0
2019-02-07 17:12:04 +01:00
Will Dietz
dcfce974d9
Merge pull request #55077 from m-labs/for-upstream
rink: init at 0.4.4
2019-02-07 09:47:46 -06:00
PsyanticY
297c9314ef pythonPackages.cfn-flip: init at 1.1.0 (#52944) 2019-02-07 16:08:48 +01:00
Leroy Hopson
714b785909 pythonPackages.shodan: init at 1.10.4 (#54871) 2019-02-07 13:14:36 +01:00
Sarah Brofeldt
aaa2cb42b1
Merge pull request #55132 from delroth/glowing-bear
glowing-bear: init at 0.7.1
2019-02-07 12:36:05 +01:00
Peter Hoeg
974024c89e
Merge pull request #50257 from peterhoeg/p/sonota
sonota: init at 2018-10-07
2019-02-07 17:24:23 +08:00
lewo
bcd199c8af
Merge pull request #52864 from andrew-d/andrew/gping
gping: init at 1.1
2019-02-07 09:59:12 +01:00
Peter Hoeg
2167b4e1bf sonota: init at 2018-10-07 2019-02-07 10:18:49 +08:00
Graham Christensen
17036309a3
python3Packages.guestfs: init at 1.40.1 2019-02-06 20:53:59 -05:00
Jörg Thalheim
c871a5cdf7
Merge pull request #54426 from ivan/init-signal-cli
signal-cli: init at 0.6.2
2019-02-07 00:20:38 +00:00
volth
03f9767106 perlPackages.{MaxMindDBReaderXS,MaxMindDBWriter}: fix build 2019-02-07 00:15:46 +00:00
Robert W. Brewer
25ebdc186e pyznap: init at 1.1.2 2019-02-06 18:29:59 -05:00
pacien
b73c416470 gscan2pdf: init at 2.3.0
based on github issue #34744
closes #34744
2019-02-06 22:57:48 +01:00
klntsky
45fa569222 nicotine-plus: init at 1.4.1 (#53717) 2019-02-06 16:52:01 -05:00