a2jmidid: use python2
This commit is contained in:
parent
76a11c1fbb
commit
4383e20bb1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, fetchurl, makeWrapper, pkgconfig, alsaLib, dbus, libjack2
|
||||
, pythonPackages}:
|
||||
, python2Packages}:
|
||||
|
||||
let
|
||||
inherit (pythonPackages) python dbus-python;
|
||||
inherit (python2Packages) python dbus-python;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "a2jmidid-${version}";
|
||||
version = "8";
|
||||
|
|
Loading…
Reference in a new issue