1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

6174 commits

Author SHA1 Message Date
Sandro 11d75bc234
Merge pull request #123086 from mebubo/hplipWithPlugin
hplipWithPlugin: correct arch name for the plugin file on aarch64
2021-05-17 19:30:03 +02:00
Sandro 530c9fcbc7
Merge pull request #122975 from eduardosm/ruffle
ruffle: nightly-2021-04-02 -> nightly-2021-05-14
2021-05-17 19:03:09 +02:00
Florian Beeres 873f2632e2 vimPlugins.sad: init at 2019-02-18 2021-05-17 14:50:27 +02:00
Florian Beeres add85d7ee7 vimPlugin: update 2021-05-17 14:50:15 +02:00
github-actions[bot] 3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Ben Siraphob c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Devin Singh 79d252d26c vimPlugins.edge: init at 2021-05-08 2021-05-16 18:35:37 -07:00
Devin Singh 644fbb4b8c vimPlugins.vim-easyescape: init at 2020-11-22 2021-05-16 18:35:37 -07:00
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro 700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Martin Weinelt 7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
"Matthieu Coudron" f269c57097 vimPlugins: update 2021-05-17 00:48:52 +02:00
Matthieu Coudron 8c63ac7893 vimPlugins: generate an overlay
let update.py generates generated.nix as an overlay.
This should help maintaining vim-plugins outside of nixpkgs, as one can
use update.py to generate an out-of-tree vimPlugins overlay.
2021-05-17 00:40:25 +02:00
Andrey Kuznetsov b012981301 vimPlugins.todo-comments-nvim: init at 2021-05-16 2021-05-16 14:50:57 -07:00
Andrey Kuznetsov 64bb7a00ba vimPlugins: update 2021-05-16 14:50:57 -07:00
figsoda a58b32743b vimPlugins.indent-blankline-nvim-lua: init at 2021-04-28 2021-05-16 14:44:15 -07:00
github-actions[bot] 6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
github-actions[bot] 8c6d819143
Merge master into staging-next 2021-05-16 18:32:41 +00:00
figsoda da04ea775e vimPlugins.lsp_signature-nvim: init at 2021-05-07 2021-05-16 11:16:37 -07:00
Anderson Torres cf45c45605
Merge pull request #121588 from eduardosm/sip-rename
pythonPackages.sip: rename to sip_4, pythonPackages.sip_5: rename to sip
2021-05-16 13:31:55 -03:00
Jan Tojnar 684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Guillaume Girol f1852527a9
Merge pull request #122915 from polygon/caprice32
caprice32: Add <string> include
2021-05-16 08:54:22 +00:00
github-actions[bot] 9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
github-actions[bot] b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Sandro f9a4fcd44c
Merge pull request #122988 from dbirks/vscode-tmux-keybinding-init
vscode-extensions.stephlin.vscode-tmux-keybinding: init at 0.0.6
2021-05-15 21:34:27 +02:00
github-actions[bot] c10600230e
Merge staging-next into staging 2021-05-15 18:30:31 +00:00
github-actions[bot] f1b78f8618
Merge master into staging-next 2021-05-15 18:30:28 +00:00
V 351171f677 vsce/MS-vsliveshare.vsliveshare: add V to maintainers 2021-05-15 14:42:40 +02:00
github-actions[bot] 49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
github-actions[bot] ec10b0958d
Merge master into staging-next 2021-05-15 12:25:33 +00:00
Devin Singh 5d176f3c20 vimPlugins.vim-clap: fix hash 2021-05-15 14:16:19 +02:00
Devin Singh 18355b4748 trouble.nvim: lsp-trouble.nvim -> trouble.nvim 2021-05-15 14:16:19 +02:00
Sergei Dolgov 5153e0e491 hplipWithPlugin: correct arch name for the plugin file on aarch64
Without this change, building hplipWithPlugin on aarch64 fails with:

    cp: cannot stat 'lj-aarch64.so': No such file or directory
    builder for '/nix/store/p0x02ppv0n1xj46wvik3p3cn4jikmr1q-hplip-3.20.11.drv' failed with exit code 1

