Make sure java knows about javafx's dependencies
This commit is contained in:
parent
c4029f34f6
commit
63eb9d7e35
7 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
with import <nixpkgs> {};
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
launcher = import ./launcher.nix { inherit pkgs stdenv; };
|
||||
color-picker = import ./color-picker.nix { inherit pkgs; };
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, stdenv }:
|
||||
|
||||
let
|
||||
gemoji = pkgs.buildRubyGem {
|
||||
pname = "gemoji";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue