summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/1.55.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-23 14:23:54 +0200
committerDomen Kožar <domen@dev.si>2014-09-23 14:23:54 +0200
commit9f057131f1e6c6510d7fca70276bfcf798f86097 (patch)
treecb87833c277a9592ed73b87471dcaeebf9393ae5 /pkgs/development/libraries/boost/1.55.nix
parent363aef7fd0ecb07d688689e8ff29a30b2d9a383c (diff)
downloadnixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar.gz
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar.bz2
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar.lz
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar.xz
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.tar.zst
nixpkgs-9f057131f1e6c6510d7fca70276bfcf798f86097.zip
fix eval
Diffstat (limited to 'pkgs/development/libraries/boost/1.55.nix')
-rw-r--r--pkgs/development/libraries/boost/1.55.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/boost/1.55.nix b/pkgs/development/libraries/boost/1.55.nix
index 1e9d2134d12..56a5b408c36 100644
--- a/pkgs/development/libraries/boost/1.55.nix
+++ b/pkgs/development/libraries/boost/1.55.nix
@@ -59,6 +59,8 @@ stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
+  outputs = [ "out" "lib" ];
+
   buildInputs =
     [ icu expat zlib bzip2 python ]
     ++ stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;