summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* update to 2.13.9Armijn Hemel2009-12-25
| | | | svn path=/nixpkgs/trunk/; revision=19103
* update to 1.0.20Armijn Hemel2009-12-24
| | | | svn path=/nixpkgs/trunk/; revision=19102
* update to 0.996Armijn Hemel2009-12-24
| | | | svn path=/nixpkgs/trunk/; revision=19101
* Update wineMichael Raskin2009-12-16
| | | | svn path=/nixpkgs/trunk/; revision=18988
* removing old bleeding edge cruft replacing it by a niftier version usingMarc Weber2009-12-11
| | | | | | | | | | | | source regions which are substituded by the tool nix-repository-manager. See http://github.com/MarcWeber/nix-repository-manager/raw/master/README. sourceByName is called sourceFromHead now. updates: MPlayerTrunk, haxe, neko, netsurf, cinelerra, ctags cinelerra does no longer build due to Xorg update svn path=/nixpkgs/trunk/; revision=18894
* fix source-and-tagsMarc Weber2009-12-11
| | | | svn path=/nixpkgs/trunk/; revision=18892
* * Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra2009-12-04
| | | | | | tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
* adding nekoMarc Weber2009-11-30
| | | | | | adding repository locations for haxe* and neko repositories svn path=/nixpkgs/trunk/; revision=18709
* adding haxeMarc Weber2009-11-30
| | | | svn path=/nixpkgs/trunk/; revision=18708
* update maven2Rob Vermaas2009-11-25
| | | | svn path=/nixpkgs/trunk/; revision=18609
* gutenprint: Fix name, improve style.Ludovic Courtès2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18532
* Update Linux WacomMichael Raskin2009-11-07
| | | | svn path=/nixpkgs/trunk/; revision=18246
* pkgs/misc/cups/default.nix: don't install files to /etc or /usrPeter Simons2009-11-05
| | | | | | | The cups build tries to install files into global system directories. This patch changes those paths to locations underneath of $out. svn path=/nixpkgs/trunk/; revision=18134
* * Build CUPS with dbus support, plus some purity fixes.Eelco Dolstra2009-10-30
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18051
* * Updated CUPS to 1.4.1.Eelco Dolstra2009-10-30
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18048
* Remove duplicate declarationMichael Raskin2009-10-28
| | | | svn path=/nixpkgs/trunk/; revision=17982
* Netsurf updateMarc Weber2009-10-27
| | | | svn path=/nixpkgs/trunk/; revision=17978
* Update WineMichael Raskin2009-10-23
| | | | svn path=/nixpkgs/trunk/; revision=17947
* If this url then this hashMichael Raskin2009-10-04
| | | | svn path=/nixpkgs/trunk/; revision=17637
* Updating linuxwacomMichael Raskin2009-09-29
| | | | svn path=/nixpkgs/trunk/; revision=17488
* update topgit - using official release nowMarc Weber2009-09-26
| | | | svn path=/nixpkgs/trunk/; revision=17457
* xlock: fixed typo in default.nixPeter Simons2009-09-23
| | | | svn path=/nixpkgs/trunk/; revision=17360
* xlock: fixed build and updated to version 5.24Peter Simons2009-09-22
| | | | svn path=/nixpkgs/trunk/; revision=17356
* jackaudio: symlink pkg-config description to libMarc Weber2009-09-21
| | | | svn path=/nixpkgs/trunk/; revision=17321
* svn path=/nixpkgs/trunk/; revision=17083Eelco Dolstra2009-09-13
|
* adding netsurf browser. No JavaScript yetMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17077
* Claimed maintainership of VICE package and added VICE to the releases.nixSander van der Burg2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17049
* adding mplayer trunk cause the stable source distribution is said to beMarc Weber2009-09-10
| | | | | | outdated svn path=/nixpkgs/trunk/; revision=17030
* adding lilypondMarc Weber2009-09-10
| | | | svn path=/nixpkgs/trunk/; revision=17028
* * Fixed the Wacom package (version 0.8.4 has disappeared).Eelco Dolstra2009-09-10
| | | | svn path=/nixpkgs/trunk/; revision=17003
* * Fix nix-env evaluation.Eelco Dolstra2009-09-02
| | | | svn path=/nixpkgs/trunk/; revision=16931
* adding gutenprint (former gimp-print) and gutenprintBin. I still haven'tMarc Weber2009-08-27
| | | | | | | found the source of the binary package containing the .ppd files Still impure but works. See comment. svn path=/nixpkgs/trunk/; revision=16881
* cups-bjnp driverMarc Weber2009-08-27
| | | | svn path=/nixpkgs/trunk/; revision=16880
* Update wine (use new updater script in the process)Michael Raskin2009-08-23
| | | | svn path=/nixpkgs/trunk/; revision=16817
* * dblatex 0.2.12.Eelco Dolstra2009-08-22
| | | | svn path=/nixpkgs/trunk/; revision=16815
* fix soappy by using trunk versionMarc Weber2009-08-20
| | | | svn path=/nixpkgs/trunk/; revision=16790
* * Remove some trace calls.Eelco Dolstra2009-08-13
| | | | svn path=/nixpkgs/trunk/; revision=16705
* Update LinuxWacom driverMichael Raskin2009-08-03
| | | | svn path=/nixpkgs/trunk/; revision=16565
* cdtenv: also store PATH and PKG_CONFIG_PATHMarc Weber2009-07-27
| | | | svn path=/nixpkgs/trunk/; revision=16478
* Added lhs2TeX support to LaTeX builder.Andres Löh2009-07-23
| | | | svn path=/nixpkgs/trunk/; revision=16439
* * Made findLaTeXIncludes pure. Previously find-includes.pl lookedEelco Dolstra2009-07-17
| | | | | | | | | | | outside of the Nix store for the dependencies of the root source file, which is impure. That's why it needed the `builtins.currentTime' hack to force a rebuild. It also didn't work in a chroot. Now find-includes.pl only scans the source file at hand, and we use builtins.genericClosure to find all includes recursively. svn path=/nixpkgs/trunk/; revision=16414
* updating bleeding edge source file info for nix-repository-managerMarc Weber2009-07-14
| | | | svn path=/nixpkgs/trunk/; revision=16349
* * Fix xrefs and callouts that refer to xml:ids (rather than ids).Eelco Dolstra2009-07-10
| | | | | | Will send upstream. svn path=/nixpkgs/trunk/; revision=16312
* removing old haskell stuff. I was using my own branch for a long time.Marc Weber2009-07-09
| | | | | | | It will be replaced by something else anyway. Some of those patches may still be of interest (?) svn path=/nixpkgs/trunk/; revision=16298
* haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, ↵Marc Weber2009-07-09
| | | | | | hslogger, tar svn path=/nixpkgs/trunk/; revision=16296
* fix sourceWithTagsDerivation, myhasktags now based on current haskell ↵Marc Weber2009-07-09
| | | | | | derivations svn path=/nixpkgs/trunk/; revision=16263
* dblatex 0.2.11Rob Vermaas2009-07-08
| | | | svn path=/nixpkgs/trunk/; revision=16246
* adding cdtEnv symlinking deps into one $out/cdt-env/{lib,include} directoryMarc Weber2009-07-07
| | | | | | and collection which let's you install and update a set of derivations at once svn path=/nixpkgs/trunk/; revision=16224
* * Fix some attributes that now make nix-env -q --meta barf.Eelco Dolstra2009-07-02
| | | | svn path=/nixpkgs/trunk/; revision=16134
* adding sqlalchemy which is a nice orm mapper for pythonMarc Weber2009-06-26
| | | | svn path=/nixpkgs/trunk/; revision=16059