From 9245074c64269e33174dce2653802846296921c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 2 Oct 2009 08:00:21 +0000 Subject: [PATCH] I missed the recent boostFull fix writing it the other way round. Fixing. svn path=/nixpkgs/trunk/; revision=17586 --- pkgs/development/libraries/boost/1.40.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/boost/1.40.0.nix b/pkgs/development/libraries/boost/1.40.0.nix index e67af56a3624..855c20f9d9fc 100644 --- a/pkgs/development/libraries/boost/1.40.0.nix +++ b/pkgs/development/libraries/boost/1.40.0.nix @@ -25,7 +25,7 @@ let finalLayout = if ((enableRelease && enableDebug) || (enableSingleThreaded && enableMultiThreaded) || (enableShared && enableStatic)) then - "system" else "tagged"; + "tagged" else "system"; in