Add a generic rule for installing files
This commit is contained in:
parent
c7547cff19
commit
4315acb8c0
2 changed files with 16 additions and 1 deletions
3
corepkgs/Makefile.new
Normal file
3
corepkgs/Makefile.new
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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-file-in,$(datadir)/nix/corepkgs,$(d)/$(file))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue