Unverified Commit a6a92b48 authored by rewine's avatar rewine Committed by GitHub
Browse files

lucenepp: unpin boost (#412062)

parents 7c7b5646 c874cc3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  fetchpatch,
  cmake,
  boost186,
  boost,
  gtest,
  zlib,
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ cmake ];
  buildInputs = [
    boost186
    boost
    gtest
    zlib
  ];