Domen Kožar
77839b5a55
Merge pull request #108062 from siraben/spring-update
...
spring: refactor
2021-01-02 10:57:12 +00:00
Fabian Affolter
83234f7375
python3Packages.blockchain: init at 1.4.4
2021-01-02 11:30:23 +01:00
Sandro
93c7383326
Merge pull request #108195 from r-ryantm/auto-update/python3.7-mysqlclient
...
python37Packages.mysqlclient: 2.0.2 -> 2.0.3
2021-01-02 11:19:19 +01:00
Florian Klink
8c657c3576
nix: remove traceVal
...
This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069 .
2021-01-02 11:09:57 +01:00
Florian Klink
88738dd72d
Merge pull request #106787 from flokli/console-optional-display-manager
...
nixos/console: fix Before= on the systemd-vconsole-setup unit
2021-01-02 11:04:14 +01:00
Florian Klink
6221782074
Merge pull request #108173 from flokli/cross-compile-nixos-sd
...
Fix NixOS cross-compilation SD Image
2021-01-02 11:03:45 +01:00
Andreas Rammhold
c2884c4011
Merge pull request #106954 from r-burns/randomseed
...
[staging] stdenv: trim random seed to avoid reference cycles
2021-01-02 11:01:34 +01:00
Sandro
56bb1b0f7a
Merge pull request #107863 from SuperSandro2000/properties-cpp-buildinputs
...
properties-cpp: move cmake, pkg-config to nativeBuildInputs, clean up
2021-01-02 10:49:41 +01:00
Bernardo Meurer
a1668d0d7b
pythonPackages.reflink: init at 0.2.1
2021-01-02 01:47:43 -08:00
Frederik Rietdijk
22f1c746df
stdenv: use gcc9 for aarch64
...
Several aarch64 builds fail with is referenced by DSO followed by
bin/ld: final link failed: bad value. This seems related to libgcc_s.so.
https://github.com/NixOS/nixpkgs/issues/108111
2021-01-02 10:28:06 +01:00
sternenseemann
1c52824fed
ocamlPackages.sedlex_2: 2.1 -> 2.2
...
* use dune 2
* refactor fetching of dependencies (reduce duplication)
* remove dune rule for data files before building since dune 2 doesn't
like the symlinked data files if the rule is present
2021-01-02 10:00:16 +01:00
Sandro
84c3e129cc
Merge pull request #108190 from lopsided98/qgroundcontrol-update
...
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-02 09:55:16 +01:00
Vincent Laporte
f134db16bd
ocamlPackages.zarith: 1.10 → 1.11
2021-01-02 09:52:25 +01:00
Sandro
3d87e7d19b
Merge pull request #108192 from r-ryantm/auto-update/trytond
...
python37Packages.trytond: 5.8.1 -> 5.8.2
2021-01-02 09:42:18 +01:00
Sandro
9acbfa9d85
Merge pull request #108201 from fabaff/bump-asgiref
2021-01-02 09:40:04 +01:00
Sandro
d5c7542e00
Merge pull request #108202 from fabaff/python-hole
...
python3Packages.hole: init at 0.5.1
2021-01-02 09:39:42 +01:00
Sandro
2080afd039
Merge pull request #108199 from r-ryantm/auto-update/python3.7-sqlite-utils
...
python37Packages.sqlite-utils: 3.1 -> 3.1.1
2021-01-02 09:04:39 +01:00
Fabian Affolter
5b29a1f795
python3Packages.hole: init at 0.5.1
2021-01-02 08:54:05 +01:00
Frederik Rietdijk
e48db707e4
Merge master into staging-next
2021-01-02 08:49:09 +01:00
Fabian Affolter
36b7de6b0e
python3Packages.asgiref: 3.2.10 -> 3.3.1
2021-01-02 08:44:38 +01:00
Dmitry Bogatov
a8040c700a
groff: fix static build
...
Without manual override following problematic code in generated
"configure" script (line 15918):
case "$host_os" in
# Guess yes on glibc systems.
*-gnu* | gnu*) gl_cv_func_signbit="guessing yes" ;;
# Guess yes on native Windows.
mingw*) gl_cv_func_signbit="guessing yes" ;;
# If we don't know, assume the worst.
*) gl_cv_func_signbit="guessing no" ;;
esac
results in declaration conflict with gnulib declaring
int signbit(double)
while system "math.h" providing modern declaration as
constexpr bool signbit(double)
2021-01-02 08:44:20 +01:00
Ryan Burns
e9fe0c1f04
pulseaudio: fix build on darwin
...
Needs pin to older autoconf 2.69
2021-01-02 08:43:35 +01:00
R. RyanTM
2b3746fa70
python37Packages.sqlite-utils: 3.1 -> 3.1.1
2021-01-02 07:25:40 +00:00
R. RyanTM
f68a47d4cd
python37Packages.cloudflare: 2.8.14 -> 2.8.15
2021-01-02 06:59:21 +00:00
R. RyanTM
a4b9c238d4
python37Packages.zstandard: 0.15.0 -> 0.15.1
2021-01-02 06:14:47 +00:00
R. RyanTM
90ebc2efc3
python37Packages.mysqlclient: 2.0.2 -> 2.0.3
2021-01-02 06:07:05 +00:00
R. RyanTM
e0b050c133
python37Packages.trytond: 5.8.1 -> 5.8.2
2021-01-02 04:49:09 +00:00
Sandro
da613094f7
Merge pull request #108175 from fabaff/python-opendata-transport
...
python3Packages.python-opendata-transport: init at 0.2.1
2021-01-02 05:14:26 +01:00
Bernardo Meurer
e4cd9a8f04
nixos/command-not-found: don't use fancy quotes
2021-01-01 20:04:28 -08:00
Sandro
0d0c68e43b
Merge pull request #108183 from sternenseemann/hxcpp-4.1.15
...
haxePackages.hxcpp: 3.4.64 -> 4.1.15
2021-01-02 04:44:50 +01:00
Ben Wolsieffer
92e3304792
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-01 22:22:20 -05:00
Bernardo Meurer
0b0760b5e0
Merge pull request #91789 from lovesegfault/confuse-mediafile
...
python3Packages.{confuse,mediafile}: init
2021-01-02 02:43:45 +00:00
Bernardo Meurer
57cb68771f
python3Packages.mediafile: init at 0.6.0
2021-01-01 18:29:55 -08:00
Bernardo Meurer
b2d12f3db2
python3Packages.confuse: init at 1.4.0
2021-01-01 18:29:48 -08:00
Dennis Gosnell
3080f1bd77
Merge pull request #86599 from pacien/ldgallery-init
...
ldgallery: init at 2.0
2021-01-02 11:08:36 +09:00
Sandro
2411148dd0
Merge pull request #108171 from fabaff/opensensemap-api
...
python3Packages.opensensemap-api: init at 0.1.5
2021-01-02 01:41:08 +01:00
Bernardo Meurer
88632b7801
nixos/command-not-found: don't suggest nix-env
2021-01-01 16:29:05 -08:00
sternenseemann
be49ff78a0
haxePackages.hxcpp: 3.4.64 -> 4.1.15
2021-01-02 01:06:19 +01:00
John Ericson
040d7580a5
Merge pull request #108174 from flokli/cross-compile-pulseaudio
...
pulseaudio: fix cross-compilation
2021-01-01 18:26:16 -05:00
Anderson Torres
014440d710
Merge pull request #108074 from AndersonTorres/update-emacs-extras
...
Emacs packages updates
2021-01-01 20:12:51 -03:00
Sandro
881346e6bf
Merge pull request #108165 from rmcgibbo/elfx86exts
...
elfx86exts: init at 0.4.3
2021-01-02 00:05:07 +01:00
Jan Tojnar
2a5b2df11d
Merge pull request #107417 from jtojnar/deprecate-unclear-gpl-licenses
...
licenses: Mark unclear GPL licenses explicitly deprecated
2021-01-01 23:49:44 +01:00
Pavol Rusnak
7cd1e0bdd1
Merge pull request #108153 from prusnak/dnachisel
...
python3Packages.dnachisel: init at 3.2.5
2021-01-01 23:26:37 +01:00
Fabian Affolter
fff0b0c840
python3Packages.python-opendata-transport: init at 0.2.1
2021-01-01 23:25:57 +01:00
Florian Klink
4bc3f83302
Merge pull request #108069 from flokli/nix-fix-closurebloat-cross
...
nix: fix closure bloat on `nix`
2021-01-01 23:25:50 +01:00
Pavol Rusnak
e2829e2136
Merge pull request #107986 from leenaars/printrun
...
printrun: unstable-2015-03-10 -> 1.6.0
2021-01-01 23:24:18 +01:00
Florian Klink
767252d232
pulseaudio: fix cross compilation by disabling gsettings when cross-compiling
...
When cross-compiling, pulseaudio seems to not find some m4 macro
providing GSETTINGS_RULES.
However, apart from the obviously missing gsettings support, this works
just fine.
2021-01-01 23:17:56 +01:00
Florian Klink
033cfcce15
alsa-plugins: don't build with libjack2 support when cross-compiling
...
libjack2 doesn't cross-compile, see
https://github.com/NixOS/nixpkgs/issues/96548 .
The pulseaudio NixOS module uses pkgs.alsaPlugins to create its
asound.conf, so let's make sure that one can be built when
cross-compiling.
2021-01-01 23:17:56 +01:00
Florian Klink
4f087a608e
polkit: don't build with gobject-introspection when cross-compiling
...
gobject-introspection doesn't currently cross-compile (see
https://github.com/NixOS/nixpkgs/pull/88222 ), but polkit is somewhat
essential for many system components.
By disabling gobject-introspection when cross-compiling, we get it to
build.
2021-01-01 23:11:53 +01:00
Sandro
933a1d96df
Merge pull request #108166 from sternenseemann/mirage-ventif-fix-maintainers
...
ocamlPackages.mirage-vnetif: fix typo in meta set
2021-01-01 23:08:17 +01:00