mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
libmatroska: add updateScript
This commit is contained in:
parent
6d9d1fa6f2
commit
c8fbf33c87
@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
libebml,
|
||||
nix-update-script,
|
||||
pkg-config,
|
||||
testers,
|
||||
validatePkgConfig,
|
||||
@ -38,6 +39,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
tests.pkg-config = testers.hasPkgConfigModules { package = libmatroska; };
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"release-(.*)"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user