Revert "gnome: fix compilation with gcc 11.3.0"
This reverts commit 251ab5f3f6
.
Fixed by https://github.com/NixOS/nixpkgs/pull/171819 instead.
This commit is contained in:
parent
d4aa650608
commit
888c82fbba
@ -80,8 +80,6 @@ stdenv.mkDerivation rec {
|
|||||||
pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video
|
pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=overlength-strings";
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson_post_install.py
|
chmod +x meson_post_install.py
|
||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
|
@ -69,8 +69,6 @@ stdenv.mkDerivation rec {
|
|||||||
webkitgtk
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=overlength-strings";
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson_post_install.py # patchShebangs requires executable file
|
chmod +x meson_post_install.py # patchShebangs requires executable file
|
||||||
patchShebangs meson_post_install.py
|
patchShebangs meson_post_install.py
|
||||||
|
@ -76,8 +76,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
]);
|
]);
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=overlength-strings";
|
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
pythonPath = with python3.pkgs; [
|
||||||
pycairo
|
pycairo
|
||||||
dbus-python
|
dbus-python
|
||||||
|
@ -175,8 +175,6 @@ stdenv.mkDerivation rec {
|
|||||||
pythonEnv
|
pythonEnv
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=overlength-strings";
|
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dgtk_doc=true"
|
"-Dgtk_doc=true"
|
||||||
];
|
];
|
||||||
|
@ -77,8 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
xvfb-run
|
xvfb-run
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=overlength-strings";
|
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
||||||
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user