diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-01-03T14·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-01-03T14·01+0000 |
commit | 921111d1972388a0aa1841c545c753cb996c9257 (patch) | |
tree | ab965ec07c63db0649c8d9871f6c72813b2696a9 /corepkgs/Makefile.am | |
parent | 6c31232e1494d1d68a31fb8433dbf593f831dff2 (diff) |
* Move the implementation of the ‘derivation’ primop into a separate
file.
Diffstat (limited to 'corepkgs/Makefile.am')
-rw-r--r-- | corepkgs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/Makefile.am b/corepkgs/Makefile.am index 86d7027ed06e..a8de601657b1 100644 --- a/corepkgs/Makefile.am +++ b/corepkgs/Makefile.am @@ -1,6 +1,6 @@ all-local: config.nix -files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh +files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix install-exec-local: $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs |