mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #23747 from butterflya/patch-1
evolution: Delete invalid option
This commit is contained in:
commit
f940d9f1fc
@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-spamassassin" "--disable-pst-import" "--disable-autoar"
|
configureFlags = [ "--disable-pst-import" "--disable-autoar"
|
||||||
"--disable-libcryptui" ];
|
"--disable-libcryptui" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${nss.dev}/include/nss -I${glib.dev}/include/gio-unix-2.0";
|
NIX_CFLAGS_COMPILE = "-I${nss.dev}/include/nss -I${glib.dev}/include/gio-unix-2.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user