attempt 2
This commit is contained in:
parent
97401f46a5
commit
9d29e503c3
|
@ -60,17 +60,18 @@
|
|||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
libva
|
||||
vaapiIntel
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
intel-ocl
|
||||
];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
libva
|
||||
vaapiIntel
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
];
|
||||
# extraPackages32 = with pkgs.pkgsi686Linux; [
|
||||
# libva
|
||||
# vaapiIntel
|
||||
# libvdpau-va-gl
|
||||
# vaapiVdpau
|
||||
# ];
|
||||
};
|
||||
# Configure plex
|
||||
services.plex = let
|
||||
|
@ -82,6 +83,13 @@
|
|||
"https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha256 = "sha256-9rGmUk0m7tBLSo5LeQ1fv2rnmK7WQ9AVDUPU0aqXLrM=";
|
||||
};
|
||||
buildInputs = with pkgs; [
|
||||
libva
|
||||
vaapiIntel
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
intel-ocl
|
||||
];
|
||||
});
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in New Issue