mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
arachne: expand platforms to unix
This commit is contained in:
parent
94691d61a6
commit
2b94b2a0c5
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/cseed/arachne-pnr";
|
homepage = "https://github.com/cseed/arachne-pnr";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ shell thoughtpolice ];
|
maintainers = with lib.maintainers; [ shell thoughtpolice ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user