forked from mirrors/nixpkgs
svn path=/nixpkgs/branches/kde-4.7/; revision=28146
This commit is contained in:
parent
fcce78c0f4
commit
7c0ca0d565
pkgs/os-specific/linux
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.freedesktop.org/wiki/Software/udisks;
|
homepage = http://www.freedesktop.org/wiki/Software/udisks;
|
||||||
description = "A daemon and command-line utility for querying and manipulating storage devices";
|
description = "A daemon and command-line utility for querying and manipulating storage devices";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://upower.freedesktop.org/;
|
homepage = http://upower.freedesktop.org/;
|
||||||
description = "A D-Bus service for power management";
|
description = "A D-Bus service for power management";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue