a2jmidid: use python2
This commit is contained in:
parent
76a11c1fbb
commit
4383e20bb1
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, pkgconfig, alsaLib, dbus, libjack2
|
{ stdenv, fetchurl, makeWrapper, pkgconfig, alsaLib, dbus, libjack2
|
||||||
, pythonPackages}:
|
, python2Packages}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python dbus-python;
|
inherit (python2Packages) python dbus-python;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "a2jmidid-${version}";
|
name = "a2jmidid-${version}";
|
||||||
version = "8";
|
version = "8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user