Commit graph

41789 commits

Author SHA1 Message Date
Thiago Kenji Okada 1ffd57e92b
Merge pull request #144999 from aanderse/devilutionx
devilutionx: minor cleanup after review
2021-11-09 11:28:07 -03:00
José Romildo 09d0495b1e vimix-icon-theme: init at 2021-11-09 2021-11-09 11:23:56 -03:00
gardspirito 01537c17e1
matrix-synapse: compile only against zenity & use wrapProgram instead of makeWrapper 2021-11-09 17:08:25 +03:00
github-actions[bot] 750e9c2694
Merge staging-next into staging 2021-11-09 12:01:59 +00:00
github-actions[bot] ce6af4cada
Merge master into staging-next 2021-11-09 12:01:19 +00:00
Pavol Rusnak 15db090295
dotnet: make SDK 6.0 default
should not cause any trouble since all packages should use pinned
versions via either of these:
- `dotnet-sdk = dotnetCorePackages.sdk_5_0`
- `dotnet-sdk_5`
2021-11-09 11:49:04 +01: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] b1d2f20ea8
Merge staging-next into staging 2021-11-09 00:02:13 +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
github-actions[bot] 9ecd6bf4df
Merge staging-next into staging 2021-11-08 18:02:05 +00:00
github-actions[bot] f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00: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
ajs124 028d78ea58 proxysql: init at 2.3.2 2021-11-08 16:42:16 +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
Han Verstraete 691aa58252
arkade: init at 0.8.9 2021-11-08 16:01:14 +01:00
Mario Rodas f0f8af9d7e
Merge pull request #145064 from ivan/postgresql14Packages
Add missing postgresql14Packages
2021-11-08 09:55:21 -05: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 55b68d3188 timidity: enable darwin support 2021-11-08 21:49:55 +11:00
Peng Mei Yu ab844b2cf3 webdav: init at 4.1.1 2021-11-08 18:41:50 +08:00
github-actions[bot] 3862bdd2ec
Merge staging-next into staging 2021-11-08 06:01:57 +00:00
github-actions[bot] b92d47b0f5
Merge master into staging-next 2021-11-08 06:01:18 +00: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] aa164b77b8
Merge staging-next into staging 2021-11-08 00:02:29 +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] ba6336466e
Merge staging-next into staging 2021-11-07 18:01:44 +00: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
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] 97f12cbba8
Merge staging-next into staging 2021-11-07 12:01:52 +00: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
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] 8130cf6764
Merge staging-next into staging 2021-11-07 06:01:36 +00: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] 8ddea08a85
Merge staging-next into staging 2021-11-07 00:02:20 +00: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
figsoda 1a9f8594c5
Merge pull request #144925 from figsoda/fix-synth
synth: fix darwin build
2021-11-06 17:31:36 -04: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
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
Orivej Desh 0390fcfd05
jconvolver: init at 1.1.0 (#143520) 2021-11-06 18:17:46 +00:00
github-actions[bot] 64baf2593d
Merge staging-next into staging 2021-11-06 18:01:35 +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
github-actions[bot] e57ae1d6b3
Merge staging-next into staging 2021-11-06 12:01:54 +00: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] 87082f071c
Merge staging-next into staging 2021-11-06 06:01:39 +00: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
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] 03d8fbedb7
Merge staging-next into staging 2021-11-06 00:02:06 +00: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
Sandro Jäckel 41892fdd64
graphviz: remove xorg null override 2021-11-05 21:10:03 +01: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
Sandro c8769cc03c
Merge pull request #142602 from Artturin/strictdepsfixes 2021-11-05 19:33:27 +01:00
github-actions[bot] 933da575d4
Merge master into staging-next 2021-11-05 18:01:07 +00:00
Artturin bef48d172a apparmor: disable strictDeps explicitly for libapparmor
do not override python to python3 in all-packages
2021-11-05 19:57:03 +02: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
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
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
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 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 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
James Landrein 7a1f2fd9e6 kubectl-evict-pod: init at 0.0.10 2021-11-04 00:08:06 +01:00
Pavol Rusnak fea921d1b5
python3Packages.mrkd: init at 0.2.0 2021-11-03 23:16:31 +01:00
AndersonTorres 49466be320 msr: init at 20060208 2021-11-03 17:06:38 -03: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
Artturi e01b7650cc
Merge pull request #144049 from Artturin/ntpseccomp 2021-11-03 18:23:57 +02: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
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
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
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 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
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
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
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
AndersonTorres 2b6ba95a19 asl: init at 142-bld211 2021-11-01 21:20:50 -03: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
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
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
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
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
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
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
Bobby Rong cd92b90301
Merge pull request #143071 from WolfangAukang/pocket-casts-fix
pocket-casts: set electron version on top-level
2021-11-01 22:56:50 +08:00
github-actions[bot] f4b6e97c0d
Merge staging-next into staging 2021-11-01 06:01:52 +00:00
github-actions[bot] 2b9973012c
Merge master into staging-next 2021-11-01 06:01:15 +00:00
happysalada 9a3e6e2253 lemmy-ui: use fetchyarndeps
lemmy: remove yarn.nix
2021-11-01 10:42:30 +09:00
github-actions[bot] bef900528f
Merge staging-next into staging 2021-11-01 00:02:05 +00:00
github-actions[bot] 7eaf56d92e
Merge master into staging-next 2021-11-01 00:01:32 +00:00
Sandro 6293e8a0b9
Merge pull request #142887 from ShamrockLee/entangle 2021-10-31 23:53:52 +01:00
Artturin fd86d63e2f ntp: remove seccomp support
it causes issues and most distros dont enable it
see https://github.com/NixOS/nixpkgs/issues/140996
2021-11-01 00:44:20 +02:00
Shamrock Lee 78709f61da entangle: init at 3.0 2021-10-31 22:32:50 +00:00
Sandro ed3b0567d8
Merge pull request #143845 from jtojnar/qvtk9 2021-10-31 22:36:59 +01:00
Michael Raskin 2a0781e2c2
Merge pull request #144005 from marsam/update-icu
icu: 69.1 -> 70.1
2021-10-31 18:55:22 +00:00
github-actions[bot] e92f6f6da8
Merge staging-next into staging 2021-10-31 18:01:34 +00:00
github-actions[bot] 7ca1d48ff2
Merge master into staging-next 2021-10-31 18:01:01 +00:00
Artturi 50f4571c35
Merge pull request #137011 from kira-bruneau/goverlay 2021-10-31 19:32:52 +02:00
Martin Weinelt 6841076659
Merge pull request #143849 from mweinelt/kyocera-m2x35-40-p2x35-40dnw 2021-10-31 16:30:50 +01:00
Simon Bruder 55c4c014e7
antimicrox: 3.0.1 -> 3.2.0
This changes the source from the (now archived) original antimicroX to a
fork that is actively maintained and includes new features like uinput
support for wayland.

