Skip to content

Instantly share code, notes, and snippets.

@aforemny
Created March 27, 2020 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aforemny/1fd78a7caa7556214cce0bb1d768a0a5 to your computer and use it in GitHub Desktop.
Save aforemny/1fd78a7caa7556214cce0bb1d768a0a5 to your computer and use it in GitHub Desktop.
trace: Using plugins: ["/nix/store/3jvdd81nv8a8hirhs7avnxnq6vbbcbm3-nixops-aws-1.7pre0_abcdef"]
these derivations will be built:
/nix/store/a3hmiiv1q7g7kkvqqn5r6lq7id933z0j-nixops-1.8pre0_abcdef.drv
building '/nix/store/a3hmiiv1q7g7kkvqqn5r6lq7id933z0j-nixops-1.8pre0_abcdef.drv'...
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
unpacking sources
unpacking source archive /nix/store/q8zvry5sj6axrcvgcj1ksxdsy8mb6ipd-nixops-tarball-1.8pre0_abcdef/tarballs/nixops-1.8pre0_abcdef.tar.bz2
source root is nixops-1.8pre0_abcdef
setting SOURCE_DATE_EPOCH to timestamp 1585296566 of file nixops-1.8pre0_abcdef/doc/manual/nixops.1
patching sources
configuring
no configure script, doing nothing
building
Executing setuptoolsBuildPhase
Traceback (most recent call last):
File "nix_run_setup", line 3, in <module>
import setuptools
ModuleNotFoundError: No module named 'setuptools'
builder for '/nix/store/a3hmiiv1q7g7kkvqqn5r6lq7id933z0j-nixops-1.8pre0_abcdef.drv' failed with exit code 1
error: build of '/nix/store/a3hmiiv1q7g7kkvqqn5r6lq7id933z0j-nixops-1.8pre0_abcdef.drv' failed
@aforemny
Copy link
Author

aforemny commented Mar 27, 2020

Command: nix-build release.nix -A build.x86_64-linux --arg p "(p: [ p.aws ])"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment