-
I'm running the latest openwrt snapshot, and followed the installation instructions listed on the page. Version 6.0 works fine (except for the layout being slightly skewed by the theme) but any later …
-
IF have `src = /. + builtins.getEnv "PWD"` (or no src)
```nix
# nix develop
devShell = inputs.packageset.impureShell {
inherit system;
# src = builtins.g…
-
Hello,
after patching sharpfin-base_0.3.patch and then sharpfin-ep2.install. Everything worked as it is written here.
Stations were stored andStations could be saved and streams played
But after …
-
On a recent project a `cp` error accidentally renamed a file to the same name as the ipkg file for the project sans file extension. For example: foobar and foobar.ipkg. This resulted in Idris not pars…
-
If you follow the instructions in the README.md, after git cloning the solaris-userland repository
```
user@hemlock:/scratch/clone/components$ gmake setup
Generating component list...
Generating c…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [x] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:编译失败,错误提示:ERROR: Feature 'openssl-linked' was enabled, but the pre-condition '!feat…
-
File `test.ipkg`:
```
package test
sourcedir = src
modules = Main
```
Command:
```
>>> idris2 --install test.ipkg
Uncaught error: Parse error (Parse error: Expected end of input (next to…
-
### 详细叙述
最新版默认6.1,编译出来没看到nss,菜单里也没看到有WiFi,就换成5.15来编译,死活不能成功.看到有类似issue但是没有人解释原因直接被complete了。
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
兆能M2
### 详细日志
Packaged contents of /home/parallels/lede/buil…
-
`idris --build` will terminate with an error if an `.ipkg` file references a library with a hyphen in its name. Presumably it will fail for other valid file names, but I haven't investigated yet.
#…
-
I have been using buildroot now quite often to fine-tune my disk image to deploy, and I realized it would be more efficient to provide a repo with precompiled packages and add and remove those individ…