summary refs log tree commit diff
path: root/pkgs/applications/graphics/antimony
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2019-01-20 13:59:04 +0100
committerGitHub <noreply@github.com>2019-01-20 13:59:04 +0100
commitca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73 (patch)
treeabe114afccbab29e04c2a8e92245415d58561054 /pkgs/applications/graphics/antimony
parentef14a225bb2bdc32455c67442e2459c920554db3 (diff)
downloadnixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar.gz
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar.bz2
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar.lz
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar.xz
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.tar.zst
nixpkgs-ca7ef865c45726dc80ba6e3d42e37ccfa6c0ae73.zip
antimony: find boost::python3 (#54368)
Fixes https://github.com/NixOS/nixpkgs/issues/54329.
Diffstat (limited to 'pkgs/applications/graphics/antimony')
-rw-r--r--pkgs/applications/graphics/antimony/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = [