boost: wrong unpacking command
This commit is contained in:
parent
d9e097875c
commit
61d6ab05c5
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/include
|
mkdir -p $out/include
|
||||||
tar xf $src -C $out/include --strip-components=1 ./boost_1_52_0/boost
|
tar xf $src -C $out/include --strip-components=1 boost_1_52_0/boost
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue