Commit Graph

223375 Commits

Author SHA1 Message Date
Julian Stecklina
7c995a4532 virtualbox: build BIOS from C instead of alternative sources
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
These are generated by first compiling the BIOS C sources with the
Open Watcom toolchain, disassembling the output and checking in the
disassembly into the VirtualBox repo.

The result means that the BIOS C code cannot be patched, because it's
not compiled from the C sources, if Open Watcom is not there.

As Open Watcom is now available in nixpkgs, we can just ignore the
alternative BIOS sources and compile it from C directly.
2020-04-28 13:36:50 +02:00
Jörg Thalheim
c4319da82e
Merge pull request #85755 from prusnak/arm-trusted-firmware
arm-trusted-firmware: 2.2 -> 2.3
2020-04-28 12:14:40 +01:00
Johannes Schleifenbaum
9eede89461
dbeaver: 7.0.2 -> 7.0.3 2020-04-28 13:11:43 +02:00
adisbladis
14927d8503
Merge pull request #83378 from afrepues/build-melpa-stable-with-no-null-pkgs
Build MELPA package sets without null packages
2020-04-28 12:57:07 +02:00
adisbladis
7686c2cc6a
fish: Patch __fish_anypython function to return build input python3 2020-04-28 11:53:44 +01:00
Jörg Thalheim
8e3a29d69e
Merge pull request #86056 from paumr/master-watson
watson: added bash/zsh completions
2020-04-28 11:52:37 +01:00
Jörg Thalheim
4dc492db17
Merge pull request #86176 from elohmeier/kapacitor
kapacitor: 1.5.1 -> 1.5.4
2020-04-28 11:29:29 +01:00
Daniël de Kok
90136f0b77 python3Packages.fasttext: reuse pname, version, and src from fasttext 2020-04-28 12:16:20 +02:00
Daniël de Kok
3ba5bc7130 fasttext: 0.9.1 -> 0.9.2
Changelog:

