nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 7fd92ed58dd8fe786820e7b04775b802cc110df1
parent 86be4fc1e3fbcbf0e8bced70c916561a692927af
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sun,  2 Jan 2022 22:15:08 +0300

t-rex: fix build

Diffstat:
Mpkgs/geospatial/t-rex/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/geospatial/t-rex/default.nix b/pkgs/geospatial/t-rex/default.nix @@ -1,4 +1,4 @@ -{ lib, rustPlatform, fetchFromGitHub, pkg-config, gdal, openssl, Security }: +{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, gdal, openssl, Security }: rustPlatform.buildRustPackage rec { pname = "t-rex";