about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2018-06-22 14:57:37 +0200
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2018-06-22 19:21:23 +0200
commitf5307941ccc8936510afd8e1517049e190c0200a (patch)
tree1c00609007750317d0d674a35d5ecc694d7733a4 /pkgs/top-level
parent75879177e839bf1c1d561419f15ff5551d927e37 (diff)
downloadnixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar.gz
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar.bz2
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar.lz
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar.xz
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.tar.zst
nixlib-f5307941ccc8936510afd8e1517049e190c0200a.zip
gnirehtet: init at 2.2.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5d63580c89c1..288f4a5885a0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2656,6 +2656,8 @@ with pkgs;
     stdenv = overrideCC stdenv gcc49;
   };
 
+  gnirehtet = callPackage ../tools/networking/gnirehtet { };
+
   gnome15 = callPackage ../applications/misc/gnome15 {
     inherit (gnome2) gnome_python gnome_python_desktop;
   };