fix(third_party): Expose various other missing dependencies
This commit is contained in:
parent
998a2ceb17
commit
7da979124f
5 changed files with 10 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs) lispPackages;
|
||||
inherit (pkgs.third_party.nixpkgs) stdenv sbcl elmPackages makeWrapper openssl;
|
||||
inherit (pkgs) elmPackages lispPackages;
|
||||
inherit (pkgs.third_party) stdenv sbcl makeWrapper openssl;
|
||||
|
||||
frontend = stdenv.mkDerivation {
|
||||
name = "gemma-frontend";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue