kaladin junk
This commit is contained in:
parent
3724fd7564
commit
748016173f
2 changed files with 9 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -71,7 +71,7 @@ with lib;
|
|||
brave
|
||||
scribus
|
||||
darktable
|
||||
qutebrowser
|
||||
# qutebrowser
|
||||
virt-manager
|
||||
virt-viewer
|
||||
# firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue