kmsxx: python is optional
This commit is contained in:
parent
f9778bb1dc
commit
6809a2d5a9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, libdrm
|
||||
, withPython ? false, python }:
|
||||
, withPython ? false, python ? null }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "kmsxx";
|
||||
|
|
Loading…
Reference in a new issue