mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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:
parent
560ee846ac
commit
df885b718c
@ -5,10 +5,10 @@
|
||||
, lib
|
||||
, makeWrapper
|
||||
, moreutils
|
||||
, stdenv
|
||||
, stdenvNoCC
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "zstxtns-utils";
|
||||
version = "0.0.3";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user