kaladin junk

This commit is contained in:
Chris Cochrun 2023-03-03 09:29:46 -06:00
parent 3724fd7564
commit 748016173f
2 changed files with 9 additions and 2 deletions

View file

@ -39,7 +39,14 @@
config = { allowUnfree = true; };
overlays = [
emacs.overlays.default
(self: super: {
ffmpeg_5-full = super.ffmpeg_5-full.overrideAttrs (old: {
postFixup = ''
addOpenGLRunpath ${placeholder "lib"}/lib/libavcodec.so
addOpenGLRunpath ${placeholder "lib"}/lib/libavutil.so
'';
});
})
(self: super:
{
awesome = super.awesome.overrideAttrs (old: rec {