Commit graph

6997 commits

Author SHA1 Message Date
Rob Vermaas 68d5a14183 * xargsFlag empty on darwin
svn path=/nixpkgs/trunk/; revision=15919
2009-06-10 11:08:53 +00:00
Michael Raskin 09a719b1a0 Adding gnokii
svn path=/nixpkgs/trunk/; revision=15916
2009-06-10 09:45:03 +00:00
Eelco Dolstra 2d0b32453c * setup.sh: quote $NIX_BUILD_TOP. Otherwise a line like
export > $NIX_BUILD_TOP/env-vars

  will fail if the name attribute contains a metacharacter
  (e.g. "?"):

    building path(s) `/nix/store/yk93gk3lc5bslcn5hklnzs0bdkp2r0an-icu-3.8-setBreakType-public.diff?rev=1.1'
    /nix/store/gj8ac12mrwinbq7wzzhwfjjs3028a11x-stdenv-linux/setup: line 374: $NIX_BUILD_TOP/env-vars: ambiguous redirect

  I guess this only happens if you happen to have an old temporary
  build directory for the same derivation in /tmp.

  This affects fetchurl in particular.

svn path=/nixpkgs/trunk/; revision=15915
2009-06-10 09:34:42 +00:00
Rob Vermaas 342d9834bf * -msse2 flag for python on i686-darwin
svn path=/nixpkgs/trunk/; revision=15914
2009-06-10 09:18:51 +00:00
Rob Vermaas e85cc883e7 * enabled mesa on darwin
svn path=/nixpkgs/trunk/; revision=15913
2009-06-09 16:21:45 +00:00
Sander van der Burg 43cc5950fa Fixed compilation of kdewebdev
svn path=/nixpkgs/trunk/; revision=15911
2009-06-09 15:04:57 +00:00
Eelco Dolstra cee3ca1228 svn path=/nixpkgs/trunk/; revision=15909 2009-06-09 14:32:31 +00:00
Eelco Dolstra 813909d153 * Fedora 11 uses SHA-256 hashes instead of SHA-1 in primary.xml.
svn path=/nixpkgs/trunk/; revision=15908
2009-06-09 14:25:45 +00:00
Eelco Dolstra d8cc981d90 * Fedora 11. Completely untested.
svn path=/nixpkgs/trunk/; revision=15907
2009-06-09 14:10:16 +00:00
Sander van der Burg 3ad53bd75e Upgraded KDE to 4.2.4
svn path=/nixpkgs/trunk/; revision=15902
2009-06-09 10:59:02 +00:00
Sander van der Burg 1817c3acde Enabled VICE again, which was commented out
svn path=/nixpkgs/trunk/; revision=15901
2009-06-09 10:08:55 +00:00
Rob Vermaas 22474c3539 * enable i686-darwin for mesa
svn path=/nixpkgs/trunk/; revision=15900
2009-06-09 09:19:32 +00:00
Michael Raskin 1b5fa6e1ee Adding setserial
svn path=/nixpkgs/trunk/; revision=15898
2009-06-09 04:22:46 +00:00
Eelco Dolstra c8ba912b42 * It makes more sense for "path" to point at the top of the Nixpkgs
tree, rather than the pkgs subdirectory.

svn path=/nixpkgs/trunk/; revision=15893
2009-06-08 22:43:27 +00:00
Eelco Dolstra 6408a6a6fd * Trivial function to create a singleton list. Can reduce unnecessary
indentation in expressions like

    environent.extraJobs =
      [ { name = "foo";
          job =
            ''
              bla bla
            '';
        }
      ];

  which becomes

    environent.extraJobs = singleton
      { name = "foo";
        job =
          ''
            bla bla
          '';
      };

svn path=/nixpkgs/trunk/; revision=15892
2009-06-08 22:42:42 +00:00
Eelco Dolstra ff715fa8ed svn path=/nixpkgs/trunk/; revision=15891 2009-06-08 22:04:03 +00:00
Michael Raskin 76fe4077a6 Build Blender
svn path=/nixpkgs/trunk/; revision=15890
2009-06-08 18:49:04 +00:00
Armijn Hemel 6375c2f236 update to 2.5.6
svn path=/nixpkgs/trunk/; revision=15889
2009-06-08 18:31:07 +00:00
Armijn Hemel 5af34a4ef7 update to 2.16.2
svn path=/nixpkgs/trunk/; revision=15888
2009-06-08 17:50:57 +00:00
Eelco Dolstra e559192847 * Fix module installation.
svn path=/nixpkgs/trunk/; revision=15887
2009-06-07 21:49:14 +00:00
Eelco Dolstra 83c3123617 * Wine 1.1.23.
svn path=/nixpkgs/trunk/; revision=15886
2009-06-07 19:48:49 +00:00
Rob Vermaas 935d9f3610 * libX11 dep MCRL2
svn path=/nixpkgs/trunk/; revision=15885
2009-06-07 16:17:49 +00:00
Eelco Dolstra 86e3458dd7 * Linux 2.6.29. It doesn't build yet due to some depmod problem.
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Eelco Dolstra 50e91e3fdd * kbd updated to 1.15.
svn path=/nixpkgs/trunk/; revision=15880
2009-06-05 17:16:14 +00:00
Rob Vermaas 3bd08ffe8a * added mcrl, mcrl2 and openmpi to all-packages.nix
svn path=/nixpkgs/trunk/; revision=15874
2009-06-05 14:36:35 +00:00
Eelco Dolstra 57cf606d47 * squashfs tools: updated to 4.0.
svn path=/nixpkgs/trunk/; revision=15873
2009-06-05 13:52:24 +00:00
Ludovic Courtès d3f18d66bc Build tangoGPS.
svn path=/nixpkgs/trunk/; revision=15872
2009-06-05 13:51:11 +00:00
Rob Vermaas d009f7f996 * added mCRL2
svn path=/nixpkgs/trunk/; revision=15870
2009-06-05 13:33:41 +00:00
Rob Vermaas d7b4e11220 * added mCRL
svn path=/nixpkgs/trunk/; revision=15869
2009-06-05 13:32:39 +00:00
Rob Vermaas 9f7731c3d6 * added openmpi
svn path=/nixpkgs/trunk/; revision=15868
2009-06-05 13:31:57 +00:00
Eelco Dolstra c8245719f6 * Export the paths-from-graph.pl script.
svn path=/nixpkgs/trunk/; revision=15865
2009-06-05 13:20:14 +00:00
Rob Vermaas 8c3809729c * --fstrans=no for building debian packages
svn path=/nixpkgs/trunk/; revision=15859
2009-06-05 10:42:14 +00:00
Michael Raskin 3f036ae7ce SGT Puzzles tarball changed back (!).
svn path=/nixpkgs/trunk/; revision=15858
2009-06-05 08:34:30 +00:00
Michael Raskin 859359c026 Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely
svn path=/nixpkgs/trunk/; revision=15857
2009-06-05 06:54:17 +00:00
Sander van der Burg 8a75e50456 Added a few more GNOME 2.26 packages
svn path=/nixpkgs/trunk/; revision=15856
2009-06-04 13:35:48 +00:00
Michael Raskin 2692ba25d2 Use fresh and SSL-enabled libsoup for midori
svn path=/nixpkgs/trunk/; revision=15855
2009-06-04 13:35:47 +00:00
Michael Raskin 0847f2286f Accounting for incompleteness and lack of GTK reexporting in Gnome-2.26 expression
svn path=/nixpkgs/trunk/; revision=15854
2009-06-04 12:35:00 +00:00
Michael Raskin df867eddba Fixing wrong merge again - hopefully correctly this time
svn path=/nixpkgs/trunk/; revision=15853
2009-06-04 12:24:08 +00:00
Sander van der Burg 8faec095df Updated libxklavier to version 3.9
svn path=/nixpkgs/trunk/; revision=15852
2009-06-04 11:38:56 +00:00
Michael Raskin b98aa7e401 Fixing wrong merge
svn path=/nixpkgs/trunk/; revision=15851
2009-06-04 11:27:41 +00:00
Michael Raskin 73f036cebd Use bleeding-edge Gnome 2.26 for bleeding-edge WebKit snapshot.
svn path=/nixpkgs/trunk/; revision=15850
2009-06-04 11:21:50 +00:00
Michael Raskin 260e13ddeb Update WebKit and Midori
svn path=/nixpkgs/trunk/; revision=15849
2009-06-04 11:20:26 +00:00
Lluís Batlle i Rossell 1c5056a7d7 Updating the xkeyboard_config patch for esperanto with alt_gr
svn path=/nixpkgs/trunk/; revision=15848
2009-06-03 21:21:10 +00:00
Lluís Batlle i Rossell 3fae4aa6b3 Updating radare to 1.4.
svn path=/nixpkgs/trunk/; revision=15847
2009-06-03 19:45:38 +00:00
Rob Vermaas a46e339352 typo
svn path=/nixpkgs/trunk/; revision=15846
2009-06-03 19:20:13 +00:00
Rob Vermaas 59ae0e5bae svn path=/nixpkgs/trunk/; revision=15845 2009-06-03 19:19:24 +00:00
Lluís Batlle i Rossell 65bc653910 Fixing psi, which needed -lqca still.
svn path=/nixpkgs/trunk/; revision=15844
2009-06-03 18:39:32 +00:00
Rob Vermaas 1fe82f7ff9 * added pre-/postInstall hook to debbuild
svn path=/nixpkgs/trunk/; revision=15843
2009-06-03 18:33:04 +00:00
Lluís Batlle i Rossell b49285ad27 Updating psi to a working version with ssl, using kde42 qca.
svn path=/nixpkgs/trunk/; revision=15842
2009-06-03 18:23:49 +00:00
Lluís Batlle i Rossell abed7b8441 Made kde-4.2 packages work, adding the proper derivation attribute to get all qt include
paths into NIX_CFLAGS_COMPILE. This helps build kde42 packages, because they have a broken
FindQt4.cmake, which doesn't find properly the qt4 header files.

svn path=/nixpkgs/trunk/; revision=15841
2009-06-03 17:33:54 +00:00