Remove SDL and ffmpeg overrides from Lilim.
This commit is contained in:
parent
94589735dc
commit
beccf32334
1 changed files with 1 additions and 7 deletions
|
@ -1,14 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
gitpkgs = import /nixpkgs {};
|
||||
in {
|
||||
{
|
||||
services.cron.enable = false;
|
||||
|
||||
networking.dhcpcd.extraConfig = "noarp";
|
||||
nixpkgs.config.packageOverrides = pkgs: rec{
|
||||
SDL2 = pkgs.SDL2.override { udevSupport = true; fcitxSupport = true; };
|
||||
ffmpeg_4 = gitpkgs.ffmpeg-full // { bin = gitpkgs.ffmpeg-full; };
|
||||
};
|
||||
system.stateVersion = "19.09";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue