Commit graph

13 commits

Author SHA1 Message Date
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Vladimír Čunát de99ea8c8f libusb: get rid of systemd from library closures 2015-04-19 00:48:52 +02:00
Vladimír Čunát c3f6af54de libusb-compat: propagate libusb1 to fix -ludev failures 2014-11-14 18:08:53 +01:00
Alexander Flatter 25859fae74 Use libusb-compat instead of unmaintained libusb
Close #4945.
2014-11-13 23:06:29 +01:00
Longrin Wischnewski 6e7de2155b change md5sum to sha256sum for a few packages 2014-10-12 16:13:21 +02:00
Lluís Batlle i Rossell 329d46cbd6 Making libusb build on non-linux. It was built with -Werror, and I removed that.
There were compiler warnings in non-linux.

svn path=/nixpkgs/trunk/; revision=20456
2010-03-06 22:34:21 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel c806a402e7 update to 0.1.12
svn path=/nixpkgs/trunk/; revision=5631
2006-07-06 21:37:45 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel 611a70c502 add libusb
svn path=/nixpkgs/trunk/; revision=4490
2006-01-04 23:29:09 +00:00