forked from mirrors/nixpkgs
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
|
{ stdenv, autoconf, automake, pkgconfig, gettext, libtool, bison
|
||||||
, flex, which, subversion, fetchsvn, makeWrapper, libftdi, libusb, readline
|
, flex, which, subversion, fetchsvn, makeWrapper, libftdi, libusb, readline
|
||||||
, python3
|
, python3
|
||||||
, svfSupport ? false
|
, svfSupport ? true
|
||||||
, bsdlSupport ? false
|
, bsdlSupport ? true
|
||||||
, staplSupport ? false
|
, staplSupport ? true
|
||||||
, jedecSupport ? false
|
, jedecSupport ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -6197,12 +6197,7 @@ in
|
||||||
|
|
||||||
uptimed = callPackage ../tools/system/uptimed { };
|
uptimed = callPackage ../tools/system/uptimed { };
|
||||||
|
|
||||||
urjtag = callPackage ../tools/misc/urjtag {
|
urjtag = callPackage ../tools/misc/urjtag { };
|
||||||
svfSupport = true;
|
|
||||||
bsdlSupport = true;
|
|
||||||
staplSupport = true;
|
|
||||||
jedecSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
urlwatch = callPackage ../tools/networking/urlwatch { };
|
urlwatch = callPackage ../tools/networking/urlwatch { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue