248291 Commits

Author SHA1 Message Date
Elis Hirwing
a149fe969c
phpPackages.composer: Move to separate directory 2020-10-11 17:03:40 +02:00
Elis Hirwing
5c8e29da49
phpPackages.box: Move to separate directory 2020-10-11 17:03:34 +02:00
Aaron Andersen
872cfe067e dnsdist: update compile flags 2020-10-11 11:02:55 -04:00
Malte Brandy
24c9b05ac5
haskellPackages.neuron: Fix build 2020-10-11 16:18:20 +02:00
Simonas Kazlauskas
4f6006ab6a tracy: 0.7.1 -> 0.7.3 2020-10-11 17:15:09 +03:00
Matt Huszagh
937c2597d9 ngspice: 31 -> 32 2020-10-11 16:10:33 +02:00
Raito Bezarius
a3a01c1cb4 scmsrht: 0.22.3 -> 0.22.4 2020-10-11 15:57:08 +02:00
Raito Bezarius
414f54c979 todosrht: 0.61.11 -> 0.62.1 2020-10-11 15:56:55 +02:00
Raito Bezarius
87e56d0687 pastesrht: 0.11.1 -> 0.11.2 2020-10-11 15:56:42 +02:00
Raito Bezarius
284836b443 metasrht: 0.50.2 -> 0.51.2 2020-10-11 15:56:26 +02:00
Raito Bezarius
68607f44dd mansrht: 0.15.1 -> 0.15.4 2020-10-11 15:56:15 +02:00
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
Rasmus Rendal
78b030f317 boost174: init at 1.74.0 2020-10-11 10:26:47 +02:00
Rasmus Rendal
35e296f5e5 boost173: init at 1.73.0 2020-10-11 10:26:47 +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