Skip to content

Commit

Permalink
Merge pull request #148193 from dadada/fix-python27-dbus-python
Browse files Browse the repository at this point in the history
dbus-python: fix configure dependency on python3
  • Loading branch information
jtojnar authored Dec 5, 2021
2 parents 7a62e25 + 02b507e commit 6f396b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/dbus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ buildPythonPackage rec {
MACOSX_DEPLOYMENT_TARGET=10.16
'' else null;

configureFlags = [
"PYTHON_VERSION=${lib.versions.major python.version}"
];

nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus dbus-glib ]
# My guess why it's sometimes trying to -lncurses.
Expand Down

0 comments on commit 6f396b0

Please sign in to comment.