1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

saga: depends on libsForQt514

This commit is contained in:
Thomas Tuegel 2020-09-07 11:30:08 -05:00
parent d784ee398f
commit dafc1cea57
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -25046,7 +25046,7 @@ in
rrootage = callPackage ../games/rrootage { };
saga = callPackage ../applications/gis/saga {
saga = libsForQt514.callPackage ../applications/gis/saga {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};