Make sure java knows about javafx's dependencies

This commit is contained in:
Charlotte Van Petegem 2020-03-05 17:16:04 +01:00
parent c4029f34f6
commit 63eb9d7e35
7 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,5 @@
with import <nixpkgs> {};
{ pkgs, ... }:
let
launcher = import ./launcher.nix { inherit pkgs stdenv; };
color-picker = import ./color-picker.nix { inherit pkgs; };

View file

@ -1,5 +1,4 @@
{ pkgs, stdenv }:
let
gemoji = pkgs.buildRubyGem {
pname = "gemoji";