From 02b43c93754cc77a5d083a42f4052e5526c49b7d Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 8 Aug 2025 01:29:47 +0400 Subject: [PATCH] Remove systemd-detect-virt from snap It could be used from the core snap since hardware-observe plug was connected --- snap/snapcraft.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index de0734498e..b5d8c63e02 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -114,14 +114,12 @@ parts: - libxkbcommon-x11-dev - libxv-dev stage-packages: - - systemd - libgeoclue-2-0 - libopenh264-7 - libxcb-cursor0 - libxcb-record0 - libxcb-screensaver0 stage: - - ./usr/bin/systemd-detect-virt - ./usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libgeoclue-2.so* - ./usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libopenh264.so* - ./usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libxcb-cursor.so*