mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 23:07:36 +03:00
styx: 0.1.0 -> 0.2.0
This commit is contained in:
parent
905239db28
commit
a6e112a5b7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "styx-${version}";
|
name = "styx-${version}";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "styx-static";
|
owner = "styx-static";
|
||||||
repo = "styx";
|
repo = "styx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0lz6mfawschfjg4mvfsqz9dv884x2lcg787zjdlnhdi5yqmjx29r";
|
sha256 = "1bcd0ss628mhchrl85fy6acxcxqvm1d3qywfaxhikahl1r7inpwg";
|
||||||
};
|
};
|
||||||
|
|
||||||
server = caddy.bin;
|
server = caddy.bin;
|
||||||
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
asciidoctor $sourceRoot/doc/manual.doc -o $out/share/doc/styx/index.html
|
asciidoctor $sourceRoot/doc/manual.doc -o $out/share/doc/styx/index.html
|
||||||
|
|
||||||
substituteAllInPlace $out/bin/styx
|
substituteAllInPlace $out/bin/styx
|
||||||
substituteAllInPlace $out/share/styx/sample/templates/feed.nix
|
|
||||||
substituteAllInPlace $out/share/doc/styx/index.html
|
substituteAllInPlace $out/share/doc/styx/index.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user