Merge remote-tracking branch 'origin/master' into stdenv-updates.
Conflicts: pkgs/tools/networking/p2p/amule/default.nix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ monolithic ? true # build monolithic amule
|
||||
, daemon ? false # build amule daemon
|
||||
, httpServer ? false # build web interface for the daemon
|
||||
, client ? false # build amule remote gui
|
||||
, client ? false # build amule remote gui
|
||||
, fetchurl, stdenv, zlib, wxGTK, perl, cryptopp, libupnp, gettext, libpng ? null
|
||||
, pkgconfig, makeWrapper }:
|
||||
|
||||
@@ -10,7 +10,7 @@ with stdenv;
|
||||
let
|
||||
# Enable/Disable Feature
|
||||
edf = enabled: flag: if enabled then "--enable-" + flag else "--disable-" + flag;
|
||||
in
|
||||
in
|
||||
mkDerivation rec {
|
||||
name = "aMule-2.3.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user