I broke again the nixpkgs tarball. After this, I think I learnt how to test it before

committing.


svn path=/nixpkgs/trunk/; revision=20321
This commit is contained in:
Lluís Batlle i Rossell 2010-03-02 07:45:22 +00:00
parent cc068f0be8
commit 8e0a5f75a7

View File

@ -1,5 +1,7 @@
{ fetchurl, stdenv, cmake, wxGTK, itk, mesa, libXft, libXext, libXi, zlib, libXmu }:
assert (stdenv ? glibc);
stdenv.mkDerivation {
name = "seg3d-1.12";
src = fetchurl {