stlink: fix Darwin build
Upstream supports various Unixes, so optimistically set platforms to `unix` even though we're only going to build it on Linux and Darwin.
This commit is contained in:
committed by
Bjørn Forsman
parent
051320062e
commit
ce5a090075
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
description = "In-circuit debug and programming for ST-Link devices";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor maintainers.rongcuid ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user