about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-02 15:05:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-02 18:52:16 +0200
commita91ecb2e254cab9600babc79848b216f46c72119 (patch)
treebcc34f071968ab76a575be38c89308103ffb53c2 /pkgs/top-level
parent1ec7b00db38ccc0f126fd453ee55568048d29feb (diff)
downloadnixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar.gz
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar.bz2
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar.lz
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar.xz
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.tar.zst
nixlib-a91ecb2e254cab9600babc79848b216f46c72119.zip
rfc-bibtex: Migrate out of python3Packages
This is a commandline tool, that does not advertise itself as as
consumable library, so it does not belong into the python package set.

Also fetch from git, so we can enable the tests.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b88d696138f6..b7aae58d7333 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -36416,7 +36416,7 @@ with pkgs;
 
   renderizer = callPackage ../development/tools/renderizer {};
 
-  rfc-bibtex = python3Packages.callPackage ../development/python-modules/rfc-bibtex { };
+  rfc-bibtex = callPackage ../tools/typesetting/rfc-bibtex { };
 
   pick-colour-picker = python3Packages.callPackage ../applications/graphics/pick-colour-picker {
     inherit glib gtk3 gobject-introspection wrapGAppsHook;