Skip to content

Commit

Permalink
!fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Mar 30, 2019
1 parent b36951b commit 1ace91b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/development/interpreters/janet/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
name = "janet-${version}";

Expand All @@ -12,15 +13,9 @@ stdenv.mkDerivation rec {
};

JANET_BUILD=''\"release\"'';
PREFIX = placeholder "out";

buildPhase = ''
PREFIX="$out" make
'';

installPhase = ''
mkdir "$out"
PREFIX="$out" make install
'';
doCheck = true;

meta = with stdenv.lib; {
description = "Janet programming language";
Expand Down

1 comment on commit 1ace91b

@andrewchambers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Please sign in to comment.