3
0
Fork 0
forked from mirrors/nixpkgs

urjtag: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:30 +00:00
parent 546c8ffef8
commit 6e1e0bb213
2 changed files with 5 additions and 10 deletions

View file

@ -1,10 +1,10 @@
{ stdenv, autoconf, automake, pkgconfig, gettext, libtool, bison
, flex, which, subversion, fetchsvn, makeWrapper, libftdi, libusb, readline
, python3
, svfSupport ? false
, bsdlSupport ? false
, staplSupport ? false
, jedecSupport ? false
, svfSupport ? true
, bsdlSupport ? true
, staplSupport ? true
, jedecSupport ? true
}:
stdenv.mkDerivation rec {

View file

@ -6197,12 +6197,7 @@ in
uptimed = callPackage ../tools/system/uptimed { };
urjtag = callPackage ../tools/misc/urjtag {
svfSupport = true;
bsdlSupport = true;
staplSupport = true;
jedecSupport = true;
};
urjtag = callPackage ../tools/misc/urjtag { };
urlwatch = callPackage ../tools/networking/urlwatch { };