This commit is contained in:
Rakarake 2025-12-08 04:35:35 +01:00
parent b96d90d6a3
commit 69a0733ebe
3 changed files with 9 additions and 2 deletions

View file

@ -10,7 +10,8 @@
pkgs = import nixpkgs { inherit system; };
in
{
defaultPackage = pkgs.stdenv.mkDerivation {
defaultPackage = pkgs.stdenv.mkDerivation rec {
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";
name = "glonkers";
src = ./.;
buildInputs = with pkgs; [