3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

30857 commits

Author SHA1 Message Date
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
github-actions[bot] bc30d1eb34
Merge master into staging-next 2021-01-03 00:56:46 +00:00
Milan 3b7d783cb0
coreboot-utils: 4.12 -> 4.13 (#108254) 2021-01-03 00:27:49 +01:00
ajs124 e78177e55e
Merge pull request #107597 from helsinki-systems/upd/xfsprogs
xfsprogs: 4.19 -> 5.10
2021-01-02 23:55:09 +01:00
Robert Helgesson 17136f61d5
trash-cli: 0.20.11.23 -> 0.20.12.26 2021-01-02 23:07:56 +01:00
Charles Duffy 854096fa4f
ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 (#108182)
Replace unmaintained/broken upstream ttyrec with a maintained, compatible fork
2021-01-02 19:20:31 +00:00
github-actions[bot] 67638a5bec
Merge master into staging-next 2021-01-02 18:37:38 +00:00
Maximilian Bosch 097cd34db0
Merge pull request #108126 from Ma27/cleanup-maintained-pkgs
treewide: remove maintainership of `ma27` from a few packages
2021-01-02 18:58:26 +01:00
ajs124 a2267f6341 xfsprogs: 4.19 -> 5.10 2021-01-02 18:45:22 +01:00
github-actions[bot] ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00: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
Frederik Rietdijk e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +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
Dennis Gosnell 3080f1bd77
Merge pull request #86599 from pacien/ldgallery-init
ldgallery: init at 2.0
2021-01-02 11:08:36 +09: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
Tim Steinbach 116b2a040d
awscli: 1.18.206 -> 1.18.207 2021-01-01 16:52:09 -05:00
Maximilian Bosch e7d1be840c
treewide: remove maintainership of ma27 from a few packages
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.

SuperSandro2000 will take care of a few packages[1].

[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01 19:48:01 +01:00
github-actions[bot] 0eb369d907
Merge staging-next into staging 2021-01-01 18:39:12 +00:00
github-actions[bot] c0a9361687
Merge master into staging-next 2021-01-01 18:39:09 +00:00
Jonas Chevalier 1996ff7d42
direnv: 2.25.1 -> 2.27.0 (#108125) 2021-01-01 08:39:41 -08:00
pacien 0f005c2132 ldgallery: init at 2.0 2021-01-01 16:30:48 +01:00
Martin Weinelt 5bcc26338d
Merge pull request #108027 from Mic92/kaldi
kaldi: init at 2020-12-26
2021-01-01 14:42:55 +01:00
github-actions[bot] f1df516121
Merge staging-next into staging 2021-01-01 12:25:55 +00:00
github-actions[bot] 0fe33caad3
Merge master into staging-next 2021-01-01 12:25:52 +00:00
Robert Helgesson bd970a5e17 jwt-cli: 3.2.1 -> 3.3.0 2021-01-01 12:03:13 +01:00
Jörg Thalheim e03e3c5fad
kaldi: init at 2020-12-26
State-of-the-art speech-to-text engine - used in rhasspy

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-01 11:07:37 +01:00
Frederik Rietdijk 3f08495212
Merge pull request #108022 from siraben/cmake-native-build-inputs
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 10:54:25 +01:00
github-actions[bot] 645e99f891
Merge staging-next into staging 2021-01-01 06:22:43 +00:00
github-actions[bot] 8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Sandro 027b3b478e
Merge pull request #107811 from llathasa-veleth/master 2021-01-01 02:27:26 +01:00
Sandro 0acc36357a
Merge pull request #86943 from IvarWithoutBones/betterdiscord
betterdiscordctl: init at 1.7.0
2021-01-01 02:05:01 +01:00
github-actions[bot] 54ab07c1fe
Merge staging-next into staging 2021-01-01 00:56:17 +00:00
github-actions[bot] 999c670119
Merge master into staging-next 2021-01-01 00:56:14 +00:00
Lassulus 915ad2e9d8
Merge pull request #107306 from rissson/pkgs-netdata-1.28.0
netdata: 1.26.0 -> 1.28.0
2021-01-01 01:17:05 +01:00
Lassulus e9aaacd7ae
Merge pull request #107311 from 06kellyjac/trivy
trivy: 0.14.0 -> 0.15.0
2021-01-01 01:08:04 +01:00
Sandro 819694aced
Merge pull request #107861 from dbirks/add-microplane
microplane: init at 0.0.25
2020-12-31 23:45:29 +01:00
Sandro f6251a5f55
Merge pull request #107876 from fabaff/wad 2020-12-31 21:58:20 +01:00
David Birks bd287c9d88
microplane: init at 0.0.25 2020-12-31 14:34:59 -05:00
Florian Klink 31999436da nix: fix closure bloat on nix
The conditional preventing closure bloat unfortunately didn't apply for
the `nix` attribute, which is at 2.3.10 (not 2.4.*, what this did check
for).

Due to the somewhat funny 2.4pre* version strings used for nixUnstable
not being understood by lib.versionOlder, we also need to explicitly add
a check for that.
2020-12-31 20:06:34 +01:00
github-actions[bot] a6f7ba3752
Merge staging-next into staging 2020-12-31 18:42:44 +00:00
github-actions[bot] 5dffe03f30
Merge master into staging-next 2020-12-31 18:42:41 +00:00
Pavol Rusnak 72653c1761
Merge pull request #108052 from prusnak/ghidra
ghidra: 9.2 -> 9.2.1
2020-12-31 18:56:34 +01:00
Fabian Affolter 21b8aaa7ad wad: init at 0.4.6 2020-12-31 17:44:36 +01:00
Pavol Rusnak 688bf1f56c ghidra: 9.2 -> 9.2.1
+ enable on x86_64-darwin
2020-12-31 16:06:54 +01:00
Frederik Rietdijk f3b4ae8402 Merge staging-next into staging 2020-12-31 13:29:55 +01:00
Frederik Rietdijk e823016e66 Merge master into staging-next 2020-12-31 13:29:32 +01:00
Markus Kowalewski 6fb9dd842c
snapper: 0.8.14 -> 0.8.15 2020-12-31 12:33:30 +01:00
Daniël de Kok 67a10c88bb buildRustPackage: add cargoHash for SRI hashes of vendored deps
`buildRustPackage` currently accepts `cargoSha256` as a hash for
vendored dependencies. This change adds `cargoHash` which accepts SRI
hashes, setting `outputHashAlgo` to `null`.

The hash mismatch message still uses `cargoSha256` as an example,
which it probably should until we completely switch to SRI hashes.
2020-12-31 11:18:11 +01:00