libsigrokdecode: enable for darwin

This commit is contained in:
Robert Scott 2019-06-06 00:05:37 +01:00 committed by Bjørn Forsman
parent 7209c43d66
commit bbd2f649ce

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Protocol decoding library 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 ];
};
}