Author: urkud Date: 2010-06-21 21:08:44 +0000 (Mon, 21 Jun 2010) New Revision: 22366
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22366&view=rev Modified: nixpkgs/trunk/pkgs/applications/misc/semnotes/default.nix Log: Let hydra build semnotes for linux Changes: Modified: nixpkgs/trunk/pkgs/applications/misc/semnotes/default.nix =================================================================== --- nixpkgs/trunk/pkgs/applications/misc/semnotes/default.nix 2010-06-21 20:43:05 UTC (rev 22365) +++ nixpkgs/trunk/pkgs/applications/misc/semnotes/default.nix 2010-06-21 21:08:44 UTC (rev 22366) @@ -21,5 +21,6 @@ license = "GPL"; homepage = http://smile.deri.ie/projects/semn; maintainers = [ maintainers.phreedom ]; + platforms = platforms.linux; }; } \ No newline at end of file _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
