Merge pull request #114768 from SuperSandro2000/fix-collection19

This commit is contained in:
Sandro
2021-03-02 16:59:03 +01:00
committed by GitHub
23 changed files with 32 additions and 43 deletions
@@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
postFixup = ''
# the .desktop is both invalid and pointless
test -e $out/share/applications/qemu.desktop && rm -f $out/share/applications/qemu.desktop
rm -f $out/share/applications/qemu.desktop
# copy qemu-ga (guest agent) to separate output
mkdir -p $ga/bin
@@ -5,7 +5,6 @@
, openssl
, libuuid
, coreutils
, go
, which
, makeWrapper
, cryptsetup