Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion nix/pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ stdenv.mkDerivation {
makeFlags = [
"VERSION=${version}"
"MTIME=${self.lastModifiedDate}"
"NO_PYTHON=1"
];

env.PYTHON = "${py3}/bin/python3";

# when building on darwin we need cctools to provide the correct libtool
# as libwally-core detects the host as darwin and tries to add the -static
# option to libtool, also we have to add the modified gsed package.
Expand Down
Loading