Unverified Commit 7744e47b authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #199263 from KAction/patch/v1/pkgsStatic.laminar

pkgsStatic.laminar: fix build
parents 2ce9f6b6 1597b935
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -34,7 +34,9 @@ in stdenv.mkDerivation rec {
    sha256 = "sha256-PLnfiWpelgKhs4FNry60sm6/QdhYs76FnZ/ZcRmb4Ok=";
  };
  patches = [ ./patches/no-network.patch ];
  nativeBuildInputs = [ cmake pandoc ];

  # We need both binary from "capnproto" and library files.
  nativeBuildInputs = [ cmake pandoc capnproto ];
  buildInputs = [ capnproto sqlite boost zlib rapidjson ];
  preBuild = ''
    mkdir -p js css