mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
libxmlb: 0.3.15 → 0.3.18
https://github.com/hughsie/libxmlb/releases/tag/0.3.18 https://github.com/hughsie/libxmlb/compare/0.3.15...0.3.18
This commit is contained in:
parent
e506b5706f
commit
2bc88cd28e
@ -18,7 +18,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libxmlb";
|
||||
version = "0.3.15";
|
||||
version = "0.3.18";
|
||||
|
||||
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
|
||||
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "hughsie";
|
||||
repo = "libxmlb";
|
||||
rev = version;
|
||||
hash = "sha256-S0wBVhfRa81mAmqpYYAKAyKLnfnVsXJEcGA21i5tdzo=";
|
||||
hash = "sha256-usVisj05BVLGD2b48Xpcu0xPOix13pO8FrKVHCYvlb8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -15,6 +15,5 @@
|
||||
@@ -3,4 +3,5 @@ option('introspection', type : 'boolean', value : true, description : 'generate
|
||||
option('tests', type : 'boolean', value : true, description : 'enable tests')
|
||||
option('stemmer', type : 'boolean', value : false, description : 'enable stemmer support')
|
||||
option('cli', type : 'boolean', value : true, description : 'build and install the xb-tool CLI')
|
||||
option('zstd', type : 'boolean', value : true, description : 'enable zstd support')
|
||||
+option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests')
|
||||
option('cli', type : 'boolean', value : true, description : 'build and install the xb-tool CLI')
|
||||
|
Loading…
Reference in New Issue
Block a user