summary refs log tree commit diff
path: root/pkgs/development/tools/pax-rs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/pax-rs/default.nix')
-rw-r--r--pkgs/development/tools/pax-rs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/pax-rs/default.nix b/pkgs/development/tools/pax-rs/default.nix
index cda3ba5e8a8..ff4219ad09c 100644
--- a/pkgs/development/tools/pax-rs/default.nix
+++ b/pkgs/development/tools/pax-rs/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, fetchurl, rustPlatform, runCommand } :
+{ lib, fetchFromGitHub, fetchurl, rustPlatform, runCommand } :
 with rustPlatform;
 
 buildRustPackage rec {