darkman: build on linux only

This commit is contained in:
Aaron Jheng 2022-11-14 10:44:34 +00:00
parent 69f8e94c46
commit 4d2e0a096b
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -45,5 +45,6 @@ buildGoModule rec {
homepage = "https://gitlab.com/WhyNotHugo/darkman";
license = licenses.isc;
maintainers = [ maintainers.ajgrf ];
platforms = platforms.linux;
};
}