libdvdread: mark support for FreeBSD

This commit is contained in:
Audrey Dutcher
2025-03-05 23:57:53 +01:00
committed by Sandro Jäckel
parent 26fabe77ea
commit 8dd49365b5
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Library for reading DVDs";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.wmertens ];
platforms = with lib.platforms; linux ++ darwin;
platforms = lib.platforms.unix;
};
}