diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-12T10·38-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-02-07T20·56-0500 |
commit | 418a837897e597c5dc2eb4e458462bd04b2abde7 (patch) | |
tree | 78cbf81db32de59f5844239bc45ae210df033009 /src/nix-store | |
parent | 4724903c78e80481fc63d627081fac6a98e4205d (diff) |
Remove perl dependency.
Fixes #341
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/nix-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 0aabe66c5626..7dda6d208dfa 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -926,7 +926,7 @@ static void opServe(Strings opFlags, Strings opArgs) break; } - case cmdBuildPaths: { /* Used by build-remote.pl. */ + case cmdBuildPaths: { if (!writeAllowed) throw Error("building paths is not allowed"); PathSet paths = readStorePaths<PathSet>(*store, in); |