Revert switching hello to fetchipfs, re: #18296

This commit is contained in:
Michael Raskin
2017-11-13 17:45:09 +01:00
parent 06fd65226e
commit bd8cd3eaed
2 changed files with 5 additions and 11 deletions

View File

@@ -216,7 +216,7 @@ rec {
$CXX -v -o $out/bin/bar bar.cc
$out/bin/bar
tar xvf ${hello.srcTarball}
tar xvf ${hello.src}
cd hello-*
./configure --prefix=$out
make