lxd: add patch to support nixOS path

This commit is contained in:
Maciej Krüger 2021-11-03 13:47:29 +01:00
parent 92a0174a08
commit 4e12563643
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -26,6 +26,11 @@ buildGoPackage rec {
url = "https://github.com/lxc/lxd/commit/ba6be1043714458b29c4b37687d4f624ee421943.patch";
sha256 = "0716129n70c6i695fyi1j8q6cls7g62vkdpcrlfrr9i324y3w1dx";
})
# feat: add support for nixOS path
(fetchpatch {
url = "https://github.com/lxc/lxd/commit/eeace06b2e3151786e94811ada8c658cce479f6d.patch";
sha256 = "sha256-knXlvcSvMPDeR0KqHFgh6YQZc+CSJ8yEqGE/vQMciEk=";
})
];
postPatch = ''