Removes glib-or-gtk-wrap

I put this in because it was in the Nix version, but it doesn't seem to do anything.
This commit is contained in:
Jack Faller 2024-04-26 11:14:01 +01:00
parent 3984ed6588
commit 188e8fcdec

View File

@ -97,8 +97,7 @@
("discord.png" "share/icons/hicolor/256x256/apps/") ("discord.png" "share/icons/hicolor/256x256/apps/")
("discord.png" "share/pixmaps/")) ("discord.png" "share/pixmaps/"))
#:phases #:phases
(with-imported-modules '((guix build utils) (with-imported-modules '((guix build utils))
(guix build glib-or-gtk-build-system))
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'binary-unpack 'setup-cwd (add-after 'binary-unpack 'setup-cwd
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
@ -123,11 +122,7 @@
(for-each (for-each
(lambda (f) (chmod f #o755)) (lambda (f) (chmod f #o755))
'("Discord" "chrome_crashpad_handler" "chrome-sandbox" '("Discord" "chrome_crashpad_handler" "chrome-sandbox"
"discord.sh" "postinst.sh")))) "discord.sh" "postinst.sh"))))))))
(add-after 'install 'glib-or-gtk-wrap
(assoc-ref (@ (guix build glib-or-gtk-build-system)
%standard-phases)
'glib-or-gtk-wrap))))))
(inputs (list ffmpeg (inputs (list ffmpeg
gdk-pixbuf gdk-pixbuf
libappindicator libappindicator