Update python-plover-stroke
This commit is contained in:
parent
4d7fa1d1bb
commit
7cf82f43f4
3 changed files with 20 additions and 19 deletions
|
@ -1,13 +1,14 @@
|
||||||
{ lib,
|
{
|
||||||
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildLinux,
|
buildLinux,
|
||||||
...
|
...
|
||||||
} @ args:
|
} @ args: let
|
||||||
|
|
||||||
let
|
|
||||||
modDirVersion = "6.3.0";
|
modDirVersion = "6.3.0";
|
||||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||||
in buildLinux (args // {
|
in
|
||||||
|
buildLinux (args
|
||||||
|
// {
|
||||||
inherit modDirVersion;
|
inherit modDirVersion;
|
||||||
version = "6.3.0+${source.rev}";
|
version = "6.3.0+${source.rev}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -29,4 +30,4 @@ in buildLinux (args // {
|
||||||
"github.com/koverstreet/bcachefs"
|
"github.com/koverstreet/bcachefs"
|
||||||
"linux/bcachefs/source.json"
|
"linux/bcachefs/source.json"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
@ -85,7 +85,7 @@ system: self: super: let
|
||||||
wordpress-plugins = self.callPackage ./web/wordpress-plugins {};
|
wordpress-plugins = self.callPackage ./web/wordpress-plugins {};
|
||||||
wordpress-themes = self.callPackage ./web/wordpress-themes {};
|
wordpress-themes = self.callPackage ./web/wordpress-themes {};
|
||||||
kubo = self.callPackage ./ipfs/kubo {};
|
kubo = self.callPackage ./ipfs/kubo {};
|
||||||
linux-bcachefs = self.callPackage ./linux/bcachefs { kernelPatches = []; };
|
linux-bcachefs = self.callPackage ./linux/bcachefs {kernelPatches = [];};
|
||||||
})
|
})
|
||||||
riscv-overlay
|
riscv-overlay
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue