packages/dvc: init patched
This commit is contained in:
parent
a14ba1235a
commit
2254e2143e
2 changed files with 2425 additions and 0 deletions
|
@ -3,6 +3,8 @@ let
|
||||||
pins = import ./sources;
|
pins = import ./sources;
|
||||||
in with tools;
|
in with tools;
|
||||||
super: rec {
|
super: rec {
|
||||||
|
dvc = patch super.dvc "patches/base/dvc";
|
||||||
|
|
||||||
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; };
|
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; };
|
||||||
|
|
||||||
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {
|
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {
|
||||||
|
|
2423
patches/base/dvc/md5-to-sha256.patch
Normal file
2423
patches/base/dvc/md5-to-sha256.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue