7 stdenv.mkDerivation rec {
12 url = "https://www.seasip.info/Unix/LibDsk/${pname}-${version}.tar.gz";
13 sha256 = "sha256-/ivN4+Oe0N6VmhWTfdDU48NcQLSIVAAtqzzi6DdlAZ0=";
17 description = "Library for accessing discs and disc image files";
18 homepage = "http://www.seasip.info/Unix/LibDsk/";
19 license = licenses.gpl2Plus;
21 platforms = platforms.unix;