Unverified Commit 501a82e4 authored by h7x4's avatar h7x4
Browse files

mozart: pin boost to boost183

This package has not been building correctly for a while.
This is the last version of boost that mozart will build against with
the current source.
parent 993a4bbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  cmake,
  unzip,
  makeWrapper,
  boost,
  boost183,
  llvmPackages,
  gmp,
  emacs,
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
  '';

  buildInputs = [
    boost
    boost183
    gmp
    emacs
    jre_headless