pipewire: Add JSON parser patch

This commit is contained in:
talyz 2021-04-01 12:03:18 +02:00
parent 04a2b269d8
commit 7b2d97cc2d
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -75,6 +75,11 @@ let
./0070-installed-tests-path.patch
# Add flag to specify configuration directory (different from the installation directory).
./0080-pipewire-config-dir.patch
# Fix JSON parser.
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/34800dc0191a4ee7a329eeb361a6f2ccf4a75176.diff";
sha256 = "0dzxzr408qqzf0252nwg14709p1lb2k826i3kdzg6djq8w98d5aj";
})
];
nativeBuildInputs = [