Loading pkgs/by-name/gc/gcs/package.nix +65 −41 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , pkg-config , moreutils , libGL , libX11 , libXcursor , libXrandr , libXinerama , libXi , libXxf86vm , mupdf , fontconfig , freetype , stdenv , darwin , nix-update-script { lib, buildGoModule, buildNpmPackage, fetchFromGitHub, pkg-config, libGL, libX11, libXcursor, libXrandr, libXinerama, libXi, libXxf86vm, mupdf, fontconfig, freetype, stdenv, darwin, }: buildGoModule rec { pname = "gcs"; version = "5.20.4"; version = "5.21.0"; src = fetchFromGitHub { owner = "richardwilkes"; repo = "gcs"; rev = "v${version}"; hash = "sha256-aoU2wRz2XB6+3e6am/dLjRbcDmWTjtDtTBwc6c4n3DE="; hash = "sha256-mes1aXh4R1re4sW3xYDWtSIcW7lwkWoAxbcbdyT/W+o="; }; modPostBuild = '' Loading @@ -34,11 +34,32 @@ buildGoModule rec { sed -i 's|-lmupdf[^ ]* |-lmupdf |g' vendor/github.com/richardwilkes/pdf/pdf.go ''; vendorHash = "sha256-ee6qvwnUXtsBcovPOORfVpdndICtIUYe4GrP52V/P3k="; vendorHash = "sha256-H5GCrrqmDwpCneXawu7kZsRfrQ8hcsbqhpAAG6FCawg="; nativeBuildInputs = [ pkg-config moreutils ]; frontend = buildNpmPackage { name = "${pname}-${version}-frontend"; buildInputs = [ inherit src; sourceRoot = "${src.name}/server/frontend"; npmDepsHash = "sha256-wP6sjdcjljzmTs0GUMbF2BPo83LKpfdn15sUuMEIn6E="; installPhase = '' runHook preInstall mkdir -p $out cp -r dist $out/dist runHook postInstall ''; }; postPatch = '' cp -r ${frontend}/dist server/frontend/dist ''; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libGL libX11 libXcursor Loading @@ -49,7 +70,8 @@ buildGoModule rec { mupdf fontconfig freetype ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Carbon darwin.apple_sdk_11_0.frameworks.Cocoa darwin.apple_sdk_11_0.frameworks.Kernel Loading @@ -57,7 +79,11 @@ buildGoModule rec { # flags are based on https://github.com/richardwilkes/gcs/blob/master/build.sh flags = [ "-a" ]; ldflags = [ "-s" "-w" "-X github.com/richardwilkes/toolbox/cmdline.AppVersion=${version}" ]; ldflags = [ "-s" "-w" "-X github.com/richardwilkes/toolbox/cmdline.AppVersion=${version}" ]; installPhase = '' runHook preInstall Loading @@ -65,8 +91,6 @@ buildGoModule rec { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/richardwilkes/gcs/releases/tag/${src.rev}"; description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system"; Loading Loading
pkgs/by-name/gc/gcs/package.nix +65 −41 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , pkg-config , moreutils , libGL , libX11 , libXcursor , libXrandr , libXinerama , libXi , libXxf86vm , mupdf , fontconfig , freetype , stdenv , darwin , nix-update-script { lib, buildGoModule, buildNpmPackage, fetchFromGitHub, pkg-config, libGL, libX11, libXcursor, libXrandr, libXinerama, libXi, libXxf86vm, mupdf, fontconfig, freetype, stdenv, darwin, }: buildGoModule rec { pname = "gcs"; version = "5.20.4"; version = "5.21.0"; src = fetchFromGitHub { owner = "richardwilkes"; repo = "gcs"; rev = "v${version}"; hash = "sha256-aoU2wRz2XB6+3e6am/dLjRbcDmWTjtDtTBwc6c4n3DE="; hash = "sha256-mes1aXh4R1re4sW3xYDWtSIcW7lwkWoAxbcbdyT/W+o="; }; modPostBuild = '' Loading @@ -34,11 +34,32 @@ buildGoModule rec { sed -i 's|-lmupdf[^ ]* |-lmupdf |g' vendor/github.com/richardwilkes/pdf/pdf.go ''; vendorHash = "sha256-ee6qvwnUXtsBcovPOORfVpdndICtIUYe4GrP52V/P3k="; vendorHash = "sha256-H5GCrrqmDwpCneXawu7kZsRfrQ8hcsbqhpAAG6FCawg="; nativeBuildInputs = [ pkg-config moreutils ]; frontend = buildNpmPackage { name = "${pname}-${version}-frontend"; buildInputs = [ inherit src; sourceRoot = "${src.name}/server/frontend"; npmDepsHash = "sha256-wP6sjdcjljzmTs0GUMbF2BPo83LKpfdn15sUuMEIn6E="; installPhase = '' runHook preInstall mkdir -p $out cp -r dist $out/dist runHook postInstall ''; }; postPatch = '' cp -r ${frontend}/dist server/frontend/dist ''; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libGL libX11 libXcursor Loading @@ -49,7 +70,8 @@ buildGoModule rec { mupdf fontconfig freetype ] ++ lib.optionals stdenv.isDarwin [ ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Carbon darwin.apple_sdk_11_0.frameworks.Cocoa darwin.apple_sdk_11_0.frameworks.Kernel Loading @@ -57,7 +79,11 @@ buildGoModule rec { # flags are based on https://github.com/richardwilkes/gcs/blob/master/build.sh flags = [ "-a" ]; ldflags = [ "-s" "-w" "-X github.com/richardwilkes/toolbox/cmdline.AppVersion=${version}" ]; ldflags = [ "-s" "-w" "-X github.com/richardwilkes/toolbox/cmdline.AppVersion=${version}" ]; installPhase = '' runHook preInstall Loading @@ -65,8 +91,6 @@ buildGoModule rec { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/richardwilkes/gcs/releases/tag/${src.rev}"; description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system"; Loading