aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:00 +0200
commitd21ddfc9d884f045afa6db581e852c525c67ef35 (patch)
tree007f9d640a89a2b542397b1a625935953ac7f90b /gnu
parent33ae2fb39824fbcdbd8f39a7a2936d3186df4513 (diff)
downloadguix-d21ddfc9d884f045afa6db581e852c525c67ef35.tar.gz
guix-d21ddfc9d884f045afa6db581e852c525c67ef35.zip
gnu: xonotic-data: Don't copy 1.2-GiB file to build directory.
* gnu/packages/games.scm (xonotic-data)[arguments]: Extract SOURCE directly from the store.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 055c9ba9b7..19bc495b00 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7779,8 +7779,7 @@ quotation from a collection of quotes.")
(xonotic (string-append out "/share/xonotic"))
(source (assoc-ref %build-inputs "source"))
(unzip (search-input-file %build-inputs "/bin/unzip")))
- (copy-file source (string-append #$name "-" #$version ".zip"))
- (invoke unzip (string-append #$name "-" #$version ".zip"))
+ (invoke unzip source)
(chdir "Xonotic")
(install-file "key_0.d0pk" xonotic)
(copy-recursively "data"
20-05-22 16:11:52 +0200'>2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....Jan Nieuwenhuizen 2020-04-24doc: Ensure guix-daemon is built before creating guix-daemon.1....Marius Bakke 2020-04-23build: Don't build man pages when cross-compiling....Ludovic Courtès 2020-04-23doc: Build more man pages....Ludovic Courtès 2020-04-16doc: Document building and installing from JSON files....Ricardo Wurmus 2020-02-17doc: Add German Cookbook translation....Florian Pelz 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-13doc: Add Russian translation....Ludovic Courtès 2019-05-04doc: Warn about missing entries in htmlxref.cnf....Ludovic Courtès 2019-05-01Merge branch 'master' into core-updatesMarius Bakke 2019-04-24doc: Add Simplified Chinese translation....Ludovic Courtès 2019-04-23doc: Add Spanish translation....Miguel Ángel Arruga Vivas 2019-03-14Merge branch 'staging' into core-updatesMarius Bakke 2019-03-13doc: Document the graphical installer some more....Ludovic Courtès 2018-12-11Merge branch 'master' into core-updatesMarius Bakke 2018-11-01doc: Add German translation....Julien Lepiller 2018-09-23doc: Describe the Reduced Binary Seed bootstrap....Jan Nieuwenhuizen 2018-04-29build: Use only one domain for guix-manual....Julien Lepiller 2018-04-25build: Add silent rules for Texinfo xref translation....Ludovic Courtès 2018-04-19gnu: doc: Add French documentation....Julien Lepiller 2018-04-19gnu: doc: Allow documentation to be translated....Julien Lepiller 2018-01-20build: Declare “doc/guix.texi“ dependencies....Mathieu Lirzin