summary refs log tree commit diff
path: root/pkgs/tools/text/aha
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-07-30 18:00:14 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-07-31 02:02:07 +0200
commit6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c (patch)
tree9f7bd2fec1937f8f8de2446ebe0576e2de5a8609 /pkgs/tools/text/aha
parenta010a30889d154321081a3e7b8bf6d6ecfbe51e4 (diff)
downloadnixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.gz
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.bz2
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.lz
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.xz
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.zst
nixlib-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.zip
Remove unnecessary rec{s from "my" packages
Diffstat (limited to 'pkgs/tools/text/aha')
-rw-r--r--pkgs/tools/text/aha/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix
index 4ae8048623c9..d1c21e62a66a 100644
--- a/pkgs/tools/text/aha/default.nix
+++ b/pkgs/tools/text/aha/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub }:
 
 let version = "0.4.8"; in
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "aha-${version}";
 
   src = fetchFromGitHub {