Commit Graph

55379 Commits

Author SHA1 Message Date
Aidan Gauland
49de589aea
mailctl: init at 0.8.8 2023-06-09 22:29:01 +12:00
Bernardo Meurer
b9f18832c1
Merge pull request #227389 from Ralith/klipperscreen 2023-05-14 16:11:17 -04:00
Jörg Thalheim
3007746b3f
Merge pull request #231473 from B4dM4n/eval-config-pass-system
treewide: pass system argument to eval-config.nix
2023-05-14 20:13:12 +01:00
Ryan Lahfa
b5a6d5bf65
Merge pull request #205414 from dit7ya/rome
rome: init at 12.1.0
2023-05-14 20:56:06 +02:00
figsoda
6e65003726
Merge pull request #231848 from SuperSandro2000/open-in-mpv
open-in-mpv: init at 2.1.0
2023-05-14 12:11:29 -04:00
Jörg Thalheim
5fe2e6fbb3
Merge pull request #231835 from divanorama/bitcoin_darwin_fix
bitcoin: fix copmilation on x86_64-darwin
2023-05-14 16:20:54 +01:00
Ryan Lahfa
8ef486b60e
Merge pull request #207194 from RaitoBezarius/pixelfed-module
pixelfed: init at 0.11.5, module, tests
2023-05-14 17:09:19 +02:00
Francesco Gazzetta
ef5c1750c9
Merge pull request #221396 from rhendric/rhendric/mindustry
mindustry-wayland: set SDL environment variables
2023-05-14 17:06:28 +02:00
Jörg Thalheim
22f3e9411e
Merge pull request #230498 from Mic92/zfs-overridable
zfs: make kernel packages overridable
2023-05-14 15:15:47 +01:00
Sandro Jäckel
bb95e773eb
open-in-mpv: init at 2.1.0 2023-05-14 15:58:46 +02:00
Dmitry Ivankov
480f542858 bitcoin: fix copmilation on x86_64-darwin
Bump apple sdk to 11 to get rid of errors like
```
/nix/store/k9pa9xjcv603qxmm40jc0x4a5smih5dd-apple-framework-CoreFoundation-11.0.0/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:1189:83: error: expected ','
    kCFURLBookmarkCreationWithSecurityScope API_AVAILABLE(macos(10.7), macCatalyst(13.0))  API_UNAVAILABLE(ios, watchos, tvos) = ( 1UL << 11 ), // Mac OS X 10.7.3 and later, include information in the bookmark data which allows the same sandboxed process to access the resource after being relaunched
```
https://hydra.nixos.org/build/219157902/nixlog/3

ZHF: #230712
2023-05-14 14:08:03 +02:00
Guillaume Girol
8442395570
Merge pull request #230903 from Scrumplex/openvr-darwin
openvr: mark as broken on Darwin
2023-05-14 11:46:06 +00:00
Mostly Void
b441d69ae2
rome: init at 12.1.0 2023-05-14 13:15:25 +05:30
Martin Weinelt
98e8f3c64b
Merge pull request #231753 from figsoda/chit
chit: unpin openssl
2023-05-14 03:21:27 +02:00
Martin Weinelt
21e3532284
Merge pull request #231755 from figsoda/nzbget
nzbget: make compatible with openssl 3
2023-05-14 03:07:34 +02:00
figsoda
d300f60bea nzbget: make compatible with openssl 3 2023-05-13 20:04:39 -04:00
figsoda
c774fa6572 taizen: update Cargo.lock, unpin openssl, add figsoda as a maintainer 2023-05-13 19:39:48 -04:00
figsoda
1be9bf35bc chit: unpin openssl 2023-05-13 19:27:47 -04:00
Sergei Trofimovich
bd581dceaa
Merge pull request #231697 from trofi/libgcc-removal
libgcc: remove unused package
2023-05-13 21:17:04 +01:00
Sergei Trofimovich
e86e25fd5d
Merge pull request #228388 from trofi/gcc13
gcc13, gccgo13, gfortran13, gnat13: init at 13.1.0
2023-05-13 21:16:40 +01:00
github-actions[bot]
021f9a2fe5
Merge master into staging-next 2023-05-13 18:01:14 +00:00
Robert Scott
09315163a7
Merge pull request #231624 from bachp/zhf-thanos
thanos: pin to Go 1.19
2023-05-13 18:27:12 +01:00
Vladimír Čunát
1ba92fc952
Merge branch 'master' into staging-next 2023-05-13 19:23:59 +02:00
Sergei Trofimovich
9818d120be libgcc: remove unused package
`libgcc` is not usable as is and as a result no packages use it today.
`gcc.cc.libgcc` should provide the same library. But ideally it should
not be used at all as it's an implementation detail of `gcc` support
libraries.
2023-05-13 17:22:17 +01:00
Martin Weinelt
35c8036dc2
Merge pull request #231550 from figsoda/git-series
git-series: update Cargo.lock and unpin openssl
2023-05-13 17:11:58 +02:00
Martin Weinelt
b985bb8612
Merge pull request #231565 from figsoda/movine
movine: 0.11.0 -> 0.11.4, unpin openssl
2023-05-13 17:11:01 +02:00
Martin Weinelt
a157e8301a
Merge pull request #231584 from figsoda/paperoni
paperoni: update Cargo.lock and unpin openssl
2023-05-13 17:10:03 +02:00
figsoda
dfd4fd8265
Merge pull request #231567 from figsoda/tensorman 2023-05-13 10:03:01 -04:00
Sergei Trofimovich
4b8b00f56c gcc13, gccgo13, gfortran13, gnat13: init at 13.1.0
It's a copy of `gcc12.cc` implementation. Nothing special added here.

Note that gccgo13 does not build yet (similar to existing gccgo12).
The failure is related to libgcc_s.so lookup problems. Not specific
to gcc-13 release.

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-13 13:18:08 +01:00
github-actions[bot]
51e24f4508
Merge master into staging-next 2023-05-13 12:01:05 +00:00
Bobby Rong
ea11a3977f
Merge pull request #231378 from FedericoSchonborn/budgie-plugins
Add `budgiePlugins` set, init `budgie-user-indicator-redux` at 1.0.1
2023-05-13 17:08:10 +08:00
Pascal Bach
3757137462 thanos: pin to Go 1.19
It panics when running with Go 1.20 with the following error:

```
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc
to declare that it assumes a non-moving garbage collector,
but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated
to assert that it's safe against the go1.20 runtime.
If you want to risk it, run with environment variable
ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20 set.
Notably, if go1.20 adds a moving garbage collector,
this program is unsafe to use.
```
2023-05-13 10:04:51 +02:00
github-actions[bot]
0b21b8d8a6
Merge master into staging-next 2023-05-13 06:01:08 +00:00
Nick Cao
41f16ee61b
Merge pull request #231545 from figsoda/tremor
tremor-rs: fix build, unpin openssl
2023-05-13 13:43:15 +08:00
Nick Cao
699700ce99
Merge pull request #231575 from figsoda/backup
git-backup: update Cargo.lock and unpin openssl
2023-05-13 13:41:47 +08:00
Nick Cao
0ec755b02a
Merge pull request #231570 from figsoda/rustup
rustup-toolchain-install-master: update Cargo.lock and unpin openssl
2023-05-13 13:40:58 +08:00
Nick Cao
b642a42cea
Merge pull request #231579 from figsoda/rucredstash
rucredstash: update Cargo.lock to unpin openssl
2023-05-13 13:39:55 +08:00
Nick Cao
c3cfb4767c
Merge pull request #231577 from figsoda/break-time
break-time: update Cargo.lock and unpin openssl
2023-05-13 13:39:34 +08:00
Mario Rodas
01f5a08e44 spotifyd: enable mpris on Linux 2023-05-13 04:20:00 +00:00
figsoda
244cd96c7d paperoni: update Cargo.lock and unpin openssl 2023-05-12 22:45:20 -04:00
figsoda
04134522a6 rucredstash: update Cargo.lock to unpin openssl 2023-05-12 22:28:20 -04:00
figsoda
a74cd3a147 break-time: update Cargo.lock and unpin openssl 2023-05-12 22:17:06 -04:00
figsoda
a826620712 git-backup: update Cargo.lock and unpin openssl 2023-05-12 22:06:33 -04:00
figsoda
4cfe86363b rustup-toolchain-install-master: update Cargo.lock and unpin openssl 2023-05-12 21:46:32 -04:00
Maciej Krüger
0294e83aaa
Merge pull request #231319 from hacker1024/package/flutter-3.10
flutter: 3.7.12 -> 3.10.0
2023-05-13 03:14:42 +02:00
figsoda
e8b5be7849 tensorman: 0.1.0 -> unstable-2023-03-13
Diff: https://github.com/pop-os/tensorman/compare/0.1.0...b1125f71b55a8d9a4d674a62fa1e8868d40d0f0d
2023-05-12 21:10:11 -04:00
figsoda
9806e82632 movine: 0.11.0 -> 0.11.4, unpin openssl 2023-05-12 20:55:05 -04:00
github-actions[bot]
2f665c348c
Merge master into staging-next 2023-05-13 00:02:05 +00:00
Martin Weinelt
3f5fd3d1d8
Merge pull request #231535 from colemickens/pr-cfdyndns
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3
2023-05-13 01:33:47 +02:00
figsoda
242c07faa2 git-series: update Cargo.lock and unpin openssl 2023-05-12 19:25:35 -04:00