svtplay-dl: Enable on macOS as well

This commit is contained in:
Sebastian Mandrean
2020-11-24 20:06:44 +01:00
committed by Robert Helgesson
parent 32df78017b
commit 18fab62368
+1 -1
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 ];
};
}