Commit graph

7 commits

Author SHA1 Message Date
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