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:
		
				
					committed by
					
						
						David Thompson
					
				
			
			
				
	
			
			
			
						parent
						
							65cced1dda
						
					
				
				
					commit
					553e8bcec0
				
			@@ -1,5 +1,6 @@
 | 
			
		||||
## Haunt --- Static site generator for GNU Guile
 | 
			
		||||
## Copyright © 2015 David Thompson <davet@gnu.org>
 | 
			
		||||
## Copyright © 2015 Mathieu Lirzin <mthl@gnu.org>
 | 
			
		||||
##
 | 
			
		||||
## This file is part of Haunt.
 | 
			
		||||
##
 | 
			
		||||
@@ -83,7 +84,7 @@ info_TEXINFOS = doc/haunt.texi
 | 
			
		||||
EXTRA_DIST +=					\
 | 
			
		||||
  pre-inst-env.in				\
 | 
			
		||||
  README.md					\
 | 
			
		||||
  package.scm
 | 
			
		||||
  guix.scm
 | 
			
		||||
 | 
			
		||||
SUBDIRS =					\
 | 
			
		||||
  example					\
 | 
			
		||||
 
 | 
			
		||||
@@ -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")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user