aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-19 23:09:43 -0700
committerGravatar Tom Willemse2023-06-19 23:09:43 -0700
commitf31be596214dfe94bea9a97520b405eff28ce76b (patch)
tree0977d15253ee10c5a8e3c7fa6443b6f915dd15fd
parent4d4de17124dea63d2bf271d7ae675b1adcf56cc9 (diff)
downloadguix-packages-f31be596214dfe94bea9a97520b405eff28ce76b.tar.gz
guix-packages-f31be596214dfe94bea9a97520b405eff28ce76b.zip
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.
-rw-r--r--oni/packages/stumpwm.scm1
1 files changed, 1 insertions, 0 deletions
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)))))))