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

pkgsStatic.laminar: fix build
This commit is contained in:
Guillaume Girol 2022-11-04 18:05:21 +00:00 committed by GitHub
commit 7744e47b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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