about summary refs log tree commit diff
path: root/scripts/resolve-system-dependencies.pl.in
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-11-22T01·28-0500
committerShea Levy <shea@shealevy.com>2015-11-22T01·28-0500
commit6c10bd7c5e946424996e3628e74ba433207aa90e (patch)
treef422c3d1c167e78abc7a68b23f20521e376e1459 /scripts/resolve-system-dependencies.pl.in
parente0bd114e099810b58385142f1347891e3074a1ec (diff)
parent279fa8f618ff22cc71bf902a65cc29c04af6e01f (diff)
Merge branch 'host-deps' of git://github.com/pikajude/nix
Reintroduces the functionality that allows the baked-in pre-build-hook to find framework dependencies
Diffstat (limited to 'scripts/resolve-system-dependencies.pl.in')
-rwxr-xr-xscripts/resolve-system-dependencies.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/resolve-system-dependencies.pl.in b/scripts/resolve-system-dependencies.pl.in
index 23416b75c023..a20f0dc020fe 100755
--- a/scripts/resolve-system-dependencies.pl.in
+++ b/scripts/resolve-system-dependencies.pl.in
@@ -113,7 +113,7 @@ if (defined $ARGV[0]) {
     my $depset = reduce { union($a, $b) } (map { resolve_tree($_, $depcache) } @files);
     print "extra-chroot-dirs\n";
     print join("\n", keys %$depset);
-    print "\n\n";
+    print "\n";
   }
   lock_store($DEPS, $cache);
 } else {