Commit Graph

66205 Commits

Author SHA1 Message Date
github-actions[bot]
ce6af4cada
Merge master into staging-next 2021-11-09 12:01:19 +00:00
Pavol Rusnak
3b9e94dc6c
haskell.compiler.ghc901: fix aarch64-darwin build
by applying autoSignDarwinBinariesHook
2021-11-09 12:23:43 +01:00
Pavol Rusnak
044e860242
haskell.compiler.ghc921: fix aarch64-darwin build
by applying autoSignDarwinBinariesHook
2021-11-09 12:23:43 +01:00
Ryan Burns
4994a926ea
Merge pull request #145151 from r-burns/clinfo-darwin
clinfo: enable on darwin
2021-11-09 02:13:00 -08:00
Aaron Andersen
cd465ef283
Merge pull request #144936 from aanderse/kodi.packages.iagl
kodi.packages.iagl: init at 1101521-2
2021-11-09 04:42:25 -05:00
Angus Trau
e2df8d459a python3Packages.manimpango: init at 0.3.1 2021-11-09 17:34:58 +11:00
Sebastián Mancilla
82568e6718 shogun: refactor build
Main changes are:

- Build with default stdenv instead of forcing GCC 8, by applying upstream
  patches that fix building with newer compilers.

  Together with #134390 and #134393 (and the blas library fixes on #135493
  and #136535), this enables building the derivation on darwin.

- Use multiple outputs.

- Move build-only inputs to nativeBuildInputs.

- Generate the meta examples but do not compile them (they are compiled as
  part of the tests), to not make the build take more time than already is.

  Install the example source files into $doc (but do not install the
  example binaries, only the sources).

- Enable testing by setting the CMake variable CMAKE_SKIP_BUILD_RPATH to
  false (it should not be needed if #108496 is merged). This allows the
  tests to locate the shogun library and run without problems.

  Disable integration and meta tests to speed up the build.

With a few other minor changes:

- Use upstream URL for the json-c patch.

- Be explicit about which optional, commercial dependencies are not used,
  to stop CMake searching for them.

- Do not set NIX_CFLAGS_COMPILE with '-faligned-new' because it causes a
  warning when compiling C files. Set CXXFLAGS instead.

- Remove unnecessary ccache variables from the environment.

- Fix wrong Google Mock download location, which was forcing CMake to need
  network access to download the tarball to the right location (which fails
  within the sandbox).
2021-11-08 23:57:29 -03:00
Ryan Burns
c10a075517 clinfo: enable on darwin 2021-11-08 17:44:04 -08:00
github-actions[bot]
e1766085b3
Merge master into haskell-updates 2021-11-09 00:10:05 +00:00
github-actions[bot]
707b006bf7
Merge master into staging-next 2021-11-09 00:01:30 +00:00
Thiago Kenji Okada
db6044d5de
Merge pull request #144955 from legendofmiracles/pur
python3Packages.pur: 5.4.1 -> 5.4.2; fix build
2021-11-08 21:00:43 -03:00
marius david
5641c103cd recastnavigation: init at 2021-03-05 2021-11-08 23:31:56 +01:00
Fabian Affolter
eb22cbd0ec certipy: init at unstable-2021-11-08 2021-11-08 23:28:12 +01:00
Fabian Affolter
abf50beb02 python3Packages.pyrmvtransport: rename from PyRMVtransport 2021-11-08 23:00:15 +01:00
github-actions[bot]
f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Bernardo Meurer
d13430a8da
pkgs/top-level/stage: format trivialBuilders import 2021-11-08 09:33:34 -08:00
Bernardo Meurer
21c299f077
writeShellApplication: get shellcheck from pkgsBuildHost 2021-11-08 09:33:34 -08:00
legendofmiracles
45ca602e52
pur: switch to buildPythonApplication 2021-11-08 10:40:58 -06:00
Mark Mulder
78f07d0f89
termscp: fix darwin build
I was running into Foundation.h errors during compilation on mac/darwin,
adding Foundation fixes that for me.

Error:

```
The following warnings were emitted during compilation:

warning: In file included from objc/notify.m:1:
warning: objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
warning: #import <Foundation/Foundation.h>
warning:         ^~~~~~~~~~~~~~~~~~~~~~~~~
warning: 1 error generated.

error: failed to run custom build command for `mac-notification-sys v0.3.0`

Caused by:
  process didn't exit successfully: `/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-f414f8995c05e541/build-script-build` (exit status: 1)
  --- stdout
  TARGET = Some("x86_64-apple-darwin")
  OPT_LEVEL = Some("3")
  HOST = Some("x86_64-apple-darwin")
  CC_x86_64-apple-darwin = None
  CC_x86_64_apple_darwin = None
  HOST_CC = None
  CC = Some("clang")
  CFLAGS_x86_64-apple-darwin = None
  CFLAGS_x86_64_apple_darwin = None
  HOST_CFLAGS = None
  CFLAGS = None
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m"
  cargo:warning=In file included from objc/notify.m:1:
  cargo:warning=objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
  cargo:warning=#import <Foundation/Foundation.h>
  cargo:warning=        ^~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=1 error generated.
  exit status: 1

  --- stderr

  error occurred: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m" with args "clang" did not execute successfully (status code exit status: 1).

warning: build failed, waiting for other jobs to finish...
error: failed to compile `termscp v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installEt3UWW`

Caused by:
  build failed
```
2021-11-08 17:21:33 +01:00
Fabian Affolter
da4425005c python3Packages.airtouch4pyapi: init at 1.0.5 2021-11-08 16:31:25 +01:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain 2021-11-08 16:16:47 +01:00
Sandro
92209df0ac
Merge pull request #136009 from angustrau/pygame-2.0.2-dev 2021-11-08 16:14:07 +01:00
Mario Rodas
f0f8af9d7e
Merge pull request #145064 from ivan/postgresql14Packages
Add missing postgresql14Packages
2021-11-08 09:55:21 -05:00
Sandro
1363bb14f4
Merge pull request #141866 from chvp/qtile-wayland-backend 2021-11-08 15:49:45 +01:00
Sandro
b275c083e7
Merge pull request #144832 from r-burns/i686-lto 2021-11-08 15:25:03 +01:00
rewine
dcb453fde4 srain: init at 1.3.0 2021-11-08 22:03:54 +08:00
talyz
c11d08f023 synergy: 1.13.1.41 -> 1.14.1.32 2021-11-08 05:21:33 -08:00
Alexandre Esteves
753a895ad2 turbogit: fix libgit2 dependency 2021-11-08 05:13:31 -08:00
Sandro
ba99162e34
Merge pull request #144767 from mkg20001/synapse-admin 2021-11-08 14:10:46 +01:00
Sandro
28f9677cec
Merge pull request #144851 from c0deaddict/zhf/gitaly 2021-11-08 13:39:38 +01:00
Jos van Bakel
dfe107b23c
gitaly: fix libgit2 dependency 2021-11-08 13:17:57 +01:00
Ivan Kozik
e6dd8c652e Add missing postgresql14Packages 2021-11-08 11:27:31 +00:00
Angus Trau
5aa2b0f0bf python3Packages.pygame: 2.0.1 -> 2.1.0 2021-11-08 21:50:01 +11:00
Angus Trau
55b68d3188 timidity: enable darwin support 2021-11-08 21:49:55 +11:00
github-actions[bot]
b92d47b0f5
Merge master into staging-next 2021-11-08 06:01:18 +00:00
Dennis Gosnell
4d2b3b4d5a
Merge pull request #142825 from cdepillabout/buildDhallUrl
dhallPackages.buildDhallUrl: add function for easily building dhall remote imports
2021-11-08 13:44:37 +09:00
Bernardo Meurer
c37c7299ab
nixFlakes: nixUnstable -> nix_2_4 2021-11-07 18:09:21 -08:00
Bernardo Meurer
971f4a097c
nix_2_3: init @ 2.3.16 2021-11-07 18:09:20 -08:00
github-actions[bot]
b0e58bafbe
Merge master into haskell-updates 2021-11-08 00:07:25 +00:00
github-actions[bot]
cb91ac99e0
Merge master into staging-next 2021-11-08 00:01:53 +00:00
Bernardo Meurer
f8de2aec85
Merge pull request #144829 from lovesegfault/ayu-theme-gtk-init
ayu-theme-gtk: init @ unstable-2017-05-12
2021-11-07 15:28:40 -08:00
Bart Brouns
a884a60226 ChowKick: init at 1.1.1
Standalone segfaults
2021-11-07 23:05:31 +01:00
Bart Brouns
d9e363ca12 surge-XT: init at unstable-2021-11-07 2021-11-07 22:47:23 +01:00
Bart Brouns
5a4df47ec7 aether-lv2: init at 1.2.1 2021-11-07 22:39:08 +01:00
John Ericson
4f81865aa1 Merge remote-tracking branch 'upstream/master' into staging-next 2021-11-07 20:51:04 +00:00
Michael Weiss
e05f811e7b
Merge pull request #144885 from primeos/fscryptctl-experimental
fscryptctl-experimental: remove the package
2021-11-07 19:36:26 +01:00
Aaron Andersen
f7b51c1dcf devilutionx: pass static version of SDL2 into derivation 2021-11-07 13:15:24 -05:00
github-actions[bot]
14f1b9f2ac
Merge master into staging-next 2021-11-07 18:01:14 +00:00
Thiago Kenji Okada
1671a7beb3
Merge pull request #144569 from aanderse/devilutionx
devilutionx: 1.2.1 -> 1.3.0
2021-11-07 11:21:15 -03:00
Michael Weiss
afdd9ddbfa
fscryptctl-experimental: remove the package
It is replaced by "fscryptctl" (version 1.x is incompatible with the
pre-releases in some ways).
2021-11-07 14:45:09 +01:00
Martin Weinelt
cdfc889591
Merge pull request #144963 from dotlambda/hbmqtt-drop 2021-11-07 14:06:23 +01:00
Aaron Andersen
573849ce89 smpq: init at 1.6 2021-11-07 07:49:19 -05:00
Aaron Andersen
beed35c417 StormLib: init at 9.22 2021-11-07 07:48:37 -05:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00
github-actions[bot]
e0cac44f90
Merge master into staging-next 2021-11-07 12:01:18 +00:00
Michele Guerini Rocco
d631a73345
Merge pull request #144881 from vs49688/wtfix
winetricks: remove wine dependency
2021-11-07 12:33:09 +01:00
Janne Heß
666ab8ab67
Merge pull request #141056 from helsinki-systems/upd/spidermonkey
spidermonkey_*: updates and cleanup
2021-11-07 11:31:53 +01:00
Robert Schütz
7e0f6ddda2 python3Packages.hbmqtt: drop
It is broken and no longer maintained upstream.
See https://github.com/beerfactory/hbmqtt/issues/235
2021-11-07 00:08:10 -07:00
Zane van Iperen
4c6d0451b2
ffmpeg_2{,_8}: remove
Is ancient and insecure - nothing more should depend on it.
2021-11-07 16:03:14 +10:00
github-actions[bot]
1093ddf273
Merge master into staging-next 2021-11-07 06:01:02 +00:00
Zane van Iperen
1d177d5a70
stepmania: build with newer ffmpeg 2021-11-07 15:56:45 +10:00
Zane van Iperen
960eb082f1
pcsxr: build with newer ffmpeg 2021-11-07 15:56:44 +10:00
Ryan Burns
5d043aa517
Merge pull request #137553 from dguibert/dg/cudatoolkit
update cudatoolkit (11.3/11.4), cuddn and cutensor
2021-11-06 17:17:12 -07:00
ajs124
59b832d51a spidermonkey_91: init at 91.3.0 2021-11-07 01:16:29 +01:00
github-actions[bot]
9166210176
Merge master into staging-next 2021-11-07 00:01:38 +00:00
Zane van Iperen
68ca39a775
winetricks: remove wine dependency
It shouldn't be tied to a particular Wine installation, it should use
the one in $PATH. Also massively reduces the closure size.
2021-11-07 10:00:47 +10:00
Maximilian Bosch
ee9649b2a8
buildGo117{Package,Module}: enable
Required to bump Grafana to 8.2.3 in order to fix CVE-2021-41174.
Building it works fine on both `x86_64-linux` and `aarch64-linux`, so
the only blocker are incompatible hashes.

As long as `buildGoModule` doesn't default to Go 1.17 without a
coordinated update, this should be OK.
2021-11-06 23:09:12 +01:00
Aaron Andersen
d8727c36bc kodi.packages.iagl: init at 1101521-2 2021-11-06 18:05:33 -04:00
Aaron Andersen
d5b8ea84f0 kodi.packages.archive_tool: init at 2.0.3 2021-11-06 18:04:03 -04:00
Artemis Tosini
8f4289267c
linux_testing_bcachefs, bcachefs-tools: unstable-2021-07-08 → unstable-2021-11-06
bcachefs now supports snapshots so we need the latest version to use
them. Additionally, it appears to build on AArch64 so I've removed the
x86 requirement.
2021-11-06 21:32:57 +00:00
figsoda
1a9f8594c5
Merge pull request #144925 from figsoda/fix-synth
synth: fix darwin build
2021-11-06 17:31:36 -04:00
Justin Bedő
7016c7df1c
Merge pull request #144820 from NixOS/r-updates
R,rPackages: R 4.1.1 -> 4.1.2, rPackages BioC 3.13 -> 3.14
2021-11-07 08:12:10 +11:00
Matt Christ
2771743966 cemu: add link-time-compile-gen, build with gcc9stdenv 2021-11-06 13:54:44 -07:00
figsoda
a8d1f24ac2 synth: fix darwin build 2021-11-06 16:23:39 -04:00
Domen Kožar
2606cb0fc2
Merge pull request #144644 from r-burns/go
go_1_17: enable on x86_64-darwin
2021-11-06 13:48:14 -06:00
Philippe Nguyen
787b6127d2 pythonPackages.watermark: init at 2.2.0 2021-11-06 11:54:42 -07:00
Joerie de Gram
50417ddb87 opendungeons: 0.7.1 -> unstable-2021-11-06
- no stable release for over 5 years, switch to unstable
  (fixes ois include path issue)
- update ogre dependency to ogre_1.10 to match cegui's version
  (fixes crash on init)

ZHF: #144627
2021-11-06 14:46:59 -04:00
misuzu
541fe07bb1 python3Packages.pip-tools: use pytestCheckHook, disable failing test, cleanup 2021-11-06 11:39:27 -07:00
Orivej Desh
0390fcfd05
jconvolver: init at 1.1.0 (#143520) 2021-11-06 18:17:46 +00:00
github-actions[bot]
eeb7e66e97
Merge master into staging-next 2021-11-06 18:01:01 +00:00
Domen Kožar
64d85b687d
Merge pull request #144789 from legendofmiracles/wiki-tui
wiki-tui: 0.3.4 -> 0.4.1, fix build on darwin
2021-11-06 07:08:22 -06:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
github-actions[bot]
89ec09c858
Merge master into staging-next 2021-11-06 12:01:12 +00:00
Kevin Cox
cc8db4bc81
Merge pull request #143152 from lorenzleutgeb/gradle-upgrade
gradle: add 7.3-rc-3, 6.8 -> 6.9.1
2021-11-06 06:57:19 -04:00
Michael Raskin
d8b7d0e066
Merge pull request #123511 from yorickvP/yorick-picoscope
picoscope: init at 6.14.44-4r5870
2021-11-06 08:48:13 +00:00
Zane van Iperen
9672ef7e0a
wine{,64,Wow}Packages: add {stable,unstable,staging}Full 2021-11-06 17:03:57 +10:00
github-actions[bot]
a41ea4ced3
Merge master into staging-next 2021-11-06 06:01:07 +00:00
Ryan Burns
dff528efbf gcc: reenable LTO on i686 2021-11-05 21:32:45 -07:00
Bernardo Meurer
9dc2557863
ayu-theme-gtk: init @ unstable-2017-05-12 2021-11-05 21:00:16 -07:00
John Soo
4d821295f1
dhall-grafana: init at 0.1. (#144826) 2021-11-05 20:26:24 -07:00
Joel
f3decfa7da octofetch: init at 0.3.1
octofetch: use buildInputs for openssl

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-11-05 19:02:00 -07:00
Thiago Kenji Okada
4217614266
Merge pull request #144685 from r-burns/anup
anup: fix build on darwin
2021-11-05 22:20:49 -03:00
github-actions[bot]
0d70d17925
Merge master into staging-next 2021-11-06 00:01:27 +00:00
Thiago Kenji Okada
9ce5bc61ac
Merge pull request #144692 from JohnTitor/cargo-spellcheck-fix-darwin-build
cargo-spellcheck: fix build on darwin
2021-11-05 20:22:23 -03:00
legendofmiracles
8c220df794
wiki-tui: fix build on darwin 2021-11-05 14:30:48 -06:00
tshaynik
100670b224 zrythm: init at 1.0.0-alpha.26.0.13
Closes #98871

Built on work done by @andreasfelix on #129457 but adds additional
missing dependencies, uses the latest zrythm
version, makes use of dependencies that have since been added to
nixpkgs, and resolves the issue of the crash on start that previous
packaging attempt was encountering.
2021-11-05 15:12:39 -04:00
Sylvain Bellemare
27ea8a9b82 sgx-sdk: init at 2.14
Co-authored-by: Sylvain Bellemare <sbellem@gmail.com>
Co-authored-by: Artur Cygan <arczicygan@gmail.com>
2021-11-05 19:58:25 +01:00
github-actions[bot]
933da575d4
Merge master into staging-next 2021-11-05 18:01:07 +00:00
Sandro
b61cc55da9
Merge pull request #144760 from sternenseemann/perl-datetime-format-rfc3339-1.2.0 2021-11-05 18:23:41 +01:00
Maciej Krüger
46ae8b6074
synapse-admin: init at 0.8.3 2021-11-05 18:18:40 +01:00
Sandro
354ff094e4
Merge pull request #103940 from leo60228/netcoredbg 2021-11-05 18:09:29 +01:00
sternenseemann
caeab83ba4 perlPackages.DateTimeFormatRFC3339: init at 1.2.0 2021-11-05 17:17:07 +01:00
figsoda
a26830f3aa cargo-modules: 0.5.0 -> 0.5.6, fix darwin build 2021-11-05 11:24:18 -04:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Thiago Kenji Okada
df56e761d6
Merge pull request #144686 from r-burns/xmllibxml
perlPackages.XMLLibXML: fix build on darwin
2021-11-05 11:14:18 -03:00
Sandro
285d6b1fdb
Merge pull request #140555 from NickCao/v2ray-domain-list-community 2021-11-05 14:10:17 +01:00
Sandro
288e3f8896
Merge pull request #144156 from simonkampe/submit/snapmaker-luban 2021-11-05 14:05:30 +01:00
Thiago Kenji Okada
96fb6ed434
Merge pull request #144696 from GKasparov/picom-next
picom-next: init at unstable-2021-10-31
2021-11-05 09:54:29 -03:00
Janne Heß
83ab81ae89
Merge pull request #137004 from baloo/baloo/openssl/3.0.0-init
openssl3: init at 3.0.0
2021-11-05 13:02:47 +01:00
github-actions[bot]
2663e5b623
Merge master into staging-next 2021-11-05 12:01:17 +00:00
(cdep)illabout
316dee0197 hyper-haskell: mark broken
hyper-haskell depends on electron-10.4.7, which is marked insecure.
2021-11-05 15:01:17 +09:00
GKasparov
a3aaebc300 picom-next: init at unstable-2021-10-31 2021-11-05 14:52:28 +11:00
Yuki Okushi
609c79f586
cargo-spellcheck: fix build on darwin 2021-11-05 11:37:55 +09:00
Ryan Burns
03daab729e perlPackages.XMLLibXML: fix build on darwin 2021-11-04 18:25:06 -07:00
Ryan Burns
68a8b278c1 anup: fix build on darwin 2021-11-04 18:21:10 -07:00
github-actions[bot]
ac4cb43546
Merge staging-next into staging 2021-11-05 00:02:01 +00:00
Maximilian Bosch
246690217d
Merge pull request #142830 from kopernikusauto/photex/nixpkgs-cpptoml
cpptoml: init at 0.4.0
2021-11-05 00:01:13 +01:00
Ryan Burns
e1fad6fc50 go_1_17: enable on x86_64-darwin
Apparently this does not depend on stdenv's macOS SDK at all,
and carries around its own go-specific toolchain. So this works
fine as-is and doesn't need any changes in Nixpkgs to support a
10.13 deployment target.
2021-11-04 15:40:44 -07:00
Maximilian Bosch
b8ab5de781
Merge pull request #142799 from Ma27/glibc-mtrace
mtrace: init at 2.33-50
2021-11-04 23:01:02 +01:00
Sandro
23911f7ee5
Merge pull request #144658 from aanderse/kodi.packages.libretro-genplus 2021-11-04 22:48:17 +01:00
Sandro
c12e3c1143
Merge pull request #142221 from sternenseemann/zopfli-0.1.9 2021-11-04 22:43:05 +01:00
Aaron Andersen
47d8506f90 kodi.packages.libretro-genplus: init at 1.7.4.31 2021-11-04 17:24:46 -04:00
Sandro
cfefcfc460
Merge pull request #142380 from dan4ik605743/cubocore 2021-11-04 21:50:47 +01:00
gardspirito
ad2f75b559
alfis: Add support for GUI dialogs 2021-11-04 21:50:27 +03:00
leo60228
eba0510e18
netcoredbg: init at 1.2.0-825 2021-11-04 14:42:06 -04:00
github-actions[bot]
20bee66ec8
Merge staging-next into staging 2021-11-04 18:01:44 +00:00
Francesco Gazzetta
181dd7e742 fedigroups: init at 0.4.4 2021-11-04 17:30:11 +01:00
Jakub Kozłowski
49193f4ad3 scala-cli: init at 0.0.7 2021-11-04 15:16:30 +01:00
Doron Behar
7cb82625b0
Merge pull request #141604 from doronbehar/pkg/nodePackages/pkgsAttr 2021-11-04 14:15:00 +00:00
Anderson Torres
be4a3509fa
Merge pull request #144507 from AndersonTorres/new-misc
Misc modifications
2021-11-04 10:04:31 -03:00
github-actions[bot]
cca97be2f0
Merge staging-next into staging 2021-11-04 12:01:39 +00:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Pavol Rusnak
1e207ecd49
Merge pull request #144537 from prusnak/clightning
clightning: 0.10.1 -> 0.10.2
2021-11-04 09:02:24 +01:00
github-actions[bot]
524db8975e
Merge staging-next into staging 2021-11-04 06:02:01 +00:00
Samuel Dionne-Riel
b5b3db3c2f
Merge pull request #144078 from IreneKnapp/tenacity
tenacity: init at 0.0.1
2021-11-03 23:30:22 -04:00
github-actions[bot]
7516a2e172
Merge staging-next into staging 2021-11-04 00:02:12 +00:00
James Landrein
7a1f2fd9e6 kubectl-evict-pod: init at 0.0.10 2021-11-04 00:08:06 +01:00
Martin Weinelt
288f4238fb
Merge pull request #144540 from NixOS/home-assistant 2021-11-04 00:05:26 +01:00
Sauyon Lee
1fa223efce
python3Packages.simple-di: bring up to standard (#143306) 2021-11-03 22:36:06 +00:00
Sauyon Lee
e97b3010e5
python3Packages.flake8-length: init at 0.2.0 (#143305) 2021-11-03 22:35:52 +00:00
Pavol Rusnak
fea921d1b5
python3Packages.mrkd: init at 0.2.0 2021-11-03 23:16:31 +01:00
Martin Weinelt
9737285976
python3Packages.ha-av: init at 8.0.4rc1 2021-11-03 21:49:12 +01:00
AndersonTorres
49466be320 msr: init at 20060208 2021-11-03 17:06:38 -03:00
Artturi
adce9a9daf
Merge pull request #144286 from Artturin/libqassec 2021-11-03 21:25:28 +02:00
AndersonTorres
bd0b227bc9 go-mk: init at 0.pre+date=2015-03-24 2021-11-03 16:14:39 -03:00
AndersonTorres
76041cb768 mk: remove
The fetch fails because the tarball is no longer saved on nixos servers.
2021-11-03 15:34:40 -03:00
Simon Kämpe
74551fd199 snapmaker-luban: init at 4.0.3 2021-11-03 19:30:10 +01:00
github-actions[bot]
3567177949
Merge staging-next into staging 2021-11-03 18:10:58 +00:00
Artturin
b7bdb154f6 libsForQt5.libqaccessibilityclient: init at 0.4.1 2021-11-03 18:43:56 +02:00
Artturi
e01b7650cc
Merge pull request #144049 from Artturin/ntpseccomp 2021-11-03 18:23:57 +02:00
Sandro
d2d03877f4
Merge pull request #144321 from aanderse/kodi.packages.keymap 2021-11-03 17:18:06 +01:00
Sandro
81462e4767
Merge pull request #144314 from cleeyv/pytest-dotenv 2021-11-03 17:06:06 +01:00
Sandro
ca6d7c54c1
Merge pull request #144462 from Artturin/shutterupda 2021-11-03 17:05:10 +01:00
Cleeyv
5ac94c2958 pythonPackages.pytest-dotenv: init at 0.5.2 2021-11-03 11:31:40 -04:00
markuskowa
ed71268f52
Merge pull request #142695 from ck3d/add-nerd-font-patcher
nerd-font-patcher: init at 2.1.0
2021-11-03 16:18:56 +01:00
Artturin
47fd040e41 perlPackages.Gtk3ImageView: 9 -> 10 2021-11-03 16:40:02 +02:00
Maciej Krüger
b4e153c4ce
Merge pull request #144174 from mkg20001/lxdimage 2021-11-03 15:07:10 +01:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)` to lib.importJSON ./file.json 2021-11-03 14:43:52 +01:00
Maciej Krüger
0cecb3303a
lxd-image-server: init at 0.0.4 2021-11-03 14:29:27 +01:00
Maciej Krüger
1cc3c45064
python3.pkgs.confight: init at 1.3.1 2021-11-03 14:29:27 +01:00
Maciej Krüger
d5315c6a78
python3.pkgs.inotify: init at 0.2.4 2021-11-03 14:29:26 +01:00
Phillip Seeber
d86143af52 fortran-language-server: init at 1.12.0
fortran-language-server: add pythonImportsCheck and a `--help`cli interaction


fortran-language-server: do not discard errors
2021-11-03 14:23:32 +01:00
github-actions[bot]
bf39715fe0
Merge staging-next into staging 2021-11-03 12:01:58 +00:00
Artturi
c19a058e4d
Merge pull request #132239 from Artturin/keybinder3-darwin 2021-11-03 13:44:37 +02:00
Andrew Childs
06f7b8b2ce kibana7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:35:51 +01:00
Andrew Childs
6c2478f462 elasticsearch7: 7.5.1 -> 7.11.1; drop enableUnfree 2021-11-03 11:32:16 +01:00
Andrew Childs
6661e9b5f6 elk7Version: 7.5.1 -> 7.11.1 2021-11-03 11:27:03 +01:00
Sandro
05f969ac6f
Merge pull request #141738 from mupdt/init-stashy 2021-11-03 10:54:02 +01:00
Nick Cao
aefde7c02a
v2ray-domain-list-community: init at 20211103073737 2021-11-03 17:03:17 +08:00
Alyssa Ross
703ffa2f5d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging 2021-11-03 07:34:33 +00:00
Maciej Krüger
44697d1e78
Merge pull request #144339 from mkg20001/bla 2021-11-03 07:55:12 +01:00
Maciej Krüger
27b8cb1556
Merge pull request #136101 from gardspirito/oni2 2021-11-03 06:47:16 +01:00
jacobi petrucciani
39e0f14d1b
nodePackages.concurrently: init at 6.3.0 2021-11-03 06:17:10 +01:00
gardspirito
0b2d9625c2
oni2: init at 0.5.7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-03 06:00:25 +01:00
P. R. d. O
d382dd518f
binance: set electron version on top-level 2021-11-02 21:28:55 -06:00
Ryan Burns
80d32401ee
Merge pull request #137917 from trofi/update-terminus
terminus_font: 4.48 -> 4.49.1
2021-11-02 20:17:58 -07:00
Maciej Krüger
f7dbaa0754
Merge pull request #144172 from mkg20001/odoo 2021-11-03 03:59:44 +01:00
Aaron Andersen
fc98560b99
Merge pull request #142433 from aanderse/flirc
flirc: init at 3.24.3
2021-11-02 22:55:41 -04:00
Maciej Krüger
4a753cd833
odoo: init at 15.0.20211029 2021-11-03 03:52:40 +01:00
Maciej Krüger
89737cc397
python3Packages.werkzeug1: init at 1.0.1 2021-11-03 03:52:36 +01:00
Maciej Krüger
d5bac9c0d7
python3Packages.ebaysdk: init at 2.2.0 2021-11-03 03:42:01 +01:00
Maciej Krüger
00021b8642
Merge pull request #144330 from mkg20001/cloudprint 2021-11-03 03:18:25 +01:00
Maciej Krüger
95436688a2
cloud-print-connector: remove leftover
Is officially deperacted since 31th december

Read more https://support.google.com/chrome/a/answer/9633006
2021-11-03 03:12:07 +01:00
Ryan Burns
fa0ddc3f1b
Merge pull request #143974 from misuzu/freeswitch-update
freeswitch: 1.10.6 -> 1.10.7
2021-11-02 19:10:30 -07:00
Aaron Andersen
55cbb8d0b8 kodi.packages.keymap: init at 1.1.3+matrix.1 2021-11-02 21:07:42 -04:00
Aaron Andersen
39479cc20d kodi.packages.defusedxml: init at 0.6.0+matrix.1 2021-11-02 21:06:41 -04:00
Martin Weinelt
8f5da907b0 Merge remote-tracking branch 'origin/staging-next' into staging 2021-11-02 23:31:28 +01:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox 2021-11-02 23:31:13 +01:00
Anderson Torres
53cd7a5b81
Merge pull request #144167 from AndersonTorres/new-asm
asl: init at 142-bld211
2021-11-02 18:57:27 -03:00
Aaron Andersen
79be4cb011
Merge pull request #143891 from aanderse/kodi
kodi.packages.libretro-snes9x: init at 1.60.0.29
2021-11-02 17:21:17 -04:00
Ilan Joselevich
57bfc1e6a3 libvirt: 7.8.0 -> 7.9.0 2021-11-02 22:52:47 +02:00
Lassulus
33f0c518f7
Merge pull request #143629 from sternenseemann/writers-fixes
writers: fix writeHaskell* for darwin, bintools-related cleanup
2021-11-02 20:21:00 +01:00
Martin Weinelt
c619cf79ac
Merge pull request #143112 from mweinelt/django-things 2021-11-02 18:43:34 +01:00
Martin Weinelt
59b8e7eb81
python3Packages.markdown-include: init at 0.6.0 2021-11-02 18:31:41 +01:00
Martin Weinelt
e2c8c6ceeb
python3Packages.django-timezone-field: init at 4.2.1 2021-11-02 18:31:41 +01:00
Martin Weinelt
0a41e93ce4
python3Packages.django-taggit: rename from django_taggit and refactor 2021-11-02 18:31:41 +01:00
Martin Weinelt
bf2c4da250
python3Packages.django-tables2: init at 2.4.1 2021-11-02 18:31:40 +01:00
Martin Weinelt
c9881f424e
python3Packages.django-rq: init at 2.4.1 2021-11-02 18:31:40 +01:00
Martin Weinelt
e75571d888
python3Packages.django-redis: rename from django_redis
Also partially enable tests.
2021-11-02 18:31:40 +01:00
Martin Weinelt
1091005449
python3Packages.django-prometheus: init at 2.1.0 2021-11-02 18:31:40 +01:00
Martin Weinelt
b551e68ad4
python3Packages.django-graphiql-debug-toolbar: init at 0.2.0 2021-11-02 18:31:39 +01:00
Martin Weinelt
2a258f0692
python3Packages.graphene-django: init at 3.0.0b7 2021-11-02 18:31:39 +01:00
Martin Weinelt
47b520fc0a
python3Packages.django-mptt: init at 0.13.4 2021-11-02 18:31:39 +01:00
Martin Weinelt
8279c16291
python3Packages.django-js-asset: init at 1.2.2 2021-11-02 18:31:38 +01:00
figsoda
416737a04d
Merge pull request #143688 from figsoda/update-synth
synth: 0.6.0 -> 0.6.1
2021-11-02 12:27:26 -04:00
superherointj
9b756e865f ocamlPackages.piaf: init 0.1.0 2021-11-02 17:03:32 +01:00
superherointj
c72d55fe31 ocamlPackages.gluten-lwt-unix: init 0.2.1 2021-11-02 17:03:32 +01:00
superherointj
86d885b8de ocamlPackages.gluten-lwt: init 0.2.1 2021-11-02 17:03:32 +01:00
superherointj
a88d967cd4 ocamlPackages.gluten: init 0.2.1 2021-11-02 17:03:32 +01:00
Sandro
027f675644
Merge pull request #144160 from SuperSandro2000/ruamel 2021-11-02 15:34:00 +01:00
Martin Weinelt
3f9b49e0ec
rust_1_45: drop 2021-11-02 14:41:05 +01:00
Martin Weinelt
dff515718d
nss_3_53: drop 2021-11-02 14:41:05 +01:00
Martin Weinelt
ffbac21daa
thunderbird-78: drop
Thunderbirds 78 series is EOL.
2021-11-02 14:41:04 +01:00
Martin Weinelt
d69e703b71
firefox-esr-78: drop
Firefox ESR 78.15 was the last release of this series and is now EOL.
2021-11-02 14:41:04 +01:00
Sandro Jäckel
b592957ea1
python39Packages.ruamel-yaml-clib: normalise name, adopt 2021-11-02 13:38:08 +01:00
Sandro Jäckel
b2767b69dd
python39Packages.ruamel-yaml: normalise name, adopt 2021-11-02 13:38:06 +01:00
Sandro Jäckel
e91d4957d0
python39Packages.ruamel-ordereddict: normalise name, adopt 2021-11-02 13:37:53 +01:00
figsoda
503a76e4f8 synth: 0.6.0 -> 0.6.1 2021-11-02 08:01:40 -04:00
Irene Knapp
37b409929a
tenacity: init at 0.0.1 2021-11-02 04:25:46 -07:00
Lorenz Leutgeb
43750fb958 gradle: add 7.3-rc-3, 6.8 -> 6.9.1 2021-11-02 09:39:36 +01:00
github-actions[bot]
5cac0ef189
Merge staging-next into staging 2021-11-02 06:01:58 +00:00
github-actions[bot]
4b2ca106c9
Merge master into staging-next 2021-11-02 06:01:22 +00:00
Ben Siraphob
2ab832c051
Merge pull request #144064 from ayazhafiz/init/wheel-inspect
wheel-inspect: init at 1.7.0
2021-11-01 20:45:20 -05:00
AndersonTorres
2b6ba95a19 asl: init at 142-bld211 2021-11-01 21:20:50 -03:00
Fabián Heredia Montiel
a495124be6 aliases: add linux_5_15 aliases 2021-11-01 18:18:34 -06:00
github-actions[bot]
3f03065e05
Merge staging-next into staging 2021-11-02 00:02:12 +00:00
github-actions[bot]
d27dd6653e
Merge master into staging-next 2021-11-02 00:01:32 +00:00
ayazhafiz
5ce67c6a9b wheel-inspect: init at 1.7.0
wheel-inspect has a dependency on readme_renderer~=24.0.0, but the
version of readme_renderer in nixpkgs is at major 29 (currently). To
deal with this, we build a readme_renderer version at 24 inline with
the wheel-inspect derivation.
2021-11-01 18:58:24 -04:00
ayazhafiz
a5fbf1487a entry-points-txt: init at 0.1.0 2021-11-01 18:58:24 -04:00
ayazhafiz
97452c285c headerparser: init at 0.4.0 2021-11-01 18:58:23 -04:00
ayazhafiz
f5014e47fe wheel-filename: init at 1.3.0 2021-11-01 18:58:23 -04:00
Michael Raskin
f0f12b2ad0
Merge pull request #143160 from thblt/amc
auto-multiple-choice: init at 1.5.1
2021-11-01 22:20:27 +00:00
Sandro
3c691c350f
Merge pull request #143967 from cpcloud/remove-abseil-cxx-standard-flag
abseil-cpp: remove cxx standard flag
2021-11-01 23:03:19 +01:00
Sandro Jäckel
6817f26c35
python39Packages.ruamel-base: normalise name, adopt 2021-11-01 22:26:12 +01:00
Michael Weiss
0055a978e3
Merge pull request #140783 from primeos/llvmPackages_latest
llvmPackages_latest: 12 -> 13
2021-11-01 22:25:47 +01:00
Christian Kögler
f3b984bae5 nerd-font-patcher: init at 2.1.0 2021-11-01 22:11:22 +01:00
Sandro Jäckel
76079c145b
fcitx5-mozc: fix build 2021-11-01 21:39:41 +01:00
Sandro
fd70eae72f
Merge pull request #144031 from CajuM/pyclip 2021-11-01 21:37:23 +01:00
P
6751e7428f
whalebird: init at 4.4.5 (#142885)
* whalebird: init at 4.4.5

* Update pkgs/applications/misc/whalebird/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:17:46 +01:00
P
78dd8567c1
threema-desktop: init at 1.0.3 (#143194)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:16:52 +01:00
Sandro
acab4d1d4d
Merge pull request #143197 from WolfangAukang/markmind 2021-11-01 20:55:49 +01:00
Justin Bedo
f7add18261
top-level/release-r.nix: disable x86_64-darwin 2021-11-02 06:53:13 +11:00
Sandro
129c285678
Merge pull request #142814 from WolfangAukang/buttercup 2021-11-01 20:50:51 +01:00
flexagoon
b3ce132ad2
sierra-breeze-enhanced: init at 1.0.3 (#143696) 2021-11-01 20:44:52 +01:00
Mihai-Drosi Câju
5d70e69622 python3Packages.pyclip: init at 0.5.4 2021-11-01 20:34:59 +02:00
github-actions[bot]
83d6b7a7e0
Merge staging-next into staging 2021-11-01 18:01:40 +00:00
github-actions[bot]
bd0051cd54
Merge master into staging-next 2021-11-01 18:01:02 +00:00
Fabian G. Dröge
404254c829 python3Packages.qutip: init at 4.6.2 2021-11-01 10:53:25 -07:00
Phillip Cloud
f506ecdca9
all-packages: pass cxxStandard to or-tools 2021-11-01 11:50:37 -04:00
Artturin
0a10f96f8a keybinder3: use gtk-x11 on darwin 2021-11-01 17:44:19 +02:00