Merge pull request #67558 from suhr/oil

oil: 0.6.0 -> 0.7.pre3
This commit is contained in:
Marek Mahut 2019-08-27 17:24:01 +02:00 committed by GitHub
commit 743be07f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,12 @@
{ stdenv, lib, fetchurl }:
let
version = "0.6.0";
in
stdenv.mkDerivation {
name = "oil-${version}";
stdenv.mkDerivation rec {
pname = "oil";
version = "0.7.pre3";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl";
sha256 = "01zc36zaasaagr54rnh90k0j7pbnj0cc6a9pvz6gs6pk91i80lqg";
};
postPatch = ''
@ -22,10 +21,9 @@ stdenv.mkDerivation {
dontStrip = true;
meta = {
description = "A new unix shell";
homepage = https://www.oilshell.org/;
description = "A new unix shell, still in its early stages";
license = with lib.licenses; [
psfl # Includes a portion of the python interpreter and standard library
asl20 # Licence for Oil itself