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