Skip to content

Commit

Permalink
Fix the build on Plan9
Browse files Browse the repository at this point in the history
2 dependencies snuck in that don't have Plan 9 support.

forked atotto/clipboard and added support, and removed the
shell plugin from Plan 9 (which is probably significantly
more work to fix the PTY package it's depending on.)
  • Loading branch information
driusan committed Dec 21, 2017
1 parent 792f4ea commit e61dded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/clipboard.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package actions

import (
"github.com/atotto/clipboard"
"github.com/driusan/clipboard"
"github.com/driusan/de/demodel"
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/shell/shell.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows
// +build !windows,!plan9

package shell

Expand Down

0 comments on commit e61dded

Please sign in to comment.