about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-06-27 21:29:17 +0300
committerArtturin <Artturin@artturin.com>2024-06-27 21:29:17 +0300
commitc2ae5f647203a716c9d286d325c6c95bacfe7d70 (patch)
tree890e591edafbe33133b9e157cab8a64205b7c61d /pkgs/development
parent5963e3123853906a143efa29a10fd0eb0802b225 (diff)
toml11: Support windows
For nix

https://www.github.com/NixOS/nix/commit/b87e048b3baeafd7c4d612674e6b02b9202d8272
Diffstat (limited to 'pkgs/development')
-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