libyang: propagate pcre2 dependency
pcre2.h is required at build-time for any dependents of libyang.
This commit is contained in:
@@ -25,12 +25,17 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-5oJV8gr2rwvSdpX5w3gmIw/LTrWtXVnl6oLr/soNTDk=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
pcre2
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user