summary refs log tree commit diff
path: root/pkgs/development/libraries/phonon/backends/vlc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/phonon/backends/vlc.nix')
-rw-r--r--pkgs/development/libraries/phonon/backends/vlc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/phonon/backends/vlc.nix b/pkgs/development/libraries/phonon/backends/vlc.nix
index 829ecdb86e064..98c6be85672c3 100644
--- a/pkgs/development/libraries/phonon/backends/vlc.nix
+++ b/pkgs/development/libraries/phonon/backends/vlc.nix
@@ -15,7 +15,7 @@ assert withQt4 -> qt4 != null;
 assert !withQt4 -> qtbase != null;
 assert !withQt4 -> qtx11extras != null;
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "${pname}-${if withQt4 then "qt4" else "qt5"}-${v}";
 
   meta = with stdenv.lib; {