From 7538dcd322103d3e24008d282b34be233cf0973d Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 19 Sep 2010 18:32:25 +0000 Subject: [PATCH] Assert the need for glibc svn path=/nixpkgs/trunk/; revision=23864 --- pkgs/tools/misc/gnokii/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/tools/misc/gnokii/default.nix b/pkgs/tools/misc/gnokii/default.nix index 8f61e48be78..d89fb233aa2 100644 --- a/pkgs/tools/misc/gnokii/default.nix +++ b/pkgs/tools/misc/gnokii/default.nix @@ -8,6 +8,9 @@ let glib pkgconfig ]; in + +assert a.stdenv ? glibc; + rec { src = a.fetchUrlFromSrcInfo s;