1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
svn path=/nixpkgs/trunk/; revision=13301
This commit is contained in:
Eelco Dolstra 2008-11-14 17:27:54 +00:00
parent 6a05e154a8
commit f7f25d81a7

View file

@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
buildInputs = [m4];
x = "z";
doCheck = true;
meta = {