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

Allow some packages to build on darwin as well

(cherry picked from commit 80e730c9a41ee327308144ffcde47f03a148e7c2)

authored by John Wiegley and committed by Daiderd Jordan 6c8abecb 489a14ad

+6 -6
+1 -1
pkgs/development/libraries/rabbitmq-c/default.nix
··· 17 17 description = "RabbitMQ C AMQP client library"; 18 18 homepage = https://github.com/alanxz/rabbitmq-c; 19 19 license = licenses.mit; 20 - platforms = platforms.linux; 20 + platforms = platforms.unix; 21 21 maintainers = with maintainers; [ wkennington ]; 22 22 }; 23 23 }
+1 -1
pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
··· 33 33 description = "A sieve plugin for the Dovecot IMAP server"; 34 34 license = licenses.lgpl21; 35 35 maintainers = [ maintainers.rickynils ]; 36 - platforms = platforms.linux; 36 + platforms = platforms.unix; 37 37 }; 38 38 }
+1 -1
pkgs/tools/misc/plantuml/default.nix
··· 32 32 # "java -jar plantuml.jar -license" says GPLv3 or later 33 33 license = licenses.gpl3Plus; 34 34 maintainers = [ maintainers.bjornfor ]; 35 - platforms = platforms.linux; 35 + platforms = platforms.unix; 36 36 }; 37 37 }
+1 -1
pkgs/tools/security/paperkey/default.nix
··· 21 21 ''; 22 22 homepage = http://www.jabberwocky.com/software/paperkey/; 23 23 license = licenses.gpl2; 24 - platforms = platforms.linux; 24 + platforms = platforms.unix; 25 25 maintainers = with maintainers; [ skeidel ]; 26 26 }; 27 27 }
+2 -2
pkgs/tools/security/srm/default.nix
··· 21 21 homepage = http://srm.sourceforge.net; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ edwtjo ]; 24 - platforms = platforms.linux; 24 + platforms = platforms.unix; 25 25 }; 26 26 27 - } 27 + }