This is because the corresponding file in the archive is actually called
lj-arm64.so.

hplipPlatforms exists to convert between the different names; this
commit only changes the value to a correct one.
2021-05-15 12:21:43 +02:00
github-actions[bot] 78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
Vladimír Čunát c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Eduardo Sánchez Muñoz 96002e32bf ruffle: nightly-2021-04-02 -> nightly-2021-05-14 2021-05-14 12:44:38 +02:00
Jörg Thalheim a5269ffeb8
Merge pull request #122913 from kinnison/vscode-extension-updates
Vscode extension updates
2021-05-14 10:33:26 +01:00
zowoq 004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
github-actions[bot] bfb5f4cc5e
Merge master into staging-next 2021-05-14 06:22:26 +00:00
Anderson Torres 5d4a430472
Merge pull request #122140 from vs49688/rpcs3
rpcs3: 0.0.12 -> 0.0.16
2021-05-14 00:19:10 -03:00
David Birks 389f7b1be8
vscode-extensions.stephlin.vscode-tmux-keybinding: init at 0.0.6 2021-05-13 21:08:30 -04:00
github-actions[bot] bf5d8bb531
Merge master into staging-next 2021-05-14 00:58:11 +00:00
polygon 7b1fad07a5 caprice32: Add <string> include 2021-05-14 01:06:34 +02:00
Daniel Silverstone d91ae6adcf
vscode-extensions.ms-python.python: 2021.4.765268190 -> 2021.5.829140558
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-13 23:30:28 +01:00
Daniel Silverstone d57837abb0
vscode-extensions.ms-vsliveshare.vsliveshare: 1.0.4131 -> 1.0.4272
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-05-13 23:30:23 +01:00
Potato Hatsue 0f398e4e72
vscode-extensions.WakaTime.vscode-wakatime: Fix path 2021-05-13 13:09:55 +08:00
Robert Schütz 4b0dd792f8 vscode-exts/ms-dotnettools-csharp: add meta.homepage 2021-05-12 21:33:40 +02:00
Robert Schütz d099e7558e mono: 5 -> 6 2021-05-12 21:32:40 +02:00
github-actions[bot] b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot] f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Ivar 92a2e684bc
sndio: 1.7.0 -> 1.8.0 (#122352) 2021-05-12 13:56:23 -04:00
Jan Tojnar 71fa678899
Merge branch 'staging-next' into staging 2021-05-12 14:31:36 +02:00
github-actions[bot] 1d2db66464
Merge master into staging-next 2021-05-12 12:27:04 +00:00
Alyssa Ross 917b4fc6d9 snes9x-gtk: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Florian Beeres 0326ec60b5 vimPlugins.qfenter: init at 2020-10-09 2021-05-12 13:12:39 +02:00
Florian Beeres c41a405209 vimPlugins: Update 2021-05-12 13:10:48 +02:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
github-actions[bot] 10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
Zane van Iperen f4b90cf6d0
rpcs3: 0.0.12-12199-b8477a470 -> 0.0.16-12235-a4f4b81e6
Additionally:
* Use system libcurl, so the patch downloader can work
* Use system zlib
* Use system libusb
* Add note about using system WolfSSL
* Enable SDL2, so the FAudio backend can work
* Change license to gpl2Only, as per [1]

[1]: https://github.com/RPCS3/rpcs3/issues/10255#issuecomment-835512840
2021-05-11 13:26:45 +10:00
fortuneteller2k ee4520e789 vimPlugins.aurora: init at 2021-05-10 2021-05-10 19:54:21 -07:00
fortuneteller2k 7cda01fcb8 vimPlugins.fwatch-nvim: init at 2021-04-26 2021-05-10 19:54:21 -07:00
fortuneteller2k 8e5211de81 vimPlugins.floating-nvim: init at 2021-05-08 2021-05-10 19:54:21 -07:00
fortuneteller2k 28ed9e7f3c vimPlugins.Shade-nvim: init at 2021-04-29 2021-05-10 19:54:21 -07:00
fortuneteller2k 63872607cd vimPlugins: update 2021-05-10 19:54:21 -07:00
github-actions[bot] 49b8e6f7d4
Merge master into staging-next 2021-05-11 00:48:15 +00:00
Florian Beeres 04af46573a vimPlugins.vim_current_word: init at 2021-01-27 2021-05-10 23:19:36 +02:00
Florian Beeres edb5f5ee8c vimPlugins: update 2021-05-10 23:18:30 +02:00
Eduardo Sánchez Muñoz 08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
github-actions[bot] 61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
fortuneteller2k 9bf3ecbe66 vimPlugins.specs-nvim: init at 2021-05-05 2021-05-10 22:12:39 +08:00
fortuneteller2k 21cc6fe587 vimPlugins.hologram-nvim: init at 2021-05-01 2021-05-10 22:12:39 +08:00
fortuneteller2k 021813a495 vimPlugins: update 2021-05-10 22:12:30 +08:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
github-actions[bot] f4d69ad1f2
Merge master into staging-next 2021-05-10 06:20:28 +00:00
Anna Kudriavtsev 6eab05da6c vimPlugins: update 2021-05-09 20:16:05 -07:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM db770a84f1 lilypond: 2.22.0 -> 2.22.1 2021-05-08 17:06:50 -07:00
Sandro 1b844ebaf5
Merge pull request #122079 from JRavi2/vim-deus
vimPlugins.vim-deus: init at 2021-03-28
2021-05-08 21:35:21 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
github-actions[bot] 6d46d8a9b9
Merge master into staging-next 2021-05-08 18:22:46 +00:00
Luke Granger-Brown b2544d1ad2
Merge pull request #121072 from kinnison/update-vscode-python
Update vscode python
2021-05-08 18:26:36 +01:00
J. Neto 1887bf47dd vbam: fix build with SDL 2.0.14 2021-05-08 10:18:17 -07:00
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Aaron Andersen b28f0d640f
Merge pull request #121699 from Hoverbear/t-rec
t-rec: init at 0.5.2
2021-05-08 08:15:42 -04:00
Vladimír Čunát 080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot] e21fb16f9a
Merge master into staging-next 2021-05-08 06:20:05 +00:00
fortuneteller2k 5a4cec0482 vimPlugins.diffview-nvim: init at 2021-05-06 2021-05-07 22:49:43 -07:00
fortuneteller2k 44decf41ef vimPlugins.markdown-preview-nvim: init at 2021-03-10 2021-05-07 22:49:43 -07:00
fortuneteller2k ad7bc81b96 vimPlugins.vim-smali: init at 2015-11-05 2021-05-07 22:49:43 -07:00
fortuneteller2k cf3c9970ea vimPlugins.vim-lua: init at 2020-08-05 2021-05-07 22:49:43 -07:00
fortuneteller2k a89bc1c469 vimPlugins.lsp-trouble-nvim: init at 2021-05-07 2021-05-07 22:49:43 -07:00
fortuneteller2k 28a49433a1 vimPlugins: change rnvimr branch 2021-05-07 22:49:43 -07:00
fortuneteller2k dad28f9269 vimPlugins: update 2021-05-07 22:49:43 -07:00
Silvan Mosberger 08d94fd2b0
Merge pull request #114374 from oxalica/lib/platform-support-check
lib.meta: introduce `availableOn` to check package availability on given platform
2021-05-08 03:54:36 +02:00
Ana Hobden c8d9af9f4a t-rec: init at 0.6.0
Introduce [`t-rec`](https://github.com/sassman/t-rec-rs), a terminal
recorder.

Usage:

```bash
nix run .#t-rec
```

Upon exit, `t-rec` will save recordings of the session to disk in GIF
and MP4.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-05-07 16:10:23 -07:00
Ravi Jain 3e44834779 vimPlugins.vim-deus: init at 2021-03-28 2021-05-08 00:06:37 +05:30
github-actions[bot] 1ae6d3d02f
Merge master into staging-next 2021-05-07 18:24:29 +00:00
Jonathan Wilkins 2b1cc5092e remove unnecessary patch
This patch
a504be8c70.patch
has already been applied upstream
2021-05-07 10:39:35 -07:00