Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak examples #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Tweak examples #2

wants to merge 2 commits into from

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