mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
v8: remove duplicate libs, cflags entries
This was an oversight, and unnecessary in the .pc file.
This commit is contained in:
parent
db29857eb3
commit
3eb6e3f5ef
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user