Remove unnecessary rec{s from "my" packages

This commit is contained in:
Tobias Geerinckx-Rice
2015-07-31 02:02:07 +02:00
parent a010a30889
commit 6c6201a99b
16 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ let
version = "0.5.1";
binaries = [ "jfbpdf" "jfbview" "jpdfcat" "jpdfgrep" ];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "jfbview-${version}";
src = fetchFromGitHub {