summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-12-06 16:13:50 +0800
committerPeter Hoeg <peter@hoeg.com>2017-12-06 16:50:42 +0800
commitacab619ba0ea824824a00a70bf98cee95a5d42e4 (patch)
tree74f55375b9849e2be614cebb45a3beac032bd0d1 /pkgs/top-level
parentfb1660439b895a36f9a4c05374dc643c28a83be2 (diff)
downloadnixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar.gz
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar.bz2
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar.lz
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar.xz
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.tar.zst
nixpkgs-acab619ba0ea824824a00a70bf98cee95a5d42e4.zip
freeorion: 0.4.6 -> 0.4.7.1
Also compile against latest boost.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index cbd8327121f..a6fb139b3ce 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17919,9 +17919,7 @@ with pkgs;
 
   freedink = callPackage ../games/freedink { };
 
-  freeorion = callPackage ../games/freeorion {
-    boost = boost160;
-  };
+  freeorion = callPackage ../games/freeorion { };
 
   freesweep = callPackage ../games/freesweep { };