Commit graph

4 commits

Author SHA1 Message Date
Eelco Dolstra 6609710409 * Get rid of many instances of "args: with args;", and other coding
guidelines violations.
* Updated libsamplerate to 0.1.7.

svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Michael Raskin cc1a66d42d Fixed shebangfix
svn path=/nixpkgs/trunk/; revision=10492
2008-02-04 12:07:27 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber a89817cba8 added small script fixing the shebang (#!/bin/...) path.
It searches the PATH env variable for the same executable.

svn path=/nixpkgs/trunk/; revision=9667
2007-11-14 19:07:38 +00:00