Merge pull request #148087 from ylh/patch-p9p-sw_vers

plan9port: add DarwinTools to buildInputs on darwin
This commit is contained in:
Jörg Thalheim 2021-12-02 16:23:36 +00:00 committed by GitHub
commit 9a79131256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ stdenv.mkDerivation {
IOKit
Metal
QuartzCore
darwin.DarwinTools
]);
builder = ./builder.sh;