summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-01-28 11:37:15 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-01-28 11:37:15 -0500
commit3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8 (patch)
tree050c1b9735a6a40bf62195fe82181b20959b651c
parentdb29857eb391ed002046090851a44c452b80bdbd (diff)
downloadnixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar.gz
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar.bz2
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar.lz
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar.xz
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.tar.zst
nixpkgs-3eb6e3f5ef2409f7a3407a8b286f52c81e8982c8.zip
v8: remove duplicate libs, cflags entries
This was an oversight, and unnecessary in the .pc file.
-rw-r--r--pkgs/development/libraries/v8/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/v8/default.nix b/pkgs/development/libraries/v8/default.nix
index a02e540173d..60e856e61df 100644
--- a/pkgs/development/libraries/v8/default.nix
+++ b/pkgs/development/libraries/v8/default.nix
@@ -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
   '';