pspp: supports darwin

This commit is contained in:
Matthew Bauer 2018-05-01 00:45:05 -05:00
parent 1beb4236a2
commit 57a4db2449

View File

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
more traditional syntax commands.
'';
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}