Merge pull request #310804 from alyssais/libva-static

pkgsStatic.libva: mark unsupported
This commit is contained in:
Sandro 2024-05-12 17:50:59 +02:00 committed by GitHub
commit 49e7c7fe0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,5 +61,9 @@ stdenv.mkDerivation (finalAttrs: {
"libva-glx" "libva-wayland" "libva-x11"
];
platforms = platforms.unix;
badPlatforms = [
# Mandatory libva shared library.
lib.systems.inspect.platformPatterns.isStatic
];
};
})