Commit graph

7961 commits

Author SHA1 Message Date
ners ea3c248efe vimPlugins.surround-nvim: remove 2022-02-24 10:01:30 -06:00
fortuneteller2k fbbb238998 i3a: init at 2.0.1 2022-02-24 15:09:05 +08:00
zseri 9a93279738 cups-filters: make it easier to disable avahi
: previous override code to do this was :
  cups-filters = prev.lib.pipe prev.cups-filters [
    (x: x.overrideAttrs (old: { configureFlags = old.configureFlags ++ ["--disable-avahi"]; }))
    (x: x.override { avahi = null; })
  ];

: new override code to do this is :
  cups-filters = prev.cups-filters.override { withAvahi = false; };
2022-02-23 23:38:05 +01:00
zseri a91e85efa3 cups-filters: run nixpkgs-fmt 2022-02-23 23:38:05 +01:00
Harsh Shandilya 3dea07f9a6
scrcpy: install shell completions 2022-02-24 01:36:43 +05:30
Harsh Shandilya 7974b85c83
scrcpy: make libusb1 an unconditional dependency
With the new OTG support for Darwin this is needed on there as well
2022-02-24 01:36:43 +05:30
Harsh Shandilya 368480a95b
scrcpy: 1.22 -> 1.23 2022-02-24 01:36:43 +05:30
github-actions[bot] f8210665fc
Merge staging-next into staging 2022-02-22 00:02:51 +00:00
QuantMint 112918938f
xboxdrv: bump scons (#158405)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-21 23:13:57 +01:00
github-actions[bot] fd240cb362
Merge staging-next into staging 2022-02-20 06:01:57 +00:00
Luke Granger-Brown d5f2378729
Merge pull request #158310 from a-m-joseph/close-148890-by-removing-blob
remove unfree HDCP blob from arm-trusted-firmware, closes #148890
2022-02-20 05:27:41 +00:00
github-actions[bot] f70caf75e4
Merge staging-next into staging 2022-02-18 12:02:06 +00:00
AndersonTorres 8f868e154c Move misc/vscode-extensions to applications/editors/vscode/extensions 2022-02-18 08:25:22 -03:00
Victor Freire ed357487aa vscode-extensions.ms-pyright.pyright: init at 1.1.222 2022-02-17 22:27:49 -03:00
github-actions[bot] 705cd79939
Merge staging-next into staging 2022-02-18 00:02:26 +00:00
Ameer Taweel 97aeab9782 vimPlugins.telescope-asynctasks-nvim: init at 2021-10-22 2022-02-17 13:08:43 -08:00
Ameer Taweel 7e96f7ae74 vimPlugins.cmp-nvim-ultisnips: init at 2022-01-31 2022-02-17 13:04:56 -08:00
Ameer Taweel d9c8a4b968 vimPlugins.telescope-ultisnips-nvim: init at 2021-09-27 2022-02-17 13:03:50 -08:00
github-actions[bot] fae9a3bb4f
Merge staging-next into staging 2022-02-17 18:01:43 +00:00
Ameer Taweel 5cbfc7f0b9 vimPlugins.asynctasks-vim: init at 2022-01-12 2022-02-17 16:21:36 +01:00
github-actions[bot] cc89582356
Merge staging-next into staging 2022-02-17 12:01:50 +00:00
Ameer Taweel 0e6dd09d24 vimPlugins.asyncrun-vim: init at 2022-02-03 2022-02-17 12:46:53 +01:00
github-actions[bot] c72570c5b3
Merge staging-next into staging 2022-02-17 00:02:21 +00:00
Anderson Torres 49e534cf3b
Merge pull request #160165 from AndersonTorres/new-rars
Emulators upgrades and refactors
2022-02-16 20:47:47 -03:00
Ameer Taweel 54105e1f85 vimPlugins.winshift-nvim: init at 2021-11-15 2022-02-16 23:45:22 +01:00
AndersonTorres 8d65e832f0 Move misc/emulators to applications/emulators - part 1
Emulators form a class by themselves. So, they should be moved to applications/.
2022-02-16 01:38:20 -03:00
github-actions[bot] 127af785cb
Merge staging-next into staging 2022-02-15 18:01:56 +00:00
Ivv 48ffab2d9a
Merge pull request #156530 from sbruder/update-yuzu/ea-2432
yuzu-ea: 2156 -> 2432
2022-02-15 18:26:17 +01:00
Doron Behar a400822701
Merge pull request #160125 from doronbehar/pkg/hplip 2022-02-15 17:24:34 +02:00
Sandro Jäckel fb7eab6ac8
vscode-extensions: retry if the marketplace API closes the connection unexpected 2022-02-15 14:49:25 +01:00
github-actions[bot] afc666deed
Merge staging-next into staging 2022-02-15 12:01:39 +00:00
Doron Behar 38afa0bd75 hplip: Fix missing pyqt5_sip module
Fixes #114051.
2022-02-15 13:29:51 +02:00
Matthieu Coudron 05c6180b5f vimPlugins.rest-nvim: init at 2022-01-26
it requires json and http treesitter grammars but not sure how best to
enforce that right now.
2022-02-15 10:29:39 +01:00
Florian Klink c1c6066185 hplip: 3.20.11 -> 3.21.12
The ImageProcessor component became a configure option, so we can drop
the patch.
2022-02-14 22:52:23 +01:00
github-actions[bot] d012716733
Merge staging-next into staging 2022-02-14 00:02:24 +00:00
Pascal Bach 3b0050bec9
Merge pull request #159680 from r-ryantm/auto-update/pipes-rs
pipes-rs: 1.4.6 -> 1.4.7
2022-02-13 22:43:30 +01:00
github-actions[bot] ba08adb044
Merge staging-next into staging 2022-02-13 18:01:40 +00:00
Kevin Amado 8bd4ebee32 vscode-extensions.kamadorueda.alejandra: init at 1.0.0 2022-02-13 09:31:40 -08:00
Stefan Frijters 3507b35006
wine{Unstable,Staging}: 7.1 -> 7.2 2022-02-13 11:55:02 +01:00
github-actions[bot] 37beb00797
Merge staging-next into staging 2022-02-13 06:01:39 +00:00
R. Ryantm 92cf8c24b4 cups-filters: 1.28.10 -> 1.28.11 2022-02-12 21:39:59 -08:00
R. Ryantm c2793b01f2 libdsk: 1.5.15 -> 1.5.18 2022-02-12 20:12:58 -08:00
R. Ryantm d3ed1f5ce6 pipes-rs: 1.4.6 -> 1.4.7 2022-02-12 22:39:48 +00:00
github-actions[bot] 6a375f380f
Merge staging-next into staging 2022-02-12 18:01:44 +00:00
R. RyanTM fc48fb2d58
beep: 1.4.11 -> 1.4.12
* beep: 1.4.11 -> 1.4.12 (#159052)

* beep: rework makeFlags

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-12 16:13:58 +01:00
Zhaofeng Li d57972961c ubootRaspberryPi3_{32,64}bit: Add patch to load correct DT for Pi Zero 2 W 2022-02-12 00:04:48 -08:00
github-actions[bot] 2ea430e624
Merge staging-next into staging 2022-02-12 06:01:39 +00:00
Bobby Rong ab483866e2
Merge pull request #159260 from r-ryantm/auto-update/fceux
fceux: 2.6.1 -> 2.6.2
2022-02-12 10:16:08 +08:00
github-actions[bot] 59288f3b8d
Merge staging-next into staging 2022-02-12 00:02:21 +00:00
Ivan Kovnatsky f86accf2ce vimPlugins.mru: init at 2022-01-22 2022-02-11 12:47:55 -08:00
github-actions[bot] dafecf1c6d
Merge staging-next into staging 2022-02-11 18:01:48 +00:00
R. Ryantm f7dd21ce32 fceux: 2.6.1 -> 2.6.2 2022-02-11 15:05:44 +00:00
R. RyanTM dbca7f9b69
mxt-app: 1.33 -> 1.36
(#144474)
2022-02-11 15:12:13 +01:00
github-actions[bot] 30e6d926d2
Merge staging-next into staging 2022-02-11 06:01:58 +00:00
Bobby Rong e70ac149d1
Merge pull request #159135 from emilytrau/update-maintainer
maintainers: update emilytrau
2022-02-11 13:11:07 +08:00
Angus Trau 18592865d7 maintainers: update emilytrau 2022-02-11 04:45:03 +00:00
Anderson Torres f4fe98a532
Merge pull request #158875 from AndersonTorres/new-misc
dosbox-staging: 0.77.1 -> 0.78.1
2022-02-11 01:17:37 -03:00
github-actions[bot] fa600e2c3a
Merge staging-next into staging 2022-02-11 00:02:23 +00:00
Victor Freire c8f495b6cd vscode-extensions.ms-vscode.theme-tomorrowkit: init at 0.1.4 2022-02-10 14:02:02 -08:00
Seong Yong-ju 25ce738b71 vscode-extensions.eg2.vscode-npm-script: init at 0.3.24 2022-02-10 11:46:45 -08:00
Seong Yong-ju 4399f2254d vscode-extensions.ms-vscode.anycode: init at 0.0.57 2022-02-10 11:46:40 -08:00
github-actions[bot] 8642b60d5b
Merge staging-next into staging 2022-02-10 18:01:41 +00:00
Jonathan Ringer 12fd8a77e1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/top-level/aliases.nix
2022-02-10 09:21:09 -08:00
AndersonTorres 038338b1dd dosbox-staging: 0.77.1 -> 0.78.1 2022-02-10 10:20:47 -03:00
github-actions[bot] a65bfdedbe
Merge staging-next into staging 2022-02-10 06:01:44 +00:00
Jean-Francois Chevrette 083c3a940e add jfchevrette as maintainers 2022-02-09 21:13:30 -08:00
Jean-Francois Chevrette 314de8ae28 add support for aarch64-darwin and x86_64-darwin 2022-02-09 21:13:30 -08:00
Jonathan Ringer 39669ea2b6
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/top-level/aliases.nix
2022-02-09 19:58:40 -08:00
Bernardo Meurer 2770c2f25a vimPlugins.vim-clap: fix cargoSha256 2022-02-09 19:52:12 -08:00
Bernardo Meurer f78a083ddd vimPlugins: update 2022-02-09 19:52:12 -08:00
github-actions[bot] 9cc61e534c
Merge staging-next into staging 2022-02-09 06:02:05 +00:00
Jonathan Ringer 5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/opensimplex/default.nix
	pkgs/development/python-modules/pygame-gui/default.nix
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
Maximilian Bosch 69e2db3900
epson-escpr2: 1.1.45 -> 1.1.46 2022-02-08 23:50:19 +01:00
Aaron Andersen 0268ce76ed
Merge pull request #158708 from xfix/dolphin-5.0-15993
dolphinEmuMaster: 5.0-15445 -> 5.0-15993
2022-02-08 17:17:09 -05:00
Konrad Borowski bae00be602 dolphinEmuMaster: 5.0-15445 -> 5.0-15993 2022-02-08 21:14:19 +01:00
Nigel Banks e6c94c7f56 Remove oxalica as the maintainer at her request
Added myself as the maintainer for now.
2022-02-08 11:47:39 -08:00
Nigel Banks 1c7214f164 vscode-extensions.vadimcn.vscode-lldb: 1.6.8 -> 1.6.10
Upgrade to the newest version.
2022-02-08 11:47:39 -08:00
Will Dietz 9b014bdb47 vimPlugins: update 2022-02-08 09:46:50 -08:00
Will Dietz 3307d70562 vimPlugins: add a few plugins for completion and misc other bits 2022-02-08 09:46:50 -08:00
Thiago Kenji Okada 819bf6b10a
Merge pull request #158194 from KyleOndy/fix_tmux_fzf
tmuxPlugins.tmux-fzf: unstable-2020-12-07 -> unstable-2021-10-20
2022-02-08 13:20:55 -03:00
Thiago Kenji Okada 0f1c388b16
Merge pull request #158531 from arcticlimer/bump-tmux-cpu-plugin
tmuxPlugins.cpu: unstable-2020-07-25 -> unstable-2021-12-15
2022-02-08 11:50:07 -03:00
Adam Joseph d94759023d make meta.license be a list rather than a single value 2022-02-08 01:53:25 -08:00
Adam Joseph a5b8650f8d arm-trusted-firmware: add unfreeIncludeHDCPBlob?true to control license and blob-removal patch
This change implements @lukegb's idea:

  https://github.gitop.top/NixOS/nixpkgs/issues/148890#issuecomment-1032002903

Specifically, it introduces a new parameter unfreeIncludeHDCPBlob
(defaults to true):

* If unfreeIncludeHDCPBlob==true then the license is changed to
  unfreeRedistributable, which will alert the user to the fact that
  the blob is being included (unless they set NIXPKGS_ALLOW_UNFREE=1).

* If unfreeIncludeHDCPBlob==false then the license is kept as bsd3, but
  a patch is applied to remove the HDCP blob from the build.
2022-02-08 01:44:21 -08:00
Sandro f612da79b4
Merge pull request #147965 from reckenrode/omnisharp-darwin 2022-02-08 03:13:30 +01:00
Vinícius Müller 33a0ea3a3b
tmuxPlugins.cpu: unstable-2020-07-25 -> unstable-2021-12-15 2022-02-07 22:01:54 -03:00
github-actions[bot] 926197f11e
Merge staging-next into staging 2022-02-08 00:02:27 +00:00
github-actions[bot] 335510eb84
Merge master into staging-next 2022-02-08 00:01:49 +00:00
Guillaume Girol 8cec3cc29e vimPlugins.vim-nixhash: init at 2022-02-06 2022-02-07 13:38:56 -08:00
Guillaume Girol 32d2af12f2 vimPlugins: update 2022-02-07 13:38:56 -08:00
Zane van Iperen 79cb125a6d gnash: remove
Is broken and long-abandoned by upstream.
2022-02-07 10:04:52 -08:00
github-actions[bot] c5d13e0b33
Merge staging-next into staging 2022-02-07 12:01:47 +00:00
github-actions[bot] 4e2cf99754
Merge master into staging-next 2022-02-07 12:01:12 +00:00
Sandro e900f02d72
Merge pull request #153505 from NelsonJeppesen/kitty-themes-add 2022-02-07 12:03:22 +01:00
Bobby Rong ac033adab7
Merge pull request #158445 from datafoo/vscode-extensions.stkb.rewrap
vscode-extensions.stkb.rewrap: 1.16.0 -> 1.16.1
2022-02-07 18:11:17 +08:00
Bobby Rong 855b94e19c
Merge pull request #158446 from datafoo/vscode-extensions.davidanson.vscode-markdownlint
vscode-extensions.davidanson.vscode-markdownlint: 0.45.0 -> 0.46.0
2022-02-07 18:09:54 +08:00
datafoo 97e6067dd9 vscode-extensions.davidanson.vscode-markdownlint: 0.45.0 -> 0.46.0 2022-02-07 08:55:33 +01:00
datafoo 956f28202f vscode-extensions.streetsidesoftware.code-spell-checker: 2.1.4 -> 2.1.5 2022-02-07 08:55:15 +01:00
datafoo c53cdc07d0 vscode-extensions.stkb.rewrap: 1.16.0 -> 1.16.1 2022-02-07 08:40:09 +01:00
Nelson Jeppesen aae194d8b2
kitty-themes: init at unstable-2022-02-03 2022-02-06 16:37:15 -08:00
github-actions[bot] 7b084b3ae3
Merge staging-next into staging 2022-02-06 12:03:11 +00:00