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