mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:57:40 +00:00
gixy: fix overriden pyparsing by passing setuptools
This commit is contained in:
parent
038edcf9a5
commit
b97580ffa2
@ -11,6 +11,9 @@ let
|
||||
rev = "pyparsing_${version}";
|
||||
sha256 = "14pfy80q2flgzjcx8jkracvnxxnr59kjzp3kdm5nh232gk1v6g6h";
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
super.setuptools
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user