Skip to content

Instantly share code, notes, and snippets.

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/j2g2ndsch154rbhbvy2736kzniwsp2iw-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: autoreconfPhase
@nix { "action": "setPhase", "phase": "autoreconfPhase" }
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
{
outputs = { self, nixpkgs }: {
nixosConfigurations.seisho = nixpkgs.lib.nixosSystem {
modules = [
({ config, lib, ... }: {
nixpkgs.hostPlatform = "x86_64-linux";
services.openssh.enable = true;
users = {
groups.wheel.members = [ "karen" ];
users = {
{ lib
, config
, stdenv
, fetchFromGitHub
, fetchurl
, fetchpatch
, boost
, cmake
, expat
, harfbuzz
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/h30a4p0156vfpz9f5sk4b2sfqb1b4gps-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
@al3xtjames
al3xtjames / PCCG-02400.md
Created October 8, 2024 01:28
「少女☆歌劇 レヴュースタァライト 舞台奏像劇 遙かなるエルドラド」劇中歌アルバム

Booklet

Disc 1

1. 窓辺のハイライト
Lyrics: Kanata Nakamura / Music & Arrangement: Yuri Morita
Guitar: T4K / Strings: Koichiro Muroya Strings / All Other Instruments & Programming: Yuri Morita

2-6. 復讐の剣
@al3xtjames
al3xtjames / PCCG-02401.md
Created September 26, 2024 06:16
「少女☆歌劇 レヴュースタァライト 舞台奏像劇 遙かなるエルドラド」劇中歌EP

Booklet

1. PRIDE
Lyrics: Kanata Nakamura / Music & Arrangement: Keita Miyoshi
Strings: Koichiro Muroya Strings / Acoustic Guitar: Takayuki "Kojiro" Sasaki / All Other Instruments & Programming: Keita Miyoshi

2. 十五時ミステリ 〜週末探偵劇より〜
Lyrics: Kanata Nakamura / Music: Shunsuke Tanaka / Arrangement: Naoki Tani
Guitar: Naoki Tani / All Other Instruments & Programming: Naoki Tani
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/b3wh7272xbgj0w1b1n9z8ahzq6y5fn67-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
substituteStream() in derivation p11-kit-0.25.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'p11-kit/meson.build')
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
mesonConfigurePhase flags: --prefix=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5 --libdir=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5/lib --libexecdir=/nix/store/w7l427scvag0gjy22xfaayzwldx1cpwy-p11-kit-0.25.5/libexec --bindir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s470d8-p11-kit-0.25.5-bin/bin --sbindir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s470d8-p11-kit-0.25.5-bin/sbin --includedir=/nix/store/j8k1bqg6qvyi8xwskfmrpgdzgnhh75xv-p11-kit-0.25.5-dev/include --mandir=/nix/store/5wa4gc1kn0rpxq0w6dcrd6c2m6s
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/8hvdv5ci1msi52wxqrv3m1vp2if5h36v-wget-1.24.5.tar.lz
source root is wget-1.24.5
setting SOURCE_DATE_EPOCH to timestamp 1710079849 of file wget-1.24.5/fuzz/wget_options_fuzzer.dict
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/61hjmch866cyh31lj8fq75i617jkamf8-remove-runtime-dep-on-openssl-headers.patch
patching file src/Makefile.in
Hunk #1 succeeded at 3220 (offset 1009 lines).
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/4az3gpan2hg1p33bcrpa9gn2g9labr5z-HTTP-Daemon-6.16.tar.gz
source root is HTTP-Daemon-6.16
setting SOURCE_DATE_EPOCH to timestamp 1677208043 of file HTTP-Daemon-6.16/xt/release/cpan-changes.t
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
patching ./t/00-report-prereqs.t...
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin";
outputs = { self, nixpkgs, ... }@inputs:
let
pkgs = nixpkgs.legacyPackages.x86_64-darwin;
in {
packages.x86_64-darwin.default = pkgs.runCommand "hello" {} ''
cp ${./hello.sh} $out
chmod +x $out