Hi Marc, Marc Weber <marco-owe...@gmx.de> writes:
> Author: MarcWeber > Date: 2008-12-20 01:20:35 +0000 (Sat, 20 Dec 2008) > New Revision: 13661 > > You can view the changes in this commit at: > https://svn.nixos.org/viewvc/nix?rev=13661&view=rev > > Added: > nixpkgs/trunk/pkgs/applications/misc/qgis/ > nixpkgs/trunk/pkgs/applications/misc/qgis/0.11.0.nix > nixpkgs/trunk/pkgs/lib/composable-derivation.nix > Removed: > nixpkgs/trunk/pkgs/applications/misc/qgis_svn/ > nixpkgs/trunk/pkgs/applications/video/MPlayer/newconfig.nix > nixpkgs/trunk/pkgs/servers/squid/3.head.nix > Modified: > nixpkgs/trunk/pkgs/applications/editors/vim/configurable.nix > nixpkgs/trunk/pkgs/applications/misc/audio/sox/default.nix > nixpkgs/trunk/pkgs/applications/misc/mrxvt/default.nix > nixpkgs/trunk/pkgs/development/compilers/bigloo/default.nix > nixpkgs/trunk/pkgs/development/compilers/hugs/default.nix > nixpkgs/trunk/pkgs/development/compilers/roadsend/default.nix > nixpkgs/trunk/pkgs/development/interpreters/php_configurable/default.nix > nixpkgs/trunk/pkgs/development/libraries/fltk/default.nix > nixpkgs/trunk/pkgs/development/libraries/geos/default.nix > nixpkgs/trunk/pkgs/development/libraries/libdv/default.nix > nixpkgs/trunk/pkgs/development/libraries/libsamplerate/default.nix > nixpkgs/trunk/pkgs/development/tools/misc/avrdude/default.nix > nixpkgs/trunk/pkgs/lib/default.nix > nixpkgs/trunk/pkgs/misc/gxemul/default.nix > nixpkgs/trunk/pkgs/misc/jackaudio/default.nix > nixpkgs/trunk/pkgs/servers/squid/default.nix > nixpkgs/trunk/pkgs/top-level/all-packages.nix > > Log: > removed mkDerivationByConfiguration, using composableDerivation instead > > qgis, vim_configurable both work now Can you please commit one change at a time, with a descriptive log, for easier review? (If you use `git-svn', "git svn dcommit" maps 1 Git commit to 1 SVN changeset, so that should be OK.) > --- nixpkgs/trunk/pkgs/development/compilers/bigloo/default.nix > 2008-12-19 20:58:18 UTC (rev 13660) > +++ nixpkgs/trunk/pkgs/development/compilers/bigloo/default.nix > 2008-12-20 01:20:35 UTC (rev 13661) > @@ -1,11 +1,11 @@ > { fetchurl, stdenv }: > > stdenv.mkDerivation rec { > - name = "bigloo3.1b"; > + name = "bigloo3.2a-alpha04Dec08"; I don't think it's a good idea to make packages for release candidates, especially since the source tarball is usually removed afterward. Thanks, Ludo'. _______________________________________________ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev