diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2022-10-02 11:10:49 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2022-10-02 15:38:47 +0100 |
| commit | f7262e00543be771654cfbb6525f10bc5f3e1c4d (patch) | |
| tree | 1ba0aa2fc92769a6c47cb627b8cade6cb1912a2c /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 7af50793539a1864b8b0c4ee40b16ec87b9def6a (diff) | |
xorg: remove xlibsWrapper attribute, use top-level one instead
I noticed this attribute when tried to override `xorg` scope via
overlay:
final: prev {
xorg = prev.xorg.overrideScope' (f: p: {
libXfont2 = p.libXfont2.overrideAttrs (oa: {
patches = (oa.patches or []) ++ [
../libXfont2/nofollow.patch
];
});
}) // { inherit (prev) xlibsWrapper; };
}
As a result I got unexpected `pulseaudio` build failures:
$ nix build --no-link -f. pulseaudio
error: attribute 'xlibsWrapper' missing
at pkgs/servers/pulseaudio/default.nix:79:37:
78| ++ lib.optional jackaudioSupport libjack2
79| ++ lib.optionals x11Support [ xorg.xlibsWrapper xorg.libXtst xorg.libXi ]
| ^
80| ++ lib.optional useSystemd systemd
Previous changes in this branch remove references to xorg.xlibsWrapper
in favour of xlibsWrapper. Let's remove injection of this attribute into
`xorg.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
