mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 22:34:06 +02:00
commit
d4511262ad
7 changed files with 22 additions and 18 deletions
|
|
@ -59,7 +59,7 @@ in
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace cynthion/python/src/commands/util.py \
|
||||
--replace-fail 'os.path.join(pkg_path, "assets")' "\"$out/share/assets\""
|
||||
--replace-fail 'os.path.join(package_path, "assets")' "\"$out/share/assets\""
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -2,6 +2,6 @@ fetchFromGitHub:
|
|||
fetchFromGitHub {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "cynthion";
|
||||
rev = "0.1.2";
|
||||
hash = "sha256-eLimS2gghT52tV01ZlFs8xEwwibB4yezl3eW7zrHpW8=";
|
||||
rev = "0.1.6";
|
||||
hash = "sha256-9H82UMtQ6nzYk6TQZSv37hcp/aclrBYZn7ovoExGS/8=";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue