Commit Graph

26090 Commits

Author SHA1 Message Date
Will Dietz
82e7322128 clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5 2019-02-28 17:03:48 -06:00
GRBurst
071ee21f97 - Update protonmail-bridge 1.1.0-1 -> 1.1.1-1 (#56149)
- fix segmentation fault by explicitly calling qt 5.11
2019-02-28 22:34:15 +01:00
Silvan Mosberger
7387854714
Merge pull request #55367 from hhm0/toybox
toybox: init at 0.8.0
2019-02-28 19:22:29 +01:00
Pascal Bach
8b3ffebcdc tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
PlexPy was renamed to Tautulli.

This renames the module as well as the application accordingly.
Aliases are kept for backwards compatibility.

# Conflicts:
#	nixos/modules/services/misc/tautulli.nix
2019-02-28 19:07:00 +01:00
hhm
88e69dbc52 toybox: init at 0.8.0
B"H toybox package, supporting static building via enableStatic, and custom configurations via extraConfig and enableMinimal parameters
parseconfig shell function, and misc other parts, are based on busybox package derivation
2019-02-27 20:49:39 -05:00
worldofpeace
83c92d8215
Merge pull request #56467 from minijackson/kodi_vfs_addons
kodiPlugins: init vfs.{sftp, libarchive}
2019-02-27 19:16:26 -05:00
Minijackson
7ca5c6b3c3 kodiPlugins.vfs-libarchive: init at 1.0.5 2019-02-27 23:34:42 +01:00
Minijackson
b4dbc56dbf kodiPlugins.vfs-sftp: init at 1.0.1 2019-02-27 20:29:11 +01:00
Matthew Bauer
ee35de1861 llvm7: build with gcc6 on 32-bit linux
Need to use buildPackages.stdenv.cc.isGNU to avoid infinite recursion.
We probably need a better way to handle this.

Fixes #56457
2019-02-27 10:21:37 -05:00
Silvan Mosberger
fd901586cb
Merge pull request #51733 from averelld/nvidia-docker
nvidia-docker module/package
2019-02-27 16:03:23 +01:00
Franz Pletz
d4e5cb81cf
Merge pull request #56444 from Infinisil/add/hueadm
hueadm: init at 1.2.0
2019-02-27 14:24:20 +00:00
Michael Raskin
d389e5206c
Merge pull request #56317 from yrashk/ogre-1.11.5
ogre: 1.10.11 -> 1.11.5
2019-02-27 13:24:13 +00:00
Averell Dalton
d6c2fe76ed nvidia-docker: init at 2.0.3
nvidia_x11 and persistenced were modified to provide binaries which can be
mounted inside a docker-container to be executed there.

most ldconfig-based discovery of bundled nvidia libraries is patched out

ldconfig itself is patched to be able to deal with patchelf'ed libraries
See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
2019-02-27 09:56:03 +01:00
Sarah Brofeldt
dc2cd7560c
Merge pull request #56425 from catern/xmobar
xmobar: add to all-packages so it shows up in search
2019-02-27 07:05:39 +01:00
worldofpeace
5fe4729bff
Merge pull request #55615 from hhm0/cdimgtools
cdimgtools,perlPackages.DataHexdumper: init at 0.3, init at 3.001
2019-02-26 22:32:22 -05:00
hhm
fdca55e6fe cdimgtools: init at 0.3 2019-02-26 22:17:21 -05:00
Graham Christensen
47c3469de3
libguestfs: build without the appliance 2019-02-26 22:11:08 -05:00
Matthew Bauer
b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
Silvan Mosberger
dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01:00
Judson
91baf80786
cadre: init at 1.0.4 2019-02-26 13:38:51 -08:00
Spencer Baugh
ffdd02344d xmonad-with-packages: add xmonad-contrib to packages by default
This is more newbie-friendly; a user without much Nix knowledge would
"nix search" for xmonad, see xmonad-with-packages, and just
immediately install it. This basically never works because most xmonad
users use xmonad-contrib. If we add xmonad-contrib to the packages
list for xmonad by default, then the new user's straightforward action
will just work, most of the time.
2019-02-26 18:48:56 +00:00
Spencer Baugh
8e530a43e9 xmobar: add to all-packages so it shows up in search
People are confused when they "nix search" for xmobar (a standalone
application which just happens to be written in Haskell) and don't
find it; they assume xmobar is not actually packaged. They have to
have special Nix knowledge to know that they should look in
haskellPackages for xmobar.

Let's just put xmobar in all-packages.nix so it shows up in search,
and people can install it straightforwardly without knowing about
haskellPackages.
2019-02-26 18:45:23 +00:00
Jörg Thalheim
699d313052
Merge pull request #55967 from Mic92/font-awesome
font-awesome_5: 5.6.3 -> 5.7.2
2019-02-26 14:12:52 +00:00
Merlin Göttlinger
5781856630 clprover: init at 1.0.3 (#56403)
* clprover: init at 1.0.3
2019-02-26 12:36:04 +00:00
Nick Hu
2124b002c6 cups-brother-hl3140cw: init at 1.1.4-0 2019-02-26 10:09:03 +00:00
Will Dietz
ed60483257
llvm-polly,clang-polly: Add llvm/clang variants w/polly support (#55065)
* llvm: build w/polly in-tree, optionally

Don't enable by default yet, defer rebuilds.

* top-level: llvm-polly, clang-polly

* bit hacky re:overrides
* need to explicitly set cmake flags for clang to link in polly
2019-02-25 15:20:52 -06:00
Will Dietz
148e0f6de8
qtractor: 0.6.7 -> 0.9.4 (#55643)
FWIW this release is marked as a beta but so is 0.6.7
and a quick glance suggests every release is as well :).

* move to qt5
* drop gtk2
* fixup some nativeBuildInputs
2019-02-25 15:13:36 -06:00
Niclas
5082ab8335 creep: init at 0.31 (#56264) 2019-02-25 11:12:54 -06:00
Yurii Rashkovskii
3298c38a6d
ogre: 1.10.11 -> 1.11.5
1.10.x retained for dependencies
2019-02-25 06:28:23 -08:00
Melkor333
a75e25b919 mcfly: init at v0.3.1 2019-02-25 13:49:09 +01:00
Profpatsch
a36d2eac2e nettee: init at 0.3.4 2019-02-25 10:34:16 +01:00
Profpatsch
61c22bcc0e build-support/skaware: factor out clean packaging utils
They are useful for other packages as well.
2019-02-25 10:34:16 +01:00
Peter Hoeg
d8c3d56ff0 shairplay: 2016-01-01 -> 2018-08-24 2019-02-25 15:42:51 +08:00
Peter Hoeg
812da4ba56 mumble: use the new avahi-compat derivation 2019-02-25 15:42:32 +08:00
Peter Hoeg
6e802e3347 avahi: add -compat option 2019-02-25 15:42:04 +08:00
Vladimír Čunát
18fe630281
Merge #56291: cmake: fix darwin bootstrapping
... into staging-next.
2019-02-24 16:52:03 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
mt_caret
7498aff7d8 yanone-kaffeesatz: init at 2004 (#55622) 2019-02-24 12:51:37 +01:00
xeji
631bc2c99f
Merge pull request #55488 from winpat/add_dirvish
dirvish: init at 1.2.1
2019-02-24 12:02:11 +01:00
Maximilian Bosch
225f8b9d64 vcs_query: init at 0.4.0 (#55514)
This is a simple, python-based CLI utility that queries vCard files for
a certain pattern. It's fairly easy to integrate with e.g. NeoMutt to
look for contacts.
2019-02-24 11:36:57 +01:00
Daiderd Jordan
cb8e6f73f5
cmake: add cf-private on darwin 2019-02-24 11:32:47 +01:00
Sarah Brofeldt
aa88d65e28 Merge #56008 2019-02-24 10:15:37 +01:00
Frederik Rietdijk
c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Elis Hirwing
d4f487a78b
Merge pull request #56220 from SeTSeR/master
acpilight: init at 1.1
2019-02-24 08:28:51 +01:00
Sarah Brofeldt
28dfbfe420 pandoc: Remove unneeded postInstall (#56180) 2019-02-24 01:58:08 +01:00
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
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
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
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
Lorenzo Manacorda
04cb60bc86 ledger-udev-rules: init at unstable-2019-02-13 2019-02-22 19:26:47 +01: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
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
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
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
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
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
Greg Roodt
82f9523e6f td: init at 0.16.4 2019-02-19 21:50:35 +11: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
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
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
Frederik Rietdijk
afa743cd47 arelle: fix build 2019-02-17 14:40:57 +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
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
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
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
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
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
Jaka Hudoklin
2e9390861a
rippled-validatior-keys-tool: init at d7774bcc 2019-02-15 19:47:50 +01: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
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
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
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
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
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
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
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
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
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
9cf5079ec3 dirvish: init at 1.2.1 2019-02-10 16:19:33 +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
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
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
Matthew Bauer
5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +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
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