summary refs log tree commit diff
path: root/pkgs/development/libraries/accounts-qt
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/development/libraries/accounts-qt
parenta010a30889d154321081a3e7b8bf6d6ecfbe51e4 (diff)
downloadnixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.gz
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.bz2
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.lz
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.xz
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.tar.zst
nixpkgs-6c6201a99bb52e96d7c10365dbcf67f6cafdfe2c.zip
Remove unnecessary rec{s from "my" packages
Diffstat (limited to 'pkgs/development/libraries/accounts-qt')
-rw-r--r--pkgs/development/libraries/accounts-qt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/accounts-qt/default.nix b/pkgs/development/libraries/accounts-qt/default.nix
index 824a2949492..26a04362090 100644
--- a/pkgs/development/libraries/accounts-qt/default.nix
+++ b/pkgs/development/libraries/accounts-qt/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitLab, doxygen, glib, libaccounts-glib, pkgconfig, qt5 }:
 
 let version = "1.13"; in
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "accounts-qt-${version}";
 
   src = fetchFromGitLab {