3
0
Fork 0
forked from mirrors/nixpkgs

hwloc: Fix typo.

svn path=/nixpkgs/trunk/; revision=34315
This commit is contained in:
Ludovic Courtès 2012-06-01 13:06:35 +00:00
parent 23f81c74c9
commit ad17bee255

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
fi
sed -i "$out/lib/libhwloc.la" \
-e "s|-lnuma|-L$numalibdir -lnuna|g"
-e "s|-lnuma|-L$numalibdir -lnuma|g"
'';
doCheck = true;