about summary refs log tree commit diff
path: root/pkgs/tools/misc/urjtag
AgeCommit message (Collapse)AuthorFilesLines
2021-03-28urjtag: 2019.12 -> 2021.03AndersonTorres1-19/+38
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-8/+8
2020-06-10urjtag: upgrade libftdi -> libftdi1Yurii Rashkovskii1-2/+2
Without this change, it has been observed to crash trying to connect to a device.
2020-06-10urjtag: 0.10 -> 2019.2Yurii Rashkovskii1-9/+6
2020-04-28libusb-compat-0_1: rename from libusbJan Tojnar1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-03urjtag: move defaults to package fileJan Malakhovski1-4/+4
2018-08-03treewide: Make more complicated configureFlags listsJohn Ericson1-6/+6
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-30treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linuxWill Dietz1-1/+1
Include all linux platforms.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2015-09-23urjtag: enable various featuresAndreas Wagner1-6/+10
[Bjørn: commit message: enabled -> enable]
2015-09-23urjtag: path fixes, use svn to get version stringAndreas Wagner1-9/+7
If built from svn: $ jtag --version UrJTAG 0.10 #2051 If built from git: $ jtag --version UrJTAG 0.10 # Also, with svn we don't need to download the web/ subdirectory because svn supports partial repository clones. [Bjørn: extend commit message]
2015-08-30urjtag: init at 0.10Andreas Wagner1-0/+38
[Bjørn: make the function argument lines occupy less vertical space.]