* 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";
|
description = "php debugger and profiler extension";
|
||||||
homepage = http://xdebug.org/;
|
homepage = http://xdebug.org/;
|
||||||
license = "xdebug"; # based on PHP-3
|
license = "xdebug"; # based on PHP-3
|
||||||
maintainers = [args.lib.maintainers.marcweber];
|
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||||
platforms = args.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user