alsa-scarlett-gui: fixup build after gtk4 update
https://hydra.nixos.org/log/y4azylj8ic4f6ixqigfrrjk0ykjkmyhx-alsa-scarlett-gui-unstable-2022-08-11.drv
This commit is contained in:
parent
bcca7c70b6
commit
82a8834ffe
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-wzBOPTs8PTHzu5RpKwKhx552E7QnDx2Zn4OFaes8Q2I=";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
|
||||
|
||||
makeFlags = [ "DESTDIR=\${out}" "PREFIX=''" ];
|
||||
sourceRoot = "source/src";
|
||||
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
|
||||
|
|
Loading…
Reference in a new issue