svtplay-dl: Enable on macOS as well

This commit is contained in:
Sebastian Mandrean 2020-11-24 16:00:25 +01:00 committed by Robert Helgesson
parent 32df78017b
commit 18fab62368
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
homepage = "https://github.com/spaam/svtplay-dl";
description = "Command-line tool to download videos from svtplay.se and other sites";
license = licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = [ maintainers.rycee ];
};
}