guix build: Remove dead code.
* guix/scripts/build.scm (options->things-to-build): Remove unused 'match' clause.
This commit is contained in:
parent
ecf84b7c48
commit
ee2a7e3fd2
@ -424,8 +424,6 @@ build---packages, gexps, derivations, and so on."
|
||||
(ensure-list (read/eval str)))
|
||||
(('argument . (? derivation? drv))
|
||||
drv)
|
||||
(('argument . (? derivation-path? drv))
|
||||
(list ))
|
||||
(_ '()))
|
||||
opts))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user