mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Revert "nixStatic: mark as broken on darwin (#357185)"
This is no longer necessary now that `libarchive` has been fixed. This reverts commit0705964c88
. (cherry picked from commit36a7b78f7c
)
This commit is contained in:
parent
b5ca14bb98
commit
bb39e68714
@ -317,8 +317,6 @@ self = stdenv.mkDerivation {
|
||||
license = licenses.lgpl21Plus;
|
||||
inherit maintainers;
|
||||
platforms = platforms.unix;
|
||||
# Requires refactorings in nixpkgs: https://github.com/NixOS/nixpkgs/pull/356983
|
||||
broken = stdenv.hostPlatform.isDarwin && enableStatic;
|
||||
outputsToInstall = [ "out" ] ++ optional enableDocumentation "man";
|
||||
mainProgram = "nix";
|
||||
knownVulnerabilities = lib.optional (!builtins.elem (lib.versions.majorMinor version) unaffectedByFodSandboxEscape && !atLeast221) "CVE-2024-27297";
|
||||
|
Loading…
Reference in New Issue
Block a user