Skip to content

Commit

Permalink
osresearch: heads-linuxboot: Add python-2.
Browse files Browse the repository at this point in the history
* osresearch/packages/heads.scm (heads-linuxboot)[native-inputs]: Add
python-2.
  • Loading branch information
Danny Milosavljevic committed Dec 1, 2020
1 parent ce8dbe7 commit 94e3416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osresearch/packages/heads.scm
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,8 @@ include_directories(hidapi/hidapi)"))
(native-inputs
`(("edk2" ,udk2018)
("libuuid" ,util-linux "lib")
("perl" ,perl)))
("perl" ,perl)
("python" ,python-2)))
(inputs
`(("heads-linux" ,heads-linux)))
(synopsis "linuxboot")
Expand Down

0 comments on commit 94e3416

Please sign in to comment.