sigrok-cli: enable for darwin

This commit is contained in:
Robert Scott
2019-06-07 10:05:59 +02:00
committed by Bjørn Forsman
parent 2565718195
commit 4929126ca9
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Command-line frontend for the sigrok signal analysis software suite";
homepage = https://sigrok.org/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
};
}