3
0
Fork 0
forked from mirrors/nixpkgs

Fix dia.name

svn path=/nixpkgs/trunk/; revision=31204
This commit is contained in:
Yury G. Kudryashov 2012-01-02 13:42:11 +00:00
parent 15ab248bca
commit 7928d532a2

View file

@ -3,7 +3,7 @@
, withGNOME ? false, libgnomeui }:
stdenv.mkDerivation rec {
inherit (src) name;
name = src.pkgname;
src = fetchurl_gnome {
project = "dia";