1
0
forked from nikkuss/pkgs

switch to nvfetcher and add stuff

This commit is contained in:
2026-02-19 23:01:59 +04:00
parent b6c43f6802
commit bfc37c6c70
14 changed files with 408 additions and 164 deletions
+7 -10
View File
@@ -1,23 +1,20 @@
{
lib,
callPackage,
stdenv,
fetchFromGitHub,
gnumake,
dtc,
glibc,
}:
stdenv.mkDerivation rec {
let
sources = callPackage ../../../../_sources/generated.nix { };
in
stdenv.mkDerivation {
pname = "qebspil";
version = "unstable-2025-10-25";
version = "unstable-${sources.qebspil.date}";
src = fetchFromGitHub {
owner = "stephan-gh";
repo = "qebspil";
rev = "8e4d9e676a3b3afe136cda9b953a2139ff1a32d0";
hash = "sha256-kWUXzeYWNxGgmjt/p9yozrWc5ouUs0XXBRfiFMlu+QQ=";
fetchSubmodules = true;
};
inherit (sources.qebspil) src;
nativeBuildInputs = [
gnumake