Since upstream changed the executable name from antimicroX to
antimicrox, this also changes the name of the derivation and the file
names to work with Nix 2.4’s nix run and to be consistent. An alias for
antimicroX is added to ensure existing configurations will continue
working.
2021-10-31 15:45:40 +01:00
Jan Tojnar ef02a97f27
Merge pull request #142865 from jansol/master
pipewire: 0.3.38 -> 0.3.39
2021-10-31 15:32:20 +01:00
github-actions[bot] 858d551e40
Merge staging-next into staging 2021-10-31 12:01:52 +00:00
misuzu 40b22c0172 libks: init at 1.7.0 2021-10-31 12:46:37 +02:00
happysalada 441a141e72 coreutils: switch to version 9 for darwin 2021-10-31 16:46:50 +09:00
github-actions[bot] bc5e1e9c27
Merge staging-next into staging 2021-10-31 06:01:37 +00:00
github-actions[bot] e4e8cd182e
Merge master into staging-next 2021-10-31 06:01:06 +00:00
Mario Rodas ab9ac19435 icu: 69.1 -> 70.1 2021-10-31 04:20:00 +00:00
Mario Rodas 1b2e909bb6 icu70: init at 70.1 2021-10-31 04:20:00 +00:00
Evils ea0e9dac2a error-inject: init mce, edac and aer 2021-10-30 22:22:12 -04:00
Evils 93f3805d88 rasdaemon: init at 0.6.7 2021-10-30 22:22:12 -04:00
github-actions[bot] fdcee2eb3b
Merge staging-next into staging 2021-10-31 00:02:05 +00:00
github-actions[bot] 81d84138b5
Merge master into staging-next 2021-10-31 00:01:33 +00:00
Mihai Fufezan 4fe24a325d hunter: remove
Reason: the program has been unmaintained for over a year. joshuto,
an alternative program, has been merged, so there's no reason to
keep hunter anymore.
2021-10-31 07:13:26 +09:00
figsoda 86661be087
Merge pull request #143863 from figsoda/lucky-commit-fix-darwin
lucky-commit: fix darwin build
2021-10-30 14:32:02 -04:00
figsoda 9ce88cba15
Merge pull request #143864 from figsoda/piping-server-rust-fix-darwin
piping-server-rust: fix darwin build
2021-10-30 14:30:27 -04:00
figsoda 7fe9ea5e62
Merge pull request #143866 from figsoda/keyscope-fix-darwin
keyscope: fix darwin build
2021-10-30 14:28:15 -04:00
github-actions[bot] 062a1496d6
Merge staging-next into staging 2021-10-30 18:01:37 +00:00
github-actions[bot] 0fa76ebdca
Merge master into staging-next 2021-10-30 18:00:59 +00:00
figsoda 80f971dffd keyscope: fix darwin build 2021-10-30 13:01:12 -04:00
figsoda 669fa0790c piping-server-rust: fix darwin build 2021-10-30 12:52:23 -04:00
figsoda 3b02a12f2a lucky-commit: fix darwin build 2021-10-30 12:48:45 -04:00
Fabian Affolter 8f296e3696
Merge pull request #143818 from marsam/update-nsh
nsh: init at 0.4.2
2021-10-30 18:41:20 +02:00
Dmitry Bogatov a133079a9b ducking-proxy: init at 2021-07-23
Quoting official README,

    The Duckling proxy is a scheme-specific filtering proxy for Gemini clients
    to access the web. It behaves as a normal Gemini server, except it
    retrieves its content from the web.

    You can tailor its behaviour when it starts, to tailor how web pages are
    transformed to gemtext.

    It is scheme-specific, i.e. it is designed to handle HTTP requests only.
    Web pages are translated to text/gemini. Other web resources are returned
    directly.

    The primary intended use case for this proxy is as a personal proxy to make
    the web accessible to your favourite Gemini client.
