Skip to content

Commit

Permalink
libpqxx: split outputs
Browse files Browse the repository at this point in the history
Co-authored-by: superherointj <[email protected]>
  • Loading branch information
gepbird and superherointj committed Nov 16, 2024
1 parent 9b12a53 commit 038f868
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/by-name/li/libpqxx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-I5e0iqXlZqDOMa1PlnrxpcKt1c2mbnSbVQrpi1Gh25o=";
};

outputs = [
"out"
"dev"
];

nativeBuildInputs = [
postgresql
postgresql.dev
python3
];

buildInputs = [
postgresql
postgresql.lib
];

postPatch = ''
Expand Down

0 comments on commit 038f868

Please sign in to comment.