From 455fc68fbbe40863a6f09bfe2c22ad6b87146315 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Mar 2015 17:40:55 +0100 Subject: [PATCH] socket_wrapper: the unquoted meta.homepage url breaks evaluation --- pkgs/development/libraries/socket_wrapper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/socket_wrapper/default.nix b/pkgs/development/libraries/socket_wrapper/default.nix index 391b3c574eb..1344ad18d09 100644 --- a/pkgs/development/libraries/socket_wrapper/default.nix +++ b/pkgs/development/libraries/socket_wrapper/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "a library passing all socket communications through unix sockets"; - homepage = https://git.samba.org/?p=socket_wrapper.git;a=summary; + homepage = "https://git.samba.org/?p=socket_wrapper.git;a=summary"; license = licenses.bsd3; maintainers = with maintainers; [ wkennington ]; platforms = platforms.all;