mach-nix/mach_nix/nix
Bjørn Forsman afce97038d Replace --suffix-each with multiple --suffix options
Since
7f802c7046
using --suffix-each in makeWrapperArgs is no longer supported and breaks
like this:

  $ nix-build ./any-mach-nix-env-with-latest-nixpkgs.nix
  [...]
  <stdin>: In function 'main':
  <stdin>:9:6: error: #error makeCWrapper: Unknown argument --suffix-each
  <stdin>:10:6: error: #error makeCWrapper: Unknown argument PATH
  <stdin>:11:6: error: #error makeCWrapper: Unknown argument :
  <stdin>:12:6: error: #error makeCWrapper: Unknown argument
  builder for '/nix/store/41713mrzrqlq12kgfgcx10wmdvmkfh7k-python3-3.9.12-env.drv' failed with exit code 1

So replace it with multiple --suffix args, which the new
makeBinaryWrapper/makeCWrapper program supports (and is compatible with
the old makeWrapper).

Fixes https://github.com/DavHau/mach-nix/issues/444.
2022-05-09 19:32:44 +02:00
..
from-nixpkgs update auto-patchelf.sh 2021-06-09 14:01:47 +07:00
__init__.py init 2020-04-22 09:46:03 +00:00
aliases.nix refactor UI and file structure 2020-10-13 15:47:47 +07:00
auto_patchelf_hook.nix move nixpkgs deps into dir with license 2020-11-19 11:15:03 +07:00
buildPythonPackage.nix add flake apps for testing 2021-06-09 13:11:17 +07:00
call_mach.nix fix: cli crashing on gen command 2021-05-14 14:31:46 +07:00
compileOverrides.nix update nixpkgs, python, pypi-deps-db 2022-02-03 23:02:45 +07:00
conda-channels.nix add darwin aarm64 check to lib overrides 2022-02-12 09:38:45 -08:00
CONDA_CHANNELS.json update conda-channels 2022-02-04 01:16:25 +07:00
conda_hashable_versionOrder.patch move nixpkgs deps into dir with license 2020-11-19 11:15:03 +07:00
deps-db-and-fetcher.nix fix: various bug fixes 2021-06-08 19:18:13 +07:00
flake-inputs.nix Use flake.lock in python package from nix. 2021-10-11 13:52:06 -06:00
lib.nix add darwin aarm64 check to lib overrides 2022-02-12 09:38:45 -08:00
mk-python-derivation-overlay.nix conda: rebase on current nixpkgs PR https://github.com/NixOS/nixpkgs/pull/123323 2021-05-22 20:13:42 +07:00
mkPython.nix Replace --suffix-each with multiple --suffix options 2022-05-09 19:32:44 +02:00
nixpkgs-json.nix Update dependencies of python packages specified in packagesExtra in mkPython. 2022-01-27 15:42:42 -07:00
nixpkgs-src.nix use inputs from flake.lock also in non-flake mode 2020-11-25 15:27:46 +07:00
python-deps.nix Upgrade resolvelib to 0.8.1. 2022-02-09 13:09:18 -07:00
python.nix update nixpkgs, python, pypi-deps-db 2022-02-03 23:02:45 +07:00
update-deps.sh update conda-channels 2022-02-04 01:16:25 +07:00
withDot.nix simplify flakes cmdline api 2021-05-22 22:02:24 +07:00