amule: remove unused inputs, cleanup
This commit is contained in:
parent
2f6eae8178
commit
e7dd8edf7e
@ -2,11 +2,8 @@
|
|||||||
, enableDaemon ? false # build amule daemon
|
, enableDaemon ? false # build amule daemon
|
||||||
, httpServer ? false # build web interface for the daemon
|
, httpServer ? false # build web interface for the daemon
|
||||||
, client ? false # build amule remote gui
|
, client ? false # build amule remote gui
|
||||||
, fetchFromGitHub, fetchpatch, stdenv, lib, zlib, wxGTK, perl, cryptopp, libupnp, gettext, libpng ? null
|
, fetchFromGitHub, stdenv, lib, zlib, wxGTK, perl, cryptopp, libupnp, gettext, libpng
|
||||||
, autoreconfHook, pkg-config, makeWrapper, libX11 ? null }:
|
, autoreconfHook, pkg-config, makeWrapper, libX11 }:
|
||||||
|
|
||||||
assert httpServer -> libpng != null;
|
|
||||||
assert client -> libX11 != null;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "amule";
|
pname = "amule";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user