Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libwps: broaden platforms

Builds fine on Darwin.

+1 -1
+1 -1
pkgs/development/libraries/libwps/default.nix
··· 17 meta = with stdenv.lib; { 18 homepage = http://libwps.sourceforge.net/; 19 description = "Microsoft Works document format import filter library"; 20 - platforms = platforms.linux; 21 license = licenses.lgpl21; 22 }; 23 }
··· 17 meta = with stdenv.lib; { 18 homepage = http://libwps.sourceforge.net/; 19 description = "Microsoft Works document format import filter library"; 20 + platforms = platforms.unix; 21 license = licenses.lgpl21; 22 }; 23 }