about summary refs log tree commit diff
path: root/pkgs/applications/audio/baudline
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20baudline: use https for urlktrinh1-2/+2
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-05-27treewide: change some glibc to stdenv.cc.libcArtturin1-2/+2
2022-05-25treewide: stdenv.glibc -> glibcArtturin1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-3/+3
It is deprecated and will be removed after 18.09.
2017-07-29baudline: use jack2 instead of jack1Bart Brouns1-2/+2
Otherwise it doesn't connect with the rest of the system. [Bjørn: I think this is a symptom of jack1 packaging problem in nixpkgs. The two libraries are _supposed_ to be interchangeable.]
2016-05-04use dontBuild instead of hacksRobin Gloster1-1/+1
changes: * buildPhase = "true" * buildPhase = ":"
2016-01-24treewide: Mass replace 'glibc}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2015-10-23baudline: init at 1.0.8Bjørn Forsman1-0/+70
Baudline is a scientific signal analysis application. I was unsure whether the baudline license allowed packaging in nixpkgs, so I sent a copy of this nix expression (and some explanation) to their support. I got this reply: From: Erik Olson <erik@sigblips.com> Subject: Re: Licensing question Hello Bjorn, This sounds fine. What you suggest doing is very similar to how the FreeBSD FreshPorts system deals with baudline. Erik So basically, everything is good as long as we only distribute the _expression_ to install the package. We must not distribute the package (binary).