1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

* Fix Hydra evaluation problem.

svn path=/nixpkgs/trunk/; revision=23015
This commit is contained in:
Eelco Dolstra 2010-08-06 21:54:43 +00:00
parent 2148d43a6d
commit 10dbe2dd78

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
description = "KDE PIM libraries";
license = "LGPL";
homepage = http://www.kde.org;
inherit (kdelibs.meta) maintainers platforms;
inherit (kdelibs.meta) maintainers;
};
}