Commit graph

10 commits

Author SHA1 Message Date
James Cook b0a26b3b52 Remove myself as maintainer.
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Robert Schütz c0589af34e apt-offline: 1.3 -> 1.8.1 2018-08-03 19:13:38 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk 5220ee8db7 apt-offline: pass in pythonPackages 2016-09-26 11:10:50 +02:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
James Cook c6e4e366e5 apt-offline: set platforms to linux
(Only tested on Linux; might work on other systems.)
2014-03-10 13:38:24 -07:00
James Cook 727c8981ad apt-offline: set platforms 2014-03-10 13:32:47 -07:00
James Cook a03f23440c apt-offline: fixed typo 2014-02-25 21:48:42 -08:00
James Cook 2294553cb1 apt-offline: offline APT package manager 2014-02-25 21:33:51 -08:00