Skip to content

Commit

Permalink
v8: remove duplicate libs, cflags entries
Browse files Browse the repository at this point in the history
This was an oversight, and unnecessary in the .pc file.
  • Loading branch information
matthewbauer committed Jan 28, 2020
1 parent db29857 commit 3eb6e3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/libraries/v8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';

Expand Down

0 comments on commit 3eb6e3f

Please sign in to comment.