diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-25 23:09:14 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-11-25 23:09:14 +0300 |
| commit | 8efaeee7df305490240350e729f342c541627f6c (patch) | |
| tree | 076d3dba9ac94ec8a9998a5bf3c809ef6db5e948 | |
| parent | guix: Add ok-sh. (diff) | |
| download | guix-wigust-8efaeee7df305490240350e729f342c541627f6c.tar.gz | |
guix: tome4-with-addons: Fix build.
* guix/wigust/packages/games.scm (tome4-with-addons)[native-inputs]: Add zip.
| -rw-r--r-- | guix/wigust/packages/games.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/wigust/packages/games.scm b/guix/wigust/packages/games.scm index b26a534..827b3f9 100644 --- a/guix/wigust/packages/games.scm +++ b/guix/wigust/packages/games.scm @@ -187,6 +187,9 @@ lots of other utilities frequently used in roguelikes.") ;; https://www.gog.com/game/tales_of_majeyal_embers_of_rage ("orcs.teaac" ,(local-file "/opt/tome4/rootfs/opt/tome4/game/t-engine4-linux64/game/addons/orcs.teaac")) ,@(package-inputs tome4))) + (native-inputs + `(("zip" ,zip) + ,@(package-native-inputs tome4))) (arguments (substitute-keyword-arguments (package-arguments tome4) |
