w_scan: init at 20161022
This commit is contained in:
parent
7981d3437d
commit
56fdd19bc8
19
pkgs/applications/video/w_scan/default.nix
Normal file
19
pkgs/applications/video/w_scan/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "w_scan-${version}";
|
||||||
|
version = "20161022";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://wirbel.htpc-forum.de/w_scan/${name}.tar.bz2";
|
||||||
|
sha256 = "0y8dq2sm13xn2r2lrqf5pdhr9xcnbxbg1aw3iq1szds2idzsyxr0";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Small CLI utility to scan DVB and ATSC transmissions";
|
||||||
|
homepage = http://wirbel.htpc-forum.de/w_scan/index_en.html;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.nico202 ] ;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
};
|
||||||
|
}
|
@ -12877,6 +12877,8 @@ in
|
|||||||
|
|
||||||
puddletag = callPackage ../applications/audio/puddletag { };
|
puddletag = callPackage ../applications/audio/puddletag { };
|
||||||
|
|
||||||
|
w_scan = callPackage ../applications/video/w_scan { };
|
||||||
|
|
||||||
wavesurfer = callPackage ../applications/misc/audio/wavesurfer { };
|
wavesurfer = callPackage ../applications/misc/audio/wavesurfer { };
|
||||||
|
|
||||||
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
||||||
|
Loading…
Reference in New Issue
Block a user