2021-10-30 11:00:10 -04:00
Martin Weinelt 8a2856d973 kyocera-ecosys-m2x35-40-p2x35-40dnw: init at 8.1606 2021-10-30 16:56:25 +02:00
Silvan Mosberger c5286421bc
invidious: init at unstable-2021-10-15
This also adds a derivation for lsquic, but places it inside invidious’
directory. That is because lsquic.cr (the library used by invidious)
requires a specific lsquic version that is probably not useful for other
derivations.

Co-authored-by: Simon Bruder <simon@sbruder.de>
2021-10-30 16:33:22 +02:00
Timo Kaufmann 4ccc8df456
Merge pull request #142388 from thiagokokada/add-graalvm-17
graalvm-ce: add graalvm17-ce
2021-10-30 16:13:39 +02:00
Jan Tojnar 97614c396d vtk_9_withQt5: add
So that the latest version with Qt gets cached too.
2021-10-30 15:54:51 +02:00
github-actions[bot] 230a785370
Merge staging-next into staging 2021-10-30 12:01:44 +00:00
github-actions[bot] 846f94d984
Merge master into staging-next 2021-10-30 12:01:09 +00:00
Sandro 216705ad7d
Merge pull request #143064 from figsoda/statix
statix: init at 0.3.1; vimPlugins.statix: init at 0.1.0
2021-10-30 13:57:21 +02:00
Ellie Hermaszewska ca2c480ecb
lighthouse-steamvr: init at unstable-2021-03-28 2021-10-30 18:16:13 +08:00
Mario Rodas 00af64cee3 nsh: init at 0.4.2 2021-10-30 04:20:00 +00:00
Vojtěch Káně 07ab1d9c97 stderred: Init at unstable-2021-04-28 2021-10-29 23:04:46 +02:00
github-actions[bot] 9a002bac35
Merge staging-next into staging 2021-10-29 18:01:38 +00:00
github-actions[bot] 6317a19147
Merge master into staging-next 2021-10-29 18:01:00 +00:00
figsoda 072b073309 statix: init at 0.3.1 2021-10-29 11:16:07 -04:00
Fabián Heredia Montiel b96ab960d3 vtun: remove 2021-10-29 09:12:35 -05:00
Sandro 9a8aa947fb
Merge pull request #136277 from FabianGD/init/pylint-exit 2021-10-29 15:34:00 +02:00
Fabian G. Dröge fb37aecd66 pylint-exit: init at 1.2.0 2021-10-29 15:15:40 +02:00
github-actions[bot] 853a47c140
Merge staging-next into staging 2021-10-29 12:01:53 +00:00
github-actions[bot] 97b60b1800
Merge master into staging-next 2021-10-29 12:01:19 +00:00
markuskowa 134ef61c46
Merge pull request #143374 from sikmir/sdrpp
sdrpp: enable on darwin
2021-10-29 11:19:27 +02:00
github-actions[bot] d9aba51052
Merge staging-next into staging 2021-10-29 06:01:42 +00:00
github-actions[bot] e7fbce41fc
Merge master into staging-next 2021-10-29 06:01:10 +00:00
Mario Rodas 5774ef75e0
Merge pull request #143498 from r-ryantm/auto-update/snd
snd: 21.7 -> 21.8
2021-10-28 22:07:33 -05:00
Nikolay Korotkiy 049264c39b
sdrpp: enable on darwin 2021-10-29 03:10:26 +03:00
github-actions[bot] 158ae17beb
Merge staging-next into staging 2021-10-29 00:01:50 +00:00
github-actions[bot] ffc9895024
Merge master into staging-next 2021-10-29 00:01:18 +00:00
Mario Rodas bd4c61523a snd: fix build on darwin 2021-10-28 23:29:00 +00:00
figsoda 0347bd4019
Merge pull request #142048 from tomhoule/upgrade/kak-lsp
kak-lsp: 11.0.0 -> 11.0.1
2021-10-28 14:12:21 -04:00
github-actions[bot] 37b1afa489
Merge staging-next into staging 2021-10-28 18:02:03 +00:00
Martin Weinelt da1f248229 Merge remote-tracking branch 'origin/master' into staging-next 2021-10-28 19:51:45 +02:00
Thibault Polge 5b3e4e5408
auto-multiple-choice: init at 1.5.1 2021-10-28 19:17:55 +02:00
Aaron Andersen 13396c4a9a flirc: init at 3.24.3 2021-10-28 12:33:26 -04:00
Alyssa Ross 3f01b576af
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
	nixos/doc/manual/release-notes/rl-2111.section.md
