wips of many gnome packages
This commit is contained in:
27
pkgs_wip/playlifin.nix
Normal file
27
pkgs_wip/playlifin.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "playlifin-gtk";
|
||||
version = "2.5.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "Krafting";
|
||||
repo = "playlifin-gtk";
|
||||
rev = version;
|
||||
hash = "sha256-HQC9mUwqNC5wN51nrIoMK/5ltWF8ARPee2Mi2AwOeGs=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "";
|
||||
homepage = "https://gitlab.com/Krafting/playlifin-gtk";
|
||||
changelog = "https://gitlab.com/Krafting/playlifin-gtk/-/blob/${src.rev}/NEWS";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "playlifin-gtk";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user