8 , gobject-introspection
16 stdenv.mkDerivation rec {
20 outputs = [ "out" "dev" "devdoc" ];
22 src = fetchFromGitLab {
23 domain = "gitlab.freedesktop.org";
27 sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts=";
39 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
49 description = "Project for mocking web service APIs which use HTTP or HTTPS";
50 homepage = "https://gitlab.freedesktop.org/pwithnall/uhttpmock/";
51 license = licenses.lgpl21Plus;
53 platforms = platforms.linux;