format the repo files

This commit is contained in:
2026-04-26 10:27:50 +02:00
parent 92fd97c9a2
commit b319cd93e9
116 changed files with 4726 additions and 4247 deletions

View File

@@ -1,20 +1,20 @@
{
lib,
pkgs,
stdenv
} :
{
lib,
pkgs,
stdenv,
}:
stdenv.mkDerivation rec {
pname = "corosync-qdevice";
version = "3.0.3";
src = pkgs.fetchFromGitHub {
owner = "corosync";
repo = "corosync-qdevice";
rev = "v${version}";
sha256 = "sha256-9FyLhcGHNW73Xao7JiODzgyDKIynEAHJUlNppX+nPfw=";
owner = "corosync";
repo = "corosync-qdevice";
rev = "v${version}";
sha256 = "sha256-9FyLhcGHNW73Xao7JiODzgyDKIynEAHJUlNppX+nPfw=";
};
enableParallelBuilding = true;
nativeBuildInputs = with pkgs; [
nativeBuildInputs = with pkgs; [
autoconf
automake
libtool
@@ -23,21 +23,21 @@ stdenv.mkDerivation rec {
systemd
];
buildInputs = with pkgs; [
buildInputs = with pkgs; [
corosync
nss
];
configurePhase = ''
./autogen.sh
./configure \
--prefix=$out \
--enable-systemd \
--disable-upstart
./autogen.sh
./configure \
--prefix=$out \
--enable-systemd \
--disable-upstart
'';
buildPhase = ''
make
make
'';
meta = {

View File

@@ -1,4 +1,3 @@
{ pkgs, ... }:
{
# corosync-qdevice = pkgs.callPackage ./corosync-qdevice.nix {};
{pkgs, ...}: {
# corosync-qdevice = pkgs.callPackage ./corosync-qdevice.nix {};
}

View File

@@ -1 +0,0 @@
/nix/store/7azph9v0lqnb3imkgvdlb0p8j98wy5vy-corosync-qdevice