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

View File

@@ -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 ];
};
}