summary refs log tree commit diff
path: root/pkgs/applications/audio/gxplugins-lv2
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/gxplugins-lv2')
-rw-r--r--pkgs/applications/audio/gxplugins-lv2/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gxplugins-lv2/default.nix b/pkgs/applications/audio/gxplugins-lv2/default.nix
index 04cb57800f9..1f4323eb9d5 100644
--- a/pkgs/applications/audio/gxplugins-lv2/default.nix
+++ b/pkgs/applications/audio/gxplugins-lv2/default.nix
@@ -1,7 +1,6 @@
 { stdenv, fetchFromGitHub, xorg, xorgproto, cairo, lv2, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "${pname}-${version}";
   pname = "GxPlugins.lv2";
   version = "0.7";