1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/iustin/mt-st/releases/download/mt-st-${version}/mt-st-${version}.tar.gz";
9 sha256 = "b552775326a327cdcc076c431c5cbc4f4e235ac7c41aa931ad83f94cccb9f6de";
12 installFlags = [ "PREFIX=$(out)" "EXEC_PREFIX=$(out)" ];
15 description = "Magnetic Tape control tools for Linux";
17 Fork of the standard "mt" tool with additional Linux-specific IOCTLs.
19 homepage = "https://github.com/iustin/mt-st";
20 license = lib.licenses.gpl2Only;
21 maintainers = [ lib.maintainers.redvers ];
22 platforms = lib.platforms.linux;