From ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sun, 20 Jan 2019 13:59:04 +0100 Subject: antimony: find boost::python3 (#54368) Fixes https://github.com/NixOS/nixpkgs/issues/54329. --- pkgs/applications/graphics/antimony/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/antimony') diff --git a/pkgs/applications/graphics/antimony/default.nix b/pkgs/applications/graphics/antimony/default.nix index aa6305ce831..2e7435b48bb 100644 --- a/pkgs/applications/graphics/antimony/default.nix +++ b/pkgs/applications/graphics/antimony/default.nix @@ -24,7 +24,7 @@ in postPatch = '' sed -i "s,/usr/local,$out,g" \ app/CMakeLists.txt app/app/app.cpp app/app/main.cpp - sed -i "s,python-py35,python36," CMakeLists.txt + sed -i "s,python3,${python3.executable}," CMakeLists.txt ''; buildInputs = [ -- cgit 1.4.1