From f31be596214dfe94bea9a97520b405eff28ce76b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 19 Jun 2023 23:09:43 -0700 Subject: [PATCH] =?UTF-8?q?Delete=20=E2=80=98remove-temporary-cache?= =?UTF-8?q?=E2=80=99=20phase=20inherited=20from=20stumpwm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- oni/packages/stumpwm.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/oni/packages/stumpwm.scm b/oni/packages/stumpwm.scm index 21ce63c..d7dc60a 100644 --- a/oni/packages/stumpwm.scm +++ b/oni/packages/stumpwm.scm @@ -31,4 +31,5 @@ (delete 'copy-source) (delete 'build) (delete 'check) + (delete 'remove-temporary-cache) (delete 'cleanup)))))))