From 50f03dbf203b4eae1c3c11fb9748c5eadb2b249c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 29 Apr 2011 18:25:46 +0000 Subject: [PATCH] Telling hydra to build the recent k3b. svn path=/nixpkgs/trunk/; revision=27055 --- pkgs/applications/misc/k3b/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/k3b/default.nix b/pkgs/applications/misc/k3b/default.nix index a059df2b826..ff2451761dc 100644 --- a/pkgs/applications/misc/k3b/default.nix +++ b/pkgs/applications/misc/k3b/default.nix @@ -20,5 +20,6 @@ stdenv.mkDerivation rec { description = "CD/DVD Burning Application for KDE"; license = licenses.gpl2Plus; maintainers = [ maintainers.sander maintainers.urkud ]; + platforms = with stdenv.lib.platforms; linux; }; }