build: Fix all the Guix development package references.

* Makefile.am (EXTRA_DIST): Use 'guix.scm' instead of the obsolete file
name 'package.scm'.
* example/posts/baz.skr: Likewise.
This commit is contained in:
Mathieu Lirzin
2015-11-10 15:53:11 +01:00
committed by David Thompson
parent 65cced1dda
commit 553e8bcec0
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
(p [And here's a code snippet of how I build Haunt using GNU Guix:])
(source-code
"guix environment -l package.scm
"guix environment -l guix.scm
./configure
make")