Skip to content

Commit

Permalink
Update nixpkgs/nixpkgs.bzl
Browse files Browse the repository at this point in the history
Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
  • Loading branch information
aherrmann and guibou authored Mar 20, 2019
1 parent ca71f02 commit 4aa2cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ nix_file_deps = [
]
""".format(repo_name = repository_ctx.name,
deps_listing = ',"\n "'.join(deps_minus_declared_deps)))
deps_listing = '",\n "'.join(deps_minus_declared_deps)))

# Build a forest of symlinks (like new_local_package() does) to the
# Nix store.
Expand Down

0 comments on commit 4aa2cc0

Please sign in to comment.