overlay/wireshark: migrate to by-name

This commit is contained in:
Primrose 2025-05-20 17:59:20 +02:00
parent e875c361db
commit 6bd36e9970
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{sources}:
#
_: _: {
# Wireshark bug
# https://gitlab.com/wireshark/wireshark/-/issues/19574
inherit (import sources.pin-wireshark {}) wireshark;
}

View file

@ -4,10 +4,6 @@ let
in
lib.composeManyExtensions [
(final: _: {
# Wireshark bug
# https://gitlab.com/wireshark/wireshark/-/issues/19574
inherit (import sources.pin-wireshark {}) wireshark;
wallpapers = final.callPackage sources.wallpapers {};
inherit (final.callPackage sources.agenix {}) agenix;