Commit graph

13 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ivar 92a2e684bc
sndio: 1.7.0 -> 1.8.0 (#122352) 2021-05-12 13:56:23 -04:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
S. Nordin Abouzahra 96bd235e2f sndio: fix up for Darwin
Applying the suggestion by @risicle to use fixDarwinDylibNames instead
of manually chasing the exact .dylib name in postFixup.
2020-09-05 19:25:24 -04:00
S. Nordin Abouzahra bc57f6d2e5 sndio: 1.6.0 -> 1.7.0
Updates sndio to the latest version.
2020-09-05 19:25:24 -04:00
Mario Rodas 9a2dcdc1db
sndio: fix lib install name on darwin 2019-11-13 22:56:45 -05:00
Mario Rodas 5bb2426dbe
sndio: fix build on darwin 2019-10-26 09:00:00 -05:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 752874d0da sndio: 1.5.0 -> 1.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sndio/versions
2019-07-20 11:53:01 -07:00
R. RyanTM 27166d50d9 sndio: 1.2.0 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sndio/versions
2019-06-02 21:26:46 -07:00
Okina Matara 8eba6d4ae9 sndio: init at 1.2.0 2019-05-20 22:14:25 +03:00