3
0
Fork 0
forked from mirrors/nixpkgs

* php-xdebug doesn't have a "lib" argument. This causes Hydra to barf

on the entire nixpkgs:trunk jobset.  It should probably be a bit
  more robust...

svn path=/nixpkgs/trunk/; revision=19282
This commit is contained in:
Eelco Dolstra 2010-01-07 10:59:49 +00:00
parent 24640da88a
commit fc9d2d63d6

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
description = "php debugger and profiler extension";
homepage = http://xdebug.org/;
license = "xdebug"; # based on PHP-3
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;
};
}