diff options
| author | Alyssa Ross <hi@alyssa.is> | 2024-02-10 13:17:43 +0100 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2024-02-26 12:29:08 +0100 |
| commit | 9d5f6f3ff1b05fa001f8952d99c1e8a8926e0e94 (patch) | |
| tree | 28a97d3b71e915f8e68d72778162f09f315a2058 | |
| parent | resholve: oildev: disable libc tests unconditionally (diff) | |
| download | nixpkgs-9d5f6f3ff1b05fa001f8952d99c1e8a8926e0e94.tar.gz | |
yara: make patch unconditional
(cherry picked from commit 5e84b19d911434d206bee21259afc60ce3527b00)
| -rw-r--r-- | pkgs/tools/security/yara/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/security/yara/default.nix b/pkgs/tools/security/yara/default.nix index 946a424ca681..a03763603382 100644 --- a/pkgs/tools/security/yara/default.nix +++ b/pkgs/tools/security/yara/default.nix @@ -25,8 +25,7 @@ stdenv.mkDerivation rec { hash = "sha256-axHFy7YwLhhww+lh+ORyW6YG+T385msysIHK5SMyhMk="; }; - # FIXME: make unconditional on staging - patches = lib.optionals (!stdenv.hostPlatform.isGnu && !stdenv.hostPlatform.isDarwin) [ + patches = [ (fetchpatch { name = "musl.patch"; url = "https://github.com/VirusTotal/yara/commit/515ed861cf30e154b14a69ffd46c347fb81df72f.patch"; |
