summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/1.55.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-10-01 12:55:40 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-11-02 17:22:27 -0800
commitaa3e800be7a2d76419d87c23e71121a2c9424be9 (patch)
tree7eb03b8a2883b58694dac31c86d70f048b45d57b /pkgs/development/libraries/boost/1.55.nix
parentecfc1a7fc398482f8acecfd8fe93156a9750cee7 (diff)
downloadnixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.gz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.bz2
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.lz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.xz
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.tar.zst
nixpkgs-aa3e800be7a2d76419d87c23e71121a2c9424be9.zip
boost: Remove boost.lib
Diffstat (limited to 'pkgs/development/libraries/boost/1.55.nix')
-rw-r--r--pkgs/development/libraries/boost/1.55.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/1.55.nix b/pkgs/development/libraries/boost/1.55.nix
index 56a5b408c36..21843465477 100644
--- a/pkgs/development/libraries/boost/1.55.nix
+++ b/pkgs/development/libraries/boost/1.55.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
-  outputs = [ "out" "lib" ];
+  outputs = [ "out" ];
 
   buildInputs =
     [ icu expat zlib bzip2 python ]