tree-wide: autorename gnome packages to use dashes

This commit is contained in:
Jan Tojnar
2018-02-25 03:23:58 +01:00
parent 20c5476a8b
commit a31d98f312
491 changed files with 1532 additions and 1458 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, at_spi2_core, pythonPackages }:
{ stdenv, fetchurl, pkgconfig, at-spi2-core, pythonPackages }:
stdenv.mkDerivation rec {
pname = "pyatspi";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
broken = true;
buildInputs = [
at_spi2_core
at-spi2-core
pkgconfig
pythonPackages.python
pythonPackages.pygobject3