fixed
This commit is contained in:
parent
b96d90d6a3
commit
69a0733ebe
3 changed files with 9 additions and 2 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue