Skip to content

Conversation

@proger
Copy link

@proger proger commented Apr 2, 2018

Add a mention how to configure Github OAuth App to README and add $/monad to lib.urp to make sure it builds.

I was using the following nix expression to build:

{ stdenv, fetchgit, autoreconfHook, curl, urweb }:

stdenv.mkDerivation {
  name = "urweb-world";

  buildInputs = [
    autoreconfHook
    urweb
  ];

  propagatedBuildInputs = [
    curl
  ];

  preConfigure = ''
    export CFLAGS="-I${urweb}/include/urweb"
  '';

  src = ./world;
  # src = fetchgit {
  #   inherit (builtins.fromJSON (builtins.readFile ./world.json)) url rev sha256;
  # };
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant