v8: remove duplicate libs, cflags entries

This was an oversight, and unnecessary in the .pc file.
This commit is contained in:
Matthew Bauer 2020-01-28 11:37:15 -05:00
parent db29857eb3
commit 3eb6e3f5ef

View File

@ -121,8 +121,6 @@ stdenv.mkDerivation rec {
Version: ${version}
Libs: -L$out/lib -lv8 -pthread
Cflags: -I$out/include
Libs: -L$out/lib -lpulse
Cflags: -I$out/include
EOF
'';