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:
parent
24640da88a
commit
fc9d2d63d6
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue