mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
$NetBSD: patch-ac,v 1.7 2015/08/05 13:09:17 ryoon Exp $
|
|
|
|
--- plugins/python/progs/init-python.scm.orig 2014-03-03 11:44:12.000000000 +0000
|
|
+++ plugins/python/progs/init-python.scm
|
|
@@ -31,7 +31,7 @@
|
|
|
|
(plugin-configure python
|
|
(:winpath "Python2*" ".")
|
|
- (:require (url-exists-in-path? "python"))
|
|
+ (:require (url-exists-in-path? "@PYTHONBIN@"))
|
|
(:require (url-exists-in-path? "tm_python"))
|
|
(:launch ,(python-launcher))
|
|
(:tab-completion #t)
|