Commit Graph

371704 Commits

Author SHA1 Message Date
Jan Tojnar
cd2a6cd9cb nixos/gnome: Add the NixOS background metadata
This is needed to have it listed in the Control Center.
2022-04-21 20:16:41 +02:00
Jan Tojnar
818ac0c9ae Revert "nixos/gnome3: install nixos wallpapers"
There is no need to install them when they will not be picked up
by the Appearance panel of GNOME Control Center without
a XML metadata file anyway.

They will be pulled into the closure via overrides
so that is not a concern either.

This reverts commit 7f3bc5b8fa.
This reverts commit fa607bc939.
2022-04-21 20:00:29 +02:00
Thiago Kenji Okada
c11ee1c598
Merge pull request #169391 from r-ryantm/auto-update/gnome.simple-scan
gnome.simple-scan: 42.0 -> 42.1
2022-04-21 16:40:08 +01:00
Thiago Kenji Okada
a768498613
Merge pull request #169285 from r-ryantm/auto-update/lutris-unwrapped
lutris-unwrapped: 0.5.10 -> 0.5.10.1
2022-04-21 16:32:50 +01:00
Bobby Rong
839460c9f8
Merge pull request #169390 from bobby285271/khronos
khronos: 3.6.6 -> 3.7.0
2022-04-21 23:23:22 +08:00
Sandro
fdfe3394b9
Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-21 17:02:12 +02:00
Sandro
4833d95b2a
Merge pull request #167906 from r-ryantm/auto-update/owncloud-client
owncloud-client: 2.10.0.6519 -> 2.10.1.7187
2022-04-21 17:00:58 +02:00
Sandro
1ed8857f8d
Merge pull request #166389 from hiljusti/update/sigi
sigi: 3.0.3 -> 3.2.1
2022-04-21 16:59:25 +02:00
Sandro
29e8ee1327
Merge pull request #169511 from xrelkd/update/powerline-go
powerline-go: unstable-2021-07-15 -> 1.22.1
2022-04-21 16:58:01 +02:00
Sandro
b6f3d3cd2c
Merge pull request #169561 from SuperSamus/dolphin-emu
dolphin-emu-{beta,primehack}: fix build
2022-04-21 16:56:39 +02:00
Sandro
3074f4ad0b
Merge pull request #169580 from Ma27/bump-grafana
grafana: 8.4.6 -> 8.4.7
2022-04-21 16:54:33 +02:00
Sandro
3a38099616
Merge pull request #168207 from dtzWill/update/musl-1.2.3
musl: 1.2.2 -> 1.2.3
2022-04-21 16:52:25 +02:00
piegames
60f21be46b
#169578: gnomeExtensions.night-theme-switcher: remove manual packaging 2022-04-21 16:34:46 +02:00
Ryan Mulligan
470af527aa
Merge pull request #169550 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-04-18 -> unstable-2022-04-21
2022-04-21 07:32:12 -07:00
Sandro
f4acbd402b
Merge pull request #169584 from r-ryantm/auto-update/python3.10-phe
python310Packages.phe: 1.4.0 -> 1.5.0
2022-04-21 16:14:06 +02:00
Sandro
c4e52d2079
Merge pull request #168992 from matthewpi/init/pathvector 2022-04-21 16:12:27 +02:00
Sandro
505e93877f
Merge pull request #161342 from aaronjheng/mysql-shell 2022-04-21 16:12:00 +02:00
Sandro
581b9541be
Merge pull request #147011 from lilyinstarlight/feature/supercollider-plugins 2022-04-21 16:11:34 +02:00
Sandro
1f9ec1477d
Merge pull request #164982 from neilmayhew/alan-if
alan: init at 3.0beta8
2022-04-21 16:11:12 +02:00
Sandro
496254f7c5
Merge pull request #163170 from wineee/jamesdsp
jamesdsp: add PulseAudio support
2022-04-21 16:10:15 +02:00
Sandro
09a57b9eb3
Merge pull request #165257 from fortuneteller2k/xanmod-variants
xanmod-kernels: add STABLE and EDGE variants
2022-04-21 16:04:51 +02:00
Sandro
84b7cb41cb
Merge pull request #169577 from thiagokokada/bump-lshw 2022-04-21 15:58:01 +02:00
Sandro
82d988b5c6
Merge pull request #165743 from barinov274/unigine-valley 2022-04-21 15:49:29 +02:00
R. Ryantm
65aca4520d python310Packages.phe: 1.4.0 -> 1.5.0 2022-04-21 13:45:22 +00:00
Sandro
29d1680d6a
Merge pull request #169207 from bjornfor/update-conan
conan: 1.43.1 -> 1.47.0
2022-04-21 15:42:51 +02:00
Thiago Kenji Okada
07eb58bc47
Merge pull request #169556 from thiagokokada/fix-graalvm-in-darwin
graalvmXX-ce: fix in darwin by ensuring `$lib/lib` always exist
2022-04-21 14:35:48 +01:00
rewine
9cb508adf7 jamesdsp: add PulseAudio support 2022-04-21 21:35:13 +08:00
Thiago Kenji Okada
5b17034ddc lshw: rename version to fix repology listing
`lshw` is not showing in the nixpkgs-unstable listings in repology, but
it is showing in the previous stable release (release-21.11). The reason
for this was a change in 8d0267dc8f, that
fixed the `lshw` version to include its letter prefix.

However, the way the version is computed for repology is to parse the
`name` attr instead, separating it in `pname` and `version`. The
function that does this (`builtins.parseDrvName`) considers anything
that is a `name` everything up to the first dash followed by a digit.
Because the `version` includes the letter `B` as prefix, it them ends up
splitting it wrong.

See https://github.com/NixOS/nix/pull/4463 for a proper fix, but for now
let's just "fix" this by not including the prefix in the `version`.
2022-04-21 14:30:34 +01:00
Martino Fontana
3f8ac21fda dolphin-emu-{beta,primehack}: fix build 2022-04-21 15:04:14 +02:00
Maximilian Bosch
12e2fb8418
grafana: 8.4.6 -> 8.4.7
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.7
2022-04-21 15:00:54 +02:00
adisbladis
881ea516cf python3: Whitelist config options when overriding interpreter
In the case of cross compilation we don't want pass through build
inputs from the cross platform, but we do want to pass on config options.
2022-04-21 14:50:28 +02:00
Frederik Rietdijk
ba02fd0434 python3: fix overriding of interpreters, closes #163639
Overriding the interpreters did not work correctly. When overriding
packages would end up twice in the build time closure: one corresponding
to the overridden interpreter and one corresponding to the original
interpreter. The reason is that the override was not applied to the
interpreters in the spliced package sets.
2022-04-21 14:50:28 +02:00
Ivv
eea1b97e62
Merge pull request #169573 from kira64xyz/master
yafetch: unstable-2021-07-18 -> unstable-2022-04-20
2022-04-21 14:20:44 +02:00
Bobby Rong
417375b11b
Merge pull request #166402 from r-ryantm/auto-update/megasync
megasync: 4.6.3.0 -> 4.6.5.0
2022-04-21 20:19:40 +08:00
Robert Schütz
b8f5fca3e9 metadata-cleaner: 2.2.1 -> 2.2.2
https://gitlab.com/rmnvgr/metadata-cleaner/-/blob/v2.2.2/CHANGELOG.md
2022-04-21 12:18:02 +00:00
Robert Schütz
7e9b0ed5f4 python3Packages.fints: 3.0.1 -> 3.1.0 2022-04-21 12:17:39 +00:00
Robert Schütz
dc470f7448 portfolio-filemanager: 0.9.12 -> 0.9.14
https://github.com/tchx84/Portfolio/blob/v0.9.14/CHANGELOG.md
2022-04-21 12:17:06 +00:00
Robert Schütz
547797dea8 pubs: 0.8.3 -> 0.9.0
https://github.com/pubs/pubs/blob/v0.9.0/changelog.md
2022-04-21 12:16:52 +00:00
Ryan Horiguchi
7aed828633
gnomeExtensions.night-theme-switcher: remove manual packaging 2022-04-21 14:15:08 +02:00
Thiago Kenji Okada
a02643d6a5 lshw: B.02.18 -> B.02.19
- Bump version
- Switch to `fetchFromGitHub` to get updates from @r-ryantm bot
- Remove patches (they're merged upstream)
- Update dependencies
- Fix version workaround (not necessary anymore)
- Add myself as maintainer
2022-04-21 13:12:16 +01:00
Bobby Rong
a7217a9559
Merge pull request #166289 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.36.1 -> 0.36.2
2022-04-21 20:09:26 +08:00
Bobby Rong
fa0f059745
Merge pull request #167157 from emilytrau/realvnc-6.22.207
realvnc-vnc-viewer: 6.21.1109 -> 6.22.207
2022-04-21 19:59:27 +08:00
Rafael Fernández López
9c653ec608 wasmtime: 0.35.2 -> 0.36.0 2022-04-21 07:57:16 -04:00
Johannes Arnold
be1846ef62 pmbootstrap: 1.41.0 -> 1.43.0 2022-04-21 07:56:06 -04:00
Bobby Rong
559050d134
Merge pull request #168608 from misuzu/alfis-update
alfis: 0.6.11 -> 0.7.0
2022-04-21 19:53:31 +08:00
Bobby Rong
e7d8fdc9dc
Merge pull request #168375 from michaeladler/gotestsum
gotestsum: 1.7.0 -> 1.8.0
2022-04-21 19:45:58 +08:00
Bobby Rong
fe237597d1
Merge pull request #168762 from fgaz/qbe/2022-04-11
qbe: unstable-2022-03-17 -> unstable-2022-04-11
2022-04-21 19:37:30 +08:00
Fabian Affolter
df8dec70bb
Merge pull request #169555 from fabaff/datasets-fix
python3Packages.datasets: update inputs
2022-04-21 13:34:01 +02:00
Bobby Rong
14a912db5c
Merge pull request #169528 from andersk/zulip
zulip: 5.9.1 → 5.9.2
2022-04-21 19:31:52 +08:00
Fabian Affolter
4a81431f60
Merge pull request #169567 from fabaff/impacket-fix
python3Packages.impacket: add missing input
2022-04-21 13:27:09 +02:00