summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/emulationstation
diff options
context:
space:
mode:
authorGaelan Steele <gbs@canishe.com>2022-05-09 14:00:34 +0000
committerGaelan Steele <gbs@canishe.com>2022-05-09 14:00:34 +0000
commitac564365d4e0138712c3eed96b4251b4716e73af (patch)
tree99c9b5968e991f383bfefd741b4fff9ad38ac575 /pkgs/applications/emulators/emulationstation
parent15c43ea9ee953eb7a7dd6420c32de1f244702010 (diff)
emulationstation: pin boost 1.69
Anything later causes build failures.
Diffstat (limited to 'pkgs/applications/emulators/emulationstation')
-rw-r--r--pkgs/applications/emulators/emulationstation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/emulationstation/default.nix b/pkgs/applications/emulators/emulationstation/default.nix
index 4cb5ca9ec2e6..2acb81cf032f 100644
--- a/pkgs/applications/emulators/emulationstation/default.nix
+++ b/pkgs/applications/emulators/emulationstation/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, curl, boost, eigen
+{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, curl, boost169, eigen
, freeimage, freetype, libGLU, libGL, SDL2, alsa-lib, libarchive
, fetchpatch }:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
];
nativeBuildInputs = [ pkg-config cmake ];
- buildInputs = [ alsa-lib boost curl eigen freeimage freetype libarchive libGLU libGL SDL2 ];
+ buildInputs = [ alsa-lib boost169 curl eigen freeimage freetype libarchive libGLU libGL SDL2 ];
installPhase = ''
install -D ../emulationstation $out/bin/emulationstation