about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-06-27 21:29:17 +0300
committerJohn Ericson <John.Ericson@Obsidian.Systems>2024-06-27 19:39:47 -0400
commitdc0269c6c4cc85c118f49a0da04558b036b3095d (patch)
tree580289208212089ac6490ed3619799a5991896a4
parenta44bedbb48c367f0476e6a3a27bf28f6330faf23 (diff)
toml11: Support windows
For nix

https://www.github.com/NixOS/nix/commit/b87e048b3baeafd7c4d612674e6b02b9202d8272
(cherry picked from commit c2ae5f647203a716c9d286d325c6c95bacfe7d70)
-rw-r--r--pkgs/development/libraries/toml11/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/toml11/default.nix b/pkgs/development/libraries/toml11/default.nix
index 641b72aa1e8cb..2747dd4ee3999 100644
--- a/pkgs/development/libraries/toml11/default.nix
+++ b/pkgs/development/libraries/toml11/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
     '';
     license = licenses.mit;
     maintainers = with maintainers; [ AndersonTorres ];
-    platforms = platforms.unix;
+    platforms = platforms.unix ++ platforms.windows;
   };
 })
 # TODO [ AndersonTorres ]: tests