Merge pull request #116335 from SuperSandro2000/move-aliases.nix

This commit is contained in:
Sandro
2021-04-05 04:07:15 +02:00
committed by GitHub
237 changed files with 1074 additions and 515 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
, libarchive
, libconfuse
, libsodium
, lzma
, xz
, zlib
, coreutils
, dosfstools
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
libarchive
libconfuse
libsodium
lzma
xz
zlib
]
++ lib.optionals stdenv.isDarwin [
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, meson, ninja, gettext, glib, libxml2, perl, python3
, libxslt, libarchive, bzip2, lzma, json-glib, libsoup
, libxslt, libarchive, bzip2, xz, json-glib, libsoup
}:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkg-config gettext perl python3 ];
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 lzma libsoup ];
buildInputs = [ glib json-glib libxml2 libxslt libarchive bzip2 xz libsoup ];
meta = with lib; {
description = "Tools for managing the osinfo database";
+2 -2
View File
@@ -25,7 +25,7 @@
, libarchive
, libcap
, bzip2
, yacc
, bison
, libxslt
, docbook-xsl-nons
, docbook_xml_dtd_42
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
gobject-introspection
which
makeWrapper
yacc
bison
libxslt
docbook-xsl-nons
docbook_xml_dtd_42