tree-wide: autorename gnome packages to use dashes
This commit is contained in:
@@ -84276,21 +84276,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"gnome-keyring" = callPackage
|
||||
({ mkDerivation, base, bytestring, c2hs, gnome_keyring, text, time
|
||||
({ mkDerivation, base, bytestring, c2hs, gnome-keyring, text, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gnome-keyring";
|
||||
version = "0.3.1";
|
||||
sha256 = "08fayi4ixqyzin7lxyx2s3yap377y6nrdf4fmv7bi895j2k642l8";
|
||||
libraryHaskellDepends = [ base bytestring text time ];
|
||||
librarySystemDepends = [ gnome_keyring ];
|
||||
libraryPkgconfigDepends = [ gnome_keyring ];
|
||||
librarySystemDepends = [ gnome-keyring ];
|
||||
libraryPkgconfigDepends = [ gnome-keyring ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
homepage = "https://john-millikin.com/software/haskell-gnome-keyring/";
|
||||
description = "Bindings for libgnome-keyring";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs.gnome2) gnome_keyring;};
|
||||
}) {inherit (pkgs.gnome2) gnome-keyring;};
|
||||
|
||||
"gnomevfs" = callPackage
|
||||
({ mkDerivation, array, base, containers, glib, gnome_vfs
|
||||
|
||||
Reference in New Issue
Block a user