summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/arachne-pnr
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-03 18:42:17 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-03 19:19:07 +0700
commit2b94b2a0c5ca89c36b84fcdc02aa10412e4e54b8 (patch)
tree83718d4306f4e33b27143380599db2f84f8e852a /pkgs/development/compilers/arachne-pnr
parent94691d61a6bde7f3604eef3957222201991c9fff (diff)
arachne: expand platforms to unix
Diffstat (limited to 'pkgs/development/compilers/arachne-pnr')
-rw-r--r--pkgs/development/compilers/arachne-pnr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/arachne-pnr/default.nix b/pkgs/development/compilers/arachne-pnr/default.nix
index 030da03add84..f537eb14d34c 100644
--- a/pkgs/development/compilers/arachne-pnr/default.nix
+++ b/pkgs/development/compilers/arachne-pnr/default.nix
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/cseed/arachne-pnr";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ shell thoughtpolice ];
- platforms = lib.platforms.linux;
+ platforms = lib.platforms.unix;
};
}