libdvdcss: 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 5708672a33
commit 26fabe77ea
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.videolan.org/developers/libdvdcss.html";
description = "Library for decrypting DVDs";
license = licenses.gpl2;
platforms = with platforms; linux ++ darwin;
platforms = platforms.unix;
};
}