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:
parent
4a7266d952
commit
b54dcbddce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue