Unverified Commit 3026feb5 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

degate: unbreak by pinning boost (#403867)

parents 822b4261 58effd4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  fetchpatch,
  cmake,
  boost,
  boost183,
  qtbase,
  qtimageformats,
  qttools,
@@ -12,7 +12,7 @@
}:

let
  boost_static = boost.override { enableStatic = true; };
  boost_static = boost183.override { enableStatic = true; };

in
stdenv.mkDerivation rec {