Commit graph

10 commits

Author SHA1 Message Date
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09: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