summary refs log tree commit diff
path: root/pkgs/development/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 18:03:42 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-21 15:49:54 -0400
commitf8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1 (patch)
treee853e7da55b09acd1d622991491c1a696f9857ef /pkgs/development/libraries/libtorrent-rasterbar
parent531e4b80c97002a542beb8fe356177ebd66cdd8e (diff)
downloadnixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar.gz
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar.bz2
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar.lz
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar.xz
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.tar.zst
nixlib-f8a18cd4cf2e3d249fede58e0b7cc0aea06e3bc1.zip
misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to
clobber the old sed.
Diffstat (limited to 'pkgs/development/libraries/libtorrent-rasterbar')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/generic.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/generic.nix b/pkgs/development/libraries/libtorrent-rasterbar/generic.nix
index 4e1f0badd7a3..351ec3e77331 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/generic.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/generic.nix
@@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
     inherit sha256;
   };
 
-  nativeBuildInputs = [automake autoconf libtool ];
-
-  nativeBuildInputs = [ pkgconfig ];
+  nativeBuildInputs = [ automake autoconf libtool pkgconfig ];
   buildInputs = [ boost openssl zlib python libiconv geoip ];
 
   preConfigure = "./autotool.sh";