Skip to content

Commit

Permalink
guix: format with rfc-style
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
(cherry picked from commit 42fee36)
  • Loading branch information
cafkafk authored and wegank committed Oct 28, 2024
1 parent d30a86d commit 4fbe49d
Showing 1 changed file with 39 additions and 35 deletions.
74 changes: 39 additions & 35 deletions pkgs/by-name/gu/guix/package.nix
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, autoreconfHook
, disarchive
, git
, glibcLocales
, guile
, guile-avahi
, guile-gcrypt
, guile-git
, guile-gnutls
, guile-json
, guile-lib
, guile-lzlib
, guile-lzma
, guile-semver
, guile-ssh
, guile-sqlite3
, guile-zlib
, guile-zstd
, help2man
, makeWrapper
, pkg-config
, po4a
, scheme-bytestructures
, texinfo
, bzip2
, libgcrypt
, sqlite
{
lib,
stdenv,
fetchurl,
fetchpatch,
autoreconfHook,
disarchive,
git,
glibcLocales,
guile,
guile-avahi,
guile-gcrypt,
guile-git,
guile-gnutls,
guile-json,
guile-lib,
guile-lzlib,
guile-lzma,
guile-semver,
guile-ssh,
guile-sqlite3,
guile-zlib,
guile-zstd,
help2man,
makeWrapper,
pkg-config,
po4a,
scheme-bytestructures,
texinfo,
bzip2,
libgcrypt,
sqlite,

, stateDir ? "/var"
, storeDir ? "/gnu/store"
, confDir ? "/etc"
stateDir ? "/var",
storeDir ? "/gnu/store",
confDir ? "/etc",
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -151,7 +152,10 @@ stdenv.mkDerivation rec {
homepage = "http://www.gnu.org/software/guix";
license = licenses.gpl3Plus;
mainProgram = "guix";
maintainers = with maintainers; [ cafkafk foo-dogsquared ];
maintainers = with maintainers; [
cafkafk
foo-dogsquared
];
platforms = platforms.linux;
};
}

0 comments on commit 4fbe49d

Please sign in to comment.