From 6f04cd0e6967bc2a426b209fa700b3a3dbb1dbc3 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 20 Jun 2021 12:34:30 +0200 Subject: application/development: /s/name/pname&version/ --- pkgs/applications/audio/aacgain/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/audio/aacgain/default.nix') diff --git a/pkgs/applications/audio/aacgain/default.nix b/pkgs/applications/audio/aacgain/default.nix index 0f9b511d455..517a53a5fec 100644 --- a/pkgs/applications/audio/aacgain/default.nix +++ b/pkgs/applications/audio/aacgain/default.nix @@ -1,7 +1,8 @@ { lib, stdenv, fetchFromGitLab, fetchpatch }: -stdenv.mkDerivation { - name = "aacgain-1.9.0"; +stdenv.mkDerivation rec { + pname = "aacgain"; + version = "1.9.0"; src = fetchFromGitLab { owner = "mulx"; -- cgit 1.4.1