gnu: Define ao.

This is a follow-up to commit 28f4d56dd3.

* gnu/packages/engineering.scm (ao): Restore variable definition.
master
Ricardo Wurmus 2018-03-30 22:54:51 +02:00
parent 28f4d56dd3
commit 4bd8a9d8e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -618,7 +618,8 @@ language.")
(license (list license:lgpl2.1+ ;library
license:gpl2+))))) ;Guile bindings and GUI
(deprecated-package "ao-cad" libfive)
(define-public ao
(deprecated-package "ao-cad" libfive))
;; We use kicad from a git commit, because support for boost 1.61.0 has been
;; recently added.