diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-05 18:40:00 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-05 18:44:43 +0100 |
commit | d7c4619bd10b3c965618d74d18d7982b2bd7ed3e (patch) | |
tree | 1feda3ec6f02a631864fa0fcc8024ec4617609ef /gnu-system.am | |
parent | 1068f26b797ed7c1475d93cab6eed53c9097c7f6 (diff) | |
download | guix-d7c4619bd10b3c965618d74d18d7982b2bd7ed3e.tar guix-d7c4619bd10b3c965618d74d18d7982b2bd7ed3e.tar.gz |
gnu: Add einstein.
* gnu/packages/games.scm (einstein): New variable.
* gnu/packages/patches/einstein-build.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 46e5b113c9..f4f1b89d46 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -454,6 +454,7 @@ dist_patch_DATA = \ gnu/packages/patches/duplicity-piped-password.patch \ gnu/packages/patches/duplicity-test_selection-tmp.patch \ gnu/packages/patches/elfutils-tests-ptrace.patch \ + gnu/packages/patches/einstein-build.patch \ gnu/packages/patches/emacs-constants-lisp-like.patch \ gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ |