boost: wrong unpacking command
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user