Merge pull request #121042 from gebner/diffoscope-bloat
diffoscope: enable bloat by default
This commit is contained in:
commit
ca0f0212c2
1 changed files with 5 additions and 1 deletions
|
@ -3973,11 +3973,15 @@ in
|
|||
|
||||
diff-so-fancy = callPackage ../applications/version-management/git-and-tools/diff-so-fancy { };
|
||||
|
||||
diffoscope = callPackage ../tools/misc/diffoscope {
|
||||
diffoscopeMinimal = callPackage ../tools/misc/diffoscope {
|
||||
inherit (androidenv.androidPkgs_9_0) build-tools;
|
||||
jdk = jdk8;
|
||||
};
|
||||
|
||||
diffoscope = diffoscopeMinimal.override {
|
||||
enableBloat = true;
|
||||
};
|
||||
|
||||
diffr = callPackage ../tools/text/diffr {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue