Merge pull request #330019 from magnouvean/g4music-rename
g4music: 3.7.2 -> 3.8 and rename package to gapless
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
, wrapGAppsHook4
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "g4music";
|
||||
version = "3.7.2";
|
||||
pname = "gapless";
|
||||
version = "3.8";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "neithern";
|
||||
repo = "g4music";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-fG8OBAzdCdr3Yo8Vei93HlNa2TIL5gxWG+0jFYjSDZ8=";
|
||||
hash = "sha256-AZoMAbQ3foW2jx+mBam925a8ykMtGvaiVg9N8/Ggny0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "g4music";
|
||||
homepage = "https://gitlab.gnome.org/neithern/g4music";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ magnouvean ];
|
||||
maintainers = with maintainers; [ aleksana ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
@@ -460,6 +460,7 @@ mapAliases ({
|
||||
|
||||
### G ###
|
||||
|
||||
g4music = gapless; # Added 2024-07-26
|
||||
g4py = python3Packages.geant4; # Added 2020-06-06
|
||||
garage_0_7 = throw "garage 0.7.x has been removed as it is EOL. Please upgrade to 0.8 series."; # Added 2023-10-10
|
||||
garage_0_7_3 = throw "garage 0.7.x has been removed as it is EOL. Please upgrade to 0.8 series."; # Added 2023-10-10
|
||||
|
||||
@@ -30897,8 +30897,6 @@ with pkgs;
|
||||
|
||||
svox = callPackage ../applications/audio/svox { };
|
||||
|
||||
g4music = callPackage ../applications/audio/g4music { };
|
||||
|
||||
genesys = callPackage ../applications/misc/genesys { };
|
||||
|
||||
giada = callPackage ../applications/audio/giada { };
|
||||
|
||||
Reference in New Issue
Block a user