mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:57:53 +00:00
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
@ -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 New Issue
Block a user