mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #187057 from wegank/libportal-darwin
libportal: update patches
This commit is contained in:
commit
da3f0dc7de
1 changed files with 5 additions and 3 deletions
|
@ -30,11 +30,13 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-wDDE43UC6FBgPYLS+WWExeheURCH/3fCKu5oJg7GM+A=";
|
||||
};
|
||||
|
||||
# TODO: remove on 0.7
|
||||
patches = [
|
||||
# https://github.com/flatpak/libportal/pull/107
|
||||
(fetchpatch {
|
||||
name = "fix-build-on-darwin.patch";
|
||||
url = "https://github.com/flatpak/libportal/pull/106/commits/73f63ee57669c4fa604a7772484cd235d4fb612c.patch";
|
||||
sha256 = "sha256-c9WUQPhn4IA3X1ie7SwnxuZXdvpPkpGdU4xgDwKN/L0=";
|
||||
name = "check-presence-of-sys-vfs-h.patch";
|
||||
url = "https://github.com/flatpak/libportal/commit/e91a5d2ceb494ca0dd67295736e671b0142c7540.patch";
|
||||
sha256 = "sha256-uFyhlU2fJgW4z0I31fABdc+pimLFYkqM4lggSIFs1tw=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue