Commit Graph

12 Commits

Author SHA1 Message Date
benaryorg
6b74da4cc3
ndi: unpackPhase without interpolation of src
The `unpackPhase` as of the previous commit did interpolate the result of the `src` on a nix level.
However for any overrides (`overrideAttrs`) to work on the source, for instance to update to a newer version locally, the `src` environment variable of `stdenv` must be used.
Otherwise the old, upstream, version will still be pulled in as a dependency and ultimately used for building, which will fail if the old version is not present, or will just deploy the old version if the old version was already downloaded (`requireFile` causes special semi-non-idempotent issues here).

Further information was provided in a GitHub comment: https://github.com/NixOS/nixpkgs/issues/219578#issuecomment-1586322972

Signed-off-by: benaryorg <binary@benary.org>
2023-06-11 20:39:02 +00:00
Sandro Jäckel
00000001b4
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2 2023-05-06 16:20:13 +02:00
Franz Pletz
0e8b1375c0
ndi: 5.5.1 -> 5.5.2 2022-11-11 07:01:47 +01:00
Luke Granger-Brown
87b25db2ac ndi: 4 -> 5.5.1
Bump NDI to v5 SDK.
2022-08-23 09:19:04 +01:00
Robert Scott
07706c46ca treewide/development: add sourceType binaryNativeCode for more packages 2022-06-17 19:59:09 +01:00
Lily Foster
3f91b24196 ndi: 4.6.0 -> 4.6.2
4.6.2 was released 2021-03-02 it seems
2021-08-05 12:13:15 -04:00
Ashlynn Anderson
f064938fba ndi: 4.5.3 -> 4.6.0
Needed update to match upstream source, as 4.6.0 is the version
received when following the instructions to download.
2021-01-28 16:10:46 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Bruno Bigras
13164f7352 ndi: 4.5.1 -> 4.5.3 2020-07-31 02:05:04 -04:00
Peter Simons
68a53ade9d ndi: update from version 4.1.6 to 4.5.1
Related to https://github.com/NixOS/nixpkgs/issues/82617.
2020-05-02 10:00:18 +02:00
Peter Simons
54c34f74fc ndi: update from version 4.0 to 4.1.6 to fix the build
Closes https://github.com/NixOS/nixpkgs/issues/81329.

Needs back-porting to nixos-20.03.
2020-03-13 12:54:22 +01:00
Peter Simons
c95664665d obs-studio: package the missing ndi library to make the obs-ndi plug-in actually work 2019-11-18 10:18:04 +01:00