diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-08-31 10:09:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-10-11 15:52:59 +0200 |
commit | c23c50c734d44e8426fbffba9c5d7a250e8d025a (patch) | |
tree | e81a39fadb16a921a7921499ec96c1f671be3309 /gnu-system.am | |
parent | eb52419266717cb0b54e07d7a17f84b3272f7993 (diff) | |
download | guix-c23c50c734d44e8426fbffba9c5d7a250e8d025a.tar guix-c23c50c734d44e8426fbffba9c5d7a250e8d025a.tar.gz |
gnu: Add MARS.
* gnu/packages/games.scm (mars): New variable.
* gnu/packages/patches/mars-install.patch: New file.
* gnu/packages/patches/mars-sfml-2.3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 64260dd300..c1f69acbd4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -560,6 +560,8 @@ dist_patch_DATA = \ gnu/packages/patches/luit-posix.patch \ gnu/packages/patches/m4-gets-undeclared.patch \ gnu/packages/patches/make-impure-dirs.patch \ + gnu/packages/patches/mars-install.patch \ + gnu/packages/patches/mars-sfml-2.3.patch \ gnu/packages/patches/maxima-defsystem-mkdir.patch \ gnu/packages/patches/mc-fix-ncurses-build.patch \ gnu/packages/patches/mcron-install.patch \ |