Maxine Aubrey 2024-04-16 12:44:09 +02:00
parent e506b5706f
commit 2bc88cd28e
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
2 changed files with 3 additions and 4 deletions

View File

@ -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 = [

View File

@ -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')