Merge pull request #318646 from hraban/clasp/mainprogram

clasp-common-lisp: set meta.mainProgram
This commit is contained in:
Weijia Wang 2024-06-12 00:27:54 +02:00 committed by GitHub
commit 2da9bfe297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
# error: use of undeclared identifier 'aligned_alloc'
broken = stdenv.isDarwin;
homepage = "https://github.com/clasp-developers/clasp";
mainProgram = "clasp";
};
}