2021-10-28 16:07:38 +00:00
markuskowa 21f73171e8
Merge pull request #143361 from sheepforce/gromacs
gromacs: 2020.4 -> 2021.3, cuda, mpi cleanups, performance tunings
2021-10-28 15:41:58 +02:00
Phillip Seeber e4d824f4e3 gromacs: bool switches for MPI and CUDA 2021-10-28 14:52:30 +02:00
Yuka 963d758334
schildichat-web, schildichat-desktop: init at 1.9.0-sc.1 (#142662) 2021-10-28 14:29:27 +02:00
Phillip Seeber 19e71dfa87 gromacs: 2020.4 -> 2021.3, cuda, mpi cleanups, performance tunings
gromacs: dont build double cuda version


gromacs: propagate mpi
2021-10-28 13:50:39 +02:00
flexagoon 2dc8d06723 gtk-theme-framework: init at 0.2.3 2021-10-28 10:26:19 +03:00
github-actions[bot] 783f3c33e5
Merge master into staging-next 2021-10-28 06:01:14 +00:00
Bobby Rong 8e440f1776
Merge pull request #142810 from bobby285271/pantheon
Pantheon updates 2021-10-25, 2021-10-26
2021-10-28 08:16:34 +08:00
github-actions[bot] a1e570b43e
Merge master into staging-next 2021-10-28 00:01:36 +00:00
Iury Fukuda 61c972d574
kumactl: init at 1.3.1 (#141858)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-27 22:16:18 +02:00
Pablo Ovelleiro Corral c99277503e
zk: init at 0.7.0 (#143020)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-27 22:16:02 +02:00
P. R. d. O 6021b2895e
buttercup-desktop: init at 2.13.0 2021-10-27 13:43:25 -06:00
P. R. d. O 12eb625292
markmind: init at 1.3.1 2021-10-27 13:35:52 -06:00
github-actions[bot] 22401dcc39
Merge master into staging-next 2021-10-27 18:01:02 +00:00
figsoda 119e5986ab
Merge pull request #143037 from figsoda/eww
eww: init at 0.2.0
2021-10-27 12:36:25 -04:00
Doron Behar 51acb65b30
Merge pull request #59999 from bb010g/swt-reproducibility 2021-10-27 15:05:30 +03:00
github-actions[bot] d33a58f89d
Merge master into staging-next 2021-10-27 12:01:20 +00:00
Maximilian Bosch 55e25f7840
Merge pull request #142800 from Ma27/drop-nextcloud-20
nextcloud20: drop
2021-10-27 13:11:06 +02:00
bb010g a1ed62e586 releaseTools.antBuild: remove
The sole consumer in Nixpkgs of `releaseTools.antBuild` is
`pkgs/development/libraries/junit`, which has been broken since
2015-09-08. The sole consumer in Nixpkgs of `junit` is
`pkgs/development/libraries/junixsocket`, which hasn't built due to
`junit` since 2015-09-08. All three are removed due to their obvious
lack of use.

All other packages in Nixpkgs depending on junit consume
`pkgs/development/java-modules/junit`, which is not broken.

Any downstreams that have kept using these `junit` or `junixsocket`
packages since 2015-09-08 have basically already vendored the packages
via patching them, so no aliases are provided.
2021-10-27 13:21:27 +03:00
bb010g 29fedf210f canonicalize-jars-hook: add
A build hook to run functions previously only implemented privately in
`pkgs/build-support/release/functions.sh`.
2021-10-27 13:21:27 +03:00
Doron Behar a63cd4a89e
Merge pull request #142557 from doronbehar/pkg/gnuradio/update 2021-10-27 09:49:51 +00:00
Chip Collier 4391708476 cpptoml: init at 0.4.0 2021-10-27 11:15:14 +02:00
nick black 3ed95b14e2
notcurses: 2.4.2 -> 2.4.8 (#143031)
* libraries/notcurses: 2.4.2 -> 2.4.8

* notcurses: fix sri hash

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-10-27 10:03:50 +01:00
Sandro 27a778c5ba
Merge pull request #142948 from SuperSandro2000/sqlcipher 2021-10-27 10:25:49 +02:00
Mario Rodas dbf16dc780
Merge pull request #142096 from arcz/protobuf-3.18.1
protobuf: 3.18.0 -> 3.19.0
2021-10-27 01:28:32 -05:00
P. R. d. O 5156f07c96
pocket-casts: set electron version on top-level 2021-10-26 19:58:57 -06:00
github-actions[bot] b6a580b9b3
Merge staging-next into staging 2021-10-27 00:02:06 +00:00
github-actions[bot] 23c6bab47e
Merge master into staging-next 2021-10-27 00:01:25 +00:00
Artur Cygan fc50030175 protobuf: 3.18.1 -> 3.19.0 2021-10-27 01:08:10 +02:00
Sandro f8a6b3eb85
Merge pull request #142945 from ruuda/vaultenv-closure 2021-10-26 23:06:30 +02:00
figsoda 0c475957ed eww: init at 0.2.0 2021-10-26 17:05:39 -04:00
Jeremy Kolb cdb3a5613e
uniscribe: init at 1.7.0 (#142990)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-26 22:53:39 +02:00
Sandro f5d6e30656
Merge pull request #143033 from ratsclub/mdzk 2021-10-26 21:58:47 +02:00
Victor Freire 42efb2d484 mdzk: init at 0.4.2 2021-10-26 16:33:10 -03:00
Ruud van Asseldonk 9392afc569 vaultenv: reduce closure size
From 3.0 GB to 45 MB, by not including half of the Haskell ecosystem.

$ nix path-info --size --json --recursive $(realpath vaultenv-before) | jq 'map(.narSize) | add'
3050311792

$ nix path-info --size --json --recursive $(realpath vaultenv-after) | jq 'map(.narSize) | add'
45831568
2021-10-26 21:03:38 +02:00
github-actions[bot] 7455d89599
Merge staging-next into staging 2021-10-26 18:01:57 +00:00
github-actions[bot] 9a27efeb34
Merge master into staging-next 2021-10-26 18:01:19 +00:00
Sandro 89a27a2e6f
Merge pull request #119719 from greizgh/seafile 2021-10-26 19:07:00 +02:00
P. R. d. O 22ff13ada2 binance: init at 1.25.0 2021-10-27 00:16:29 +09:00
Sandro 2c87856630
Merge pull request #142806 from WolfangAukang/thiefmd 2021-10-26 16:07:34 +02:00
P. R. d. O 0302351277
thiefmd: init at 0.2.4 2021-10-26 07:17:04 -06:00
Sandro a2ab5533ce
Merge pull request #142919 from IvarWithoutBones/init/opentracker 2021-10-26 14:32:28 +02:00
github-actions[bot] 9d11ed2864
Merge staging-next into staging 2021-10-26 12:02:02 +00:00
github-actions[bot] 6bb6e64046
Merge master into staging-next 2021-10-26 12:01:25 +00:00
Sandro Jäckel c63692d89a
sqlcipher: compile with zlib, readline and tcl support by default 2021-10-26 13:34:05 +02:00
Oleksii Filonenko 838f818f7b
Merge pull request #142878 from teutat3s/update/packet-cli-to-metal-cli
packet-cli: 0.5.0 -> metal-cli 0.6.0
2021-10-26 12:49:23 +03:00
Sandro 52abab8c90
Merge pull request #141918 from sternenseemann/remove-fluidsynth-1 2021-10-26 11:34:35 +02:00
06kellyjac ea06d20e14 snowcat: init at 0.1.3 2021-10-26 09:30:29 +01:00
github-actions[bot] e5fe4acb71
Merge staging-next into staging 2021-10-26 06:01:35 +00:00
github-actions[bot] 7e0da80ec9
Merge master into staging-next 2021-10-26 06:01:02 +00:00
IvarWithoutBones 5e01edf2d2 alttpr-opentracker: init at 1.8.2 2021-10-26 07:00:52 +02:00
Ryan Burns 30f73c6493
Merge pull request #141659 from sikmir/gmid
gmid: init at 1.7.5
2021-10-25 19:18:11 -07:00
P. R. d. O 4f25697acf pocket-casts: init at 0.5.0 2021-10-26 10:28:22 +09:00
Bobby Rong e26214dd6c
xdg-desktop-portal-pantheon: init at 1.0.0 2021-10-26 08:35:22 +08:00
github-actions[bot] 47ad670e14
Merge staging-next into staging 2021-10-26 00:02:18 +00:00
github-actions[bot] 0753497619
Merge master into staging-next 2021-10-26 00:01:40 +00:00
sternenseemann 45b312013e fluidsynth_1: remove at 1.1.11
* FluidSynth 1.1.11 was kept around as a dependency of some packages
  that hadn't yet adjusted to API breakages. All of these packages now
  use FluidSynth 2.x, so fluidsynth_1 can be removed. It has been broken
  ever since glib was updated to 2.70 and was affected by an unpatched
  CVE.

* Refactor expression a bit, use pname instead of name.

* Add changelog entry in case someone was using this downstream
  (accidentally?).

Fixes #141508.
Fixes #124624.
2021-10-26 01:56:17 +02:00
uniquepointer 14c8bf8743 Maintainers: Add uniquepointer 2021-10-25 18:04:41 -05:00
uniquepointer fc25fa882e your-editor: init at 1203 2021-10-25 18:04:22 -05:00
teutat3s 36587c22b3
packet-cli: 0.5.0 -> metal-cli v0.6.0 2021-10-26 00:48:35 +02:00
Martin Weinelt a47e0a6554 Merge remote-tracking branch 'origin/master' into staging-next 2021-10-25 21:03:48 +02:00
github-actions[bot] 45203fdd86
Merge staging-next into staging 2021-10-25 18:02:02 +00:00
lucasew cc0ac2c9d4 cisco-packet-tracer: init at 7.3.1 and 8.0.1
Signed-off-by: lucasew <lucas59356@gmail.com>
2021-10-25 14:46:52 -03:00
Jan Solanti b65f74fd98 pipewire-media-session: init at 0.4.0 2021-10-25 20:34:40 +03:00
Bruno Bigras 1a83d487b7 graphql-client: init at 0.10.0
Co-authored-by: figsoda <figsoda@pm.me>
2021-10-25 13:15:37 -04:00
Martin Weinelt 3db3126016
Merge pull request #142836 from happysalada/staging-next 2021-10-25 15:33:59 +02:00
happysalada d008d01cce coreutils: use version 8 for darwin 2021-10-25 22:26:03 +09:00
github-actions[bot] a16b1b54b3
Merge staging-next into staging 2021-10-25 12:02:08 +00:00
github-actions[bot] 0336295c41
Merge master into staging-next 2021-10-25 12:01:31 +00:00
Mikael Voss fb4c3dec25
linux-manual: init at 5.14.14 2021-10-25 12:35:33 +02:00
Artturi 44403b728b
patchutils: add 0.4.2 variant + remove meta.executable + enable tests + fix inter-dependencies by wrapping (#141567) 2021-10-25 13:13:22 +03:00
illustris ee1fd49ebe hadoop: 2->3
- Make hadoop 3 the default hadoop package
- hadoop_3 -> 3.3.1
- hadoop_3_2 -> 3..2.2
- hadoop_2 -> 2.10.1
2021-10-25 16:30:19 +09:00
Nikolay Korotkiy aa52a861a0
gmid: init at 1.7.5 2021-10-25 10:01:09 +03:00
github-actions[bot] 71de656d73
Merge staging-next into staging 2021-10-25 06:02:04 +00:00
github-actions[bot] 0386c26190
Merge master into staging-next 2021-10-25 06:01:29 +00:00
Steven Roose 5729103df3 peertube: init at 3.4.1
Co-authored-by: Izorkin <izorkin@elven.pw> # maybe as the author of this commit seems to be Steven
Co-authored-by: Moritz Hedtke <Moritz.Hedtke@t-online.de>
Co-authored-by: Steven Roose <steven@stevenroose.org>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Co-authored-by: Ismaël Bouya <ismael.bouya@normalesup.org>
2021-10-25 13:12:30 +09:00
Mario Rodas 0571aa4053
Merge pull request #142676 from marsam/init-storrent
storrent: init at 2021-10-10
2021-10-24 22:11:14 -05:00
ornxka 3109dcbfb9 aliyun-cli: init at 3.0.94 2021-10-24 23:11:07 -04:00
happysalada 6f20d8efd4 meilisearch: 0.21.1 -> 0.23.1 2021-10-25 12:06:34 +09:00
github-actions[bot] b838d814f0
Merge staging-next into staging 2021-10-25 00:02:07 +00:00
github-actions[bot] 24cfffaa7a
Merge master into staging-next 2021-10-25 00:01:32 +00:00
Maximilian Bosch e1e15974f8
nextcloud20: drop
The version 20 of Nextcloud will be EOLed by the end of this month[1].

Since the recommended default (that didn't raise an eval-warning) on
21.05 was Nextcloud 21, this shouldn't affect too many people.

In order to ensure that nobody does a (not working) upgrade across
several major-versions of Nextcloud, I replaced the derivation of
`nextcloud20` with a `throw` that provides instructions how to proceed.

The only case that I consider "risky" is a setup upgraded from 21.05 (or
older) with a `system.stateVersion` <21.11 and with
`services.nextcloud.package` not explicitly declared in its config. To
avoid that, I also left the `else-if` for `stateVersion < 21.03` which
now sets `services.nextcloud.package` to `pkgs.nextcloud20` and thus
leads to an eval-error. This condition can be removed
as soon as 21.05 is EOL because then it's safe to assume that only
21.11. is used as stable release where no Nextcloud <=20 exists that can
lead to such an issue.

It can't be removed earlier because then every `system.stateVersion <
21.11` would lead to `nextcloud21` which is a problem if `nextcloud19`
is still used.

[1] https://docs.nextcloud.com/server/20/admin_manual/release_schedule.html
2021-10-25 01:34:47 +02:00
Anderson Torres 47a8fe3ac2
Merge pull request #142709 from AndersonTorres/new-kotlin-native
kotlin-native: init at 1.5.31
2021-10-24 20:11:19 -03:00
Ryan Burns be28d932a3
Merge pull request #141044 from JoshuaFern/dosbox-staging
dosbox-staging: init at 0.77.1
2021-10-24 16:10:58 -07:00
Maximilian Bosch 02bce71cab
mtrace: init at 2.33-50
`mtrace(1)` is a small Perl script that interprets and provides
human-readable output for `malloc(3)` traces.

Even though this is actually part of `glibc` itself I decided to place
this into its own package. The main reason for this is that this script
has a runtime dependency on Perl which would complicate `stdenv`
bootstrapping since we'd have to compile another Perl that doesn't depend on
the bootstrap tools that is used as runtime dependency for the
stage2 glibc.

Since this is only a dev/debugging tool, splitting this up seemed like a
reasonable choice to me.

On a leaking C program, this can be used like this:

    $ env MALLOC_TRACE=$(pwd)/trace ./a.out
    $ ./result/bin/mtrace ./trace

    Memory not freed:
    -----------------
               Address     Size     Caller
    0x0000000001875690      0x4  at 0x401151

Closes #141924
2021-10-25 01:01:29 +02:00
Doron Behar 27710dca71
Merge pull request #141264 from linsui/jami_ 2021-10-24 20:36:33 +00:00
Jan Tojnar 95c14e3fec
Merge pull request #142724 from jtojnar/gupnp
gupnp/dleyna updates
2021-10-24 21:02:14 +02:00
linsui 6c7a6bf895 jami: init 20211005.2.251ac7d
Co-authored-by: doronbehar <doron.behar@gmail.com>
2021-10-24 21:54:51 +03:00
github-actions[bot] 260ccf163b
Merge staging-next into staging 2021-10-24 18:01:32 +00:00
github-actions[bot] ceea0e5f2a
Merge master into staging-next 2021-10-24 18:00:57 +00:00
rembo10 c7788a8fec
barman: 2.12 -> 2.15 (#142098)
Co-authored-by: rembo10 <rembo10@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-24 18:31:35 +02:00
Sandro 7fdeceecd0
Merge pull request #142371 from FedX-sudo/master 2021-10-24 18:31:19 +02:00
Sandro 062469fd09
Merge pull request #140309 from OPNA2608/init/gkraken/21.11 2021-10-24 18:28:57 +02:00
Merlin Göttlinger 5274c92d72
urbackup-client: init at 2.4.11 (#140504)
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-10-24 18:27:07 +02:00
fedx-sudo 3efb07b9cc quickemu: init at 2.2.6
quickemu: init at 2.2.6

quickemu: init at 2.2.6

Added quickemu to nixpkgs

quickemu: init at 2.2.6

quickemu: init at 2.2.6

remove bad merge files

quickemu: init at 2.2.6

quickemu: init at 2.2.6

quickemu: init at 2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy. quickemu: init at
2.2.6

refactor default.nix for better readability/efficancy.

Update pkgs/development/quickemu/default.nix

Co-authored-by: Bruno Bigras <bigras.bruno@gmail.com>

Update pkgs/development/quickemu/default.nix

Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>

quickemu: init at 2.2.6

quickemu: init at 2.2.6

Update pkgs/development/quickemu/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/development/quickemu/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/development/quickemu/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/development/quickemu/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/development/quickemu/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

quickemu: init at 2.2.6
2021-10-24 08:53:11 -06:00
linsui ef9b6b9cd0 ring-daemon: remove 2021-10-24 22:30:04 +08:00