boost: wrong unpacking command
This commit is contained in:
parent
d9e097875c
commit
61d6ab05c5
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user