zstxtns-utils: use stdenvNoCC

stdenv (with compiler, etc.) is not used in this package
https://github.com/NixOS/nixpkgs/pull/115225#discussion_r588833299
This commit is contained in:
zseri 2021-03-07 13:47:21 +01:00
parent 560ee846ac
commit df885b718c
No known key found for this signature in database
GPG key ID: 229E63AE5644A96D

View file

@ -5,10 +5,10 @@
, lib
, makeWrapper
, moreutils
, stdenv
, stdenvNoCC
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "zstxtns-utils";
version = "0.0.3";