mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Revert "evolution: add missing openssl dependency"
This reverts commit 490979c7ce
.
This is not the right fix. It's probably a broken .la file.
This commit is contained in:
parent
e897cd502d
commit
11643f47c3
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, gnome3, python
|
{ fetchurl, stdenv, pkgconfig, gnome3, python
|
||||||
, intltool, libsoup, libxml2, libsecret, icu, sqlite, openssl
|
, intltool, libsoup, libxml2, libsecret, icu, sqlite
|
||||||
, p11_kit, db, nspr, nss, libical, gperf, makeWrapper, valaSupport ? true, vala }:
|
, p11_kit, db, nspr, nss, libical, gperf, makeWrapper, valaSupport ? true, vala }:
|
||||||
|
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ pkgconfig glib python intltool libsoup libxml2 gtk gnome_online_accounts
|
[ pkgconfig glib python intltool libsoup libxml2 gtk gnome_online_accounts
|
||||||
gcr p11_kit libgweather libgdata gperf makeWrapper icu sqlite openssl ]
|
gcr p11_kit libgweather libgdata gperf makeWrapper icu sqlite ]
|
||||||
++ stdenv.lib.optional valaSupport vala;
|
++ stdenv.lib.optional valaSupport vala;
|
||||||
|
|
||||||
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
||||||
|
Loading…
Reference in New Issue
Block a user