summaryrefslogtreecommitdiff
path: root/modules/desktop/software/multimedia/video/libva.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/software/multimedia/video/libva.nix')
-rw-r--r--modules/desktop/software/multimedia/video/libva.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/desktop/software/multimedia/video/libva.nix b/modules/desktop/software/multimedia/video/libva.nix
deleted file mode 100644
index d420495..0000000
--- a/modules/desktop/software/multimedia/video/libva.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-{
- environment.systemPackages = with pkgs; [
- libva
- libva-utils
- ];
-}