summary refs log tree commit diff
path: root/pkgs/applications/audio/shntool
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/shntool')
-rw-r--r--pkgs/applications/audio/shntool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/shntool/default.nix b/pkgs/applications/audio/shntool/default.nix
index dc8d95d2c49..e3bfc60a40a 100644
--- a/pkgs/applications/audio/shntool/default.nix
+++ b/pkgs/applications/audio/shntool/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, flac }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   version = "3.0.10";
   pname = "shntool";