tree-wide: autorename gnome packages to use dashes

This commit is contained in:
Jan Tojnar
2018-02-25 17:41:16 +01:00
parent 20c5476a8b
commit a31d98f312
491 changed files with 1532 additions and 1458 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, fuse, curl, glib_networking
{ stdenv, fetchurl, pkgconfig, glib, fuse, curl, glib-networking
, asciidoc, wrapGAppsHook }:
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook asciidoc ];
buildInputs = [ glib glib_networking fuse curl ];
buildInputs = [ glib glib-networking fuse curl ];
meta = with stdenv.lib; {
description = "Command line client for Mega.co.nz";