w_scan2: init at 1.0.14
This commit is contained in:
parent
37b97ae3dd
commit
2843cd434e
2 changed files with 27 additions and 0 deletions
25
pkgs/applications/video/w_scan2/default.nix
Normal file
25
pkgs/applications/video/w_scan2/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
stdenv,
|
||||||
|
fetchFromGitHub,
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "w_scan2";
|
||||||
|
version = "1.0.14";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "stefantalpalaru";
|
||||||
|
repo = "w_scan2";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "sha256-fDFAJ4EMwu4X1Go3jkRjwA66xDY4tJ5wCKlEdZUT4qQ=";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A small channel scan tool which generates ATSC, DVB-C, DVB-S/S2 and DVB-T/T2 channels.conf files";
|
||||||
|
homepage = "https://github.com/stefantalpalaru/w_scan2";
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
|
maintainers = with lib.maintainers; [ _0x4A6F ] ;
|
||||||
|
license = lib.licenses.gpl2Only;
|
||||||
|
};
|
||||||
|
}
|
|
@ -29098,6 +29098,8 @@ with pkgs;
|
||||||
|
|
||||||
w_scan = callPackage ../applications/video/w_scan { };
|
w_scan = callPackage ../applications/video/w_scan { };
|
||||||
|
|
||||||
|
w_scan2 = callPackage ../applications/video/w_scan2 { };
|
||||||
|
|
||||||
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
||||||
|
|
||||||
welle-io = libsForQt5.callPackage ../applications/radio/welle-io { };
|
welle-io = libsForQt5.callPackage ../applications/radio/welle-io { };
|
||||||
|
|
Loading…
Reference in a new issue