libcdio: broaden platforms

From the homepage:

> The cdparanoia library and cdparanoia command are included making
> this the only single-source cdparanoia that works on FreeBSD,
> NetBSD, OSX, cygwin, Solaris, BSDI as well as GNU/Linux.

Builds fine for FreeBSD and NetBSD.
This commit is contained in:
Alyssa Ross
2023-01-25 20:44:53 +00:00
parent 79a606608e
commit afb50202a3
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.gnu.org/software/libcdio/";
license = licenses.gpl2Plus;
platforms = platforms.linux ++ platforms.darwin;
platforms = platforms.unix;
};
}