Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f0fa1b45430
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bafac89cd35
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 5, 2020

  1. Copy the full SHA
    1e25c47 View commit details

Commits on Apr 18, 2020

  1. Merge pull request #84363 from AndersonTorres/update-twolame

    twolame : 2017-09-27 -> 0.4.0
    AndersonTorres authored Apr 18, 2020
    Copy the full SHA
    8bafac8 View commit details
Showing with 10 additions and 8 deletions.
  1. +10 −8 pkgs/development/libraries/twolame/default.nix
18 changes: 10 additions & 8 deletions pkgs/development/libraries/twolame/default.nix
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{ stdenv, fetchFromGitHub
, autoreconfHook, pkgconfig
, libsndfile }:
, autoreconfHook
, pkgconfig
, libsndfile, xmlto, asciidoc }:

stdenv.mkDerivation {
with stdenv.lib;
stdenv.mkDerivation rec {

pname = "twolame";
version = "2017-09-27";
version = "0.4.0";

src = fetchFromGitHub {
owner = "njh";
repo = "twolame";
rev = "977c8ac55d8ca6d5f35d1d413a119dac2b3b0333";
sha256 = "1rq3yc8ygzdqid9zk6pixmm4w9sk2vrlx217lhn5bjaglv7iyf7x";
rev = version;
sha256 = "0ckwdx5kmgmh1jq2wl6c9d57pf6z6p2wjdy6fw01a8f3clg21a8g";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
nativeBuildInputs = [ autoreconfHook pkgconfig xmlto asciidoc ];
buildInputs = [ libsndfile ];

doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"

meta = with stdenv.lib;{
meta = {
description = "A MP2 encoder";
longDescription = ''
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on