Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03: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
Joel Moberg
49f4dba4c7
xournal: add license info
2015-04-20 18:22:37 +02:00
koral
d178ce6e1e
xournal: 0.4.5 -> 0.4.8
2014-09-25 23:58:53 +02:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Yury G. Kudryashov
76c2e7d82f
xournal: prepare to poppler upgrade
...
svn path=/nixpkgs/trunk/; revision=30901
2011-12-15 08:01:03 +00:00
Yury G. Kudryashov
d6c9400fbc
s/popplerData/poppler_data/ in xournal
...
svn path=/nixpkgs/trunk/; revision=29344
2011-09-19 10:03:25 +00:00
David Guibert
b62332db76
xournal: update to 0.4.5
...
svn path=/nixpkgs/trunk/; revision=22022
2010-05-27 19:44:17 +00:00
Michael Raskin
dee8937ae7
Adding Xournal - a note-taking application for stylus usage
...
svn path=/nixpkgs/trunk/; revision=16538
2009-08-02 21:47:10 +00:00