Delete ‘remove-temporary-cache’ phase inherited from stumpwm

The originating commit in the Guix project doesn't explain why exactly this is
the right way to go about it, but this package doesn't build with that stage
included.
This commit is contained in:
Tom Willemse 2023-06-19 23:09:43 -07:00
parent 4d4de17124
commit f31be59621
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -31,4 +31,5 @@
(delete 'copy-source)
(delete 'build)
(delete 'check)
(delete 'remove-temporary-cache)
(delete 'cleanup)))))))