0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

postgresqlPackages.apache_datasketches: unpin Boost

This commit is contained in:
Emily 2024-11-23 05:10:31 +00:00
parent 4a7266d952
commit b54dcbddce

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, postgresql, boost182, postgresqlTestExtension, buildPostgresqlExtension }:
{ stdenv, lib, fetchFromGitHub, postgresql, boost, postgresqlTestExtension, buildPostgresqlExtension }:
let
version = "1.7.0";
@ -28,7 +28,7 @@ buildPostgresqlExtension (finalAttrs: {
sourceRoot = main_src.name;
buildInputs = [ boost182 ];
buildInputs = [ boost ];
patchPhase = ''
runHook prePatch