tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
phpExtensions.yaml: fix build
Pol Dellaiera
2 years ago
f76db9c2
6098bec8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
yaml
default.nix
+2
-2
pkgs/development/php-packages/yaml/default.nix
···
6
6
version = "2.2.3";
7
7
sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY=";
8
8
9
9
-
configureFlags = [ "--with-yaml=${libyaml}" ];
9
9
+
configureFlags = [ "--with-yaml=${libyaml.dev}" ];
10
10
11
11
-
nativeBuildInputs = [ pkg-config ];
11
11
+
nativeBuildInputs = [ pkg-config libyaml ];
12
12
13
13
meta = {
14
14
description = "YAML-1.1 parser and emitter";