Merge pull request #196411 from viraptor/gnome-obfuscate-darwin
gnome-obfuscate: fix darwin build
This commit is contained in:
commit
501bfba5c2
@ -15,6 +15,7 @@
|
||||
, glib
|
||||
, gtk4
|
||||
, libadwaita
|
||||
, Foundation
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -54,6 +55,8 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
gtk4
|
||||
libadwaita
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
Foundation
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
@ -30745,7 +30745,9 @@ with pkgs;
|
||||
|
||||
obconf = callPackage ../tools/X11/obconf { };
|
||||
|
||||
gnome-obfuscate = callPackage ../applications/graphics/gnome-obfuscate { };
|
||||
gnome-obfuscate = callPackage ../applications/graphics/gnome-obfuscate {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
};
|
||||
|
||||
obs-studio = libsForQt5.callPackage ../applications/video/obs-studio {
|
||||
ffmpeg_4 = ffmpeg-full;
|
||||
|
Loading…
Reference in New Issue
Block a user