https://github.com/facebookresearch/fastText/releases/tag/v0.9.2
2020-04-28 12:14:54 +02:00
adisbladis
453dca2edc
Merge pull request #86188 from Mic92/gopherclient
gopherclient: remove
2020-04-28 12:02:17 +02:00
Bruno Bzeznik
5a16436ffb
libpsm2: init at 11.2.156 (#85920)
* libpsm2: init at 11.2.156
2020-04-28 11:38:21 +02:00
Jörg Thalheim
7dfada5f07
gopherclient: remove
- no updated since 2016
- broken since 2018
2020-04-28 10:34:56 +01:00
Kim Lindberger
00431811fa
Merge pull request #86173 from talyz/gitlab-enable-starttlsauto
nixos/gitlab: Fix services.gitlab.enableStartTLSAuto
2020-04-28 11:23:53 +02:00
Mario Rodas
7b4aa95e6c
act: 0.2.7 -> 0.2.8 2020-04-28 04:20:00 -05:00
Jörg Thalheim
72773b9c97
prey-bash-client: remove
prey-bash-client is deprecated since 2018
2020-04-28 09:44:55 +01:00
Jörg Thalheim
ca388c9fce
gox: 20181025 -> 1.0.1 2020-04-28 09:40:28 +01:00
Jörg Thalheim
2cd07f1f18
Merge pull request #86172 from foxit64/master
update telegraf 1.14.0 => 1.14.1
2020-04-28 09:26:51 +01:00
Enno Lohmeier
5933af631d kapacitor: 1.5.1 -> 1.5.4 2020-04-28 10:14:22 +02:00
David Arroyo
9c3bb10d9a ocamlPackages.tsdl: 0.9.4 -> 0.9.7
From the release notes:
* Require OCaml 4.03 and handle stdlib deprecations.
* Drop result depency.
* Drop ocb-stubblr dependency

The library has also been re-licensed from BSD3 to ISC.
2020-04-28 09:25:18 +02:00
talyz
c0a838df38
nixos/gitlab: Fix services.gitlab.enableStartTLSAuto
'toString false' results in an empty string, which, in this context,
is a syntax error. Use boolToString instead.

Fixes #86160
2020-04-28 09:05:26 +02:00
paumr
2d0a06377a watson: added bash/zsh completions 2020-04-28 08:46:48 +02:00
paumr
7c18590208 watson: format with nixpkgs-fmt 2020-04-28 08:40:36 +02:00
foxit64
a217a1ae59 update telegraf 1.14.0 => 1.14.1 2020-04-28 08:40:01 +02:00
Matt McHenry
8d1d6454f3 jid: 0.7.2 -> 0.7.6 2020-04-27 21:49:49 -07:00
Jan Tojnar
8a339b4a79
webkitgtk: 2.28.1 → 2.28.2
* https://webkitgtk.org/security/WSA-2020-0005.html
* https://webkitgtk.org/2020/04/24/webkitgtk2.28.2-released.html
2020-04-28 06:37:03 +02:00
Christoph Neidahl
1e814e356a palemoon: 28.8.4 -> 28.9.1, add GTK3 option 2020-04-27 21:02:09 -07:00
Matthew Bauer
b3f812688c kde/{kate,konqueror,okular}: decrease text mimetype preference
These .desktop files set InitialPreference>1 which will override other
associations even the .desktop appears first in XDG_DATA_DIRS. This
applies to:

- org.kde.kate.desktop
- org.kde.kwrite.desktop
- kfmclient_html.desktop
- okularApplication_txt.desktop

Fixes #86137
2020-04-27 23:00:25 -05:00
Jan Tojnar
45edbeb81d
libusb: point alias to libusb1
Until recently, libusb-compat propagated libusb1 and many packages unknowingly used it to obtain libusb1.
When https://github.com/NixOS/nixpkgs/pull/82944 removed this evil propagation, it broke many packages with such incorrect assumption.
This patch trades the breakage of packages wanting libusb1 caused by the PR for a hopefully less common breakage of the packages relying on the compat library.
2020-04-28 05:52:50 +02:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Jan Tojnar
4f422e4efb
lutris: remove duplicate libusb 2020-04-28 05:31:50 +02:00
Jan Tojnar
3dc1caa683
python3.pkgs.pyusb: update the homepage 2020-04-28 05:31:35 +02:00
Jan Tojnar
8fd2c89b54
python3.pkgs.pyusb: remove unnecessary libusb-compat dependency
It was added in 4d7cc55344
without any rationale. python2.pkgs.nxt-python seems to build without it.
Maybe it for some reason uses the libusb-0.1 backend but propagating the compat library would not enable that.
2020-04-28 05:31:33 +02:00
Jaka Hudoklin
87e090cd8a
Merge pull request #86143 from nagisa/nix-prefetch-docker-jq-fix
Add `jq` into path for `nix-prefetch-docker`
2020-04-28 02:54:34 +00:00
worldofpeace
f1d1dca218
Merge pull request #84160 from colemickens/nixpkgs-quaternion
quaternion: update, libquotient: init
2020-04-27 22:19:36 -04:00
Maximilian Bosch
1f6d33ef26
Merge pull request #86013 from Ma27/cups-allow-from
nixos/printing: make access to web-interface configurable
2020-04-28 02:56:16 +02:00
Maximilian Bosch
c6518b5aaf
Merge pull request #86082 from eadwu/thermald/2.1
thermald: 1.9.1 -> 2.1
2020-04-28 02:43:00 +02:00
adisbladis
caeae9076e
emacsPackages.yaoddmuse: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
5e62eddcdd
emacsPackages.thingatpt-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
fe218d1672
emacsPackages.lib-requires: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
7e69b3ff24
emacsPackages.icicles: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
576e67ae75
emacsPackages.header2: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
9b52db99a8
emacsPackages.hexrgb: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
cd49c481e1
emacsPackages.filesets-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:23 +01:00
Lassulus
b83ab97eae
Merge pull request #86144 from danielfullmer/hcxdumptool-rename
hcxdumptool: fix incorrect pname
2020-04-28 02:26:30 +02:00
Benjamin Hipple
697bff74fd
Merge pull request #86135 from Mic92/nixpkgs-review
nixpkgs-review: 2.3.0 -> 2.3.1
2020-04-27 19:29:20 -04:00
Maximilian Bosch
caadc44285
diffoscope: 142 -> 143 2020-04-28 00:18:26 +02:00
Maximilian Bosch
1066f11e4b
mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1 2020-04-28 00:18:26 +02:00
Maximilian Bosch
1f20c084a7
passExtensions.pass-audit: 1.0.1 -> 1.1 2020-04-28 00:18:26 +02:00
Maximilian Bosch
12a614b633
brutespray: 1.6.6 -> 1.6.8
https://github.com/x90skysn3k/brutespray/blob/brutespray-1.6.8/CHANGELOG.md#changelog
2020-04-28 00:18:25 +02:00
Cole Helbling
87b02f74cf
fish: disable codesigning
We don't have access to the codesign binary.
2020-04-27 14:23:08 -07:00