3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

372194 commits

Author SHA1 Message Date
adisbladis 5eb9d9e284 emacs.pkgs.ement: unstable-2021-10-08 -> unstable-2022-04-22 2022-04-24 12:27:22 +12:00
Artturi 5fa2c38a48
Merge pull request #170009 from kira-bruneau/hubstaff
hubstaff: don't include updateScript in derivation
2022-04-24 03:01:36 +03:00
Mario Rodas 6132e7cf97
Merge pull request #169930 from marsam/update-watchexec
watchexec: 1.17.1 -> 1.19.0
2022-04-23 18:30:04 -05:00
Thiago Kenji Okada 69def51962
Merge pull request #169343 from thiagokokada/fix-cc
lvm2: fix static compilation;  mesa: disable withValgrind if valgrind-light is marked as broken
2022-04-24 00:01:53 +01:00
Linus Heckemann c85bc19cdf
Merge pull request #169303 from emccorson/fix/add-copy-system-config
nixos/tools: add copySystemConfiguration to configuration file template
2022-04-24 00:01:00 +02:00
Fabian Affolter 3bc04c3e9d
Merge pull request #170012 from fabaff/marshmallow-dataclass-bump
python3Packages.marshmallow-dataclass: 8.5.3 -> 8.5.5
2022-04-24 00:00:49 +02:00
ajs124 c0fae1093d
Merge pull request #155151 from elohmeier/wvkbd
wvkbd: init at 0.7
2022-04-23 22:45:17 +01:00
Fabian Affolter 6e3f9459e3
Merge pull request #169992 from fabaff/bump-pynetdicom
python3Packages.pynetdicom: 2.0.1 -> 2.0.2
2022-04-23 23:38:00 +02:00
Fabian Affolter c157bf1222
Merge pull request #170010 from fabaff/seventeentrack-bump
python3Packages.seventeentrack: 2022.04.4 -> 2022.04.5
2022-04-23 23:32:12 +02:00
ajs124 30b665175c
Merge pull request #169732 from interruptinuse/rawtherapee-glibc-malloc
rawtherapee: Fix glibc-2.34 malloc build error
2022-04-23 22:27:25 +01:00
Guillaume Girol faacd1b270
Merge pull request #166611 from symphorien/ihm-flake-talisman
python310Packages.flask-talisman: 0.8.1 -> 1.0.0
2022-04-23 21:09:54 +00:00
Fabian Affolter a14121209e python3Packages.marshmallow-dataclass: 8.5.3 -> 8.5.5 2022-04-23 23:08:12 +02:00
Fabian Affolter 5aab7a2bab python3Packages.can: add missing input 2022-04-23 23:04:12 +02:00
Artturi 1dbebda5c1
Merge pull request #169981 from ivanbrennan/rover-0.5.1
rover: 0.4.8 -> 0.5.1
2022-04-24 00:01:18 +03:00
Fabian Affolter d400817726 python3Packages.seventeentrack: 2022.04.4 -> 2022.04.5 2022-04-23 22:59:15 +02:00
Kira Bruneau 2347b14150 hubstaff: don't include updateScript in derivation
`updateScript` shouldn't be included in the derivation because it
isn't needed as part of the build process.
2022-04-23 16:56:10 -04:00
Fabian Affolter bafe6ab889 python3Packages.pynetdicom: 2.0.1 -> 2.0.2 2022-04-23 22:42:09 +02:00
maxine [they] c8c2bbb27f
Merge pull request #167789 from r-ryantm/auto-update/icingaweb2
icingaweb2: 2.10.0 -> 2.10.1
2022-04-23 22:29:24 +02:00
maxine [they] 84904e9ea0
Merge pull request #168062 from r-ryantm/auto-update/thanos
thanos: 0.25.1 -> 0.25.2
2022-04-23 22:29:09 +02:00
piegames 67080603da
Merge pull request #168981: gnomeExtensions: improve update script 2022-04-23 22:20:24 +02:00
adisbladis 7f02ff006e
Merge pull request #150239 from pimeys/emacs-tree-sitter/link-grammars
emacsPackages.tree-sitter: fix grammar/native executor
2022-04-24 03:08:38 +07:00
R. Ryantm 3b5115cb11 umockdev: 0.17.7 -> 0.17.8 2022-04-23 22:03:32 +02:00
Lassulus 4441cd9c54
Merge pull request #169902 from icelimetea/polymc-1.2.1
polymc: 1.1.1 -> 1.2.1
2022-04-23 20:46:30 +01:00
adisbladis daee75e5b3 emacs.pkgs.tree-sitter-langs: Make language plugins configurable
By using an expression like:
``` nix
emacs.pkgs.tree-sitter-langs.passthru.withPlugins (p: [ p.tree-sitter-agda ])
```
2022-04-24 07:44:40 +12:00
adisbladis b4f90318fe emacs.pkgs.tree-sitter-langs: Create script to keep grammars up to date with upstream defaults 2022-04-24 07:35:00 +12:00
adisbladis b15c703495 emacs.pkgs.tree-sitter-langs: Use grammars from nixpkgs and sources from melpa 2022-04-24 07:19:15 +12:00
adisbladis 00af59359f emacs.pkgs.tsc: 0.16.1 -> 0.18.0
Use auto-updater JSON
2022-04-24 07:19:15 +12:00
adisbladis 028a934896 emacs.pkgs.tsc: Add update script 2022-04-24 07:19:15 +12:00
adisbladis 2c61820661 emacs.pkgs.tsc/tree-sitter-langs: Remove rec from derivations
These are not required.
2022-04-24 07:19:15 +12:00
adisbladis 4567405cd4 emacs.pkgs.tsc: Remove with from top-level scope
This is a huge anti-pattern that makes it next to impossible to know
which attrset is providing which attr and it's very easy to make mistakes.

