1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-17 18:34:41 +00:00
Commit graph

9051 commits

Author SHA1 Message Date
github-actions[bot] 3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Sandro 70833ffb71
Merge pull request #118385 from dotlambda/clickclack-init
clickclack: init at 0.1.1
2021-04-03 18:12:57 +02:00
Frederik Rietdijk 94fa194b9f
Merge pull request #117593 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-04-03 18:01:09 +02:00
Fabian Affolter 83fdc0c454
Merge pull request #118200 from r-ryantm/auto-update/chezmoi
chezmoi: 2.0.5 -> 2.0.7
2021-04-03 17:51:08 +02:00
Frederik Rietdijk 5bba64adac i3minator: use python3 2021-04-03 17:06:09 +02:00
github-actions[bot] bc845e51f0
Merge master into staging-next 2021-04-03 12:06:14 +00:00
WSchnee dcbcfae56e
ytfzf: 1.1.1 -> 1.1.2 (#118393)
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
2021-04-03 13:59:27 +02:00
Robert Schütz 3bbb11e0e5 clickclack: init at 0.1.1 2021-04-03 11:04:51 +02:00
Gabriel Ebner 990196a381
Merge pull request #118362 from gebner/ddcutil-warning
ddcutil: use nixos paths for kernel modules
2021-04-03 08:10:49 +02:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Nicolas Martin d80e1d2473
duf: 0.6.0 -> 0.6.2 2021-04-03 01:18:16 +02:00
Gabriel Ebner fcea555222 ddcutil: use nixos paths for kernel modules 2021-04-02 22:52:36 +02:00
github-actions[bot] b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
Sandro 383c8f9090
Merge pull request #118286 from xdHampus/quich 2021-04-02 19:13:11 +02:00
xdHampus 0d5bb58c52 quich: init at 3.1.0 2021-04-02 15:58:52 +00:00
Sandro 63c72acab0
Merge pull request #118247 from happysalada/vector_update 2021-04-02 17:30:26 +02:00
github-actions[bot] 636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
happysalada e765f20ffb vector: update 12.1 -> 12.2 2021-04-02 07:57:19 +09:00
happysalada 1c32aa3516 vector: formatted with nixpkgs-fmt 2021-04-02 07:55:53 +09:00
Maximilian Bosch adc0ad268c
diffoscope: 166 -> 171
ChangeLog:
* https://diffoscope.org/news/diffoscope-171-released/
* https://diffoscope.org/news/diffoscope-170-released/
* https://diffoscope.org/news/diffoscope-169-released/
* https://diffoscope.org/news/diffoscope-168-released/
* https://diffoscope.org/news/diffoscope-167-released/
2021-04-01 22:35:31 +02:00
github-actions[bot] 78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Daniel Nagy 88b18be56d
fzf: add changelog 2021-04-01 17:59:49 +02:00
github-actions[bot] 85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
Sandro a0fb7cbc4c
Merge pull request #118235 from r-ryantm/auto-update/nix-direnv
nix-direnv: 1.2.3 -> 1.2.4
2021-04-01 17:28:59 +02:00
Ryan Mulligan b4919ea6cf
Merge pull request #118216 from r-ryantm/auto-update/goreleaser
goreleaser: 0.161.1 -> 0.162.0
2021-04-01 06:33:24 -07:00
R. RyanTM fde16c9112 nix-direnv: 1.2.3 -> 1.2.4 2021-04-01 11:51:02 +00:00
R. RyanTM a3d5c88915 goreleaser: 0.161.1 -> 0.162.0 2021-04-01 09:03:34 +00:00
zowoq eb0980855d youtube-dl: 2021.03.31 -> 2021.04.01
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.01
2021-04-01 16:19:44 +10:00
R. RyanTM 0ef6a0ac06 chezmoi: 2.0.5 -> 2.0.7 2021-04-01 06:19:30 +00:00
github-actions[bot] ebc5b12a40
Merge staging-next into staging 2021-04-01 06:05:50 +00:00
Ryan Mulligan d0986f8943
Merge pull request #118102 from r-ryantm/auto-update/tmux-xpanes
tmux-xpanes: 4.1.2 -> 4.1.3
2021-03-31 20:25:59 -07:00
github-actions[bot] b152812791
Merge staging-next into staging 2021-04-01 00:15:44 +00:00
Pascal Bach 6ccc27d216
Merge pull request #117654 from r-ryantm/auto-update/plantuml
plantuml: 1.2021.2 -> 1.2021.3
2021-03-31 22:15:26 +02:00
volth 7d252394cc
rrdtool: add passthru.perlModule
... so it can be used in `perl.withPackages`

A bit tricky though, because rrdtool is not in `perlPackages`
```nix
perl.withPackages(p: [ (rrdtool.override{ inherit (p) perl; }) ])
```
2021-03-31 21:35:38 +02:00
rnhmjoj 61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot] 4da7569841
Merge staging-next into staging 2021-03-31 12:06:29 +00:00
Frederik Rietdijk 9b9e9cff00
Merge pull request #117015 from NixOS/staging-next
Staging next
2021-03-31 12:42:19 +02:00
Fabian Affolter 6cd0a4baf0
Merge pull request #118035 from r-ryantm/auto-update/chezmoi
chezmoi: 2.0.4 -> 2.0.5
2021-03-31 09:14:51 +02:00
github-actions[bot] cb1554f24c
Merge staging-next into staging 2021-03-31 00:12:32 +00:00
github-actions[bot] 4ba71fb819
Merge master into staging-next 2021-03-31 00:12:29 +00:00
zowoq 124564d5d2 youtube-dl: 2021.03.25 -> 2021.03.31
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.31
2021-03-31 06:32:00 +10:00
R. RyanTM 5e003946be tmux-xpanes: 4.1.2 -> 4.1.3 2021-03-30 19:19:46 +00:00
github-actions[bot] 01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot] f555f95ed8
Merge master into staging-next 2021-03-30 18:15:05 +00:00
Sandro 7d0dad76ef
Merge pull request #116936 from hercules-ci/logstash-jdk 2021-03-30 17:22:21 +02:00
Sandro c58c862bf7
Merge pull request #118060 from r-ryantm/auto-update/grex
grex: 1.1.0 -> 1.2.0
2021-03-30 16:05:26 +02:00
R. RyanTM 78ff084075 grex: 1.1.0 -> 1.2.0 2021-03-30 12:46:10 +00:00
github-actions[bot] d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot] c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
R. RyanTM b3a564176a chezmoi: 2.0.4 -> 2.0.5 2021-03-30 09:43:32 +00:00