kmsxx: python is optional

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:06:21 +02:00
parent f9778bb1dc
commit 6809a2d5a9
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, libdrm
, withPython ? false, python }:
, withPython ? false, python ? null }:
stdenv.mkDerivation {
pname = "kmsxx";