Merge pull request #218611 from domenkozar/docopts-darwin

docopts: support darwin
This commit is contained in:
Weijia Wang 2023-02-27 16:06:20 +02:00 committed by GitHub
commit 15b7d8ee89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,6 @@ buildGoPackage rec {
description = "docopt CLI tool for shell scripting";
license = licenses.mit;
maintainers = [ maintainers.confus ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}