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,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoconf-archive, gettext, libtool, intltool, autoconf, automake
, glib, gtk3, gtk_doc, libgudev, pkgconfig, systemd }:
, glib, gtk3, gtk-doc, libgudev, pkgconfig, systemd }:
stdenv.mkDerivation rec {
name = "iio-sensor-proxy-${version}";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
gtk3
gtk_doc
gtk-doc
libgudev
systemd
];