Merge pull request #34104 from yegortimoshenko/20180121.132611/gumbo

libgumbo: rename to gumbo
This commit is contained in:
Jörg Thalheim
2018-01-21 22:58:39 +00:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, autoconf, automake, libtool }:
stdenv.mkDerivation rec {
name = "libgumbo-${version}";
name = "gumbo-${version}";
version = "0.10.1";
src = fetchFromGitHub {