* Make perl a dependency of Nix.
This commit is contained in:
parent
a5619f1dff
commit
beda10f5a2
9 changed files with 15 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
all-local: builder.pl
|
||||
|
||||
install-exec-local:
|
||||
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
||||
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
|
||||
|
|
@ -6,4 +8,4 @@ install-exec-local:
|
|||
|
||||
include ../../substitute.mk
|
||||
|
||||
EXTRA_DIST = default.nix builder.pl
|
||||
EXTRA_DIST = default.nix builder.pl.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue