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:
parent
cc068f0be8
commit
8e0a5f75a7
@ -1,5 +1,7 @@
|
|||||||
{ fetchurl, stdenv, cmake, wxGTK, itk, mesa, libXft, libXext, libXi, zlib, libXmu }:
|
{ fetchurl, stdenv, cmake, wxGTK, itk, mesa, libXft, libXext, libXi, zlib, libXmu }:
|
||||||
|
|
||||||
|
assert (stdenv ? glibc);
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "seg3d-1.12";
|
name = "seg3d-1.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user