Commit Graph

8214 Commits

Author SHA1 Message Date
Bernardo Meurer
77bb75d6a2
ubootRaspberryPi4_64bit: rebase patch series 2022-04-26 19:05:26 -07:00
Bernardo Meurer
cff95d1193
ubootRaspberryPi4_64bit: add patch for USB stall with non-MSD USB devices 2022-04-26 19:05:25 -07:00
Bernardo Meurer
b30105b7c2
ubootRaspberryCM4_64bit: merge with ubootRaspberryPi4_64bit 2022-04-26 19:05:23 -07:00
github-actions[bot]
45a2d659a4
Merge staging-next into staging 2022-04-27 00:02:50 +00:00
github-actions[bot]
8261a7aaba
Merge master into staging-next 2022-04-27 00:02:17 +00:00
Congee
a356e86676 tpm2-pkcs11: 1.7.0 -> 1.8.0 2022-04-26 16:25:06 -07:00
Bernardo Meurer
323f123f6a
ubootRaspberryCM4_64bit: add all NVME patches 2022-04-26 15:22:36 -07:00
Bernardo Meurer
ca0c9279ab
ubootRaspberryCM4_64bit: enable USB and NVME 2022-04-26 15:22:35 -07:00
Bernardo Meurer
d094a3e175
uboot: enable parallel building again 2022-04-26 15:22:34 -07:00
Bernardo Meurer
f6f41cf740
uboot: 2021.10 -> 2022.01 2022-04-26 15:22:27 -07:00
Bernardo Meurer
faf42ffbd0
ubootRaspberryCM4_64bit: init 2022-04-26 15:22:25 -07:00
github-actions[bot]
1dd75b14e7
Merge staging-next into staging 2022-04-25 12:09:44 +00:00
github-actions[bot]
073cad8fd6
Merge master into staging-next 2022-04-25 12:04:02 +00:00
Sandro
33d1f7c0bd
Merge pull request #169575 from Ma27/ghostscript-openjpeg
ghostscript: use system-wide openjpeg
2022-04-25 02:01:24 +02:00
Soner Sayakci
0d92d898ed
platformsh: init at v3.78.0 2022-04-24 08:40:25 +00:00
Maximilian Bosch
d9218155d2
ghostscript: use system-wide openjpeg
The following error occurs when using `imagemagickBig`:

    $ ./result/bin/identify sample.jp2
    [1]    699089 IOT instruction (core dumped)  ./result/bin/identify sample.jp2

When looking at the call-trace it seems as if certain symbols, e.g.
`opj_malloc` are mixed up:

    #8  0x00007f78c79ad2f5 in MagickSignalHandler.cold () from /nix/store/bqy80qiw6czqh7vsmmmivwdswp9zzjgl-imagemagick-7.1.0-29/lib/libMagickCore-7.Q16HDRI.so.10
    #9  <signal handler called>
    #10 0x00007f78c5a6095f in opj_malloc () from /nix/store/wg6ly83k1k1fjiygiv1jr7li3p6dwsvq-ghostscript-with-X-9.55.0/lib/libgs.so.9
    #11 0x00007f78c5a60981 in opj_calloc () from /nix/store/wg6ly83k1k1fjiygiv1jr7li3p6dwsvq-ghostscript-with-X-9.55.0/lib/libgs.so.9
    #12 0x00007f78c4f48e24 in opj_create_decompress () from /nix/store/qwalb0kjz1p9c4j48qkk6ql47ds2lnhh-openjpeg-2.4.0/lib/libopenjp2.so.7

The `opj_create_decompress()` is called from the `openjpeg`-integration
of `imagemagick` and thus shouldn't affect `ghostscript` at all.
However, `ghostscript` (`libgs.so` to be precise) also exposes e.g.
`opj_malloc`:

    $ objdump -t /nix/store/wg6ly83k1k1fjiygiv1jr7li3p6dwsvq-ghostscript-with-X-9.55.0/lib/libgs.so.9.55|grep opj_malloc
    0000000000205940 g     F .text	000000000000002b              opj_malloc

Because of that, two incompatible symbols are used in the same process
and thus the `identify`-call breaks because the wrong one is used. To
work around that I decided to use the system-wide openjpeg instead.
I'm not sure why `libgs.so` wants to expose these symbols anyways, but
with that workaround the problem is solved.

Even though it's mentioned that ghostscript's openjpeg is heavily
patched, I think that this is somewhat outdated or at least irrelevant
considering that both ArchLinux[1] and Fedora[2] use the system-wide
`openjpeg` instead.

[1] bafcb5473b/trunk/PKGBUILD (L50)
[2] e4eec13ab6/f/ghostscript.spec (_245)
2022-04-23 00:54:22 +02:00
Artturi
785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv 2022-04-22 20:25:38 +03:00
Infinidoge
088112c897 acpilight: set mainProgram = "xbacklight" 2022-04-19 19:12:32 -04:00
Madoura
b18031c413
treewide/meta: Remove chiiruno and replace with Madouura (#169096)
* maintainers: remove chiiruno

* nixos/zeronet.nix: replace chiiruno with Madouura

* nixos/hydron: replace chiiruno with Madouura

* nixos/tests/bcachefs: replace chiiruno with Madouura

* lutris: replace chiiruno with Madouura

* qtchan: replace chiiruno with Madouura

* tinygo: replace chiiruno with Madouura

* vlang: replace chiiruno with Madouura

* merkletools: replace chiiruno with Madouura

* easyjson: replace chiiruno with Madouura

* quicktemplate: replace chiiruno with Madouura

* statik: replace chiiruno with Madouura

* dumb: replace chiiruno with Madouura

* sndio: replace chiiruno with Madouura

* hydron: replace chiiruno with Madouura

* edid-decode-unstable: replace chiiruno with Madouura

* tewisay: replace chiiruno with Madouura

* svt-av1: replace chiiruno with Madouura
2022-04-18 02:13:36 +03:00
github-actions[bot]
f6bedc13d1
Merge master into staging-next 2022-04-17 18:01:03 +00:00
Builditluc
c17f2305a8 maintainers: add builditluc 2022-04-17 12:28:34 +02:00
Builditluc
b46d723185 wiki-tui: 0.4.5 -> 0.4.7 2022-04-17 12:22:10 +02:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Rick van Schijndel
a13f4f6c1c jackaudio: remove unneeded PKGCONFIG variable
Not needed anymore after setting this correctly in the wafHook.
2022-04-10 17:12:11 +02:00
Lassulus
ce1e3ab634
Merge pull request #162322 from jyooru/init/python3Packages.rich-cli
rich-cli: init at 1.5.1
2022-04-09 18:31:45 +01:00
Sandro
d9b51276a5
Merge pull request #162121 from ghostbuster91/init/tmux-thumbs 2022-04-08 15:09:47 +02:00
Thiago Kenji Okada
abeeb001a1
Merge pull request #166988 from Misterio77/add-argononed
argononed: init at unstable-2022-03-26
2022-04-06 00:11:42 +01:00
Gabriel Fontes
bfc562ab9a
argononed: init at unstable-2022-03-26 2022-04-05 13:59:50 -03:00
github-actions[bot]
c46200d454
Merge master into staging-next 2022-04-03 18:01:07 +00:00
ajs124
63828897eb packetbeat: remove after being marked broken for over two years
It was marked in commit 5aa4b19 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
2022-04-03 16:14:59 +01:00
ghostbuster91
2355463094 tmux-thumbs: init at 0.7.1 2022-04-03 13:04:03 +02:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Jan Tojnar
997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Sandro
dd45456b84
Merge pull request #165936 from ckiee/logiops-init 2022-03-28 16:36:16 +02:00
ckie
d999e48102
logiops: init at 0.2.3
Pretty easy to package. Opened issue with upstream to get rid of the one
patch needed: https://github.com/PixlOne/logiops/issues/307
2022-03-28 16:17:51 +03:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
Sandro
1bf32e43de
Merge pull request #163474 from reckenrode/dxvk-refactor 2022-03-27 17:00:33 +02:00
Randy Eckenrode
2f4eedc401
dxvk: 1.10 -> 1.10.1 2022-03-26 21:04:44 -04:00
github-actions[bot]
811b90f085
Merge master into staging-next 2022-03-26 12:01:14 +00:00
Sandro
5d0af57b93
Merge pull request #165040 from S-NA/systemd-sndio-service 2022-03-26 11:50:29 +01:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
S. Nordin Abouzahra
e3c0eb7171 sndio: install systemd service 2022-03-24 15:48:03 -04:00
Bernardo Meurer
057a4d3abf
cups-brother-mfcl2750dw: fix download url 2022-03-23 16:41:33 -07:00
Bernardo Meurer
a3cfdf39a7
cups-brother-mfcl2750dw: init at 4.0.0-1 2022-03-23 14:49:49 -07:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Shawn8901
3bf28598c1
autoadb: init at unstable-2020-06-01 (#165244)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 06:29:45 +01:00
github-actions[bot]
e452d308f5
Merge staging-next into staging 2022-03-22 12:02:02 +00:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging 2022-03-22 00:02:58 +00:00
R. Ryantm
56c8868908 t-rec: 0.6.0 -> 0.7.3 2022-03-21 19:20:06 +00:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
Ryan Mulligan
0ab73f9a3f
Merge pull request #162535 from astro/pacemaker
pacemaker: init
2022-03-15 16:06:56 -07:00
Pascal Wittmann
6e3ee89576
Merge pull request #164290 from r-ryantm/auto-update/xlockmore
xlockmore: 5.68 -> 5.69
2022-03-15 22:42:30 +01:00
Sandro
a31cb9033e
Merge pull request #161396 from vs49688/orfix 2022-03-15 20:00:44 +01:00
R. Ryantm
7c24c71e1f xlockmore: 5.68 -> 5.69 2022-03-15 16:55:31 +00:00
Felix Buehler
8322c182fa alock: switch to fetchFromGitHub 2022-03-14 19:32:50 +01:00
Felix Buehler
e5c1b1f17e xtrlock-pam: switch to fetchFromGitHub 2022-03-14 19:32:50 +01:00
Joel
22208a7a6e
rich-cli: init at 1.5.1 2022-03-11 16:04:40 +10:00
github-actions[bot]
8379968bb2
Merge staging-next into staging 2022-03-10 06:02:07 +00:00
github-actions[bot]
c46a02f957
Merge master into staging-next 2022-03-10 06:01:29 +00:00
Ivv
2705aef804
Merge pull request #163429 from bartsch/maintainer-add-bartsch
Add bartsch to maintainers list and uboot package
2022-03-10 04:11:10 +01:00
github-actions[bot]
b4fed0cbba
Merge staging-next into staging 2022-03-09 18:05:08 +00:00
github-actions[bot]
d30e2aa8f5
Merge master into staging-next 2022-03-09 18:01:14 +00:00
Randy Eckenrode
f29e152b7e
dxvk: support version-specific MoltenVK patches
While it’s unlikely, it’s possible that different MoltenVK versions
could require their own compatability patches. Support that by making
the `moltenvk` derivation provide the patch via `passthru`. There is no
package with the patch applied because the patch should never be used by
anything other than DXVK.
2022-03-09 11:31:10 -05:00
Randy Eckenrode
e2369cb9c9
dxvk: refactor to better support Darwin and Linux
- Move the synchronization primitive changes to their own patch, so it
  can be applied conditionally on Darwin. Also, document why this change
  is needed; and
- Refactor how `src` is handled to support allowing Darwin and Linux to
  diverge in case the Darwin patches do not apply to the latest version.
  This should address some post-merger concerns that were raised about
  Darwin’s blocking updates for Linux.
2022-03-09 11:18:05 -05:00
Alyssa Ross
43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
Daniel Martin
18ffc28a0f uboot: add bartsch to maintainers 2022-03-09 11:15:44 +01:00
Daniel Martin
3cee68f916 uboot: Add Olimex A20 OLinuXino Lime2 with eMMC
Since hardware revision K, every Lime2 has got an eMMC:
https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A20-OLinuXino-LIME2/hardware_revision_changes_log.txt

Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
2022-03-09 10:09:03 +01:00
Zane van Iperen
3c7e3a328c
openrussian-cli: refactor to use lua.withPackages instead of luaPackages 2022-03-09 16:12:00 +10:00
Astro
70c1e849c0 nixos/tests/pacemaker: init 2022-03-09 01:19:10 +01:00
Ryan Mulligan
2b78cfdb09 pacemaker: init at 2.1.2 2022-03-08 20:26:52 +01:00
github-actions[bot]
4a35c77022
Merge master into staging-next 2022-03-08 12:01:21 +00:00
Sandro
7bcf2dbdda
Merge pull request #161522 from reckenrode/dxvk 2022-03-08 12:54:34 +01:00
Randy Eckenrode
5fb9ee7f05
dxvk: init at 1.10 2022-03-07 15:15:19 -05:00
github-actions[bot]
137a689db1
Merge staging-next into staging 2022-03-07 00:02:59 +00:00
github-actions[bot]
b4b1ce4d4f
Merge master into staging-next 2022-03-07 00:02:12 +00:00
Guillaume Girol
8dd5f28691
Merge pull request #161625 from fortuneteller2k/i3a
i3a: init at 2.0.1
2022-03-06 21:57:14 +00:00
github-actions[bot]
fade30f7b2
Merge staging-next into staging 2022-03-05 12:01:44 +00:00
Martin Weinelt
1227158d0b Merge remote-tracking branch 'origin/master' into staging-next 2022-03-05 12:56:25 +01:00
R. Ryantm
5218aba132 lilypond: 2.22.1 -> 2.22.2 2022-03-04 20:41:47 -06:00
github-actions[bot]
465d584100
Merge staging-next into staging 2022-03-03 12:11:56 +00:00
github-actions[bot]
c29f27003c
Merge master into staging-next 2022-03-03 12:06:44 +00:00
R. Ryantm
bfaf867dcb xscreensaver: 6.02 -> 6.03 2022-03-03 08:08:20 +00:00
zowoq
64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
github-actions[bot]
bfb0bc0461
Merge master into staging-next 2022-02-28 18:05:41 +00:00
Felix Buehler
1573dbdcd0 treewide: fix versions starting with 'v' 2022-02-28 13:05:18 +01:00
github-actions[bot]
b178b1c43a
Merge staging-next into staging 2022-02-28 00:02:46 +00:00
github-actions[bot]
6787116890
Merge master into staging-next 2022-02-28 00:02:07 +00:00
Renaud
26e612f59d
Merge pull request #161463 from msfjarvis/hs/scrcpy-1.23
scrcpy: 1.22 -> 1.23
2022-02-27 20:56:23 +01:00
Jan Tojnar
1316edc465 Merge branch 'staging-next' into staging 2022-02-27 09:24:31 +01:00
AndersonTorres
ed2b1b4b90 Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
R. Ryantm
c88fc7454a cups-filters: 1.28.11 -> 1.28.12 2022-02-25 23:21:44 +01:00
Sandro
035c360136
Merge pull request #148257 from zseri/opt-disable-avahi-geoclue 2022-02-25 13:00:05 +01:00
AndersonTorres
3f19fc37a3 Move misc/vim-plugins to applications/editors/vim/plugins 2022-02-24 20:26:07 -03:00
Samuel Dionne-Riel
0adf99aee4
Merge pull request #156005 from zhaofengli/pi02
Update Raspberry Pi packages
2022-02-24 15:05:23 -05:00
Ameer Taweel
8424137563 vimPlugins.todo-nvim: init at 2022-02-19 2022-02-24 19:40:32 +01:00
Anderson Torres
f15188d1b8
Merge pull request #160344 from AndersonTorres/move-vscode-plugins
Move misc/vscode-extensions to applications/editors/vscode/extensions
2022-02-24 14:50:40 -03:00
ners
211ec209b1 vimPlugins.surround-nvim: Switch to new fork 2022-02-24 10:01:30 -06:00
ners
1191d095b6 vimPlugins: update 2022-02-24 10:01:30 -06:00
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
Felix Buehler
c01851e31c ghostscriptX: remove appendToName to have a consistent package name for repology 2022-02-23 10:22:05 +01:00
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
Vladimír Čunát
3dfddd89c6
Merge branch 'master' into staging-next
Trivial conflict in pkgs/top-level/aliases.nix
2022-02-06 10:29:49 +01:00
Adam Joseph
bb0a925a76 remove unfree HDCP blob from arm-trusted-firmware, closes #148890
This patch comes from https://gitlab.com/vicencb/kevinboot/-/blob/master/atf.patch

I have been running firmware with this patch on my daily driver rk3399
laptop for the past four months.
2022-02-05 16:38:47 -08:00
github-actions[bot]
8655b71eab
Merge staging-next into staging 2022-02-06 00:04:09 +00:00
Jonathan Ringer
821dcc49f3
retroarchBare: pin ffmpeg to 4.x 2022-02-05 13:28:01 -08:00
7c6f434c
8b46ac6596
Merge pull request #155536 from SFrijters/wine-remove-libraries
wine: Remove bundled libraries
2022-02-05 20:40:41 +00:00
github-actions[bot]
426b7027fd
Merge staging-next into staging 2022-02-05 18:01:39 +00:00
github-actions[bot]
c86cbc2a8a
Merge master into staging-next 2022-02-05 18:01:08 +00:00
github-actions[bot]
30946056f0
Merge staging-next into staging 2022-02-05 12:03:39 +00:00
fortuneteller2k
7ee4842601 vimPlugins.material-nvim: init at 2022-02-04 2022-02-05 17:40:02 +08:00
fortuneteller2k
19703f0eda vimPlugins.zen-mode-nvim: init at 2021-11-07 2022-02-05 17:39:53 +08:00
fortuneteller2k
04d91b9ac1 vimPlugins: update 2022-02-05 17:26:14 +08:00
Jonathan Ringer
d50803b78d
mgba: pin ffmpeg to 4.x 2022-02-04 22:10:59 -08:00
Kyle Ondy
20bb580cce
tmuxPlugins.tmux-fzf: unstable-2020-12-07 -> unstable-2021-10-20
Fixes #158162.
2022-02-04 21:31:47 -05:00
Jonas Heinrich
f48c4bb72d cups: 2.4.0 -> 2.4.1 2022-02-04 14:19:32 -08:00
Danielle Hutzley
9e9c5efaca vimPlugins.tup: fix ftdetect 2022-02-03 16:32:44 -08:00
Jonathan Ringer
f6068cbf1e Revert "cups: 2.4.0 -> 2.4.1"
This reverts commit 01d86082da7ab8ad86a8cf3742a09f6b5a2ae5f0.
2022-02-03 10:24:56 -08:00
Jonas Heinrich
01d86082da cups: 2.4.0 -> 2.4.1 2022-02-03 10:15:10 -08:00
Jonas Heinrich
e5213f40db cups: Add passthru printing test 2022-02-03 09:39:39 -08:00
R. RyanTM
829196bfbe
ruffle: 2021-09-17 -> 2022-02-02 (#157974) 2022-02-03 16:56:17 +01:00
Anderson Torres
2a5733edb6
Merge pull request #157838 from SuperSamus/duckstation
duckstation: 0.pre+date=2021-12-16 -> 0.pre+date=2022-01-18
2022-02-03 11:47:56 -03:00
Martino Fontana
c559795c0f duckstation: 0.pre+date=2021-12-16 -> 0.pre+date=2022-01-18 2022-02-03 10:47:00 +01:00
Jakub Kozłowski
4f39313552 vscode-extensions.alygin.vscode-tlaplus: 1.5.3 -> 1.5.4 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
9a81c40ce6 vscode-extensions.timonwong.shellcheck: 0.14.4 -> 0.18.4 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
f6d1a3a25c vscode-extensions.zhuangtongfa.material-theme: 3.9.12 -> 3.13.17 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
09d5924325 vscode-extensions.jnoortheen.nix-ide: 0.1.18 -> 0.1.19 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
16dba82a7a vscode-extensions.graphql.vscode-graphql: 0.3.13 -> 0.3.50 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
c45cab552a vscode-extensions.mishkinf.goto-next-previous-member: 0.0.5 -> 0.0.6 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
bd528715d8 vscode-extensions.codezombiech.gitignore: 0.6.0 -> 0.7.0 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
c23128e6ae vscode-extensions.github.copilot: 1.7.4421 -> 1.7.4812 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
7a72dafbc1 vscode-extensions.edonet.vscode-command-runner: 0.0.116 -> 0.0.122 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
0272dc8a6b vscode-extensions.disneystreaming.smithy: init at 0.0.2 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
ed89d9af8c vscode-extensions.Arjun.swagger-viewer: init at 3.1.2 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
e18081929d vscode-extensions.humao.rest-client: init at 0.24.6 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
6ff4ad160f vscode-extensions.benfradet.vscode-unison: init at 0.3.0 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
08c04a59a9 vscode-extensions.silvenon.mdx: init at 0.1.0 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
65256edaa8 vscode-extensions.baccata.scaladex-search: 0.0.1 -> 0.2.0 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
ee99db6c3f vscode-extensions.scalameta.metals: 1.12.0 -> 1.12.18 2022-02-02 21:14:55 -08:00
Jakub Kozłowski
702a93b15e vscode-extensions.kubukoz.nickel-syntax: init at 0.0.1 2022-02-02 21:14:55 -08:00
Zane van Iperen
e00cda8dc0
rpcs3: update script fixes
Update the update script to handle the new ittapi stuff, and to work
with nixpkgs-update (needs the old version to be a literal string in
the file). Also throw some general cleanups in there for good measure.
2022-02-02 23:47:04 +10:00
Zane van Iperen
f889cf0bd4
rpcs3: 0.0.19-12975-37383f421 -> 0.0.20-13222-8c2fd5095 2022-02-02 23:47:04 +10:00
Sandro
8fcb7ef1af
Merge pull request #157205 from enderger/tup/vim-syntax 2022-02-02 14:44:41 +01:00
Anderson Torres
c60feb2ef3
Merge pull request #157718 from AndersonTorres/new-munt
munt: full refactor

- libmt32emu: init at 2.5.3
- mt32emu-smf2wav: init at 1.7.0
- mt32emu-qt: init at 1.9.0
- dosbox-staging: munt is now libmt32emu
2022-02-02 09:23:56 -03:00
Dmitry Kalinkin
b239da6b59
Merge pull request #157309 from SFrijters/wine-7.1
wine{Unstable,Staging}: 7.0 -> 7.1
2022-02-02 00:14:25 -05:00
AndersonTorres
31b7fe92c0 dosbox-staging: munt is now libmt32emu 2022-02-01 17:45:56 -03:00
Anderson Torres
4269133f09
Merge pull request #157633 from AndersonTorres/new-misc
Misc modifications:

- dosbox: use desktopItems machinery
- munt: 2.5.0 -> 2.5.3
2022-02-01 09:18:58 -03:00
Victor Freire
d1eea58f96 vscode-extensions.ocamllabs.ocaml-platform: 1.5.1 -> 1.8.4 2022-01-31 21:16:59 -08:00
legendofmiracles
928dfc6da9
Merge pull request #156904 from legendofmiracles/update/wiki
wiki-tui: 0.4.4 -> 0.4.5
2022-01-31 21:58:38 -05:00