mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gnome3.california: fix build
This commit is contained in:
parent
9b7cb8be4d
commit
0194f7fbe6
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ in stdenv.mkDerivation rec {
|
|||
url = https://src.fedoraproject.org/rpms/california/raw/c00bf9924d8fa8cb0a9ec06564d1a1b00c9055af/f/0002-Build-with-evolution-data-server-3.13.90.patch;
|
||||
sha256 = "0g9923n329p32gzr1q52ad30f8vyz8vrri4rih0w8klmf02ga4pm";
|
||||
})
|
||||
# Apply Fedora patch to build with libical > 3.0
|
||||
(fetchurl {
|
||||
url = https://src.fedoraproject.org/rpms/california/raw/2af9a6a1b67b53f3fca1472c5350dc11a1acf28f/f/california-0.4.0-libical-3.0.patch;
|
||||
sha256 = "0cxycfaql0bsiz9hzanns33pwdqpb5n44znfcfa66i1bin34r4n6";
|
||||
})
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue