phpExtensions.yaml: Move to separate directory

This commit is contained in:
Elis Hirwing
2020-10-11 20:00:38 +02:00
parent e810b999eb
commit 6d0abdd9c1
2 changed files with 15 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
{ buildPecl, lib, pkgs }:
buildPecl {
pname = "yaml";
version = "2.0.4";
sha256 = "1036zhc5yskdfymyk8jhwc34kvkvsn5kaf50336153v4dqwb11lp";
configureFlags = [ "--with-yaml=${pkgs.libyaml}" ];
nativeBuildInputs = [ pkgs.pkgconfig ];
meta.maintainers = lib.teams.php.members;
}