libsigrok: enable for darwin

This commit is contained in:
Robert Scott
2019-06-07 10:05:59 +02:00
committed by Bjørn Forsman
parent bbd2f649ce
commit 2565718195
+1 -1
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 ];
};
}