* A quick hack to list the contents of various types of files (RPM,

Debs, tars, ...).
This commit is contained in:
Eelco Dolstra
2009-03-18 17:40:12 +00:00
parent b39e2c5e32
commit 9e4b029285
3 changed files with 63 additions and 5 deletions

View File

@ -82,8 +82,10 @@ let
''; # */
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") [
libxslt sqlite subversion nix coreutils
gzip bzip2 gnused graphviz
libxslt sqlite subversion nix coreutils findutils
gzip bzip2 lzma gnutar unzip
gnused graphviz
rpm dpkg
]);
installPhase = ''