From e4443dfc8dae3c676cc40baf825dbad6491a45d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 25 Mar 2012 11:39:43 +0000 Subject: [PATCH] Telling hydra to build vimprobable. svn path=/nixpkgs/trunk/; revision=33402 --- pkgs/applications/networking/browsers/vimprobable2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/vimprobable2/default.nix b/pkgs/applications/networking/browsers/vimprobable2/default.nix index 924139dc32e..b537d4f16d0 100644 --- a/pkgs/applications/networking/browsers/vimprobable2/default.nix +++ b/pkgs/applications/networking/browsers/vimprobable2/default.nix @@ -30,6 +30,6 @@ stdenv.mkDerivation { homepage = "http://sourceforge.net/apps/trac/vimprobable"; license = "MIT"; maintainers = ["Alexander Foremny "]; + platforms = with stdenv.lib.platforms; linux; }; } -