Commit graph

4703 commits

Author SHA1 Message Date
Bastian Köcher 88f749545c hplip: Add missing library
Otherwise, things like `hp-setup` fail finding gi:

```
HP Linux Imaging and Printing System (ver. 3.20.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Traceback (most recent call last):
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/setup.py", line 314, in <module>
    ui = import_module(ui_package + ".setupdialog")
  File "/nix/store/n0b076p351ma864q38if4yglsg99hw2s-python3-3.8.3/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/ui5/setupdialog.py", line 31, in <module>
    from base import device, utils, models, pkit
  File "/nix/store/rmzq8c4n47s4q4p31w18waz0zrba2ljl-hplip-3.20.5/share/hplip/base/pkit.py", line 38, in <module>
    from gi import _gobject as gobject
ModuleNotFoundError: No module named 'gi'
```
2020-06-16 20:26:40 +02:00
Florian Klink fd2627babf
Merge pull request #89120 from dasj19/hplip-update
Upgrade hplip & hplip plugin to 3.20.5
2020-06-16 01:33:06 +02:00
Daniel Șerbănescu 37583e45a2 hplip: 3.20.3 -> 3.20.5 2020-06-16 01:31:14 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Sirio Balmelli ca8e5a63d3 vimPlugins: update
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-13 15:07:43 -07:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Frederik Rietdijk febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Michael Raskin 21c3245b67 winePackages.staging: mention staging patches in description 2020-06-11 20:06:25 +02:00
Bouke van der Bijl f71490bd1d Add gopls to vim-go binaries 2020-06-10 12:58:39 -07:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jörg Thalheim d903f1166b
Merge pull request #89649 from oxalica/rust-analyzer 2020-06-08 17:38:10 +01:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Christoph Hrdinka 355eed433b
Merge pull request #68328 from OPNA2608/package-np2kai
np2kai: init at 0.86rev22
2020-06-07 10:13:33 +02:00
Frederik Rietdijk d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Thomas Tuegel d1f62c54e7
Merge pull request #89265 from doronbehar/hplip-gcc-references
hplip: don't reference gcc in binaries from /share and other locations
2020-06-06 10:21:07 -05:00
oxalica 2cb9026765
vscode-extensions.matklad.rust-analyzer: 2020-04-20 -> 2020-06-01 2020-06-06 21:18:59 +08:00
oxalica 51ba1c04f2
vscode-extensions.matklad.rust-analyzer: fix build 2020-06-06 21:18:58 +08:00
Frederik Rietdijk 1c68570ab2 Merge staging-next into staging 2020-06-05 19:42:16 +02:00
David Wood f37b4a8d43 vimPlugins.vim-mundo: init at 2020-05-06 2020-06-04 12:23:10 -07:00
David Wood 568d540b42 vimPlugins.is-vim: init at 2017-10-30 2020-06-04 12:23:10 -07:00
David Wood f9b8c148df vimPlugins.vim-numbertoggle: init at 2017-10-26 2020-06-04 12:23:10 -07:00
David Wood 50eddf8a72 vimPlugins.vim-tmux-clipboard: init at 2019-04-07 2020-06-04 12:23:10 -07:00
David Wood db21ea2830 vimPlugins.vim-hybrid: init at 2016-01-05 2020-06-04 12:23:10 -07:00
David Wood 98238a01a6 vimPlugins.vim-spirv: init at 2019-11-20 2020-06-04 12:23:10 -07:00
David Wood a05a858d17 vimPlugins.vim-hocon: init at 2017-09-08 2020-06-04 12:23:10 -07:00
David Wood 6cc2a43e59 vimPlugins: resolve github repository redirects 2020-06-04 12:23:10 -07:00
David Wood 4204de06fb vimPlugins: update 2020-06-04 12:23:10 -07:00
Dmitry Kalinkin dd8f077ff9
Merge pull request #89196 from eadwu/vscode/76427-fallout
vscode: fix #76427 fallout
2020-06-04 14:31:08 -04:00
Martin Milata 1c7d22e663 ghostscript: 9.50 -> 9.52
https://www.ghostscript.com/doc/9.51/News.htm
https://www.ghostscript.com/doc/9.52/News.htm
2020-06-04 18:27:53 +02:00
Doron Behar c59e8d3fb3 hplip: don't reference gcc in binaries from /share and other locations 2020-06-03 20:32:32 +03:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Samuel Dionne-Riel 4a4adb2733
Merge pull request #70794 from samueldr/u-boot/roc-rk3399-pc
u-boot: Add ROC-PC-RK3399 build
2020-06-01 17:29:21 -04:00
Samuel Dionne-Riel 5f97610fc0 ubootROCPCRK3399: init at 2020.04 2020-06-01 17:25:49 -04:00
Edmund Wu 4f99c5725e
vscode-extensions.vscode-utils: reapply some changes from bb24faf
bb24fafbfa
2020-05-30 16:50:15 -04:00
Jörg Thalheim 87908c3743
Merge pull request #89184 from mayflower/continue-pull-85764 2020-05-30 11:36:56 +01:00
Edmund Wu 3704ed1750
vscode-utils: remove extra whitespace 2020-05-29 22:24:05 -04:00
Peter Simons e080ab1e61
Merge pull request #76427 from countoren/vscode-utils/vscodeEnv
vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix a…
2020-05-29 21:33:32 +02:00
Kyle Ondy 4b0e7b1201 vimPlugins.conjure: init at 2020-05-26 2020-05-28 20:42:20 -07:00
Kyle Ondy 5f3b37a983 vimPlugins: resolve github repository redirects 2020-05-28 20:42:20 -07:00
Kyle Ondy 9afcc52f0d vimPlugins: update 2020-05-28 20:42:20 -07:00
Vladyslav M 8d638a3603
Merge pull request #89042 from dywedir/scrcpy 2020-05-28 13:07:39 +03:00
Pascal Wittmann 5a3acb660e
Merge pull request #89048 from r-ryantm/auto-update/xlockmore
xlockmore: 5.62 -> 5.63
2020-05-27 22:37:38 +02:00
R. RyanTM 2338eaf5e1 xlockmore: 5.62 -> 5.63 2020-05-27 20:10:05 +00:00
Jörg Thalheim 6602f87384
nodePackages: switch to 12
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-27 21:45:41 +02:00
Vladyslav M c1418b460d
scrcpy: 1.13 -> 1.14 2020-05-27 22:28:37 +03:00
Jörg Thalheim f17888bf0f
Merge pull request #81440 from NickHu/fruzzy
vimPlugins.fruzzy: init at 2019-10-28
2020-05-27 16:31:56 +01:00
Moises Nessim f9d28ed7db Merge branch 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1 into vscode-utils/vscodeEnv
* 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1: (178391 commits)
  Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
  fix permission problem of mutableExtensions
  vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
  change vscodeSettingsFile parameter type from path to string
  add missing jq to vscodeEnv
  use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
  add updateSettings drv which will union nix settings configurations into the a vscode settings file
  vscode-utils/vscodeEnv: fix typo and grammer in the description comment
  vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
  vsode-utils: extracting attributes to limit input range
  vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
  xfce.xfce4-icon-theme: update gtk dependency and add license
  xfce.xfce4-hardware-monitor-plugin: update meta
  xfce.xfce4-embed-plugin: update meta and buildInputs
  xfce.xfce4-mailwatch-plugin: remove broken status
  xfce.exo: add support for gtk2, besides gtk3
  xfce.xfdesktop: 4.14.1 -> 4.14.2
  xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
  xfce.xfdashboard: 0.7.5 -> 0.7.7
  xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0
  ...
2020-05-26 13:16:13 -05:00
Moises Nessim 97df56158e vscode-extensions: Find mutable extensions by version in order not to delete them
Do not use sudo.
2020-05-26 13:14:35 -05:00