nixpkgs-bootstrap: update *patched* src name to nixpkgs-$branch-sane
This commit is contained in:
@@ -102,7 +102,7 @@ let
|
|||||||
fetchpatch2' = if fetchpatch2 != null then fetchpatch2 else unpatchedNixpkgs.fetchpatch2;
|
fetchpatch2' = if fetchpatch2 != null then fetchpatch2 else unpatchedNixpkgs.fetchpatch2;
|
||||||
|
|
||||||
patchedSrc = applyPatches' {
|
patchedSrc = applyPatches' {
|
||||||
name = "nixpkgs-patched-uninsane";
|
name = "nixpkgs-${branch}-sane";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = {
|
src = {
|
||||||
|
Reference in New Issue
Block a user