forked from mirrors/nixpkgs
pixie: remove deprecated alias
This commit is contained in:
parent
65187722ec
commit
82b6c6939b
|
@ -68,12 +68,6 @@ let
|
|||
--prefix C_INCLUDE_PATH : ${include-path} \
|
||||
--prefix LIBRARY_PATH : ${library-path} \
|
||||
--prefix PATH : ${bin-path}
|
||||
cat > $out/bin/pxi <<EOF
|
||||
#!$shell
|
||||
>&2 echo "[\$\$] WARNING: 'pxi' and 'pixie-vm' are deprecated aliases for 'pixie', please update your scripts."
|
||||
exec $out/bin/pixie "\$@"
|
||||
EOF
|
||||
chmod +x $out/bin/pxi
|
||||
'';
|
||||
meta = {
|
||||
description = "A clojure-like lisp, built with the pypy vm toolkit";
|
||||
|
|
Loading…
Reference in a new issue