Jan Tojnar
99fbfef024
dolphinEmu: Fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
While at it, also move cmake to nativeBuildInputs.
2020-04-04 09:06:39 +02:00
Jan Tojnar
a0739823bd
dolphinEmu: format with nixpkgs-fmt
2020-04-04 08:59:25 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Ivar
318f05f776
xp-pen-g430: init at 20190820
2020-04-02 14:51:43 +02:00
Mario Rodas
be8514864d
Merge pull request #84030 from r-ryantm/auto-update/tpm2-pkcs11
...
tpm2-pkcs11: 1.1.0 -> 1.2.0
2020-04-02 06:51:56 -05:00
Stig Palmquist
9531fbaf09
rkdeveloptool: 1.3 -> unstable-2019-07-01
...
Bumped to upstream commit 6e92ebcf8b1812da02663494a68972f956e490d3
2020-04-02 13:31:30 +02:00
Jan Tojnar
b036be7c81
xow: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:54:14 +02:00
R. RyanTM
1f6368792d
tpm2-pkcs11: 1.1.0 -> 1.2.0
2020-04-01 20:31:53 +00:00
Timo Kaufmann
3abce7b376
Merge pull request #83788 from ryneeverett/vim-plugins-update-commit
...
vimPlugins: Automate git commits when updating.
2020-04-01 19:29:27 +00:00
ryneeverett
0a2759483a
vimPlugins: update auto-commiting based on review
...
- Use git.Repo(ROOT, search_parent_directories=True) to find nixpkgs
repo.
- Don't commit overrides.nix.
- Remove "-a" short argument.
- Remove "--commit" flag and commit by default.
- Improve help/error messages.
- Favor closure pattern over classes.Use a closure to wrap the update
function with state rather than a callable class.
- break NixpkgsRepo class into functions
- Optional None-type arguments
- Remove repo checks from update.py. Git is too flexible and permits too
many workflows for my attempt to replace documentation with code to work.
My goal would be to separate the `--add` functionality from the update
functionality in the near term and then there will be no reason for this
usage to create commits anyway.
2020-04-01 17:19:01 +00:00
ryneeverett
1c0f0de46c
vimPlugins: normalize deprecation names
...
Parsing plugin lines in multiple places is hazardous and already manifested a
bug!
2020-04-01 14:30:46 +00:00
ryneeverett
1f32eb7987
vimPlugins: remove repetition from update.main
...
Adding some abstraction makes main() more readable which is important
since it's the main control flow of the script.
2020-04-01 14:30:39 +00:00
ryneeverett
f1ae95f6d3
vimPlugins: update.py --add <plugin> argument
...
- update.py's new --add argument replaces manual editing of
vim-plugin-names for basic use cases.
2020-04-01 14:30:39 +00:00
ryneeverett
042c3dc356
vimPlugins: automatically commit redirect updates
...
- When redirections are detected, rather than printing instructions,
update.py now creates two commits -- one with the plugin updates and
another with redirected plugin names updated to their new repos.
- Added a --allow-dirty flag so that one can run ./update.py --commit
with a dirty nixpkgs repository, which is necessary for development.
I wouldn't mind removing this before merging if it's not in our flag
budget but it's necessary scaffolding for now.
2020-04-01 14:30:33 +00:00
ryneeverett
df0db17740
vimPlugins: automatically commit update
2020-04-01 14:30:23 +00:00
Timo Kaufmann
bd12256228
Merge pull request #83588 from evenbrenden/vim-pico8-syntax
...
vimPlugins.vim-pico8-syntax: init at 2016-10-30
2020-04-01 12:13:10 +00:00
Matthew Bauer
8e3c712e24
Merge pull request #83891 from matthewbauer/retroarch-fix-macos
...
retroarch/cores.nix: use correct platform for darwin
2020-03-31 22:05:36 -05:00
Jan Tojnar
dbb4a47de0
Merge branch 'staging-next' into staging
2020-03-31 21:33:00 +02:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Matthew Bauer
eb84499355
retroarch/cores.nix: use correct platform for darwin
...
This should fix the regression found in
https://hydra.nixos.org/eval/1577308#tabs-now-fail . The libretro
scripts use “osx” as the identifier for macOS, and “unix” seems to
mean linux.
If anyone could help out by confirming this works. I don’t currently
have access to a macOS machine.
2020-03-31 15:07:57 -04:00
Jan Tojnar
0cb43d3151
Merge pull request #83732 from jansol/xow
...
xow: init at 0.4
2020-03-31 20:41:17 +02:00
Jan Solanti
081ed8f012
xow: 0.2 -> 0.4
2020-03-31 17:24:37 +03:00
Timo Kaufmann
d2e422fcef
Merge pull request #83798 from ryneeverett/vim-plugins-update-proc
...
vimPlugins: Add --proc flag to update script.
2020-03-31 09:52:02 +00:00
ryneeverett
1f446cc7c8
vimPlugins.vim-python-pep8-indent: init at 2019-05-13
2020-03-30 21:46:49 -07:00
ryneeverett
d0ce3afefa
vimPlugins.splitjoin-vim: init at 2020-03-10
2020-03-30 21:46:49 -07:00
ryneeverett
95c981e980
vimPlugins.SimpylFold: init at 2017-06-13
2020-03-30 21:46:49 -07:00
ryneeverett
23c94580ce
vimPlugins.lightline-bufferline: init at 2020-02-14
2020-03-30 21:46:49 -07:00
Jörg Thalheim
00ca0c4869
vscodeExtensions.ms-vscode-remote.remote-ssh: 0.48.0 -> 0.50.0
2020-03-30 20:10:36 -07:00
Edmund Wu
dac0d8be65
vscode-utils: allow direct vsix source
2020-03-30 18:39:38 -07:00
Ryan Mulligan
97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
...
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
Dmitry Kalinkin
296f7e69be
Merge pull request #82764 from avnik/wine-update
...
Wine update
2020-03-30 14:42:25 -04:00
Even Brenden
652342cabe
vimPlugins.vim-pico8-syntax: init at 2016-10-30
2020-03-30 20:04:52 +02:00
ryneeverett
9546a64d46
vimPlugins: Add --proc flag to update script.
...
This is based on discussion in #83008 and replaces it.
2020-03-30 18:04:52 +00:00
Frederik Rietdijk
46ec52f329
buildPython*: use pname
2020-03-30 17:07:41 +02:00
Philipp Middendorf
35035a543c
xow: init at 0.2
2020-03-30 00:16:21 +03:00
Alexander V. Nikolaev
ca008fe328
wine{Unstable,Staging}: 5.4 -> 5.5
2020-03-29 21:06:35 +03:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Jörg Thalheim
fd708a3fe0
Merge pull request #83638 from veprbl/pr/higan_darwin_fix
...
higan: fix darwin build
2020-03-29 06:42:33 +01:00
Dmitry Kalinkin
4c931a8217
higan: fix darwin build
2020-03-28 21:48:56 -04:00
Jan Tojnar
fa4e1bbe07
Merge branch 'master' into staging-next
...
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Dmitry Kalinkin
97530e119f
Merge pull request #83469 from veprbl/pr/mame_darwin_fix
...
mame: add darwin support
2020-03-28 18:24:43 -04:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Timo Kaufmann
d8cb79d6a6
Merge pull request #83502 from minijackson/vimPlugins-gruvbox-community-2020-02-24
...
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24
2020-03-28 11:45:12 +00:00
Timo Kaufmann
f076eced64
Merge pull request #79193 from equirosa/vimPlugins.vim-kitty-navigator
...
vimPlugins.vim-kitty-navigator: init at 2019-11-04
2020-03-28 11:38:17 +00:00
Minijackson
bf96f9122d
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24, switch to autogenerated
2020-03-28 10:43:56 +01:00
Benjamin Hipple
b96cdee097
Merge pull request #82998 from OPNA2608/update-rpcs3
...
rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
2020-03-27 21:57:07 -04:00
Eduardo Quiros
aed79fb5ee
vimPlugins.vim-kitty-navigator: init at 2019-11-04
2020-03-27 19:19:06 -06:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Jason Miller
4234ef550c
vimacs: init at 2016-03-24
2020-03-27 14:39:22 -04:00
Dmitry Kalinkin
39921bd43b
mame: add darwin support
2020-03-27 14:30:38 -04:00
Michael Weiss
0950324466
scons: Add passthru.py2 for backward compatibility
...
Not all packages build with Python 3, see #75877 . The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Timo Kaufmann
12c931a8e8
Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects
...
VimPlugins: update redirected repos
2020-03-27 17:48:32 +00:00
Matt Snider
749028e92b
vimPlugins.BufOnly-vim: init at 2010-10-18
2020-03-27 17:49:33 +01:00
ryneeverett
25fea4538e
vimPlugins: Store deprecation date.
2020-03-27 16:19:54 +00:00
ryneeverett
7cc024b59e
vimPlugins: Automatic rename deprecations
...
When an updated redirect results in a package name change, not just an
owner change, throw an error to warn users the package names has
changed.
2020-03-27 15:30:54 +00:00
Joe Hermaszewski
7dd3d620d6
vim-plugins.coc-fzf: init at 2020-03-06
...
Tested working with the current version of coc.nvim and fzf
2020-03-27 01:42:32 -07:00
Dmitry Kalinkin
db4bbfff66
Merge pull request #81421 from gnidorah/mame
...
mame: 0.218 -> 0.219
2020-03-27 00:35:48 -04:00
Orivej Desh
dd166f4cb4
solfege: fix run
...
It was failing with:
Traceback (most recent call last):
File "/nix/store/…-solfege-3.22.2/bin/.solfege-wrapped", line 55, in <module>
from solfege import presetup
File "/nix/store/…-solfege-3.22.2/share/solfege/solfege/presetup.py", line 22, in <module>
import gtk
ImportError: No module named gtk
2020-03-27 00:06:41 +00:00
Michael Raskin
778c42b470
Merge pull request #83409 from r-ryantm/auto-update/xscreensaver
...
xscreensaver: 5.43 -> 5.44
2020-03-26 22:20:11 +00:00
R. RyanTM
fc95eaafd2
xscreensaver: 5.43 -> 5.44
2020-03-26 06:13:34 +00:00
ryneeverett
b886ad90e7
vimPlugins: Automatically sort vim-plugin-names.
...
Python's `sorted` method works a little differently than `sort` in the
handling of dashes.
2020-03-26 05:56:31 +00:00
Daniel Șerbănescu
d7d3b0deff
hplip: 3.19.12 -> 3.20.3
2020-03-24 22:17:40 +01:00
Poscat
85b91c7bb6
vimPlugins.ats-vim: init at 2020-03-03
2020-03-24 12:22:37 -07:00
ryneeverett
cffb6cb637
vimPlugins: Update redirects without flag.
...
Per review, the input file will now be rewritten automatically if
redirects are found.
2020-03-24 15:11:46 +00:00
ryneeverett
a9c9b0d40c
vimPlugins: --update-redirects improvements.
...
In response to @timokau's review here are a couple changes:
- Decrease the fragility of the replacement code by normalizing
whitespace on each line.
- Throw an error when plugins are renamed rather than silently aliasing
to the new name.
2020-03-24 03:11:07 +00:00
Kolby Crouch
1dc1789806
retroarch: fix picodrive on aarch64
2020-03-23 14:17:25 -05:00
Joshua Fern
83616f1bc5
citra: 2019-10-05 -> 2020-03-21
...
Version bump, also fixes the common qt xcb plugin error
2020-03-23 08:41:42 +00:00
Edmund Wu
3c4c703368
vscode-extensions.ms-python.python: 2020.2.64397 -> 2020.3.69010
2020-03-22 23:00:19 -07:00
Anderson Torres
ddc74eee4f
Merge pull request #83130 from r-ryantm/auto-update/fs-uae
...
fsuae: 3.0.2 -> 3.0.3
2020-03-22 21:56:49 -03:00
R. RyanTM
d19d265bbe
fsuae: 3.0.2 -> 3.0.3
2020-03-22 11:23:30 +00:00
ryneeverett
6601c1699f
vimPlugins: Update redirects
2020-03-22 05:04:26 +00:00
ryneeverett
c78aa8e100
vimPlugins: Update
2020-03-22 04:05:19 +00:00
ryneeverett
d4874a7ee6
vimPlugins: Automate redirect updates in update.py
...
Many of the plugins in vim-plugin-names are out of date and redirect to
their new github repos. This commit adds a flag to automatically update
these and defines a process for committing these updates into nixpkgs.
2020-03-22 04:04:50 +00:00
Matthew Bauer
81d84153c7
Merge pull request #82633 from kolbycrouch/master
...
retroarch: 1.8.1 -> 1.8.5
2020-03-21 23:49:01 -04:00
Matthew Bauer
ed46adb48b
retroarch/cores.nix: use correct license for gw
...
This should be zlib the license, not zlib the package.
2020-03-21 23:38:58 -04:00
Matthew Bauer
a8a0cb147f
retroarch: remove macOS app support
...
This is badly out of date so requires extra work to get working.
Anyway, you can still use it without the menu, with no problem.
2020-03-21 23:36:54 -04:00
Matthew Bauer
293b16aae9
Merge remote-tracking branch 'origin/master' into retroarch-update
2020-03-21 23:01:45 -04:00
Matthew Bauer
f094e132e2
retroarch/cores.nix: cleanup
...
- Avoid using overrides unless necessary
- Set platform and ARCH by default
- Don’t set dontConfigure unless absolutely necessary
- Use preBuild instead of overriding entire configurePhase
2020-03-21 23:01:01 -04:00
Matthew Bauer
d513980ea6
retroarch: 1.8.4 -> 1.8.5
2020-03-21 22:59:18 -04:00
Matthew Bauer
e1cab10dcd
Revert " Fix init"
...
This reverts commit e68a4094d2
.
2020-03-21 22:58:58 -04:00
Dmitry Kalinkin
cdf9b5de6c
Merge pull request #83007 from dominikh/epkowa-perfection-v39
...
epkowa: add the GT-S650 plugin
2020-03-20 17:37:56 -04:00
Dominik Honnef
baa4798f56
epkowa: add dominikh as maintainer
2020-03-20 20:02:21 +01:00
Timo Kaufmann
4738b1f89f
Merge pull request #83006 from timokau/vim-plugins-2020-03-20
...
vimPlugins: update
2020-03-20 17:10:53 +00:00
Timo Kaufmann
1711025a3d
vimPlugins: update
...
The vim-pandoc patch is now outdated and has been replaced by a better
workaround upstream:
https://github.com/vim-pandoc/vim-pandoc/pull/363
2020-03-20 17:44:25 +01:00
Dominik Honnef
55e85a0d62
epkowa: add the GT-S650 plugin
...
This plugin adds support for the GT-S650, Perfection V19 and
Perfection V39 scanners. I've tested it personally with an Epson
Perfection V39.
This plugin uses the ISCAN_FIRMWARE_DIR environment variable, not
ISCAN_FW_DIR. A quick grep didn't find any use of ISCAN_FW_DIR in the
currently packaged plugins, but a quick Google suggests that this
variable does (or at least used to) exist, so I'm not touching it.
2020-03-20 17:44:20 +01:00
Christoph Neidahl
f028498f63
rpcs3: 0.0.6-8187-790962425 -> 0.0.8-9300-341fdf7eb
2020-03-20 14:59:31 +01:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
...
Ran the same script as #78265 .
Additionally, manually replaced `http://goodies.xfce.org `
with https.
2020-03-20 13:36:23 +01:00
Timo Kaufmann
71331ee9ef
Merge pull request #74846 from rummik/vam-regression
...
Fix converting vam.pluginDictionaries to VimL
2020-03-19 21:39:01 +00:00
*Kim Zick (rummik)
6de54148ef
vim-utils: Fix converting vam.pluginDictionaries to VimL
2020-03-19 17:22:52 -04:00
Dominik Honnef
e22eb2d7b5
epkowa: fix parsing of interpreters ( #82909 )
...
Building with -std=c99 breaks the obsolete "%as" format string, which
completely breaks the parsing of epkowa interpreters. This means that
no scanner requiring plugins worked.
2020-03-19 13:40:45 -04:00
Timo Kaufmann
880f5a6125
vimPlugins.vim-pandoc: fix startup
2020-03-17 23:04:10 +01:00
Mario Rodas
788a7c4785
Merge pull request #82241 from r-ryantm/auto-update/tpm2-pkcs11
...
tpm2-pkcs11: 1.0.1 -> 1.1.0
2020-03-17 08:25:37 -05:00
oxalica
4f12275a06
rust-analyzer: 2020-03-09 -> 2020-03-16
...
vscode-extensions.rust-analyzer: 2020-03-09 -> 2020-03-16
2020-03-17 17:08:02 +08:00
Alexander V. Nikolaev
bcb29ee284
wineUnstable: 5.3 -> 5.4
2020-03-16 15:42:02 +02:00
Alexander V. Nikolaev
25e844db9a
wine{Unstable,Staging}: 5.0 -> 5.3
2020-03-16 15:40:10 +02:00
Kolby Crouch
e68a4094d2
Fix init
2020-03-15 23:57:54 -05:00
Silje Enge Kristensen
0adf77f746
vimPlugins.coc-spell-checker: init at 2020-02-19"
2020-03-15 17:58:33 +00:00
Silje Enge Kristensen
79ee5bc822
vimPlugins: Update
2020-03-15 17:58:28 +00:00
eyjhbb@gmail.com
d8b41ad219
vimPlugins.coc-*: add npm dependencies
2020-03-15 17:30:33 +00:00
Sander van der Burg
875bcef98b
base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build
2020-03-15 16:37:47 +01:00
Ersin Akinci
347479b6e0
vimPlugins.overrides: add coc-prettier
2020-03-15 12:55:06 +00:00
Kolby Crouch
e2b8f9f54a
retroarch: 1.8.1 -> 1.8.4
2020-03-15 00:48:14 -05:00
Bignaux Ronan
5fbf8635e3
caprice32: enable freedesktop entries
2020-03-15 04:04:32 +00:00
Bignaux Ronan
be768d1ef3
caprice32: 4.5.0 -> 4.6.0
2020-03-15 04:04:09 +00:00
zimbatm
001be890f7
folding@home: 6.02 -> 7.5.1
...
The v7 series is very different.
This commit introduces the 3 packages: fahclient, fahcontrol and
fahviewer. It also rebuilds the NixOS module to map better with the new
client.
2020-03-14 13:01:26 -07:00
Orivej Desh
2e099c7e53
lilypond: 2.18.2 -> 2.20.0
2020-03-13 23:34:56 +00:00
Benjamin Hipple
f167ba637d
lilypond: fix broken meta.homepage
...
The `src.meta` attribute does not exist, and even if it did the derivation does
not have a `rec` to reference it. This appears to be breaking all ofBorg meta
evaluation checks:
```
while evaluating the attribute 'homepage' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:27:
undefined variable 'src' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:18
```
https://gist.github.com/GrahamcOfBorg/cd87009bfee1a9c0d4f0d828b82ee09a
2020-03-13 11:55:35 -04:00
Orivej Desh
dd0de727fc
lilypond-with-fonts: fix adding fonts
2020-03-13 13:08:46 +00:00
Eduardo Quiros
df49c1bdc1
vimPlugins.vim-automkdir: init at 2016-01-17
2020-03-11 12:53:06 -06:00
Eduardo Quiros
9caf1a87a1
vimPlugins: Update
2020-03-11 12:43:45 -06:00
R. RyanTM
fbd175b11f
tpm2-pkcs11: 1.0.1 -> 1.1.0
2020-03-10 12:27:03 +00:00
oxalica
b0a4ce1689
vscode-extensions.rust-analyzer: init at unstable-2020-03-09
2020-03-10 19:12:40 +08:00
Benjamin Hipple
4e5838132e
vimPlugins.LanguageClient-neovim: upgrade cargo fetcher and cargoSha256
2020-03-09 19:00:48 +01:00
Dmitry Kalinkin
a2437c37af
Merge pull request #71251 from hyperfekt/vscode-insiders-extensions
...
vscode-with-extensions: fix insiders build
2020-03-07 13:33:07 -05:00
Nick Hu
a478f09d4b
vimPlugins.fruzzy: init at 2019-10-28
2020-03-04 09:51:25 +00:00
AndersonTorres
66bd71cf13
mednafen-server: convert meta.homepage to an explicit string
2020-03-03 09:18:04 -03:00
AndersonTorres
3867188af7
mednafen: 0.9.48 -> 1.22.2
2020-03-03 09:18:04 -03:00
AndersonTorres
b46c48c12a
mednaffe: 0.8.6 -> 0.8.8
2020-03-03 09:18:04 -03:00
Anderson Torres
5a8c89406a
Merge pull request #81507 from AndersonTorres/update/mgba
...
mgba: 0.8.0 -> 0.8.1
2020-03-03 06:56:54 -03:00
Brett Lyons
d1d4d90bd3
Revert "vimPlugins.notational-fzf-vim: init at 2019-12-03"
...
This reverts commit 0eb33b0485
.
2020-03-02 09:16:06 -08:00
Brett Lyons
745dbf46af
Revert "vimPlugins.notational-fzf-vim: Fix missing runtime deps"
...
This reverts commit 976aa97435
.
2020-03-02 09:16:06 -08:00
AndersonTorres
dbeb004e73
mgba: 0.8.0 -> 0.8.1
2020-03-02 08:44:19 -03:00
Kovacsics Robert
2e6b7b00a0
vim-easytags: Fix to work with universal-ctags (which is in nixpkgs)
2020-03-01 23:12:24 -08:00
Edmund Wu
ed8ff48843
vscode-extensions.WakaTime.vscode-wakatime: 2.2.1 -> 4.0.0
2020-03-01 22:52:01 -08:00
Edmund Wu
e93a6fdeda
vscode-extensions.ms-python.python: 2020.1.58038 -> 2020.2.64397
2020-03-01 22:52:01 -08:00
R. RyanTM
619a095af0
mgba: 0.7.3 -> 0.8.0
2020-03-01 15:23:04 -08:00
gnidorah
1cb0e94f34
mame: 0.218 -> 0.219
2020-03-01 10:51:09 +03:00
Mario Rodas
f89dc0130a
Merge pull request #80716 from r-ryantm/auto-update/seafile-shared
...
seafile-shared: 7.0.5 -> 7.0.6
2020-02-29 18:29:40 -05:00
Maximilian Bosch
fbc88db185
vimPlugins.deoplete-phpactor: init at 2019-02-22
2020-02-28 01:04:39 +01:00
Maximilian Bosch
89790413a6
vimPlugins.deoplete-greek: init at 2019-12-23
2020-02-28 00:52:57 +01:00
Maximilian Bosch
1e20ec8835
vimPlugins.deoplete-github: init at 2018-03-04
2020-02-28 00:52:57 +01:00
Evan Stoll
6bb6882e31
vimPlugins: update
2020-02-27 15:46:36 -08:00
Brett Lyons
6ea0a466b6
vimPlugins.nrrwrgn: Init at 2019-12-12
2020-02-25 08:08:26 -08:00
Brett Lyons
2649e58d1f
vimPlugins: Update
2020-02-25 08:08:26 -08:00
Timo Kaufmann
b8a00580d0
Merge pull request #80657 from brettlyons/patch-1
...
vimPlugins.notational-fzf-vim: patch plugin to fix missing runtime dependency
2020-02-25 00:42:06 +00:00
Brett Lyons
976aa97435
vimPlugins.notational-fzf-vim: Fix missing runtime deps
2020-02-23 17:53:51 -07:00
Jean-Philippe Braun
089d85baba
vimPlugins.vim-cue: init at 2020-02-06
2020-02-22 10:51:50 -08:00
Jean-Philippe Braun
98552bf69b
vimPlugins: update
2020-02-22 10:51:50 -08:00
R. RyanTM
c4bdd776db
seafile-shared: 7.0.5 -> 7.0.6
2020-02-21 11:39:45 +00:00
Jörg Thalheim
74ace1f0eb
Merge pull request #78385 from plumelo/feature/vim-rtp-fix
...
vimUtils.vimrcFile: fixes packpath order
2020-02-21 10:24:10 +00:00
Brett Lyons
0eb33b0485
vimPlugins.notational-fzf-vim: init at 2019-12-03
2020-02-18 09:06:46 -08:00
Brett Lyons
44c7211625
vimPlugins: Update
2020-02-18 09:06:46 -08:00
Benjamin Hipple
a5dc839bcc
uq: upgrade cargo fetcher and cargoSha256
...
Infra upgrade as part of #79975 ; no functional change expected.
2020-02-16 13:46:58 -05:00
Jonathan Ringer
27006fcb4d
vimPlugins: update
2020-02-15 16:02:54 -08:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
Florian Klink
aaa1c7b28f
Merge pull request #79663 from primeos/brightnessctl-systemd-support
...
brightnessctl: Add systemd support
2020-02-13 23:14:20 +01:00
Melissa Goad
04fb02a944
mame: 0.217 -> 0.218
2020-02-13 09:28:11 -08:00
Bernardo Meurer
fc7f856287
vimPlugins.vim-phabricator: init at 2020-01-23
2020-02-12 12:08:54 -08:00
Bernardo Meurer
9af1597d01
vimPlugins.arcanist-vim: init at 2016-05-27
2020-02-12 12:08:54 -08:00
Bernardo Meurer
b84b386a21
vimPlugins: update
2020-02-12 12:08:54 -08:00
Bernardo Meurer
fc9be021c6
vimPlugins: sort
2020-02-12 12:08:54 -08:00
David Terry
3e7ce1e07d
vimPlugins.jellybeans-vim: init at 2019-06-22
2020-02-12 07:47:32 -08:00
David Terry
ca80fbd08a
vimPlugins: update
2020-02-12 07:47:32 -08:00
R. RyanTM
e49df10da4
xlockmore: 5.61 -> 5.62
2020-02-10 22:21:55 +00:00
Michael Weiss
5282bc9a74
nixos/brightnessctl: Remove the module
...
Due to the support of the systemd-logind API the udev rules aren't
required anymore which renders this module useless [0].
Note: brightnessctl should now require a working D-Bus setup and a valid
local logind session for this to work.
[0]: https://github.com/NixOS/nixpkgs/pull/79663
2020-02-10 23:18:20 +01:00
Michael Weiss
cf5dd2623b
brightnessctl: Add systemd support
...
This makes it possible to use brightnessctl without udev rules / suid.
2020-02-09 23:52:32 +01:00
Aaron Andersen
96e5fa1ab7
Merge pull request #79474 from ashkitten/update-dolphin
...
dolphinEmuMaster: 5.0-11109 -> 5.0-11608
2020-02-09 09:05:01 -05:00
Joachim Schiele
f69f31a11b
hll2340dw brother: added driver to cups ( #78560 )
2020-02-09 12:14:55 +01:00
R. RyanTM
a3f182df9b
frescobaldi: 3.1 -> 3.1.1 ( #79430 )
2020-02-09 00:24:06 -05:00
scubed2
4a4834fb1d
fceux: 2.2.3 -> 2020-01-29 ( #78943 )
2020-02-08 23:15:00 +01:00
ash lea
3dd336cd01
dolphinEmuMaster: 5.0-11109 -> 5.0-11608
2020-02-07 12:05:51 -08:00
Jan Tojnar
0c5502e4a4
gnash: fix build
...
It does not actually need pangox.
2020-02-07 00:37:38 +01:00
worldofpeace
c047430399
Merge pull request #79196 from eadwu/vscode-extensions/update-4
...
vscode-extensions: 2020.02.03
2020-02-06 07:55:24 -05:00
R. RyanTM
d6634f6f4f
brightnessctl: 0.4 -> 0.5.1
2020-02-06 05:21:26 +00:00
Jakub Sokołowski
aa53f61c21
nixpkgs/brlaser: upgrade to v6
...
It introduces support for several additional Brother printers.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-05 01:48:21 +01:00
Edmund Wu
1d87488d08
vscode-extensions.ms-vscode.cpptools: 0.26.1 -> 0.26.3
2020-02-04 09:25:08 -05:00
Edmund Wu
9a031427eb
vscode-extensions.ms-python.python: 2019.10.44104 -> 2020.1.58038
2020-02-04 09:25:08 -05:00
Benjamin Esham
69f4b8cf99
lilypond: mark not broken on Darwin
2020-02-02 12:23:48 -08:00
Benjamin Esham
d0cb81a68e
lilypond-unstable: mark broken on Darwin
...
See https://github.com/NixOS/nixpkgs/pull/62937
2020-02-02 12:23:48 -08:00
Frederik Rietdijk
c195ef6aab
Merge pull request #78928 from NixOS/staging-next
...
Staging next
2020-02-02 15:35:18 +01:00
Eduardo Quiros
8ec9dedc77
vimPlugins.lf-vim: init at 2019-10-11
2020-02-02 00:54:16 -08:00
Eduardo Quiros
c3620abe24
vimPlugins: Update
2020-02-02 00:54:16 -08:00
Eduardo Quiros
73c51e064a
vimPlugins.bclose-vim: init at 2018-10-10
2020-02-01 23:23:55 -08:00
Eduardo Quiros
4e0486fcd9
vimPlugins: Update
2020-02-01 23:23:55 -08:00
Silvan Mosberger
5c9198d29e
tpm2-pkcs11: init at 1.0.1 ( #72374 )
...
tpm2-pkcs11: init at 1.0.1
2020-02-01 18:05:00 +01:00
Leon Schuermann
e2ad8ef8cf
tpm2-pkcs11: init at v1.0.1
2020-02-01 08:01:02 +01:00
Luka Blaskovic
cba2e83255
lightspark: 0.8.1 -> 0.8.2
2020-01-30 18:35:29 -05:00
Frederik Rietdijk
5cc0468a20
Merge staging into staging-next
2020-01-31 00:16:31 +01:00
Michael Raskin
ae929e63b4
Merge pull request #78406 from helsinki-systems/wine-certs
...
wine: Look for root certs at $NIX_SSL_CERT_FILE
2020-01-30 20:19:56 +00:00
gauvain@govanify.com
274d02e477
vimPlugins.vim-prosession: init at 2019-11-01
2020-01-29 09:05:23 -08:00
Christoph Hrdinka
6ec88282af
Merge pull request #78493 from r-ryantm/auto-update/attract-mode
...
attract-mode: 2.2.0 -> 2.6.1
2020-01-29 10:07:27 +01:00
Frederik Rietdijk
cdff57e1fc
Merge staging-next into staging
2020-01-28 10:48:36 +01:00
Bernardo Meurer
58bd466099
wine-{unstable,staging}: 5.0-rc6 -> 5.0
2020-01-27 20:26:22 -08:00
Bernardo Meurer
8db6255e7e
wine-stable: 4.0.3 -> 5.0
2020-01-27 20:26:22 -08:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
David Terry
e5ca1ca263
vimPlugins: update
2020-01-25 22:26:26 -08:00
David Terry
4edc5f8236
vimPlugins.vim-smt2: init at 2018-05-20
2020-01-25 22:26:26 -08:00
R. RyanTM
72e6912b4d
attract-mode: 2.2.0 -> 2.6.1
2020-01-26 02:07:47 +00:00
Samuel Dionne-Riel
debdbe49b9
Merge pull request #77727 from r-ryantm/auto-update/arm-trusted-firmware
...
armTrustedFirmwareTools: 2.1 -> 2.2
2020-01-25 16:33:40 -05:00
Samuel Dionne-Riel
300ee28891
Merge pull request #55531 from steveeJ-forks/pr/cups-driver-mfcl3770cdw
...
pkgs/misc/cups/drivers: add brother mfcl3770cdw
2020-01-25 13:14:30 -05:00
Janne Heß
d4149412ce
wine: Look for root certs at $NIX_SSL_CERT_FILE
...
Closes #78365
2020-01-24 12:22:45 +01:00
tbenst
e1e7da465b
vscode-extensions.ms-python.python: 2019.10.44104 update language server to 0.4.127
2020-01-23 19:22:55 -08:00
vasile luta
5d2ea07f02
vimUtils.vimrcFile: fixes packpath order
2020-01-23 20:53:07 +02:00
Jaka Hudoklin
3ff9f5ccd4
Merge pull request #78059 from xtruder/pkgs/xss-lock/session-param
...
xss-lock: add patch to allow setting session
2020-01-23 09:01:45 +00:00
Florian Klink
051c3e3eb1
Merge pull request #78257 from talyz/hplip-plugin
...
hplip: Fix plugin url and hash
2020-01-22 12:28:00 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
talyz
c4f58aba47
hplip: Fix plugin url and hash
2020-01-22 10:23:01 +01:00
Samuel Dionne-Riel
90441b4b47
Merge pull request #78216 from samueldr/u-boot/update/2020.01
...
uboot: 2019.10 -> 2020.01
2020-01-22 00:49:57 -05:00
Samuel Dionne-Riel
7943c33087
uboot: ubootBeagleboneBlack -> ubootAmx335xEVM
...
See u-boot@8fa7f65dd02c176ee6021eaf40114560b8954ba2
> configs: Remove am335x_boneblack_defconfig
>
> The am335x_evm_defconfig supports all am335x_boneblack variants. Remove
> the redundant am335x_boneblack_defconfig.
2020-01-21 17:09:05 -05:00
Samuel Dionne-Riel
ca931caf16
uboot: 2019.10 -> 2020.01
...
In addition, removes the python2 dependency. Anyway, it was required for
the updated revision to build.
2020-01-21 16:39:30 -05:00