a2jmidid: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-14 21:08:08 +01:00
parent 76a11c1fbb
commit 4383e20bb1

View file

@ -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";