libcue: broaden platforms

Builds fine for FreeBSD and NetBSD.
This commit is contained in:
Alyssa Ross 2023-01-17 18:06:59 +00:00
parent 39ca460d26
commit 11e5444ba5
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lipnitsk/libcue";
license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux ++ platforms.darwin;
platforms = platforms.unix;
};
}