libplist: python is optional
This commit is contained in:
parent
e8cd2296ca
commit
b1f6fed005
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config, enablePython ? false, python, glib }:
|
{ lib, stdenv, autoreconfHook, fetchFromGitHub, pkg-config, enablePython ? false, python ? null, glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libplist";
|
pname = "libplist";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user