Case in point: This package didn't properly scope `lib.maintainers`.
2022-04-24 07:19:15 +12:00
Julius de Bruijn 48b6b19970 emacsPackages.tree-sitter: fix grammar/native executor 2022-04-24 07:19:15 +12:00
Michael Weiss 83a60b655e
Merge pull request #169852 from primeos/chromiumDev
chromiumDev: 102.0.4997.0 -> 102.0.5005.12
2022-04-23 20:55:07 +02:00
Robert T. McGibbon 9a510e0424 python3Packages.hyppo: fix build 2022-04-23 11:28:22 -07:00
Fabian Affolter 20c39d5741 python3Packages.aiolifx fix typo 2022-04-23 11:26:56 -07:00
Fabian Affolter 6fbd7f1c04 python3Packages.aiolifx: disable on older Python releases 2022-04-23 11:26:56 -07:00
R. Ryantm cb536356ee python310Packages.aiolifx: 0.7.1 -> 0.8.0 2022-04-23 11:26:56 -07:00
R. Ryantm f420bdcc83 python310Packages.azure-synapse-artifacts: 0.12.0 -> 0.13.0 2022-04-23 11:26:01 -07:00
R. Ryantm c553acd27f python310Packages.deezer-python: 5.2.0 -> 5.3.0 2022-04-23 11:23:52 -07:00
Fabian Affolter 9d5bd0bc2f python3Packages.archinfo: remove unused input 2022-04-23 11:22:08 -07:00
Fabian Affolter ecc7c9533c python3Packages.cle: 9.2.1 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter fa46564ddf python3Packages.ailment: 9.2.1 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter 9f78c17798 python3Packages.angrop: 9.1.12332 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter 95762cc16f python3Packages.angr: 9.1.12332 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter f8d729492a python3Packages.claripy: 9.1.12332 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter acb32c13e4 python3Packages.pyvex: 9.1.12332 -> 9.2.1 2022-04-23 11:22:08 -07:00
Fabian Affolter ad046a0c97 python3Packages.archinfo: 9.1.12332 -> 9.2.1 2022-04-23 11:22:08 -07:00
superherointj 2928efa640 python3Packages.glad: init 0.1.36 2022-04-23 11:18:55 -07:00
Robert T. McGibbon 54e12e9953 python3Packages.pillow-simd: 7.0.0.post3 -> 9.0.0.post1 2022-04-23 11:18:43 -07:00
Robert T. McGibbon 96d3a705b8 python3Packages.hmmlearn: fix build 2022-04-23 11:15:36 -07:00
Robert T. McGibbon 42282ebb76 python3Packages.geopandas: fix tests 2022-04-23 11:13:18 -07:00