Merge pull request #113156 from Mic92/libical
This commit is contained in:
commit
231b924910
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, buildPackages
|
, buildPackages
|
||||||
, cmake
|
, cmake
|
||||||
, glib
|
, glib
|
||||||
@ -22,7 +21,7 @@ assert introspectionSupport -> gobject-introspection != null && vala != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libical";
|
pname = "libical";
|
||||||
version = "3.0.8";
|
version = "3.0.9";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ]; # "devdoc" ];
|
outputs = [ "out" "dev" ]; # "devdoc" ];
|
||||||
|
|
||||||
@ -30,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "libical";
|
owner = "libical";
|
||||||
repo = "libical";
|
repo = "libical";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0pkh74bfrgp1slv8wsv7lbmal2m7qkixwm5llpmfwaiv14njlp68";
|
sha256 = "sha256-efdiGktLGITaQ6VinnfYG52fMhO0Av+JKROt2kTvS1U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -75,12 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
# Will appear in 3.1.0
|
# Will appear in 3.1.0
|
||||||
# https://github.com/libical/libical/issues/350
|
# https://github.com/libical/libical/issues/350
|
||||||
./respect-env-tzdir.patch
|
./respect-env-tzdir.patch
|
||||||
# Export src-generator binary for use while cross-compiling
|
|
||||||
# https://github.com/libical/libical/pull/439
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/libical/libical/commit/1197d84b63dce179b55a6293cfd6d0523607baf1.patch";
|
|
||||||
sha256 = "18i1khnwmw488s7g5a1kf05sladf8dbyhfc69mbcf6dkc4nnc3dg";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Using install check so we do not have to manually set
|
# Using install check so we do not have to manually set
|
||||||
|
@ -252,8 +252,6 @@ let
|
|||||||
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
||||||
# (stable) amdgpu support for bonaire and newer chipsets
|
# (stable) amdgpu support for bonaire and newer chipsets
|
||||||
DRM_AMDGPU_CIK = whenAtLeast "4.9" yes;
|
DRM_AMDGPU_CIK = whenAtLeast "4.9" yes;
|
||||||
# amdgpu support for RX6000 series
|
|
||||||
DRM_AMD_DC_DCN3_0 = whenAtLeast "5.9.12" yes;
|
|
||||||
# Allow device firmware updates
|
# Allow device firmware updates
|
||||||
DRM_DP_AUX_CHARDEV = whenAtLeast "4.6" yes;
|
DRM_DP_AUX_CHARDEV = whenAtLeast "4.6" yes;
|
||||||
# amdgpu display core (DC) support
|
# amdgpu display core (DC) support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user