ab0bc4999a
deleting a path in the store. * Allow absolute paths in Nix expressions. * Get nix-prefetch-url to work again. * Various other fixes.
12 lines
325 B
Makefile
12 lines
325 B
Makefile
all-local: builder.sh
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(datadir)/nix/corepkgs
|
|
$(INSTALL) -d $(datadir)/nix/corepkgs/fetchurl
|
|
$(INSTALL_DATA) default.nix $(datadir)/nix/corepkgs/fetchurl
|
|
$(INSTALL_PROGRAM) builder.sh $(datadir)/nix/corepkgs/fetchurl
|
|
|
|
include ../../substitute.mk
|
|
|
|
EXTRA_DIST = default.nix builder.sh.in
|