mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
stt: lzma -> xz
This commit is contained in:
parent
43254386a4
commit
6705da37dd
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, autoPatchelfHook, bzip2, lzma }:
|
||||
{ stdenv, lib, fetchurl, autoPatchelfHook, bzip2, xz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "stt";
|
||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
bzip2
|
||||
lzma
|
||||
xz
|
||||
stdenv.cc.cc.lib
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user