diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-11T22·53-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-11T22·53-0400 |
commit | 04559a0d45ad02fc760b09132cca0d875af035e5 (patch) | |
tree | d7de1301fa9753467781dfc5d931959fcfae34bf /corepkgs/Makefile.am | |
parent | e4d6bcb6cdc34d204ccf49e137dd5070f664c523 (diff) | |
parent | eae802459d7639a69baec555264f394adad043c0 (diff) |
Merge branch 'master' of github.com:NixOS/nix into no-manifests
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 a8de601657b1..729d15e7b191 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 derivation.nix +files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix fetchurl.nix install-exec-local: $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs |