fix(patches/coreutils): remove old.patches reference
This commit is contained in:
parent
cf6f8b2baf
commit
d2aee666a0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
final: prev: {
|
||||
coreutils-doge = prev.coreutils.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ./coreutils.patch ];
|
||||
patches = [ ./coreutils.patch ];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue