Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Dec 31, 2024
1 parent 24797c4 commit bc2f949
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions mods/override.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ in
genpass = darwin_zlib prev.genpass;
git-trim = darwin_zlib prev.git-trim;

libossp_uuid =
if isDarwin then
prev.libossp_uuid.overrideAttrs
(old: {
configureFlags = [ "ac_cv_va_copy=C99" ]
++ (if prev.stdenv.hostPlatform.isFreeBSD then [ "--with-pic" ] else [ ]);
}) else prev.libossp-uuid;
libossp_uuid = prev.libossp_uuid.overrideAttrs
(old: {
configureFlags = [ "ac_cv_va_copy=C99" ]
++ (if prev.stdenv.hostPlatform.isFreeBSD then [ "--with-pic" ] else [ ]);
});
}

0 comments on commit bc2f949

Please sign in to comment.