17 stdenv.mkDerivation rec {
27 src = fetchFromGitLab {
28 domain = "gitlab.freedesktop.org";
32 sha256 = "NuxiVVowZ8ilP9rcgapCe9OzFCpoOfZxZiSyjTeOrts=";
46 ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
56 description = "Project for mocking web service APIs which use HTTP or HTTPS";
57 homepage = "https://gitlab.freedesktop.org/pwithnall/uhttpmock/";
58 license = licenses.lgpl21Plus;
60 platforms = platforms.linux;