3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

335493 commits

Author SHA1 Message Date
qbg b5b4a6ac4f
mathematica: Install desktop items (#147641) 2021-12-02 15:17:23 +02:00
Artturi ee00acc317
Merge pull request #148270 from Artturin/snappyreenable 2021-12-02 15:10:58 +02:00
Artturin a810f7676c snappy: add patch to re-enable RTTI 2021-12-02 14:23:18 +02:00
Vincent Laporte d24027a684 coqPackages.coqprime: 8.12 → 8.14.1 2021-12-02 13:16:44 +01:00
github-actions[bot] a68e0fdca5
Merge master into staging-next 2021-12-02 12:01:12 +00:00
Damien Cassou 1304435f48
i3: 4.20 -> 4.20.1 (#148253)
https://github.com/i3/i3/blob/next/RELEASE-NOTES-4.20.1
2021-12-02 12:55:38 +01:00
zowoq 160682f348 terraform-providers: sort
Merged ba798538d0 out of order.
2021-12-02 21:17:46 +10:00
zowoq fbdfa32356 terraform-providers.vault: 3.0.0 -> 3.0.1 2021-12-02 21:17:46 +10:00
zowoq d871541f06 terraform-providers.nomad: 1.4.15 -> 1.4.16 2021-12-02 21:17:46 +10:00
zowoq d5a8b6e063 terraform-providers.kubernetes: 2.6.1 -> 2.7.0 2021-12-02 21:17:46 +10:00
zowoq 5dd8c34e3b terraform-providers.github: 4.18.0 -> 4.18.2 2021-12-02 21:17:46 +10:00
misuzu 38f9e483a5 zerotierone: 1.8.3 -> 1.8.4 2021-12-02 11:06:12 +00:00
sterni fdef8095fd
Merge pull request #148209 from sternenseemann/doDistribute-all-platforms
haskell.lib{,.compose}.doDistribute: default to lib.platforms.all
2021-12-02 11:54:12 +01:00
Dmitry Kalinkin e5690827b5
python3Packages.pyarrow: fix darwin build for when a build flag is false
nix-repl> with import <nixpkgs> {}; stdenv.mkDerivation { name="test"; true = true; false = false; }
«derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv»

nix show-derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv | grep -E '(true|false)'
      "false": "",
      "true": "1"

  File "setup.py", line 77, in strtobool
    raise ValueError("invalid truth value %r" % (val,))
ValueError: invalid truth value ''
2021-12-02 05:32:11 -05:00
Maximilian Bosch 2d02482582
clipman: 1.6.0 -> 1.6.1
ChangeLog: https://github.com/yory8/clipman/releases/tag/v1.6.1
2021-12-02 11:28:15 +01:00
sternenseemann 6496069dda haskell.lib{,.compose}.doDistribute: default to lib.platforms.all
This reflects the default value set in generic-builder.nix, following
the reasoning that GHC can cross-compile and we assume that packages are
generally portable.
2021-12-02 11:27:12 +01:00
Maciej Krüger e9e53499b2
Merge pull request #148237 from AdsonCicilioti/flat-remix-gtk-v20211130 2021-12-02 11:21:55 +01:00
Jörg Thalheim c8fa6a43f4
Merge pull request #148251 from Mic92/qemu
qemu: fix darwin build
2021-12-02 10:21:00 +00:00
Manuel Bärenz b0dd0c134f
Merge pull request #147001 from turion/dev_add_csvdiff
csvdiff: Init at 1.4.0
2021-12-02 11:03:49 +01:00
Anund f524d70519 mcomix: fix invalid .desktop icon name
The postInstall step for this package copies an icon to the hicolor icon
theme under the name mcomix3.png (${pname}). The applications
mcomix.desktop references the icon by Icon=mcomix. The means the copied
icon ends up with the "wrong" filename making lookup following the xdg
standard break. This change updates the icon reference in the .desktop
file to match what is currently being installed.
2021-12-02 20:50:49 +11:00
adisbladis fafe9a8d04
Merge pull request #148236 from Vonfry/emacs/remove-org-elpa
emacsPackages.orgPackages: deprecated
2021-12-02 01:43:22 -08:00
Arthur Gautier ba798538d0
terraform-providers.dhall: init at 0.0.1 2021-12-02 19:36:16 +10:00
Manuel Bärenz 28731a2d43 csvdiff: Init at 1.4.0 2021-12-02 10:29:09 +01:00
Jacek Galowicz 58371472fe
Merge pull request #146512 from DeterminateSystems/better-visibility
nixos/test-driver: more context when step finishes, give more functions nested labels
2021-12-02 09:26:21 +00:00
Mario Rodas 6cdb3ec438
Merge pull request #147343 from chvp/bump-ruby
ruby: 2.7.4 -> 2.7.5, 3.0.2 -> 3.0.3
2021-12-02 04:24:33 -05:00
Jörg Thalheim 56ea0c9308 qemu: fix darwin build 2021-12-02 09:55:00 +01:00
Jörg Thalheim 82470faf7d nixpkgs-review: 2.6.3 -> 2.6.4 2021-12-02 09:45:44 +01:00
Jörg Thalheim 8ad2c0423e
Merge pull request #148244 from devins2518/bunnyfetch-update
bunnyfetch: unstable-2021-06-19 -> 0.2.0
2021-12-02 08:44:51 +00:00
Sascha Grunert 089fdb8dfa
libbpf: 0.5.0 -> 0.6.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-02 09:28:23 +01:00
Vonfry 932ab304f0
emacsPackages.orgPackages: deprecated
org elpa is deprecated and moved into gnu elpa and nongnu elpa.

link: nix-community/emacs-overlay#191
2021-12-02 16:16:59 +08:00
Jörg Thalheim 56cbe42f16
Merge pull request #148238 from rmcgibbo/rdkit
python3Packages.rdkit: fix on aarch64-darwin
2021-12-02 08:14:59 +00:00
Nikolay Korotkiy cf6fc1fd17 podman-compose: 2021-05-18 → 0.1.8 2021-12-02 18:11:09 +10:00
Fabian Affolter 352a3d7538
Merge pull request #148115 from fabaff/bump-twitterapi
python3Packages.twitterapi: 2.7.7 -> 2.7.9.1
2021-12-02 09:00:27 +01:00
Fabian Affolter 2cf0ce4a9b
Merge pull request #148123 from fabaff/bump-pre-commit
python3Packages.pre-commit: 2.15.0 -> 2.16.0
2021-12-02 09:00:15 +01:00
Fabian Affolter 0aa7ce468c
Merge pull request #148128 from fabaff/bump-md-toc
python3Packages.md-toc: 8.0.1 -> 8.1.0
2021-12-02 09:00:03 +01:00
Fabian Affolter 63d559d005
Merge pull request #148129 from fabaff/bump-mypy-boto3-s3
python3Packages.mypy-boto3-s3: 1.20.12 -> 1.20.17
2021-12-02 08:59:50 +01:00
Fabian Affolter 4b8cc9e9b8
Merge pull request #148134 from fabaff/bump-kubeval
kubeval: 0.16.0 -> 0.16.1
2021-12-02 08:59:39 +01:00
Fabian Affolter d560858a03
Merge pull request #148198 from fabaff/bump-tailscale
python3Packages.tailscale: 0.1.2 -> 0.1.3
2021-12-02 08:59:27 +01:00
Fabian Affolter 42d5c58081
Merge pull request #148199 from fabaff/bump-cloudsplaining
python3Packages.cloudsplaining: 0.4.6 -> 0.4.8
2021-12-02 08:59:15 +01:00
Fabian Affolter 7c30df936e
Merge pull request #148204 from fabaff/bump-vehicle
python3Packages.vehicle: 0.2.0 -> 0.2.2
2021-12-02 08:59:02 +01:00
Fabian Affolter 932c97df12
Merge pull request #148206 from fabaff/open-meteo
python39Packages.open-meteo: init at 0.2.0
2021-12-02 08:58:50 +01:00
Ryan Burns ac9ad0a998
Merge pull request #148240 from hjones2199/adopt-multi
adopt multiple packages
2021-12-01 23:34:28 -08:00
github-actions[bot] 9c2a129ba1
Merge master into staging-next 2021-12-02 06:01:11 +00:00
Vincent Bernat 41304a957c lldpd: 1.0.11 -> 1.0.13
Also update the homepage.
2021-12-02 06:47:04 +01:00
Adson Cicilioti 9487f3aeba pop-icon-theme: 2020-03-04 -> 2021-11-17 2021-12-02 02:40:11 -03:00
Devin Singh 559edc0359
bunnyfetch: unstable-2021-06-19 -> 0.2.0 2021-12-01 23:08:43 -06:00
Bobby Rong 70b7a52406
Merge pull request #148212 from dali99/update_hydrus2
hydrus: 463 -> 464
2021-12-02 12:43:48 +08:00
7c6f434c 7448627de9
Merge pull request #148170 from ninjin/julia-bin_17
Julia changes related to the release of 1.7.0
2021-12-02 04:24:17 +00:00
Adson Cicilioti 552f9ca765 flat-remix-icon-theme: 20200710 -> 20211106 2021-12-02 01:24:12 -03:00
Bobby Rong 883aea3fae
Merge pull request #148196 from jbedo/fastp
fastp: 0.23.1 -> 0.23.2
2021-12-02 12:19:05 +08:00