kmsxx: python is optional

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:29:31 +01:00
parent f9778bb1dc
commit 6809a2d5a9

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, libdrm
, withPython ? false, python }:
, withPython ? false, python ? null }:
stdenv.mkDerivation {
pname = "kmsxx";