packages/zapzap: add derivation
This commit is contained in:
parent
2c015fc1e6
commit
33fffd5f92
@ -1,5 +1,5 @@
|
||||
{pkgs}: {
|
||||
zapzap = pkgs.python3Packages.buildPythonPackage {
|
||||
{pkgs}:
|
||||
pkgs.python3Packages.buildPythonPackage {
|
||||
name = "zapzap";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "zapzap-linux";
|
||||
@ -20,5 +20,4 @@
|
||||
"''${qtWrapperArgs[@]}"
|
||||
)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user