summary refs log tree commit diff
path: root/pkgs/applications/misc/k3b
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-29 18:25:46 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-29 18:25:46 +0000
commit50f03dbf203b4eae1c3c11fb9748c5eadb2b249c (patch)
tree88d1a270f483a32f2b40187e934f8b8200b25d3f /pkgs/applications/misc/k3b
parenta6518956f92335a42cacd3a2a82ad8802d0371d5 (diff)
downloadnixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar.gz
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar.bz2
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar.lz
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar.xz
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.tar.zst
nixlib-50f03dbf203b4eae1c3c11fb9748c5eadb2b249c.zip
Telling hydra to build the recent k3b.
svn path=/nixpkgs/trunk/; revision=27055
Diffstat (limited to 'pkgs/applications/misc/k3b')
-rw-r--r--pkgs/applications/misc/k3b/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/k3b/default.nix b/pkgs/applications/misc/k3b/default.nix
index a059df2b8262..ff2451761dc6 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;
   };
 }