mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
soundtracker: 1.0.1 -> 1.0.2.1
This commit is contained in:
parent
b26545db7e
commit
7cc5590b92
@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "soundtracker";
|
pname = "soundtracker";
|
||||||
version = "1.0.1";
|
version = "1.0.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# Past releases get moved to the "old releases" directory.
|
# Past releases get moved to the "old releases" directory.
|
||||||
# Only the latest release is at the top level.
|
# Only the latest release is at the top level.
|
||||||
# Nonetheless, only the name of the file seems to affect which file is
|
# Nonetheless, only the name of the file seems to affect which file is
|
||||||
# downloaded, so this path should be fine both for old and current releases.
|
# downloaded, so this path should be fine both for old and current releases.
|
||||||
url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.bz2";
|
url = "mirror://sourceforge/soundtracker/soundtracker-${version}.tar.xz";
|
||||||
sha256 = "0m5iiqccch6w53khpvdldz59zymw13vmwqc5ggx3sn41riwbd6ks";
|
sha256 = "0nh0dwz8nldc040q6n06vlazhss8ms42r2dffhjcrqj3hbrvfx82";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
goocanvas
|
goocanvas
|
||||||
] ++ lib.optional stdenv.isLinux alsa-lib;
|
] ++ lib.optional stdenv.isLinux alsa-lib;
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A music tracking tool similar in design to the DOS program FastTracker and the Amiga legend ProTracker";
|
description = "A music tracking tool similar in design to the DOS program FastTracker and the Amiga legend ProTracker";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user