about summary refs log blame commit diff
path: root/corepkgs/Makefile.am
blob: 111b667d0b58b0da84e087664c7a31f8adf769d4 (plain) (tree)
1
2
3
4
5
6
7
8

                     
                                                                                         
                                      
 

                                                       
                                                                             


                        
                                   
all-local: config.nix

files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix \
	imported-drv-to-derivation.nix

install-exec-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
	$(INSTALL_DATA) config.nix $(files) $(DESTDIR)$(datadir)/nix/corepkgs

include ../substitute.mk

EXTRA_DIST = config.nix.in $(files)