Commit Graph

9 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Sergei Trofimovich
bfe000d668 wavegain: pull upstream fix for -fno-common toolchains
Without the change the build fails on clang and upstream gcc as:

    $ nix build --impure --expr 'with import ./.{}; wavegain.override { stdenv = clang12Stdenv; }' -L
    ...
    ld: /build/main-51a0e2.o:(.bss+0x310): multiple definition of `file_formats';
      /build/audio-d7ad83.o:(.bss+0x8): first defined here
    ld: /build/wavegain-ea60c8.o:(.bss+0x140): multiple definition of `file_formats';
      /build/audio-d7ad83.o:(.bss+0x8): first defined here
2021-12-19 09:51:33 +00:00
Felix Bühler
fbdf78236a
pkgs/applications: rename name to pname&version part 1 (#144949)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-07 21:29:51 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robbin C
b62f02f751 wavegain: Use fetchFromGitHub instead of fetchgit. 2015-06-10 18:40:25 +08:00
Robbin C
757942ddbf wavegain: show correct maintainer 2015-06-08 10:31:30 +08:00
Robbin C
13ea5b65db wavegain: Add package.
This adds wavegain which is a normalizer for WAV audio files.
2015-06-03 11:06:24 +08:00