about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-13 20:48:31 +0300
committerGitHub <noreply@github.com>2023-07-13 20:48:31 +0300
commit0c87c8c09b94a292f3db6c333fce17fb53af907b (patch)
tree1b953b098da7f0bf8eec5785d2bd4b212a109150 /pkgs/games
parentbbf9a8c44fcd841eb9f735697d31861390aa5154 (diff)
parent315d1001133a8bd8d0f998a497f8bc4b8eb15012 (diff)
Merge pull request #243286 from wegank/tobim-boost-update-1
boost17x, boost18x: remove aliases
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/freeorion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/freeorion/default.nix b/pkgs/games/freeorion/default.nix
index 9a3cce9ef8125..8c2c4ef86a08a 100644
--- a/pkgs/games/freeorion/default.nix
+++ b/pkgs/games/freeorion/default.nix
@@ -5,7 +5,7 @@
 , doxygen
 , graphviz
 , makeWrapper
-, boost17x
+, boost179
 , SDL2
 , python3
 , freetype
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [
-    (boost17x.override { enablePython = true; python = python3; })
+    (boost179.override { enablePython = true; python = python3; })
     (python3.withPackages (p: with p; [ pycodestyle ]))
     SDL2
     freetype