svtplay-dl: Enable on macOS as well
This commit is contained in:
parent
32df78017b
commit
18fab62368
|
@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/spaam/svtplay-dl";
|
homepage = "https://github.com/spaam/svtplay-dl";
|
||||||
description = "Command-line tool to download videos from svtplay.se and other sites";
|
description = "Command-line tool to download videos from svtplay.se and other sites";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue