fix eval
This commit is contained in:
parent
584c19b4a5
commit
40da4e6ce7
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://hd-idle.sourceforge.net/;
|
homepage = http://hd-idle.sourceforge.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainer.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue