urjtag: move defaults to package file
This commit is contained in:
parent
546c8ffef8
commit
6e1e0bb213
@ -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 {
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user