about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/capture
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/capture')
-rw-r--r--nixpkgs/pkgs/tools/misc/capture/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/misc/capture/default.nix b/nixpkgs/pkgs/tools/misc/capture/default.nix
index 377297ee4799..e7134961c252 100644
--- a/nixpkgs/pkgs/tools/misc/capture/default.nix
+++ b/nixpkgs/pkgs/tools/misc/capture/default.nix
@@ -1,6 +1,6 @@
 { stdenv, slop, ffmpeg, fetchFromGitHub, makeWrapper}:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   pname = "capture-unstable";
   version = "2019-03-10";