Nix: fix hidpi patch

This commit is contained in:
Mihai Fufezan
2023-03-04 01:41:37 +02:00
committed by Mihai Fufezan
parent c444099325
commit c386c52cf9
3 changed files with 178 additions and 5 deletions

View File

@@ -47,6 +47,17 @@
sha256 = "sha256-/q79o13Zvu7x02SBGu0W5yQznQ+p7ltZ9L6cMW5t/o4=";
};
});
libliftoff = prev.libliftoff.overrideAttrs (old: {
version = "0.5.0-dev";
src = prev.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "emersion";
repo = old.pname;
rev = "d98ae243280074b0ba44bff92215ae8d785658c0";
sha256 = "sha256-DjwlS8rXE7srs7A8+tHqXyUsFGtucYSeq6X0T/pVOc8=";
};
});
})
];
});