l reaktor-coders: use new writePython2
This commit is contained in:
parent
5d7c8bf5b4
commit
115b4c0afe
@ -65,8 +65,7 @@ with import <stockholm/lib>;
|
|||||||
})
|
})
|
||||||
(buildSimpleReaktorPlugin "random-unicorn-porn" {
|
(buildSimpleReaktorPlugin "random-unicorn-porn" {
|
||||||
pattern = "^!rup$$";
|
pattern = "^!rup$$";
|
||||||
script = pkgs.writePython2 "rup" ''
|
script = pkgs.writePython2 [] "rup" ''
|
||||||
#!${pkgs.python2}/bin/python
|
|
||||||
t1 = """
|
t1 = """
|
||||||
_.
|
_.
|
||||||
;=',_ ()
|
;=',_ ()
|
||||||
|
Loading…
Reference in New Issue
Block a user