libevdev: switch to python3
This commit is contained in:
parent
9c18e1fbe7
commit
f78ac783a8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, python }:
|
{ stdenv, fetchurl, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libevdev";
|
pname = "libevdev";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0";
|
sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Wrapper library for evdev devices";
|
description = "Wrapper library for evdev devices";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user