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
@@ -1,4 +1,4 @@
{stdenv, fetchurl, gtk2, pkgconfig, hicolor_icon_theme }:
{stdenv, fetchurl, gtk2, pkgconfig, hicolor-icon-theme }:
stdenv.mkDerivation {
name = "gtkdialog-0.8.3";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 hicolor_icon_theme ];
buildInputs = [ gtk2 hicolor-icon-theme ];
meta = {
homepage = https://code.google.com/archive/p/gtkdialog/;