rename asar
This commit is contained in:
parent
0b76d16c1f
commit
745749fc30
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ in
|
|||
kubo
|
||||
plover-plugin-python-dictionary
|
||||
plover-plugin-stenotype-extended
|
||||
asar
|
||||
asar-asm
|
||||
bsnes-plus
|
||||
sliding-sync
|
||||
;
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
hydra-unstable
|
||||
plover-plugin-python-dictionary
|
||||
plover-plugin-stenotype-extended
|
||||
asar
|
||||
asar-asm
|
||||
bsnes-plus
|
||||
sliding-sync
|
||||
;
|
||||
|
|
|
@ -124,7 +124,7 @@ system: self: super: let
|
|||
kubo = self.callPackage ./ipfs/kubo {};
|
||||
linux-bcachefs = self.callPackage ./linux/bcachefs {kernelPatches = [];};
|
||||
bcachefs-tools = self.callPackage ./linux/bcachefs-tools {};
|
||||
asar = self.callPackage ./compiler/asar {};
|
||||
asar-asm = self.callPackage ./compiler/asar {};
|
||||
bsnes-plus = self.libsForQt5.callPackage ./emulator/bsnes-plus {};
|
||||
sliding-sync = self.callPackage ./matrix/sliding-sync {};
|
||||
})
|
||||
|
|
Reference in a new issue