lzma: deprecate alias
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ boost, cmake, fetchFromGitHub, freeglut, freetype, glew, libjpeg, libmypaint
|
||||
, libpng, libtiff, libusb1, lz4, lzma, lzo, openblas, pkg-config, qtbase
|
||||
, libpng, libtiff, libusb1, lz4, xz, lzo, openblas, pkg-config, qtbase
|
||||
, qtmultimedia, qtscript, lib, stdenv, superlu, wrapQtAppsHook, }:
|
||||
let source = import ./source.nix { inherit fetchFromGitHub; };
|
||||
in stdenv.mkDerivation rec {
|
||||
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
libtiff
|
||||
libusb1
|
||||
lz4
|
||||
lzma
|
||||
xz
|
||||
lzo
|
||||
openblas
|
||||
qtbase
|
||||
|
||||
Reference in New Issue
Block a user