Commit Graph

4971 Commits

Author SHA1 Message Date
Jan Tojnar
eaeafe60f4
sc-controller: mark as broken
Python 3 is not supported but PyGObject no longer supports Python 2.

https://github.com/kozec/sc-controller/issues/498
2020-10-24 01:18:45 +02:00
Christoph Hrdinka
972ba804fd
Merge pull request #100162 from samuelgrf/pcsx2_gtk3-x86_64
pcsx2: multiple improvements
2020-10-23 16:48:45 +02:00
Konrad Borowski
cff07fe0fd dolphinEmuMaster: 5.0-11824 -> 5.0-12716 2020-10-21 21:54:04 +02:00
Samuel Gräfenstein
f21ced0bb5
pcsx2: build with LTO 2020-10-21 14:26:11 +02:00
Samuel Gräfenstein
d6def694c1
pcsx2: build with gtk3 and support x86_64 builds 2020-10-21 00:00:00 +02:00
Bart Brouns
d2b13f9030 jack2: 1.9.14 -> 1.9.16 2020-10-20 21:06:14 +02:00
Matthieu Coudron
4c4c4874c4
neovim: add config to passthru (#101100)
first will register the config under the name init.vim which is more
appropriate for neovim.
Pass the generated config to passthru so that one can easily pass the
current config to a
raw/unwrapped neovim (helps with development).

For instance, home-manager can reference the config in $XDG_CONFIG_HOME/nvim/init.vim
without the need to wrap nvim with its config.
2020-10-20 12:26:39 +02:00
Maximilian Bosch
b6f990947c
epson-escpr2: 1.1.17 -> 1.1.23 2020-10-19 17:48:27 +02:00
Samuel Dionne-Riel
4fb4b69d9b
Merge pull request #100614 from arapov/new-uboot
uboot: 2020.07 -> 2020.10
2020-10-17 16:03:05 -04:00
Joe Hermaszewski
0e29b48a05 nodePackages.coc-diagnostic: init at 0.9.0
Also add as Vim plugin

Also update node packages from generate.sh
2020-10-17 08:56:20 -07:00
Andrey Kuznetsov
5cc71ccd9c vimPlugins.vim-clap: specify meta.platforms 2020-10-17 08:24:26 -07:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Anderson Torres
4669a06b33
Merge pull request #99572 from siraben/tilem-init
tilem: init at 2.0
2020-10-16 12:18:21 -03:00
Raymond Gauthier
8b4db57358
vscx/ms-vsliveshare-vsliveshare: Init at 1.0.2902 (#100583) 2020-10-16 10:13:12 +02:00
Anton Arapov
71504af486 uboot: 2020.07 -> 2020.10
update to recent upstream release

Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-10-15 18:17:39 +02:00
Edmund Wu
b55da6e093
vscode-extensions.WakaTime.vscode-wakatime: 4.0.8 -> 4.0.9 2020-10-13 22:25:55 -04:00
Edmund Wu
68b81403d8
vscode-extensions.ms-python.python: 2020.9.111407 -> 2020.9.114305 2020-10-13 22:25:40 -04:00
Michele Guerini Rocco
a5f01cbe93
Merge pull request #100254 from rnhmjoj/sc-controller
sc-controller: fix broken svg icons
2020-10-12 15:09:56 +02:00
AndersonTorres
492507697a stella: 6.2.1 -> 6.3 2020-10-12 04:07:17 -03:00
rnhmjoj
65cbea4563
sc-controller: fix broken svg icons
The gdk-pixbuf module exposed by librsvg wasn't detected
due to strictDeps being enabled by default in python packages.
2020-10-12 08:10:18 +02:00
Ben Siraphob
81ef443d05 tilem: init at 2.0 2020-10-11 11:21:34 +07:00
1000101
53c0d59ba5
stella: 6.2.1 -> 6.3 (#100144) 2020-10-10 14:06:08 +00:00
AndersonTorres
c2ee241885 ppsspp: 1.9.4 -> 1.10.3 2020-10-09 12:32:54 -03:00
gnidorah
bdf7cf5939
mame: 0.224 -> 0.225 (#99969) 2020-10-07 22:50:06 -04:00
Samuel Dionne-Riel
433db454f3
Merge pull request #98607 from samueldr/u-boot/remove-downstream-u-boots
Remove all non-mainline U-Boots
2020-10-07 02:39:52 -04:00
Robert Scott
65d32c97af
Merge pull request #99131 from Sohalt/electricsheep
electricsheep: 2.7b33-2017-10-20 -> 3.0.2-2019-10-05, fix build
2020-10-06 19:42:02 +01:00
Martin Weinelt
22dd0914a2
Merge pull request #99220 from mweinelt/lilypond
lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is used
2020-10-03 16:58:13 +02:00
Patrick Hilhorst
b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Edmund Wu
25ee6af8bc vscode-extensions.ms-vscode.cpptools: 0.29.0 -> 1.0.1 2020-10-01 20:39:12 -07:00
Edmund Wu
7177c59b61 vscode-extensions.ms-python.python: 2020.8.103604 -> 2020.9.111407 2020-10-01 20:39:12 -07:00
Edmund Wu
793b274ce1 vscode-extensions.WakaTime.vscode-wakatime: 4.0.0 -> 4.0.8 2020-10-01 20:39:12 -07:00
Andrey Kuznetsov
f89fcf4d95 vimPlugins.vim-clap: updated cargoSha256 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
fde08171a8 vimPlugins: update 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
94e7c10c1e vimPlugins.completion-tabnine: link to TabNine binary 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov
eac90229f6 vimPlugins.completion-tabnine: init at 2020-10-01 2020-10-01 10:32:22 -07:00
Martin Weinelt
500d7b81f9
lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is used
Fixes: CVE-2020-17353
Closes: #96802
2020-10-01 05:31:29 +02:00
sohalt
3718d52f26 electricsheep: 2.7b33-2017-10-20 -> 3.0.2-2019-10-05, fix build 2020-09-30 02:17:49 +02:00
Arnout Engelen
53a8a51074 vscode-extensions.metals: 1.9.0 -> 1.9.4 2020-09-27 11:49:05 -07:00
Hugo Lageneste
6e062ca938 vimPlugins.vimsence: init at 2020-06-30 2020-09-26 18:17:40 -07:00
Hugo Lageneste
93536b4392 vimPlugins: update 2020-09-26 18:17:40 -07:00
Evan Stoll
4eff214a57 vimPlugins.lsp_extensions-nvim: init at 2020-09-06 2020-09-24 11:42:38 -04:00
Evan Stoll
9b98005272 vimPlugins: update 2020-09-24 11:42:09 -04:00
Samuel Dionne-Riel
3d2d18cdb8 ubootNanonote: remove
This removes the last non-mainline U-Boot from Nixpkgs.
2020-09-23 21:00:03 -04:00
Anderson Torres
c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Jamie Magee
460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Jamie McClymont
561078189e mame: make the parallel build reliable 2020-09-22 23:11:29 -07:00
Matt Wittmann
36ad05e8d2
vscode-extensions.haskell.haskell: init at 1.1.0 (#98251) 2020-09-23 02:08:22 +02:00
oxalica
11c36334bf vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3 2020-09-22 09:13:53 -07:00
Jared Tobin
a4c2512d7b vimPlugins.hoon-vim: init at 2020-02-19 2020-09-21 23:16:44 -07:00