libsigrok: enable for darwin

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

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Core library of the sigrok signal analysis software suite";
homepage = https://sigrok.org/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
};
}