44131d7fc3
This approach applies to _all_ RUN_TEMACS calls and successfully removes -dev paths from the closure and reduces the closure size from ~1.4G to just under ~464M. It's also less brittle than having in-tree patches.
8 lines
179 B
Nix
8 lines
179 B
Nix
import ./generic.nix (rec {
|
|
version = "26.3";
|
|
sha256 = "119ldpk7sgn9jlpyngv5y4z3i7bb8q3xp4p0qqi7i5nq39syd42d";
|
|
patches = [
|
|
./tramp-detect-wrapped-gvfsd-26.patch
|
|
];
|
|
})
|