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
176 B
Nix
8 lines
176 B
Nix
import ./generic.nix (rec {
|
|
version = "27.1";
|
|
sha256 = "0h9f2wpmp6rb5rfwvqwv1ia1nw86h74p7hnz3vb3gjazj67i4k2a";
|
|
patches = [
|
|
./tramp-detect-wrapped-gvfsd.patch
|
|
];
|
|
})
|