forked from mirrors/nixpkgs
hwloc: Fix typo.
svn path=/nixpkgs/trunk/; revision=34315
This commit is contained in:
parent
23f81c74c9
commit
ad17bee255
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue