persistent-evdev: build with format other

This commit is contained in:
Martin Weinelt
2022-09-19 04:01:48 +02:00
committed by Sandro Jäckel
parent 532dc14743
commit caf662452d

View File

@@ -3,6 +3,7 @@
buildPythonPackage rec {
pname = "persistent-evdev";
version = "unstable-2022-05-07";
format = "other";
src = fetchFromGitHub {
owner = "aiberia";