mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gwenhywfar, libchipcard: Move into aqbanking dir
This should make it easier to deduplicate things, such as fetching upstream sources and the plugin paths, because after all these libraries are aqbanking-related and maintained by the same author on the same site. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
This commit is contained in:
parent
df1821ec9d
commit
af3ea69a96
3 changed files with 2 additions and 2 deletions
|
@ -7328,7 +7328,7 @@ in
|
|||
|
||||
gvfs = callPackage ../development/libraries/gvfs { gconf = gnome.GConf; };
|
||||
|
||||
gwenhywfar = callPackage ../development/libraries/gwenhywfar { gnutls = gnutls33; };
|
||||
gwenhywfar = callPackage ../development/libraries/aqbanking/gwenhywfar.nix { gnutls = gnutls33; };
|
||||
|
||||
hamlib = callPackage ../development/libraries/hamlib { };
|
||||
|
||||
|
@ -7597,7 +7597,7 @@ in
|
|||
|
||||
libchewing = callPackage ../development/libraries/libchewing { };
|
||||
|
||||
libchipcard = callPackage ../development/libraries/libchipcard { };
|
||||
libchipcard = callPackage ../development/libraries/aqbanking/libchipcard.nix { };
|
||||
|
||||
libcrafter = callPackage ../development/libraries/libcrafter { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue