Remove unnecessary rec{s from "my" packages

This commit is contained in:
Tobias Geerinckx-Rice
2015-07-30 18:00:14 +02:00
parent a010a30889
commit 6c6201a99b
16 changed files with 20 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
, libpthreadstubs, pango, pkgconfig, libpulseaudio, which }:
let version = "4.10.2.2614"; in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "squeak-${version}";
src = fetchurl {