Commit 58effd4f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

degate: unbreak by pinning boost

parent 4e135944
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 {