mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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
|
let
|
||||||
version = "1.7.0";
|
version = "1.7.0";
|
||||||
|
@ -28,7 +28,7 @@ buildPostgresqlExtension (finalAttrs: {
|
||||||
|
|
||||||
sourceRoot = main_src.name;
|
sourceRoot = main_src.name;
|
||||||
|
|
||||||
buildInputs = [ boost182 ];
|
buildInputs = [ boost ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
runHook prePatch
|
runHook prePatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue