sigrok-cli: enable for darwin
This commit is contained in:
parent
2565718195
commit
4929126ca9
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Command-line frontend for the sigrok signal analysis software suite";
|
description = "Command-line frontend for the sigrok signal analysis software suite";
|
||||||
homepage = https://sigrok.org/;
|
homepage = https://sigrok.org/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user