svn path=/nixpkgs/branches/kde-4.7/; revision=28146

This commit is contained in:
Eelco Dolstra 2011-08-03 22:36:20 +00:00
parent fcce78c0f4
commit 7c0ca0d565
2 changed files with 2 additions and 0 deletions

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.freedesktop.org/wiki/Software/udisks;
description = "A daemon and command-line utility for querying and manipulating storage devices";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://upower.freedesktop.org/;
description = "A D-Bus service for power management";
platforms = stdenv.lib.platforms.linux;
};
}