Package: gnome-core
Followup-For: Bug #1034694
X-Debbugs-Cc: witold.bary...@gmail.com

Hi Jochen.

I am so sorry for wasting your time.

I must have set it very long time ago, probably about a year ago, where I
had some issues with pipewire, and completly forgot this.

Indeed the iso build script has this:

```
# Put some packages on hold, so they are not installed via suggests or 
recommends.
save "${BUILDDIR}/config/hooks/live/0025_hold_bad_packages.hook.chroot" << "EOF"
#!/bin/bash

set -e

apt-mark hold xtrx-dkms
apt-mark hold langford-dkms
# apt-mark hold raspi-firmware  # Do not hold raspi-firmware, as we later want 
to remove it, and this would interfere.
if dpkg -l raspi-firmware; then
  apt-mark purge raspi-firmware || true # Schedule for removal.
fi
# apt-mark hold nvidia-tesla-kernel-support  # Do not install. Something pulls 
this somehow.
apt-mark hold pipewire-alsa
apt-mark hold pipewire-audio
EOF
```




I will fix this on my side.

Thanks a lot for guidance and help!

Please close this issue.


Regards,
Witold

Reply via email to