guix/corepkgs/local.mk

6 lines
278 B
Makefile
Raw Normal View History

corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
2014-02-01 11:23:14 +00:00
template-files += $(d)/config.nix