Skip to content

Commit

Permalink
fix-package: pyjq needs nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Apr 7, 2022
1 parent 86c3111 commit 627ca70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mach_nix/fixes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ rec {
patches.mod = oldPatches: filterSafe (patch: ! hasSuffix "reproducible.patch" patch) oldPatches;
};

pyjq.add-native-inputs = {
_cond = { prov, ver, ... }: prov == "sdist";
nativeBuildInputs.add = with pkgs; [ autoconf automake libtool ];
};

rpy2.remove-pandas-patch = {
_cond = { prov, ver, ... }:
# https://github.com/rpy2/rpy2/commit/fbd060e364b70012e8d26cc74df04ee53f769379
Expand Down

0 comments on commit 627ca70

Please sign in to comment.