about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-02-05 20:57:45 +0100
committerVladimír Čunát <v@cunat.cz>2023-02-05 20:57:45 +0100
commit5e1e6101ad865a568005348bf41485534e3a0e41 (patch)
treee4363ebd8a503731805c7c1491bc09d78074918f
parent51cb32c692c9f333fdea33c43e3f6158dd99bb2f (diff)
libsForQt5.maplibre-gl-native: fix evaluation
This was my mistake in commit cfc056287cb29.
I thought I did test all these fixes :-/
-rw-r--r--pkgs/development/libraries/maplibre-gl-native/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/maplibre-gl-native/default.nix b/pkgs/development/libraries/maplibre-gl-native/default.nix
index 9f9cb576c77f5..8d6c0664ca131 100644
--- a/pkgs/development/libraries/maplibre-gl-native/default.nix
+++ b/pkgs/development/libraries/maplibre-gl-native/default.nix
@@ -9,6 +9,7 @@
 , libuv
 , glfw3
 , rapidjson
+, stdenv
 }:
 
 mkDerivation rec {