Merge pull request #142364 from fgaz/lobster/2021.3

conduit-nginx
Sandro 2021-10-21 23:46:30 +02:00 committed by GitHub
commit 7d0484cefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 12 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lobster"; pname = "lobster";
version = "unstable-2021-06-18"; version = "2021.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aardappel"; owner = "aardappel";
repo = pname; repo = "lobster";
rev = "a785316e44b1690da56a3646f90971a72f470a49"; rev = "v${version}";
sha256 = "eY/8mhJ4SUH5QYWqykl0u+8W7AU0FVVya3GNTEUSOP4="; sha256 = "sha256-ENs2Jy2l6fogZdCSaIyfV9wQm57qaZfx5HVHOnQBrRk=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -44,17 +44,14 @@ stdenv.mkDerivation rec {
xorg.libXext xorg.libXext
]; ];
preConfigure = "cd dev"; preConfigure = ''
cd dev
'';
passthru = { passthru.tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
updateScript = unstableGitUpdater {
url = "https://github.com/aardappel/lobster";
};
};
meta = with lib; { meta = with lib; {
homepage = "http://strlen.com/lobster"; homepage = "https://strlen.com/lobster/";
description = "The Lobster programming language"; description = "The Lobster programming language";
longDescription = '' longDescription = ''
Lobster is a programming language that tries to combine the advantages of Lobster is a programming language that tries to combine the advantages of