+1
nixos/tests/installed-tests/default.nix
+1
nixos/tests/installed-tests/default.nix
···
+5
nixos/tests/installed-tests/gcab.nix
+5
nixos/tests/installed-tests/gcab.nix
+15
-2
pkgs/development/libraries/gcab/default.nix
+15
-2
pkgs/development/libraries/gcab/default.nix
···url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";···
+21
pkgs/development/libraries/gcab/installed-tests-path.patch
+21
pkgs/development/libraries/gcab/installed-tests-path.patch
···+option('vapi', type : 'boolean', value : true, description: 'generate Vala bindings (requires introspection)')+option('installed_tests', type : 'boolean', value : false, description : 'install tests for "as-installed" testing')++option('installed_test_prefix', type: 'string', value: '', description: 'Prefix for installed tests')+-installed_tests_execdir = join_paths(get_option('libexecdir'), 'installed-tests', 'libgcab-1.0')++installed_tests_metadir = join_paths(get_option('installed_test_prefix'), 'share', 'installed-tests', 'libgcab-1.0')++installed_tests_execdir = join_paths(get_option('installed_test_prefix'), 'libexec', 'installed-tests', 'libgcab-1.0')