;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019, 2020 Florian Pelz ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages usb-modeswitch) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-08-09 12:38:52 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-08-09 17:19:24 +0300
commitfd2a3046a86a134bb81a8b6a8080908c7a967ed8 (patch)
treec69b46d63965e47928c37d0a35a28dbef0655042 /gnu/packages/display-managers.scm
parent507da2fef84bf190c811ab6cf7723aec0255b0d9 (diff)
downloadguix-fd2a3046a86a134bb81a8b6a8080908c7a967ed8.tar.gz
guix-fd2a3046a86a134bb81a8b6a8080908c7a967ed8.zip
gnu: Add go-github-com-alcortesm-tgz.
* gnu/packages/golang.scm (go-github-com-alcortesm-tgz): New variable.
Diffstat (limited to 'gnu/packages/display-managers.scm')
0 files changed, 0 insertions, 0 deletions
oes/not/exist")) ; no /sbin/init (rename-file "usb_modeswitch.sh" "usb_modeswitch") (install-file "usb_modeswitch" udev) (rename-file "usb_modeswitch_dispatcher.tcl" "usb_modeswitch_dispatcher") (substitute* "usb_modeswitch_dispatcher" (("/usr/bin/tclsh") (string-append jimtcl "/bin/jimsh")) (("/usr/sbin") bin) (("/usr/share/usb_modeswitch") (string-append data "/share/usb_modeswitch.d"))) (install-file "usb_modeswitch_dispatcher" dispatcher-bin) #t))))))) (home-page "https://www.draisberghof.de/usb_modeswitch/") (synopsis "Mode switching tool for controlling `multi-mode' USB devices") (description "USB_ModeSwitch is a mode switching tool for controlling USB devices with multiple @dfn{modes}. When plugged in for the first time many USB devices (primarily high-speed WAN modems) act like a flash storage containing installers for Windows drivers. USB_ModeSwitch replays the sequence the Windows drivers would send to switch their mode from storage to modem (or whatever the thing is supposed to do).") (license (list license:gpl2+ ;"this program" according to home page license:bsd-2)))) ;dispatcher.c