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

+3 -4
+2 -2
pkgs/development/libraries/libxmlb/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "libxmlb"; 21 - version = "0.3.15"; 22 23 outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ]; 24 ··· 26 owner = "hughsie"; 27 repo = "libxmlb"; 28 rev = version; 29 - hash = "sha256-S0wBVhfRa81mAmqpYYAKAyKLnfnVsXJEcGA21i5tdzo="; 30 }; 31 32 patches = [
··· 18 19 stdenv.mkDerivation rec { 20 pname = "libxmlb"; 21 + version = "0.3.18"; 22 23 outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ]; 24 ··· 26 owner = "hughsie"; 27 repo = "libxmlb"; 28 rev = version; 29 + hash = "sha256-usVisj05BVLGD2b48Xpcu0xPOix13pO8FrKVHCYvlb8="; 30 }; 31 32 patches = [
+1 -2
pkgs/development/libraries/libxmlb/installed-tests-path.patch
··· 15 @@ -3,4 +3,5 @@ option('introspection', type : 'boolean', value : true, description : 'generate 16 option('tests', type : 'boolean', value : true, description : 'enable tests') 17 option('stemmer', type : 'boolean', value : false, description : 'enable stemmer support') 18 option('cli', type : 'boolean', value : true, description : 'build and install the xb-tool CLI') 19 - option('zstd', type : 'boolean', value : true, description : 'enable zstd support') 20 - +option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests')
··· 15 @@ -3,4 +3,5 @@ option('introspection', type : 'boolean', value : true, description : 'generate 16 option('tests', type : 'boolean', value : true, description : 'enable tests') 17 option('stemmer', type : 'boolean', value : false, description : 'enable stemmer support') 18 + +option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests') 19 option('cli', type : 'boolean', value : true, description : 'build and install the xb-tool CLI')