summary refs log tree commit diff
path: root/pkgs/development/libraries/libbpkg/default.nix
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-10-23 15:08:45 -0700
committerRyan Burns <rtburns@protonmail.com>2021-10-24 13:03:56 -0700
commit1f6d7365a9789d9cefb7871b4d998e71a09e0b9d (patch)
tree3e2d8f9627e7fa6c8da33147816316f22db069db /pkgs/development/libraries/libbpkg/default.nix
parent1c6b48a4234869f4db35d96240b834e5e9137c01 (diff)
downloadnixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar.gz
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar.bz2
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar.lz
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar.xz
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.tar.zst
nixpkgs-1f6d7365a9789d9cefb7871b4d998e71a09e0b9d.zip
build2: enable on all platforms
These are working on darwin, and the upstream developers
even use them on windows.
Diffstat (limited to 'pkgs/development/libraries/libbpkg/default.nix')
-rw-r--r--pkgs/development/libraries/libbpkg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libbpkg/default.nix b/pkgs/development/libraries/libbpkg/default.nix
index af505e600d9..925b22effea 100644
--- a/pkgs/development/libraries/libbpkg/default.nix
+++ b/pkgs/development/libraries/libbpkg/default.nix
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
     changelog = "https://git.build2.org/cgit/libbpkg/log";
     license = licenses.mit;
     maintainers = with maintainers; [ r-burns ];
+    platforms = platforms.all;
   };
 }