Skip to content

Commit

Permalink
update zing build
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Feb 15, 2021
1 parent 8152ce3 commit aa6c0d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions build.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, src }:

with pkgs;
with stdenv.lib;
with pkgs.lib;
let
self = stdenv.mkDerivation rec {
inherit src;
Expand Down Expand Up @@ -39,14 +39,12 @@ let
EOF
'';

rpath = stdenv.lib.strings.makeLibraryPath [
rpath = strings.makeLibraryPath [
stdenv.cc.libc
stdenv.cc.cc.lib
glib
linux-pam
libxml2
libav_0_8
ffmpeg_3
libxslt
libGL
xorg.libXxf86vm
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
description = "Azul Zing 15 Feature Preview flake";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
src = {
url = "https://cdn.azul.com/zing-zvm/feature-preview/zing99.99.99.99-fp.dev-3370-jdk15.0.1.tar.gz";
url = "https://cdn.azul.com/zing-zvm/feature-preview/zing99.99.99.99-fp.dev-3382-jdk15.0.1.tar.gz";
flake = false;
};
};
Expand Down

0 comments on commit aa6c0d3

Please sign in to comment.