mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Update build for new website
This commit is contained in:
@ -1,14 +1,18 @@
|
||||
with import <nixpkgs> { };
|
||||
let
|
||||
initScript = writeScript "docspell-build-init" ''
|
||||
nixpkgsUnstable = builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz";
|
||||
};
|
||||
pkgsUnstable = import nixpkgsUnstable { };
|
||||
initScript = pkgsUnstable.writeScript "docspell-build-init" ''
|
||||
export LD_LIBRARY_PATH=
|
||||
${bash}/bin/bash -c sbt
|
||||
${pkgsUnstable.bash}/bin/bash -c sbt
|
||||
'';
|
||||
in
|
||||
in with pkgsUnstable;
|
||||
|
||||
buildFHSUserEnv {
|
||||
name = "docspell-sbt";
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
netcat jdk8 wget which zsh dpkg sbt git elmPackages.elm ncurses fakeroot mc jekyll
|
||||
netcat jdk8 wget which zsh dpkg sbt git elmPackages.elm ncurses fakeroot mc
|
||||
zola yarn
|
||||
|
||||
# haskells http client needs this (to download elm packages)
|
||||
|
Reference in New Issue
Block a user