Merge pull request #54577 from alyssais/libreoffice-platforms

Mark LibreOffice dependencies as Darwin-compatible

authored by Silvan Mosberger and committed by GitHub 2b57e9fd da15123e

+15 -15
+1 -1
pkgs/development/compilers/iasl/default.nix
··· 25 25 description = "Intel ACPI Compiler"; 26 26 homepage = http://www.acpica.org/; 27 27 license = stdenv.lib.licenses.iasl; 28 - platforms = stdenv.lib.platforms.linux; 28 + platforms = stdenv.lib.platforms.unix; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/CoinMP/default.nix
··· 14 14 meta = with stdenv.lib; { 15 15 homepage = https://projects.coin-or.org/CoinMP/; 16 16 description = "COIN-OR lightweight API for COIN-OR libraries CLP, CBC, and CGL"; 17 - platforms = platforms.linux; 17 + platforms = platforms.unix; 18 18 license = licenses.epl10; 19 19 }; 20 20 }
+1 -1
pkgs/development/libraries/libabw/default.nix
··· 21 21 meta = with stdenv.lib; { 22 22 homepage = https://wiki.documentfoundation.org/DLP/Libraries/libabw; 23 23 description = "Library parsing abiword documents"; 24 - platforms = platforms.linux; 24 + platforms = platforms.unix; 25 25 license = licenses.mpl20; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/libcmis/default.nix
··· 22 22 description = "C++ client library for the CMIS interface"; 23 23 homepage = https://sourceforge.net/projects/libcmis/; 24 24 license = licenses.gpl2; 25 - platforms = platforms.linux; 25 + platforms = platforms.unix; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/libe-book/default.nix
··· 36 36 description = ''Library for import of reflowable e-book formats''; 37 37 license = stdenv.lib.licenses.lgpl21Plus ; 38 38 maintainers = [stdenv.lib.maintainers.raskin]; 39 - platforms = stdenv.lib.platforms.linux; 39 + platforms = stdenv.lib.platforms.unix; 40 40 }; 41 41 }
+1 -1
pkgs/development/libraries/libmwaw/default.nix
··· 26 26 description = ''Import library for some old mac text documents''; 27 27 license = stdenv.lib.licenses.mpl20 ; 28 28 maintainers = [stdenv.lib.maintainers.raskin]; 29 - platforms = stdenv.lib.platforms.linux; 29 + platforms = stdenv.lib.platforms.unix; 30 30 }; 31 31 }
+1 -1
pkgs/development/libraries/libodfgen/default.nix
··· 25 25 description = ''A base library for generating ODF documents''; 26 26 license = stdenv.lib.licenses.mpl20 ; 27 27 maintainers = [stdenv.lib.maintainers.raskin]; 28 - platforms = stdenv.lib.platforms.linux; 28 + platforms = stdenv.lib.platforms.unix; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/libwps/default.nix
··· 17 17 meta = with stdenv.lib; { 18 18 homepage = http://libwps.sourceforge.net/; 19 19 description = "Microsoft Works document format import filter library"; 20 - platforms = platforms.linux; 20 + platforms = platforms.unix; 21 21 license = licenses.lgpl21; 22 22 }; 23 23 }
+2 -2
pkgs/development/libraries/libzmf/default.nix
··· 4 4 name = "${pname}-${version}"; 5 5 pname = "libzmf"; 6 6 version = "0.0.2"; 7 - 7 + 8 8 src = fetchurl { 9 9 url = "http://dev-www.libreoffice.org/src/libzmf/${name}.tar.xz"; 10 10 sha256 = "08mg5kmkjrmqrd8j5rkzw9vdqlvibhb1ynp6bmfxnzq5rcq1l197"; ··· 19 19 description = ''A library that parses the file format of Zoner Callisto/Draw documents''; 20 20 license = stdenv.lib.licenses.mpl20; 21 21 maintainers = [stdenv.lib.maintainers.raskin]; 22 - platforms = stdenv.lib.platforms.linux; 22 + platforms = stdenv.lib.platforms.unix; 23 23 homepage = https://wiki.documentfoundation.org/DLP/Libraries/libzmf; 24 24 downloadPage = "http://dev-www.libreoffice.org/src/libzmf/"; 25 25 updateWalker = true;
+1 -1
pkgs/development/python-modules/tlsh/default.nix
··· 31 31 description = "Trend Micro Locality Sensitive Hash"; 32 32 homepage = https://github.com/trendmicro/tlsh; 33 33 license = licenses.asl20; 34 - platforms = platforms.linux; 34 + platforms = platforms.unix; 35 35 }; 36 36 37 37 }
+1 -1
pkgs/tools/filesystems/e2fsprogs/default.nix
··· 48 48 homepage = http://e2fsprogs.sourceforge.net/; 49 49 description = "Tools for creating and checking ext2/ext3/ext4 filesystems"; 50 50 license = licenses.gpl2; 51 - platforms = platforms.linux; 51 + platforms = platforms.unix; 52 52 maintainers = [ maintainers.eelco ]; 53 53 }; 54 54 }
+1 -1
pkgs/tools/graphics/sng/default.nix
··· 20 20 homepage = http://sng.sourceforge.net/; 21 21 license = licenses.zlib; 22 22 maintainers = [ maintainers.dezgeg ]; 23 - platforms = platforms.linux; 23 + platforms = platforms.unix; 24 24 }; 25 25 }
+1 -1
pkgs/tools/networking/tcpdump/default.nix
··· 33 33 homepage = http://www.tcpdump.org/; 34 34 license = "BSD-style"; 35 35 maintainers = with stdenv.lib.maintainers; [ jgeerds ]; 36 - platforms = stdenv.lib.platforms.linux; 36 + platforms = stdenv.lib.platforms.unix; 37 37 }; 38 38 }
+1 -1
pkgs/tools/security/pgpdump/default.nix
··· 23 23 ''; 24 24 homepage = http://www.mew.org/~kazu/proj/pgpdump/en/; 25 25 license = licenses.bsd3; 26 - platforms = platforms.linux; 26 + platforms = platforms.unix; 27 27 maintainers = with maintainers; [ primeos ]; 28 28 }; 29 29 }