Raito Bezarius
cb49394f28
listssrht: 0.45.9 -> 0.45.15
2020-10-11 15:55:44 +02:00
Raito Bezarius
3eea5bad2a
hubsrht: 0.10.6 -> 0.11.5
2020-10-11 15:55:28 +02:00
Raito Bezarius
22aa45868f
hgsrht: 0.26.18 -> 0.26.19
2020-10-11 15:55:16 +02:00
Raito Bezarius
84c37c7a7c
buildsrht: 0.62.6 -> 0.63.4
2020-10-11 15:52:34 +02:00
Raito Bezarius
d0c5160b36
srht: 0.64.0 -> 0.65.2
2020-10-11 15:51:20 +02:00
Wulfsta
77143fc628
mathematica: fix libQt errors
2020-10-11 15:49:11 +02:00
Raphael Borun Das Gupta
4406883af1
foundationdb: fix "was not declared" build errors
...
Since glibc 2.28, `<sys/types.h>` no longer includes
`<sys/sysmacros.h>`, which provides these macros,
so we have to explicitly import the latter, too, to fix the following
build problems:
flow/Platform.cpp: In function 'void getDiskStatistics(const string&, uint64_t&, uint64_t&, uint64_t&, uint64_t&, uint64_t&, uint64_t&)':
flow/Platform.cpp:626:56: error: 'gnu_dev_major' was not declared in this scope
if(majorId == (unsigned int) gnu_dev_major(buf.st_dev) && minorId == (unsigned int) gnu_dev_minor(buf.st_dev)) {
^
flow/Platform.cpp:626:111: error: 'gnu_dev_minor' was not declared in this scope
if(majorId == (unsigned int) gnu_dev_major(buf.st_dev) && minorId == (unsigned int) gnu_dev_minor(buf.st_dev)) {
^
2020-10-11 15:32:17 +02:00
Raphael Borun Das Gupta
f1e628e7af
foundationdb: refresh gcc-fixes-patch
...
by applying it to apple/foundationdb@5.1.7 and running
git diff > ${path_to_nixpkgs}/pkgs/servers/foundationdb/patches/gcc-fixes.patch
again.
2020-10-11 15:25:28 +02:00
Ryan Mulligan
8ebf265923
Merge pull request #86404 from nuxeh/nuxeh/domoticz-init-2020.2
...
domoticz: init at 2020.2
2020-10-11 05:59:28 -07:00
Lana Black
0d3136af48
vscode: add libdbusmenu dependency.
2020-10-11 12:58:44 +00:00
Malte Brandy
d39865aa29
haskellPackages.neuron: Fix build
2020-10-11 14:50:26 +02:00
TredwellGit
03dd1b355b
llvm_11: link to the llvm compiler-rt share directory from the wrapper ( #100190 )
...
A port of #85925 for LLVM 11 to enable CFI for Chromium.
This is required for features such as `-fsanitize=cfi` that (by default)
load the file `…/resource-root/share/cfi_blacklist.txt`.
2020-10-11 14:42:56 +02:00
Michael Weiss
3568e17510
Merge pull request #85925 from andir/llvm-cfi
...
llvm_10: link to the llvm compiler-rt share directory from the wrapper
2020-10-11 14:36:30 +02:00
Vonfry
0f1be68116
dracula-theme: rename ant-dracula-theme to dracula-theme and update
2020-10-11 20:16:27 +08:00
Dennis Gosnell
08709ec690
Merge pull request #100232 from Anton-Latukha/2020-10-11-fix-stylish-haskell-02
...
haskellPackages.stylish-haskell: unpin
2020-10-11 21:10:55 +09:00
Yuki Okushi
dd9f035384
cargo-xbuild: 0.6.0 -> 0.6.2
2020-10-11 21:07:15 +09:00
Anton-Latukha
0b6c322808
haskellPackages.stylish-haskell: unpin
...
The reason of the pinning was fixed by the 0.12 release, now 0.12.2 is released.
Currently, Haskell Language Server Nix env development environment does not
work, so it is essentially impossible to develop HLS under NixOS,
HLS requirements of environment coerce on the stylish-haskell>=0.12
and looks at haskellPackages.stylish-haskell.
M pkgs/development/haskell-modules/configuration-common.nix
2020-10-11 14:49:23 +03:00
Kevin Cox
8b33d575e4
Merge pull request #98084 from turion/patch-5
...
agda.section.md: Fix header and enumeration
2020-10-11 07:29:58 -04:00
Ben Siraphob
fa0df4d5ab
st: enable build on darwin ( #99263 )
2020-10-11 11:06:59 +00:00
Gabriel Ebner
b03c6ef37d
Merge pull request #99503 from NieDzejkob/isabelle-z3-fix
2020-10-11 12:39:09 +02:00
Robert Scott
50d4da34db
python3Packages.perfplot: 0.5.0 -> 0.8.4, fixing build
2020-10-11 11:37:21 +01:00
Robert Scott
5b66067eb9
python3Packages.rich: init at 8.0.0
2020-10-11 11:37:20 +01:00
Robert Scott
b5b8839e0a
python3Packages.dufte: init at 0.2.9
2020-10-11 11:37:18 +01:00
Gabriel Ebner
c774e42a2b
Merge pull request #94768 from r-ryantm/auto-update/libcerf
...
libcerf: 1.13 -> 2.0
2020-10-11 12:35:05 +02:00
Gabriel Ebner
f780534ea2
Merge pull request #99998 from lovesegfault/octoprint-plugin-bump
2020-10-11 12:25:53 +02:00
Robert Scott
d3cec1c029
python3Packages.proto-plus: enable tests, disable for py2
2020-10-11 11:24:22 +01:00
Ed Cragg
89e5a7f31f
nixos/domoticz: update to use GPL3 plus license
...
Per review comments on #86404 and [1].
[1] https://discourse.nixos.org/t/lib-licenses-gpl3-co-are-now-deprecated/8206
2020-10-11 11:16:45 +01:00
Ryan Mulligan
4a3fe8d306
nixos/domoticz: use DynamicUser and StateDirectory
2020-10-11 11:15:56 +01:00
Nikolay Korotkiy
f246be40af
pg_tileserv: init at 1.0.3
2020-10-11 13:11:24 +03:00
Serhii Khoma
539c7388a8
shmig: fix `migrate` command when postgres is enabled
2020-10-11 13:02:48 +03:00
Mario Rodas
30608b8036
Merge pull request #100187 from marsam/update-pgmetrics
...
pgmetrics: 1.9.3 -> 1.10.0
2020-10-11 05:02:11 -05:00
Vincent Laporte
c665e4d12e
ocamlPackages.jingoo: 1.3.4 → 1.4.1
2020-10-11 11:40:44 +02:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure
2020-10-11 11:16:27 +02:00
Vladimír Čunát
2d4225bcd3
Merge #100079 : thunderbird-*: 78.3.1 -> 78.3.2
2020-10-11 11:16:27 +02:00
Jon Banafato
1314788522
gnomeExtensions.taskwhisperer: 12 -> 16, unbreak
...
taskwhisperer has a new release that supports GNOME 3.36 and 3.38. Full
changelog available at
https://github.com/cinatic/taskwhisperer/compare/v12...v16 .
2020-10-11 11:07:37 +02:00
Gabriel Ebner
b5f44603a0
Merge pull request #100212 from regadas/100211_sbt_140
2020-10-11 10:25:15 +02:00
regadas
4add0567b5
sbt: apply autoPatchelfHook only in Linux
2020-10-11 08:04:16 +01:00
zowoq
62e614262a
fzf: 0.23.0 -> 0.23.1
...
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0231
2020-10-11 16:42:35 +10:00
WORLDofPEACE
f93d9fe72b
Merge pull request #99556 from romildo/upd.efl
...
enlightenment.efl: enable wayland client support
2020-10-11 01:54:12 -04:00
Ben Siraphob
3204e87efa
swaglyrics: init at 1.2.2
2020-10-10 22:33:48 -07:00
Ben Siraphob
9b1f2a0e7f
python3Packages.swspotify: init at 1.2.1
2020-10-10 22:33:48 -07:00
Ben Siraphob
81ef443d05
tilem: init at 2.0
2020-10-11 11:21:34 +07:00
Mario Rodas
b55223efbb
fluent-bit: 1.5.7 -> 1.6.0
2020-10-11 04:20:00 +00:00
Mario Rodas
06a8203d84
pythonPackages.itemloaders: 1.0.1 -> 1.0.3
2020-10-11 04:20:00 +00:00
Mario Rodas
17fbf6840e
pythonPackages.itemadapter: 0.1.0 -> 0.1.1
2020-10-11 04:20:00 +00:00
Steve Purcell
e2e58fa3f7
jackett: 0.16.1057 -> 0.16.1670
2020-10-11 17:17:58 +13:00
WORLDofPEACE
8cae8e54a1
Revert "mediatomb/gerbera: Add release note information for 20.09"
...
This was added to a release note when it's a feature not landing in that release.
This reverts commit a007e07abb
.
2020-10-10 23:26:42 -04:00
Jan Tojnar
b6c7e8c66b
Merge pull request #100085 from siraben/miranda-init
...
miranda: init at 2.066
2020-10-11 05:16:48 +02:00
Robert Scott
fb20a2f141
pythonPackages.django-anymail: 6.1.0 -> 8.1, fixing build
2020-10-10 19:38:47 -07:00
Ruud van Asseldonk
9e51c25baf
pythonPackages.google_cloud_dataproc: add missing deps
2020-10-10 19:37:23 -07:00