sogo: python2 -> python3
This commit is contained in:
parent
1af2af99ff
commit
58e23cd711
@ -1,4 +1,4 @@
|
||||
{ gnustep, lib, fetchFromGitHub, fetchpatch, makeWrapper, python2, lndir
|
||||
{ gnustep, lib, fetchFromGitHub, fetchpatch, makeWrapper, python3, lndir
|
||||
, openssl_1_1, openldap, sope, libmemcached, curl, libsodium, libzip, pkg-config }:
|
||||
with lib; gnustep.stdenv.mkDerivation rec {
|
||||
pname = "SOGo";
|
||||
@ -11,7 +11,7 @@ with lib; gnustep.stdenv.mkDerivation rec {
|
||||
sha256 = "145hdlwnqds5zmpxbh4yainsbv5vy99ji93d6pl7xkbqwncfi80i";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gnustep.make makeWrapper python2 ];
|
||||
nativeBuildInputs = [ gnustep.make makeWrapper python3 ];
|
||||
buildInputs = [ gnustep.base sope openssl_1_1 libmemcached (curl.override { openssl = openssl_1_1; }) libsodium libzip pkg-config ]
|
||||
++ optional (openldap != null) openldap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user