mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
clapper: remove workaround for undeclared gio-unix-2.0
As of upstream's commit "Fix missing gio-unix-2.0 dep"
2500a42286
we no longer need to specify this ourselves.
See https://github.com/NixOS/nixpkgs/issues/36468 for the
NixOS-wide tracking of undeclared gio-unix-2.0 workarounds.
This commit is contained in:
parent
582e897fac
commit
63a221790f
@ -65,11 +65,6 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs build-aux/meson/postinstall.py
|
||||
'';
|
||||
|
||||
mesonFlags = [
|
||||
# TODO: https://github.com/NixOS/nixpkgs/issues/36468
|
||||
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
cp ${src}/data/icons/*.svg $out/share/icons/hicolor/scalable/apps/
|
||||
cp ${src}/data/icons/*.svg $out/share/icons/hicolor/symbolic/apps/
|
||||
|
Loading…
Reference in New Issue
Block a user